-
-
Save jvanderaa/e926451a17284bb6c5ec8cd7daa0c73e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: "TASK 10: SETUP SITES" | |
netbox.netbox.netbox_site: | |
netbox_url: "{{ lookup('ENV', 'NETBOX_URL') }}" | |
netbox_token: "{{ lookup('ENV', 'NETBOX_API_KEY') }}" | |
data: "{{ item }}" | |
loop: “{{ site_list }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment