Ajouter playbook.yml
This commit is contained in:
parent
e3551f718a
commit
d22015b13d
11
playbook.yml
Normal file
11
playbook.yml
Normal 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
|
||||
Loading…
Reference in a new issue