parent
db18f23171
commit
d8154dcbc9
@ -0,0 +1,29 @@
|
|||||||
|
- hosts: splunk_hf_Linux
|
||||||
|
tasks:
|
||||||
|
- name: Copie sources
|
||||||
|
become: yes
|
||||||
|
become_user: root
|
||||||
|
shell: scp admin@10.10.30.38:/tmp/splunk-9.0.4.1-419ad9369127-Linux-x86_64.tgz /tmp/
|
||||||
|
|
||||||
|
- name: Gathering Facts
|
||||||
|
include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml
|
||||||
|
when:
|
||||||
|
- splunk_get_fact is not defined
|
||||||
|
|
||||||
|
- hosts: splunk_hf_Linux
|
||||||
|
serial:
|
||||||
|
- 1
|
||||||
|
- 100%
|
||||||
|
roles:
|
||||||
|
- splunk_common
|
||||||
|
tags: all,installation
|
||||||
|
|
||||||
|
- hosts: localhost
|
||||||
|
connection: local
|
||||||
|
tasks:
|
||||||
|
- name: Cleanup secret
|
||||||
|
file:
|
||||||
|
dest: "/tmp/splunk_secret"
|
||||||
|
state: "absent"
|
||||||
|
become: yes
|
||||||
|
become_user: root
|
||||||
Loading…
Reference in new issue