summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/tasks/netbox_evaluate_site.yml
blob: d09d2cd35d57c0eb1eab06adf02648a05a0ffd28 (plain)
1
2
3
4
5
6
7
---
- name: Gather site configuration
  set_fact: 
    site_id: "{{ nb_site.json.results[0].id }}"
  tags:
    - init_dp