Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 3662a6c

Browse files
committed
chore(ansible): add missing role files
Adds missing meta and README files to Ansible roles in order to publish the collection.
1 parent f8db3e4 commit 3662a6c

File tree

8 files changed

+45
-0
lines changed

8 files changed

+45
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Role: config_terraform
2+
3+
This role contains tasks for interacting with Terraform.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
galaxy_info:
2+
role_name: config_terraform
3+
author: Mario Lubenka
4+
description: Tasks for interacting with Terraform
5+
issue_tracker_url: https://github.com/getstackhead/stackhead/issues
6+
license: GPL-2.0-or-later
7+
min_ansible_version: 2.9
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Role: stackhead_module_api
2+
3+
This role contains tasks for interacting with StackHead modules.
4+
5+
Tasks in _tasks_ folder may be used by StackHead modules.
6+
7+
Tasks in _tasks_internal_ MAY NOT be used by StackHead modules.
8+
They are for internal use and may change without further notice.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
galaxy_info:
2+
role_name: stackhead_module_api
3+
author: Mario Lubenka
4+
description: Tasks for interacting with StackHead modules
5+
issue_tracker_url: https://github.com/getstackhead/stackhead/issues
6+
license: GPL-2.0-or-later
7+
min_ansible_version: 2.9
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Role: stackhead_project
2+
3+
This role contains tasks for deploying a project.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
galaxy_info:
2+
role_name: stackhead_project
3+
author: Mario Lubenka
4+
description: Tasks for deploying a project
5+
issue_tracker_url: https://github.com/getstackhead/stackhead/issues
6+
license: GPL-2.0-or-later
7+
min_ansible_version: 2.9
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Role: stackhead_setup
2+
3+
This role contains tasks for setting up a server.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
galaxy_info:
2+
role_name: stackhead_project
3+
author: Mario Lubenka
4+
description: Tasks for setting up a server
5+
issue_tracker_url: https://github.com/getstackhead/stackhead/issues
6+
license: GPL-2.0-or-later
7+
min_ansible_version: 2.9

0 commit comments

Comments
 (0)