comment LVM

master
admingit 1 year ago
parent a3514eb835
commit 4fac322996

@ -1,8 +1,8 @@
---
- hosts: splunk_uf_Linux
tasks:
- name: "Configuration des lvm UF"
include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/config_lvm_uf.yml
#- name: "Configuration des lvm UF"
# include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/config_lvm_uf.yml
- name: Gathering Facts
include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml

@ -7,7 +7,7 @@
- name: Copier la sources sur le client
get_url:
url: "https://{{ repo_url }}/{{ projet }}/{{ app_name_uf }}"
url: "http://{{ repo_url }}/{{ projet }}/{{ app_name_uf }}"
dest: /tmp/
username: "{{ repo_user }}"
password: "{{ repo_password }}"

Loading…
Cancel
Save