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
58245e3480
ansible-personal
/
roles
/
munin
/
tasks
/
main.yml
7 lines
95 B
YAML
Raw
Normal View
History
Unescape
Escape
Initial commit Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-16 23:35:57 +02:00
---
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_tasks
:
munin.yml
Initial commit Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-16 23:35:57 +02:00
tags
:
munin
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_tasks
:
munin-node.yml
Initial commit Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-16 23:35:57 +02:00
tags
:
munin-node
Reference in New Issue
Copy Permalink