Šī lapa labāk darbojas, ja pārlūkam ir iespējots JavaScript.
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
askadm
/
ansible.azure.automation
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Kods
Problēmas
0
Izmaiņu pieprasījumi
0
Laidieni
0
Vikivietne
Aktivitāte
Pārlūkot izejas kodu
Add playbook to manage some azure resources
master
jdongmo
pirms 4 gadiem
vecāks
f5faadc302
revīzija
61afb7f682
10 mainītis faili
ar
80 papildinājumiem
un
0 dzēšanām
Dalītais skats
Salīdzināšanas iespējas
Rādīt statistiku
Lejupielādēt ielāpa failu
Lejupielādēt izmaiņu failu
+8
-0
playbook_application_gateway.yml
+8
-0
playbook_backendpool.yml
+8
-0
playbook_local_network_gateway.yml
+8
-0
playbook_managed_disk.yml
+8
-0
playbook_other_resource.yml
+8
-0
playbook_public_ip.yml
+8
-0
playbook_ssh_public_key.yml
+8
-0
playbook_udr.yml
+8
-0
playbook_virtual_machine_extension.yml
+8
-0
playbook_virtual_network_gateway.yml
+ 8
- 0
playbook_application_gateway.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage application gateway
hosts:
- all
gather_facts: no
roles:
- {role: azure_agw, tags: ["azure", "agw"]}
...
+ 8
- 0
playbook_backendpool.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage backendpool
hosts:
- all
gather_facts: no
roles:
- {role: azure_bp, tags: ["azure", "bp"]}
...
+ 8
- 0
playbook_local_network_gateway.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage local network gateway
hosts:
- all
gather_facts: no
roles:
- {role: azure_lngw, tags: ["azure", "lngw"]}
...
+ 8
- 0
playbook_managed_disk.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage managed disk
hosts:
- all
gather_facts: no
roles:
- {role: azure_disk, tags: ["azure", "disk"]}
...
+ 8
- 0
playbook_other_resource.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage any resource
hosts:
- all
gather_facts: no
roles:
- {role: azure_res, tags: ["azure", "res"]}
...
+ 8
- 0
playbook_public_ip.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage public IP
hosts:
- all
gather_facts: no
roles:
- {role: azure_ip, tags: ["azure", "ip"]}
...
+ 8
- 0
playbook_ssh_public_key.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage ssh public key
hosts:
- all
gather_facts: no
roles:
- {role: azure_spk, tags: ["azure", "spk"]}
...
+ 8
- 0
playbook_udr.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage user defined route
hosts:
- all
gather_facts: no
roles:
- {role: azure_udr, tags: ["azure", "udr"]}
...
+ 8
- 0
playbook_virtual_machine_extension.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage virtual machine extension
hosts:
- all
gather_facts: no
roles:
- {role: azure_vmext, tags: ["azure", "vmext"]}
...
+ 8
- 0
playbook_virtual_network_gateway.yml
Parādīt failu
@@ -0,0 +1,8 @@
---
- name: Manage virtual network gateway
hosts:
- all
gather_facts: no
roles:
- {role: azure_vngw, tags: ["azure", "vngw"]}
...
Rakstīt
Priekšskatītījums
Notiek ielāde…
Atcelt
Saglabāt