Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
askadm
/
ansible.azure.automation
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
2 Commitit
61afb7f682
...
3beb7bba3f
Tekijä
SHA1
Viesti
Päivämäärä
jdongmo
3beb7bba3f
Update playbooks to manage resources
4 vuotta sitten
jdongmo
a96454073d
Add playbook to manage some azure connection
4 vuotta sitten
14 muutettua tiedostoa
jossa
112 lisäystä
ja
91 poistoa
Jaettu näkymä
Diff Options
Show Stats
+8
-7
playbook_analytics_workspace.yml
+8
-7
playbook_availability_set.yml
+8
-0
playbook_connection.yml
+8
-7
playbook_load_balancer.yml
+8
-7
playbook_network_interface_card.yml
+8
-7
playbook_network_security_group.yml
+8
-7
playbook_peering.yml
+8
-7
playbook_resource_group.yml
+8
-7
playbook_routing_table.yml
+8
-7
playbook_sentinel.yml
+8
-7
playbook_storage_account.yml
+8
-7
playbook_subnet.yml
+8
-7
playbook_virtual_machine.yml
+8
-7
playbook_virtual_network.yml
+ 8
- 7
playbook_analytics_workspace.yml
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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"]}
...
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna