diff options
author | binary <me@rgoncalves.se> | 2021-02-17 16:54:09 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-17 16:54:09 +0100 |
commit | e3a63f27b69b18b59ff61c563a31de8b7fbe8482 (patch) | |
tree | 9788e25e51654df8065dee2f5e273be951aa22db /playbooks | |
parent | 473987f9e0ed2d6fe7585ea30634ed8d0a1dc721 (diff) | |
download | infrastructure-e3a63f27b69b18b59ff61c563a31de8b7fbe8482.tar.gz |
Add openbsd setup for workstation
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/workstation.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/playbooks/workstation.yml b/playbooks/workstation.yml index c5fffa3..e99963a 100644 --- a/playbooks/workstation.yml +++ b/playbooks/workstation.yml @@ -5,6 +5,10 @@ --- - hosts: localhost + tasks: + - debug: + msg: Run as root for full compatiblity roles: - - { role: sshdns } - - { role: workstation } + - { role: sshdns, tags: role_sshdns } + - { role: workstation, tags: role_workstation } + - { role: update, tags: role_update} |