mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
host: added another example
This commit is contained in:
parent
93336ce00d
commit
803b2b91a6
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ EXAMPLES = '''
|
||||||
- host: ip=127.0.0.1 hostname=localhost state=present
|
- 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=127.0.0.1 hostname=localhost aliases=foobar.com,localhost.foobar.com
|
||||||
- host: ip=192.168.1.1 state=absent
|
- 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
|
- host: ip=::1 hostname=localhost6 aliases=ip6-localhost,ip6-loopback
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue