aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/tasks/main.yml')
-rw-r--r--roles/workstation/tasks/main.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/roles/workstation/tasks/main.yml b/roles/workstation/tasks/main.yml
deleted file mode 100644
index 0e4a9c2..0000000
--- a/roles/workstation/tasks/main.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-- name: include specific distribution variables
- include_vars: "os_{{ ansible_distribution | lower }}.yml"
-
-- name: include packages
- tags: always
- include_tasks:
- file: pkgs.yml
- apply:
- tags: task_pkgs
-
-- name: include operating system setup
- tags: always
- include_tasks:
- file: "os_{{ ansible_distribution | lower }}.yml"
- apply:
- tags: task_system
-
-- name: include shell setup
- tags: always
- include_tasks:
- file: shell.yml
- apply:
- tags: task_shell
-
-- name: include doas setup
- tags: always
- include_tasks:
- file: doas.yml
- apply:
- tags: task_doas
-
-- name: include smartcard setup
- tags: always
- include_tasks:
- file: smartcard.yml
- apply:
- tags: task_smartcard
-
-- name: include ssh setup
- tags: always
- include_tasks:
- file: ssh.yml
- apply:
- tags: task_ssh
- args:
- apply:
- become: true
- become_user: "{{ workstation_user }}"
remember that computers suck.