JocelynPa 3 years ago
parent 8dfeb18895
commit 5d473bc607

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

Loading…
Cancel
Save