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.
27 lines
655 B
27 lines
655 B
---
|
|
- hosts: splunk_uf_Linux
|
|
tasks:
|
|
- name: Copie sources
|
|
become: yes
|
|
become_user: root
|
|
shell: scp admin@10.10.30.38:/tmp/splunkforwarder-9.0.4-de405f4a7979-Linux-x86_64.tgz /tmp/
|
|
- name: Gathering Facts
|
|
include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml
|
|
when:
|
|
- splunk_get_fact is not defined
|
|
|
|
- hosts: splunk_uf_Linux
|
|
serial:
|
|
- 1
|
|
- 100%
|
|
roles:
|
|
- splunk_common_uf
|
|
tags: all,installation
|
|
|
|
- hosts: localhost
|
|
connection: local
|
|
tasks:
|
|
- name: Cleanup secret
|
|
file:
|
|
dest: "/tmp/splunk_secret"
|
|
state: "absent" |