playbooks_keys

master
JocelynPa 3 years ago
parent 555f4a19f3
commit 8f96eeba47

@ -0,0 +1,14 @@
---
- name: "Récupération du trusted.pem"
become: yes
hosts: splunk_deployement
tasks:
- name: Backup_Keys_DSMC
include_tasks: roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml
- name: "Copie du trusted.pem"
become: yes
hosts: all:!splunk_uf_Linux:!splunk_deployement
tasks:
- name: Deploy_Keys_to_others
include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml

@ -43,17 +43,3 @@
tasks: tasks:
- name: Stop_SPL - name: Stop_SPL
include_tasks: roles/splunk_deploy/tasks/Stop_SPL.yml include_tasks: roles/splunk_deploy/tasks/Stop_SPL.yml
- name: "Récupération du trusted.pem"
become: yes
hosts: splunk_deployement
tasks:
- name: Backup_Keys_DSMC
include_tasks: roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml
- name: "Copie du trusted.pem"
become: yes
hosts: all:!splunk_uf_Linux:!splunk_deployement
tasks:
- name: Deploy_Keys_to_others
include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml

Loading…
Cancel
Save