ligne initial disk #

master
admingit 1 year ago
parent f4917e663d
commit 87edc3338f

@ -3,15 +3,15 @@
# - name: Gathering Facts # - name: Gathering Facts
# include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_idx.yml # include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_idx.yml
- hosts: splunk_cluster_master #- hosts: splunk_cluster_master
tasks: # tasks:
- name: Gathering Facts # - name: Gathering Facts
include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_other.yml # include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_other.yml
- hosts: splunk_search_head #- hosts: splunk_search_head
tasks: # tasks:
- name: Gathering Facts # - name: Gathering Facts
include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_other.yml # include_tasks: roles/splunk_common/tasks/pre_install_subtasks/config_lvm_other.yml
- hosts: all_splunk_instances:!splunk_uf_Linux:!splunk_uf_Windows - hosts: all_splunk_instances:!splunk_uf_Linux:!splunk_uf_Windows
tasks: tasks:

@ -4,12 +4,15 @@
privileged_user: "{% if ansible_system is match('CYGWIN*|Win32NT') %}Administrator{% else %}root{% endif %}" privileged_user: "{% if ansible_system is match('CYGWIN*|Win32NT') %}Administrator{% else %}root{% endif %}"
- name: Copier la sources sur le client - name: Copier la sources sur le client
get_url: become: yes
url: "https://{{ repo_url }}/{{ projet }}/{{ app_name }}" become_user: root
dest: /tmp/ shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/
username: "{{ repo_user }}" # get_url:
password: "{{ repo_password }}" # url: "https://{{ repo_url }}/{{ projet }}/{{ app_name }}"
validate_certs: false # dest: /tmp/
# username: "{{ repo_user }}"
# password: "{{ repo_password }}"
# validate_certs: false
- name: "Check for existing installation" - name: "Check for existing installation"
stat: stat:

Loading…
Cancel
Save