summaryrefslogtreecommitdiff
path: root/ansible/irc.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-29 14:11:44 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-29 14:11:44 +0300
commit221ce874ca6575491e39506d4234975bddb24a92 (patch)
treeaeb3d3c437f036c41d7d3db6cad57634fd12c71b /ansible/irc.liw.fi.yml
parent3550b5e44e5e040bd7bafdf9a33a8b9890323902 (diff)
downloadansibleness-221ce874ca6575491e39506d4234975bddb24a92.tar.gz
Add: irc.liw.fi
Diffstat (limited to 'ansible/irc.liw.fi.yml')
-rw-r--r--ansible/irc.liw.fi.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/ansible/irc.liw.fi.yml b/ansible/irc.liw.fi.yml
new file mode 100644
index 0000000..582e05d
--- /dev/null
+++ b/ansible/irc.liw.fi.yml
@@ -0,0 +1,26 @@
+- hosts: irc
+ remote_user: root
+ roles:
+ - role: sane_debian_system
+ - role: comfortable-debian-system
+ - role: unix_users
+ - role: self-updating-system
+ - role: irc-client
+ vars:
+ hostname: irc
+ debian_codename: buster
+ debian_mirror: deb.debian.org
+ debian_mirror_src: deb.debian.org
+
+ unix_users:
+ - username: root
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+ - username: liw
+ comment: Lars Wirzenius
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+ - username: liwmf
+ comment: Lars Wirzenius
+ authorized_keys: |
+ {{ liw_ssh_pub }}