Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
ff848120
Commit
ff848120
authored
Sep 24, 2013
by
Rene Moser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
host: minor doc style improvements
parent
314e1aaf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
library/system/host
+5
-5
No files found.
library/system/host
View file @
ff848120
...
@@ -23,19 +23,19 @@ DOCUMENTATION = '''
...
@@ -23,19 +23,19 @@ DOCUMENTATION = '''
module: host
module: host
author: René Moser
author: René Moser
version_added: "1.4"
version_added: "1.4"
short_description: Add
or remove entries in /etc/hosts
.
short_description: Add
, update or remove entries in C(/etc/hosts)
.
requirements:
requirements:
description:
description:
- Manage entries in
/etc/hosts
- Manage entries in
C(/etc/hosts).
options:
options:
ip:
ip:
required: false
required: false
description:
description:
- IP address. Required
on state "present"
.
- IP address. Required
if C(state=present)
.
hostname:
hostname:
required: false
required: false
description:
description:
- name of host. Required
on state "present"
.
- name of host. Required
if C(state=present)
.
aliases:
aliases:
required: false
required: false
description:
description:
...
@@ -45,7 +45,7 @@ options:
...
@@ -45,7 +45,7 @@ options:
default: "present"
default: "present"
choices: [ present, absent ]
choices: [ present, absent ]
description:
description:
- Whether the entries should be present or not in
/etc/hosts
.
- Whether the entries should be present or not in
C(/etc/hosts)
.
'''
'''
EXAMPLES
=
'''
EXAMPLES
=
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment