����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: ~ $
---
# Example Playbook: cisco.ucs.ucs_ip_pool
- hosts: ucs
  connection: local
  gather_facts: false

  tasks:
    - name: Test that we have a UCS hostname, UCS username, and UCS password
      fail:
        msg: 'Please define the following variables: ucs_hostname, ucs_username and ucs_password.'
      when: ucs_hostname is not defined or ucs_username is not defined or ucs_password is not defined
      vars:
        # use "<<: *login_info" to substite the information below in each task
        # this is not required, however it makes the playbook shorter.
        login_info: &login_info
          hostname: "{{ ucs_hostname }}"
          username: "{{ ucs_username }}"
          password: "{{ ucs_password }}"

    - name: Add UCS Organization
      cisco.ucs.ucs_org:
        <<: *login_info
        org_name: level1
        parent_org_path: root
        description: level1 org
        state: present
        delegate_to: localhost

    - name: Configure IPv4 and IPv6 address pool
      cisco.ucs.ucs_ip_pool:
        <<: *login_info
        name: ip-pool-01
        org_dn: org-root/org-level1
        ipv4_blocks:
        - first_addr: 192.168.10.1
          last_addr: 192.168.10.20
          subnet_mask: 255.255.255.128
          default_gw: 192.168.10.2
        - first_addr: 192.168.11.1
          last_addr: 192.168.11.20
          subnet_mask: 255.255.255.128
          default_gw: 192.168.11.2
        ipv6_blocks:
        - ipv6_first_addr: fe80::1cae:7992:d7a1:ed07
          ipv6_last_addr: fe80::1cae:7992:d7a1:edfe
          ipv6_default_gw: fe80::1cae:7992:d7a1:ecff
        - ipv6_first_addr: fe80::1cae:7992:d7a1:ec07
          ipv6_last_addr: fe80::1cae:7992:d7a1:ecfe
          ipv6_default_gw: fe80::1cae:7992:d7a1:ecff

    - name: Remove IPv4 and IPv6 address pool blocks
      cisco.ucs.ucs_ip_pool:
        <<: *login_info
        name: ip-pool-01
        org_dn: org-root/org-level1
        ipv4_blocks:
        - first_addr: 192.168.10.1
          last_addr: 192.168.10.20
          state: absent
        ipv6_blocks:
        - ipv6_first_addr: fe80::1cae:7992:d7a1:ec07
          ipv6_last_addr: fe80::1cae:7992:d7a1:ecfe
          state: absent

    - name: Remove IPv4 and IPv6 address pool
      cisco.ucs.ucs_ip_pool:
        <<: *login_info
        name: ip-pool-01
        org_dn: org-root/org-level1
        state: absent

    - name: Remove UCS Organization
      cisco.ucs.ucs_org:
        <<: *login_info
        org_name: level1
        parent_org_path: root
        state: absent
        delegate_to: localhost

Filemanager

Name Type Size Permission Actions
roles Folder 0755
example_playbook.yml File 472 B 0644
fw_download_config_hfp.yml File 3.08 KB 0644
inventory File 63 B 0644
sandbox_inventory File 103 B 0644
server_deploy.yml File 1.38 KB 0644
ucs_disk_group_policy.yml File 2.13 KB 0644
ucs_dns_server.yml File 1.08 KB 0644
ucs_graphics_card_policy.yml File 3.18 KB 0644
ucs_ip_pool.yml File 2.5 KB 0644
ucs_lan_connectivity.yml File 2.05 KB 0644
ucs_mac_pool.yml File 1.52 KB 0644
ucs_managed_objects.yml File 4.26 KB 0644
ucs_ntp_server.yml File 1.38 KB 0644
ucs_org.yml File 2.02 KB 0644
ucs_query.yml File 1.74 KB 0644
ucs_san_connectivity.yml File 1.72 KB 0644
ucs_scrub_policy.yml File 3.52 KB 0644
ucs_serial_over_lan_policy.yml File 3.17 KB 0644
ucs_server_maintenance.yml File 1.42 KB 0644
ucs_service_profile_association.yml File 1.9 KB 0644
ucs_service_profile_from_template.yml File 2.23 KB 0644
ucs_service_profile_template.yml File 1.95 KB 0644
ucs_sp_vnic_order.yml File 996 B 0644
ucs_storage_profile.yml File 1.87 KB 0644
ucs_system_qos.yml File 1.92 KB 0644
ucs_timezone.yml File 1.01 KB 0644
ucs_uuid_pool.yml File 1.54 KB 0644
ucs_vhba_template.yml File 1.5 KB 0644
ucs_vlan_find.yml File 1.14 KB 0644
ucs_vlan_to_group.yml File 909 B 0644
ucs_vlans.yml File 980 B 0644
ucs_vnic_template.yml File 2.63 KB 0644
ucs_vsans.yml File 1010 B 0644
ucs_wwn_pool.yml File 2.41 KB 0644