update_yml_UF

master
admingit 1 year ago
parent b8f4c54165
commit 1446f7fad1

@ -3,7 +3,7 @@
set_fact: set_fact:
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 %}"
### Initialisation des partitions ### Initialisation des partitions_UF
- name: Init /dev/sdb - name: Init /dev/sdb
shell: "echo ,,8e | sfdisk /dev/sdb" shell: "echo ,,8e | sfdisk /dev/sdb"
@ -15,7 +15,7 @@
become: yes become: yes
become_user: root become_user: root
### Config lvm for Splunk ### Config lvm for Splunk_UF
- name: Create PV - name: Create PV
shell: "pvcreate /dev/sdb1" shell: "pvcreate /dev/sdb1"

Loading…
Cancel
Save