regluit/vagrant/hello.yml

8 lines
109 B
YAML

- name: Hello Ansible
hosts: all
sudo: no
tasks:
- name: Hello server
shell: date > now.txt