Ajouter playbook.yml

This commit is contained in:
TheThomaas 2024-07-11 20:00:15 +00:00
parent e3551f718a
commit d22015b13d

11
playbook.yml Normal file
View file

@ -0,0 +1,11 @@
---
- name: Test Ansible
hosts: all
connection: local
become: false
tasks:
- name: Create test file
copy:
content: |
test 2
dest: /home/thomas/test.txt