move chisel from glbal to specific playbook

This commit is contained in:
vincent 2021-03-21 19:12:30 +01:00
parent bd77fac39e
commit be2f99a052
3 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,3 @@
roles:
- system
- autofs
- role: ansible-role-chisel
become: yes

View File

@ -10,6 +10,8 @@
vars:
# certbot_force: true
roles:
- role: ansible-role-chisel
become: yes
- syncthing
- msmtp
- cronie

View File

@ -1,6 +1,8 @@
---
- hosts: workstation
roles:
- role: ansible-role-chisel
become: yes
- syncthing
- user_config
- ansible-manager