templier-ansible/plays/apt.yml
Yohann D'ANELLO 680b09ca2c
Move playbooks in a separate directory
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-04-08 00:41:19 +02:00

8 lines
189 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- hosts: debian
vars:
apt: "{{ glob_apt | default({}) | combine(service_apt | default({})) | combine(loc_apt | default({})) }}"
roles:
- apt