Compare commits

..

No commits in common. "8bf82336f800a6c6955162b5b920e8ed63fafea7" and "b7bd59d5fa6962f2642f6b99e2e36c12e58ebde3" have entirely different histories.

4 changed files with 5 additions and 14 deletions

View File

@ -1,19 +1,10 @@
---
# hashistack prepare playbook
- name: "Bootstrap"
hosts: all, !deployment
hosts: all
gather_facts: true
become: true
tasks:
- name: "Isntall unzip with package manager"
ansible.builtin.include_role:
name: ednz_cloud.manage_apt_packages
vars:
manage_apt_packages_list:
- name: unzip
version: latest
state: present
- name: "Install hvac library with pip"
ansible.builtin.include_role:
name: ednz_cloud.manage_pip_packages
@ -48,7 +39,7 @@
install_docker_users:
- "{{ ansible_user }}"
install_docker_daemon_options: {}
when: "'nomad_agents' in group_names"
#! when: "'nomad_agents' in group_names"
- name: "Ensure /etc/localtime exists"
ansible.builtin.file:

View File

@ -1,7 +1,7 @@
---
# hashistack deployment playbook
- name: "Deploy"
hosts: all, !deployment
hosts: all
strategy: linear
gather_facts: true
become: true

View File

@ -1,7 +1,7 @@
---
# hashistack generate certificates playbook
- name: "Generate certificates"
hosts: all, !deployment
hosts: all
strategy: linear
gather_facts: true
become: true

View File

@ -1,7 +1,7 @@
---
# hashistack deployment playbook
- name: "Preflight"
hosts: all, !deployment
hosts: all
strategy: linear
gather_facts: true
become: true