summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-08 17:23:40 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-09 20:15:40 +0300
commitd6e1c1ddcff720e19282e3636e685dc2a5cf88d4 (patch)
treeda4f991fadf71c5febfcc5c5840e71d1685e5cd7 /ansible
parentf92d3b5be51215a0fb0fc29f4530dca9e58903fa (diff)
downloadansibleness-d6e1c1ddcff720e19282e3636e685dc2a5cf88d4.tar.gz
Add exolobe2 (new devel server at home)
This is the machine bought with the FUUG Foundation grant.
Diffstat (limited to 'ansible')
-rw-r--r--ansible/hosts1
-rw-r--r--ansible/servers.yml12
2 files changed, 13 insertions, 0 deletions
diff --git a/ansible/hosts b/ansible/hosts
index 19f4514..e5d487d 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -2,6 +2,7 @@ willikins hostname=willikins distro=jessie
tvdev hostname=tvdev distro=jessie
tvansible hostname=tvansible distro=unstable
django hostname=django distro=jessie
+exolobe2 hostname=exolobe2 distro=jessie
[obbench]
obbench3.default.liw.uk0.bigv.io hostname=obbench3 distro=jessie
diff --git a/ansible/servers.yml b/ansible/servers.yml
index 4a77d14..8c73ecf 100644
--- a/ansible/servers.yml
+++ b/ansible/servers.yml
@@ -11,4 +11,16 @@
- liw-usual
- apt-upgrade
- users
+- hosts: exolobe2
+ remote_user: ansible
+ sudo: yes
+ vars:
+ debian_mirror: http://httpredir.debian.org/debian
+ debian_mirror_src: http://httpredir.debian.org/debian
+ roles:
+ - basic-setup
+ - apt-setup
+ - liw-usual
+ - apt-upgrade
+ - users
...