Ver a proveniência

Update playbooks to manage resources

master
jdongmo há 4 anos
ascendente
cometimento
3beb7bba3f
13 ficheiros alterados com 104 adições e 91 eliminações
  1. +8
    -7
      playbook_analytics_workspace.yml
  2. +8
    -7
      playbook_availability_set.yml
  3. +8
    -7
      playbook_load_balancer.yml
  4. +8
    -7
      playbook_network_interface_card.yml
  5. +8
    -7
      playbook_network_security_group.yml
  6. +8
    -7
      playbook_peering.yml
  7. +8
    -7
      playbook_resource_group.yml
  8. +8
    -7
      playbook_routing_table.yml
  9. +8
    -7
      playbook_sentinel.yml
  10. +8
    -7
      playbook_storage_account.yml
  11. +8
    -7
      playbook_subnet.yml
  12. +8
    -7
      playbook_virtual_machine.yml
  13. +8
    -7
      playbook_virtual_network.yml

+ 8
- 7
playbook_analytics_workspace.yml Ver ficheiro

@@ -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 Ver ficheiro

@@ -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
- 7
playbook_load_balancer.yml Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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 Ver ficheiro

@@ -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"]}
...

Carregando…
Cancelar
Guardar