move chisel from glbal to specific playbook
This commit is contained in:
parent
bd77fac39e
commit
be2f99a052
@ -3,5 +3,3 @@
|
||||
roles:
|
||||
- system
|
||||
- autofs
|
||||
- role: ansible-role-chisel
|
||||
become: yes
|
||||
|
@ -10,6 +10,8 @@
|
||||
vars:
|
||||
# certbot_force: true
|
||||
roles:
|
||||
- role: ansible-role-chisel
|
||||
become: yes
|
||||
- syncthing
|
||||
- msmtp
|
||||
- cronie
|
||||
|
@ -1,6 +1,8 @@
|
||||
---
|
||||
- hosts: workstation
|
||||
roles:
|
||||
- role: ansible-role-chisel
|
||||
become: yes
|
||||
- syncthing
|
||||
- user_config
|
||||
- ansible-manager
|
||||
|
Loading…
Reference in New Issue
Block a user