Skip to content

Commit 0980f88

Browse files
committed
Include/Update meta/main.yml for each role
Fixes: #63
1 parent 0a2506a commit 0980f88

File tree

8 files changed

+183
-0
lines changed
  • roles
    • 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

8 files changed

+183
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
...
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
...
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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: []
222
collections:
323
- azure.azcollection
24+
...
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
...
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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: []
222
collections:
323
- azure.azcollection
24+
...
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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: []
222
collections:
323
- azure.azcollection
24+
...
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
...
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
...

0 commit comments

Comments
 (0)