This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
ansible-personal
Watch
1
Star
0
Fork
0
You've already forked ansible-personal
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
f7393b0ca9
ansible-personal
/
site.yml
7 lines
72 B
YAML
Raw
Normal View
History
Unescape
Escape
Add site yml file Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-25 12:21:00 +02:00
---
# file: site.yml
Adjust playbooks for Ansible 2.4 import changes Ansible 2.4 changes the way includes work. Now you have to use "import" for playbooks and tasks that are static, and "include" for those that are dynamic (ie, those that use variables, loops, etc). See: http://docs.ansible.com/ansible/devel/playbooks_reuse_includes.html
2017-09-21 20:30:47 +02:00
-
import_playbook
:
web.yml
Add site yml file Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-25 12:21:00 +02:00
# vim: set sw=2 ts=2:
Reference in New Issue
Copy Permalink