corso_ansible/11_ansible_pull/1_playbook.yaml

9 lines
202 B
YAML

---
- name: Play di esempio per utilizzo anisle pull
hosts: localhost
tasks:
- name: Touch del file /tmp/pippo.txt
ansible.builtin.file:
path: /tmp/pippo.txt
state: touch