ansible/examples/playbooks/roles/foo/main.yml

9 lines
130 B
YAML
Raw Normal View History

2013-04-06 18:35:35 +02:00
---
- name: template operation
template: src=foo.j2 dest=/etc/motd
- action: shell echo 'hi webserver'
notify:
- blippy