Commit 3bce12c5 by Michael DeHaan

Merge pull request #4218 from resmo/doc/host

host: added another example
parents 93336ce0 803b2b91
......@@ -53,6 +53,7 @@ EXAMPLES = '''
- host: ip=127.0.0.1 hostname=localhost state=present
- host: ip=127.0.0.1 hostname=localhost aliases=foobar.com,localhost.foobar.com
- host: ip=192.168.1.1 state=absent
- host: hostname=www.example.com state=absent
- host: ip=::1 hostname=localhost6 aliases=ip6-localhost,ip6-loopback
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment