regluit/vagrant/hello.yml

8 lines
109 B
YAML
Raw Normal View History

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