File tree Expand file tree Collapse file tree 8 files changed +183
-0
lines changed
azure_load_balancer_with_public_ip/meta
azure_manage_network_interface/meta
azure_manage_networking_stack/meta
azure_manage_postgresql/meta
azure_manage_resource_group/meta
azure_manage_security_group/meta
azure_manage_snapshot/meta
azure_virtual_machine_with_public_ip/meta Expand file tree Collapse file tree 8 files changed +183
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to create a load balancer in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
22+ collections :
23+ - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 1+ ---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage network interface in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
22+ collections :
23+ - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 11---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage networking stack in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
222collections :
323 - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 1+ ---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage postgresql in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
22+ collections :
23+ - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 11---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage resource groups in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
222collections :
323 - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 11---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage security group in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
222collections :
323 - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 1+ ---
2+ galaxy_info :
3+ author : Bill Peck
4+ description : Role to manage snapshots in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
22+ collections :
23+ - azure.azcollection
24+ ...
Original file line number Diff line number Diff line change 1+ ---
2+ galaxy_info :
3+ author : Bikouo Aubin
4+ description : Role to manage a virtual machine in Azure Cloud.
5+ company : Red Hat
6+
7+ license : GPL-3.0-or-later
8+
9+ min_ansible_version : 2.15.0
10+
11+ platforms :
12+ - name : EL
13+ versions :
14+ - " 8"
15+
16+ galaxy_tags :
17+ - linux
18+ - system
19+ - ansible
20+
21+ dependencies : []
22+ collections :
23+ - azure.azcollection
24+ ...
You can’t perform that action at this time.
0 commit comments