summaryrefslogtreecommitdiff
path: root/ansible/roles/riot-host
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-03 17:39:47 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-03 17:39:47 +0300
commit88beed974e2f44d3df43c809ac6e44fecc7f23fc (patch)
tree8e40127161c261883b0a2ea24926926be98d8dff /ansible/roles/riot-host
parentd193a9d1c0e3a7fa8f865cad207803a3d3e2a329 (diff)
downloadansibleness-88beed974e2f44d3df43c809ac6e44fecc7f23fc.tar.gz
Add: holywood2.yml
Diffstat (limited to 'ansible/roles/riot-host')
-rw-r--r--ansible/roles/riot-host/tasks/main.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/ansible/roles/riot-host/tasks/main.yml b/ansible/roles/riot-host/tasks/main.yml
deleted file mode 100644
index 122574c..0000000
--- a/ansible/roles/riot-host/tasks/main.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-- name: install packages
- apt:
- name: "{{ item }}"
- state: present
- with_items:
- - gnome
- - firefox-esr
- - ssh
- - less
- - riot-web
-
- # This seems to be wanted by something in the GNOME app stack.
- # Installing it will stop a lot of apps from whinging at startup.
- - libcanberra-gtk-module
-
-- name: set liw password for gdm login
- user:
- user: liw
- shell: /bin/bash
- password: "{{ lookup('pipe', 'pass show ssb/liw | mkpasswd --method=sha-512 --stdin') }}"