Create Networks & Containers in infoblox with ansible

Hello,

I’m a newbie withe ansible.

I created the following playbook: PlaybookCreateInfobloxNetworks.yml

  • hosts: nios_provider
    connection: local

vars_files:

  • ./group_vars/AuthentificationInfoblox.yml
  • ./group_vars/A-NetworksAndContainers.yml

roles:

  • AddInfobloxNetworksAndContainers

In group_var you can find the following two files:

AuthentificationInfoblox.yml which contains the following code :