diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-16 14:58:34 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-16 14:58:34 +0200 |
commit | 0b2fc8a4bb8aa868222e8df1f5d454047e3c1df5 (patch) | |
tree | 92f7b9e96c15d2d232667748dacc43f77960736c /playbooks | |
parent | b232b894c3cbe087c8d504e91637dcf62199eed1 (diff) | |
download | infrastructure-0b2fc8a4bb8aa868222e8df1f5d454047e3c1df5.tar.gz |
roles/workstation: Monolithic role for workstation
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/workstation.yml | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/playbooks/workstation.yml b/playbooks/workstation.yml index 1b1acc3..7dd6b94 100644 --- a/playbooks/workstation.yml +++ b/playbooks/workstation.yml @@ -1,19 +1,3 @@ - -# workstation ~~ playbooks/workstation.yml -# wokrstation initialization - ---- - - hosts: localhost roles: - - role: _workstation/env - tags: env, always - - - role: _workstation/sshdns - tags: sshdns - - - role: _workstation/packages - tags: packages - - - role: _workstation/sysconf - tags: sysconf + - role: workstation |