summaryrefslogtreecommitdiff
path: root/ansible/holywood2.yml
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/holywood2.yml
parentd193a9d1c0e3a7fa8f865cad207803a3d3e2a329 (diff)
downloadansibleness-88beed974e2f44d3df43c809ac6e44fecc7f23fc.tar.gz
Add: holywood2.yml
Diffstat (limited to 'ansible/holywood2.yml')
-rw-r--r--ansible/holywood2.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
new file mode 100644
index 0000000..b0cf536
--- /dev/null
+++ b/ansible/holywood2.yml
@@ -0,0 +1,22 @@
+- hosts: holywood2
+ remote_user: ansible
+ become: yes
+ roles:
+ - sane_debian_system
+ - comfortable-debian-system
+ - version-controller
+ - unix_users
+ # - nfs-server
+ # - holywood
+ # - self-updating-system
+ vars:
+ hostname: holywood2
+ debian_codename: stretch
+ debian_mirror: deb.debian.org
+ debian_mirror_src: deb.debian.org
+ unix_users:
+ - username: liw
+ comment: Lars Wirzenius
+ sudo: yes
+ authorized_keys: |
+ {{ liw_ssh_pub }}