commit 703648045be755dbf401125fb258b5ab02287cfe Author: sio user Date: Fri Feb 14 11:49:20 2025 +0100 Premier commit diff --git a/inventory b/inventory new file mode 100644 index 0000000..ebb9a4c --- /dev/null +++ b/inventory @@ -0,0 +1,5 @@ +gwsio2 +gwsio3 +gwsio4 +gwsio5 + diff --git a/playbook.yml b/playbook.yml new file mode 100644 index 0000000..754a335 --- /dev/null +++ b/playbook.yml @@ -0,0 +1,9 @@ +- hosts: all + # become: true + tasks: + - name: + ansible.builtin.file: + path: /tmp/truc + state: touch + mode: u=rw,g=r,o=r +