Skip to content
Snippets Groups Projects
Verified Commit c90ae9a0 authored by ynerant's avatar ynerant
Browse files

[helloworld] Add playbook


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent bd4d92e1
No related branches found
No related tags found
1 merge request!315Hello world!
#!/usr/bin/env ansible-playbook
---
- hosts: printer
vars:
printer: "{{ glob_printer | combine(loc_printer | default({}), recursive=True) }}"
nginx: "{{ glob_nginx | combine(loc_nginx | default({})) }}"
roles:
- printer
- nginx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment