Skip to content

Commit

Permalink
Update netbox.yml
Browse files Browse the repository at this point in the history
Receiving SSL error between Netbox and Ansible when running container in CI. Setting validate certs to off here seems to fix it.
  • Loading branch information
lvangink authored Jan 10, 2024
1 parent 2ac0b98 commit fa1fa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/data/tasks/netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set_fact:
mdd_data: "{{ mdd_data | default({}) | ciscops.mdd.mdd_combine(oc_data, recursive=True) }}"
vars:
oc_data: "{{ query('ciscops.mdd.netbox_oc', inventory_hostname) }}"
oc_data: "{{ query('ciscops.mdd.netbox_oc', inventory_hostname, validate_certs=False) }}"

0 comments on commit fa1fa67

Please sign in to comment.