mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a40f6b7c1f
commit
5f175f2412
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ options:
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Add host to icinga
|
- name: Add host to icinga
|
||||||
icinga_host:
|
icinga2_host:
|
||||||
url: "https://icinga2.example.com"
|
url: "https://icinga2.example.com"
|
||||||
url_username: "ansible"
|
url_username: "ansible"
|
||||||
url_password: "a_secret"
|
url_password: "a_secret"
|
||||||
|
|
Loading…
Reference in a new issue