diff options
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 |