feat(roles): add hashicorp roles as submodules
This commit is contained in:
parent
965f955a7c
commit
8b7d24f602
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[submodule "roles/hashicorp_consul"]
|
||||||
|
path = roles/hashicorp_consul
|
||||||
|
url = https://github.com/ednxzu/hashicorp_consul
|
||||||
|
[submodule "roles/hashicorp_vault"]
|
||||||
|
path = roles/hashicorp_vault
|
||||||
|
url = https://github.com/ednxzu/hashicorp_vault
|
@ -1,9 +1,3 @@
|
|||||||
---
|
---
|
||||||
- name: Include a playbook from a collection
|
|
||||||
ansible.builtin.import_playbook: ednxzu.hashistack.preflight.yml
|
|
||||||
|
|
||||||
- name: Include a playbook from a collection
|
|
||||||
ansible.builtin.import_playbook: ednxzu.hashistack.prepare.yml
|
|
||||||
|
|
||||||
- name: Include a playbook from a collection
|
- name: Include a playbook from a collection
|
||||||
ansible.builtin.import_playbook: ednxzu.hashistack.deploy.yml
|
ansible.builtin.import_playbook: ednxzu.hashistack.deploy.yml
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Prepare
|
- name: Include a playbook from a collection
|
||||||
hosts: all
|
ansible.builtin.import_playbook: ednxzu.hashistack.preflight.yml
|
||||||
become: true
|
|
||||||
tasks: []
|
- name: Include a playbook from a collection
|
||||||
|
ansible.builtin.import_playbook: ednxzu.hashistack.prepare.yml
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
# hashistack prepare playbook
|
# hashistack prepare playbook
|
||||||
- name: "Deploy"
|
- name: "Prepare"
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
tasks: []
|
tasks:
|
||||||
|
- name: "Include ednxzu.install_docker"
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: ednxzu.install_docker
|
||||||
|
1
roles/hashicorp_consul
Submodule
1
roles/hashicorp_consul
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 36305c28f8689355f4846af2b90149e94be03b1e
|
1
roles/hashicorp_vault
Submodule
1
roles/hashicorp_vault
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f2c23ced7502e7879942ba53f5d2a5df0d71f599
|
Loading…
Reference in New Issue
Block a user