You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
615 B
20 lines
615 B
---
|
|
- name: "Récupération du trusted.pem"
|
|
become: yes
|
|
tasks:
|
|
- name: Backup_Keys_DSMC
|
|
hosts: splunk_deployement
|
|
include_tasks: roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml
|
|
|
|
- name: Deploy_Keys_to_others
|
|
hosts: all:!splunk_uf_Linux:!splunk_deployement
|
|
include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml
|
|
|
|
# - name: "Copie du trusted.pem"
|
|
# become: yes
|
|
# hosts: all:!splunk_uf_Linux:!splunk_deployement
|
|
# gather_facts: no
|
|
# tasks:
|
|
# - name: Deploy_Keys_to_others
|
|
# include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml
|