master
JocelynPa 3 years ago
parent 0a90eac57a
commit cc871b55d5

@ -1,20 +1,29 @@
--- ---
- name: "Récupération du trusted.pem" - name: "Récupération du trusted.pem"
hosts: splunk_deployement #hosts: splunk_deployement
become: yes become: yes
tasks: tasks:
- name: "Backup_Keys_DSMC" - name: "Backup_Keys_DSMC"
include_tasks: "roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml" include_tasks: "roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml"
vars:
target_hosts: splunk_deployement
register: trusted_file register: trusted_file
- name: "Copie du trusted.pem"
become: yes
hosts: all:!splunk_uf_Linux:!splunk_deployement
gather_facts: no
tasks:
- name: Deploy_Keys_to_others - name: Deploy_Keys_to_others
include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml include_tasks: roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml
vars: vars:
trusted_file_path: "{{ trusted_file.stdout }}" trusted_file_path: "{{ trusted_file.stdout }}"
target_hosts: all:!splunk_uf_Linux:!splunk_deployement
# - 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
# vars:
# trusted_file_path: "{{ trusted_file.stdout }}"

Loading…
Cancel
Save