From be2f99a05257355f128ca299867387ccc6912a74 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 21 Mar 2021 19:12:30 +0100 Subject: [PATCH] move chisel from glbal to specific playbook --- global.yml | 2 -- server.yml | 2 ++ workstation.yml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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