Test ipareplicas installation without CA

This commit is contained in:
Samuel Veloso
2020-06-09 14:25:34 +02:00
parent d3b0fcebda
commit ad139256df
6 changed files with 353 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
- name: Clean up certificates
hosts: localhost
gather_facts: false
tasks:
- name: Run generate-certificates.sh
command: >
/bin/bash
generate-certificates.sh delete "{{ item }}"
args:
chdir: "{{ playbook_dir }}"
with_items:
- "{{ groups.ipaserver[0] }}"
- "{{ groups.ipareplicas[0] }}"