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: roles:
- system - system
- autofs - autofs
- role: ansible-role-chisel
become: yes

View File

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

View File

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