move chisel from glbal to specific playbook
This commit is contained in:
parent
bd77fac39e
commit
be2f99a052
@ -3,5 +3,3 @@
|
|||||||
roles:
|
roles:
|
||||||
- system
|
- system
|
||||||
- autofs
|
- autofs
|
||||||
- role: ansible-role-chisel
|
|
||||||
become: yes
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user