summaryrefslogtreecommitdiff
path: root/ansible/exolobe2.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-03 17:40:52 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-03 17:40:52 +0300
commitb5df710b767ed7bf32d3eeb2e7ce1b9f667d6796 (patch)
tree69a99227876425c787e19407f0b66261b392ce98 /ansible/exolobe2.yml
parent4daba9e0789506a9eb9f73dd16b627d2a92d8d6c (diff)
downloadansibleness-b5df710b767ed7bf32d3eeb2e7ce1b9f667d6796.tar.gz
Change: update exolobe2 playbook
Diffstat (limited to 'ansible/exolobe2.yml')
-rw-r--r--ansible/exolobe2.yml27
1 files changed, 16 insertions, 11 deletions
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index dfde0da..1d305a2 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -3,17 +3,22 @@
become: yes
roles:
- sane_debian_system
- - liw-usual
- - version-controller
+ - comfortable-debian-system
- unix_users
- self-updating-system
- - liw-laptop-http
- - qvarnlabs-devel-system
-
- # - local-u2f-auth
- - vmhost
- emacs
- - gnome-system
- - openstack-client
- # - firewalled
- - ansible
+ - vmhost
+ - storage_system
+ vars:
+ hostname: exolobe2
+ debian_codename: stretch
+
+ mailname: exolobe2.liw.fi
+
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+