2024-08-28 21:22:22 +00:00
|
|
|
---
|
|
|
|
# hashistack generate certificates playbook
|
|
|
|
- name: "Generate certificates"
|
2024-10-28 21:49:26 +00:00
|
|
|
hosts: common
|
2024-08-28 21:22:22 +00:00
|
|
|
strategy: linear
|
|
|
|
gather_facts: true
|
|
|
|
become: true
|
|
|
|
tasks:
|
|
|
|
- name: "Import variables"
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: ednz_cloud.hashistack.hashistack
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
|
|
|
- name: "Create Certificate Authority"
|
|
|
|
ansible.builtin.include_role:
|
|
|
|
name: ednz_cloud.hashistack.hashistack_ca
|
|
|
|
apply:
|
|
|
|
delegate_to: localhost
|
|
|
|
tags:
|
|
|
|
- always
|