Premier commit

This commit is contained in:
sio user 2025-02-14 11:49:20 +01:00
commit 703648045b
2 changed files with 14 additions and 0 deletions

5
inventory Normal file
View File

@ -0,0 +1,5 @@
gwsio2
gwsio3
gwsio4
gwsio5

9
playbook.yml Normal file
View File

@ -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