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