2 Commity

Autor SHA1 Wiadomość Data
  jdongmo 3beb7bba3f Update playbooks to manage resources 4 lat temu
  jdongmo a96454073d Add playbook to manage some azure connection 4 lat temu
14 zmienionych plików z 112 dodań i 91 usunięć
  1. +8
    -7
      playbook_analytics_workspace.yml
  2. +8
    -7
      playbook_availability_set.yml
  3. +8
    -0
      playbook_connection.yml
  4. +8
    -7
      playbook_load_balancer.yml
  5. +8
    -7
      playbook_network_interface_card.yml
  6. +8
    -7
      playbook_network_security_group.yml
  7. +8
    -7
      playbook_peering.yml
  8. +8
    -7
      playbook_resource_group.yml
  9. +8
    -7
      playbook_routing_table.yml
  10. +8
    -7
      playbook_sentinel.yml
  11. +8
    -7
      playbook_storage_account.yml
  12. +8
    -7
      playbook_subnet.yml
  13. +8
    -7
      playbook_virtual_machine.yml
  14. +8
    -7
      playbook_virtual_network.yml

+ 8
- 7
playbook_analytics_workspace.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage log analytics workspace
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_law, tags: ["azure", "law"]}
...
---
- name: Manage log analytics workspace
hosts:
- all
gather_facts: no
roles:
- {role: azure_law, tags: ["azure", "law"]}
...

+ 8
- 7
playbook_availability_set.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage availability set
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_avs, tags: ["azure", "avs"]}
...
---
- name: Manage availability set
hosts:
- all
gather_facts: no
roles:
- {role: azure_avs, tags: ["azure", "avs"]}
...

+ 8
- 0
playbook_connection.yml Wyświetl plik

@@ -0,0 +1,8 @@
---
- name: Manage connection
hosts:
- all
gather_facts: no
roles:
- {role: azure_con, tags: ["azure", "con"]}
...

+ 8
- 7
playbook_load_balancer.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage load balancer
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_lb, tags: ["azure", "lb"]}
...
---
- name: Manage load balancer
hosts:
- all
gather_facts: no
roles:
- {role: azure_lb, tags: ["azure", "lb"]}
...

+ 8
- 7
playbook_network_interface_card.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage network interface card
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_nic, tags: ["azure", "nic"]}
...
---
- name: Manage network interface card
hosts:
- all
gather_facts: no
roles:
- {role: azure_nic, tags: ["azure", "nic"]}
...

+ 8
- 7
playbook_network_security_group.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage network security group
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_nsg, tags: ["azure", "nsg"]}
...
---
- name: Manage network security group
hosts:
- all
gather_facts: no
roles:
- {role: azure_nsg, tags: ["azure", "nsg"]}
...

+ 8
- 7
playbook_peering.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage peering
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_peering, tags: ["azure", "peering"]}
...
---
- name: Manage peering
hosts:
- all
gather_facts: no
roles:
- {role: azure_peering, tags: ["azure", "peering"]}
...

+ 8
- 7
playbook_resource_group.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage resource group
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_rg, tags: ["azure", "rg"]}
...
---
- name: Manage resource group
hosts:
- all
gather_facts: no
roles:
- {role: azure_rg, tags: ["azure", "rg"]}
...

+ 8
- 7
playbook_routing_table.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage routing table
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_rt, tags: ["azure", "routetable"]}
...
---
- name: Manage routing table
hosts:
- all
gather_facts: no
roles:
- {role: azure_rt, tags: ["azure", "routetable"]}
...

+ 8
- 7
playbook_sentinel.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage sentinel solution
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_sentinel, tags: ["azure", "sentinel"]}
...
---
- name: Manage sentinel solution
hosts:
- all
gather_facts: no
roles:
- {role: azure_sentinel, tags: ["azure", "sentinel"]}
...

+ 8
- 7
playbook_storage_account.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage storage account
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_sa, tags: ["azure", "sa"]}
...
---
- name: Manage storage account
hosts:
- all
gather_facts: no
roles:
- {role: azure_sa, tags: ["azure", "sa"]}
...

+ 8
- 7
playbook_subnet.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage subnet
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_subnet, tags: ["azure", "subnet"]}
...
---
- name: Manage subnet
hosts:
- all
gather_facts: no
roles:
- {role: azure_subnet, tags: ["azure", "subnet"]}
...

+ 8
- 7
playbook_virtual_machine.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage virtual machine
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_vm, tags: ["azure", "vm"]}
...
---
- name: Manage virtual machine
hosts:
- all
gather_facts: no
roles:
- {role: azure_vm, tags: ["azure", "vm"]}
...

+ 8
- 7
playbook_virtual_network.yml Wyświetl plik

@@ -1,8 +1,8 @@
- name: Manage virtual network
hosts:
- jumpboxes
gather_facts: no
roles:
- {role: azure_vnet, tags: ["azure", "vnet"]}
...
---
- name: Manage virtual network
hosts:
- all
gather_facts: no
roles:
- {role: azure_vnet, tags: ["azure", "vnet"]}
...

Ładowanie…
Anuluj
Zapisz