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
65e6dd34cd
ansible-personal
/
site.yml
8 lines
102 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
Add a "nomads" group of hosts Hosts that I want to run common config stuff like SSH, firewalls, etc.
2020-12-08 19:55:24 +01:00
-
import_playbook
:
nomads.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