mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Infoblox should be run locally (#35390)
* Infoblox should be run locally * use connection: local
This commit is contained in:
parent
d16bc1c3f4
commit
923174a856
6 changed files with 18 additions and 0 deletions
|
@ -72,6 +72,7 @@ EXAMPLES = '''
|
|||
host: "{{ inventory_hostname_short }}"
|
||||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
|
||||
- name: update the comment for dns view
|
||||
nios_dns_view:
|
||||
|
@ -82,6 +83,7 @@ EXAMPLES = '''
|
|||
host: "{{ inventory_hostname_short }}"
|
||||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
|
||||
- name: remove the dns view instance
|
||||
nios_dns_view:
|
||||
|
@ -91,6 +93,7 @@ EXAMPLES = '''
|
|||
host: "{{ inventory_hostname_short }}"
|
||||
username: admin
|
||||
password: admin
|
||||
connection: local
|
||||
'''
|
||||
|
||||
RETURN = ''' # '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue