diff --git a/global.yml b/global.yml index 7ff03ce..fca24d1 100644 --- a/global.yml +++ b/global.yml @@ -3,5 +3,3 @@ roles: - system - autofs - - role: ansible-role-chisel - become: yes diff --git a/server.yml b/server.yml index 10d104c..7989e7d 100644 --- a/server.yml +++ b/server.yml @@ -10,6 +10,8 @@ vars: # certbot_force: true roles: + - role: ansible-role-chisel + become: yes - syncthing - msmtp - cronie diff --git a/workstation.yml b/workstation.yml index a598ba9..8828640 100644 --- a/workstation.yml +++ b/workstation.yml @@ -1,6 +1,8 @@ --- - hosts: workstation roles: + - role: ansible-role-chisel + become: yes - syncthing - user_config - ansible-manager