diff options
author | binary <me@rgoncalves.se> | 2020-09-11 13:05:17 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-09-11 13:05:17 +0200 |
commit | fb0c0b67a71e7b3564daaa30b54ec7aea44398a5 (patch) | |
tree | e1c913a9bfd1afe333e73b56a904ebffa625dbf7 /apply_roles | |
parent | 419eb7cc59fdc9ffe75e2e66065afa5bab9ef77d (diff) | |
download | infrastructure-fb0c0b67a71e7b3564daaa30b54ec7aea44398a5.tar.gz |
Remove wireguard for specific host.
Though, should be made system agnostic or use a package name in a variable
Diffstat (limited to 'apply_roles')
-rwxr-xr-x | apply_roles | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apply_roles b/apply_roles index ad33233..8b0aa51 100755 --- a/apply_roles +++ b/apply_roles @@ -12,3 +12,6 @@ for role in ${1}; do ansible_args=$(echo "${@:2}") ansible-playbook ${ansible_args} --tags "${role}" done + + + |