Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Registrera dig
Logga in
askadm
/
ansible.azure.automation
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Add playbook to manage some azure resources
master
jdongmo
4 år sedan
förälder
f5faadc302
incheckning
61afb7f682
10 ändrade filer
med
80 tillägg
och
0 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -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
Visa fil
@@ -0,0 +1,8 @@
---
- name: Manage virtual network gateway
hosts:
- all
gather_facts: no
roles:
- {role: azure_vngw, tags: ["azure", "vngw"]}
...
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara