Mise à jour de 'install_splunk_uf.yml'

master
admingit 3 years ago
parent 9373efad59
commit 3d8eb2e045

@ -1,27 +1,27 @@
--- ---
- hosts: splunk_uf_Linux - hosts: splunk_uf_Linux
tasks: tasks:
- name: Copie sources - name: Copie sources
become: yes become: yes
become_user: root become_user: root
shell: scp admin@10.10.30.38:/tmp/splunkforwarder-9.0.4-de405f4a7979-Linux-x86_64.tgz /tmp/ shell: scp admin@10.10.40.21:/tmp/splunkforwarder-9.0.5-e9494146ae5c-Linux-x86_64.tgz /tmp/
- name: Gathering Facts - name: Gathering Facts
include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml
when: when:
- splunk_get_fact is not defined - splunk_get_fact is not defined
- hosts: splunk_uf_Linux - hosts: splunk_uf_Linux
serial: serial:
- 1 - 1
- 100% - 100%
roles: roles:
- splunk_common_uf - splunk_common_uf
tags: all,installation tags: all,installation
# - hosts: localhost # - hosts: localhost
# connection: local # connection: local
# tasks: # tasks:
# - name: Cleanup secret # - name: Cleanup secret
# file: # file:
# dest: "/tmp/splunk_secret" # dest: "/tmp/splunk_secret"
# state: "absent" # state: "absent"
Loading…
Cancel
Save