Infoblox should be run locally (#35390)

* Infoblox should be run locally

* use connection: local
This commit is contained in:
John R Barker 2018-01-29 20:38:36 +00:00 committed by GitHub
commit 923174a856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 0 deletions

View file

@ -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 = ''' # '''