summaryrefslogtreecommitdiff
path: root/ansible/web.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-05 11:26:33 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-05 11:26:33 +0300
commit3d17642a21a01e98b71d8218c7449ec1dc6714cd (patch)
tree6103a81f8b4dfd2082d3db24e30dfb9febffa02b /ansible/web.yml
parent22a19a24c7eee67a32cbb8f45f674154d0c09953 (diff)
downloadansibleness-3d17642a21a01e98b71d8218c7449ec1dc6714cd.tar.gz
Drop: obsolete playbooks and stuff
Diffstat (limited to 'ansible/web.yml')
-rw-r--r--ansible/web.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/ansible/web.yml b/ansible/web.yml
deleted file mode 100644
index fda2c01..0000000
--- a/ansible/web.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-- hosts: web
- remote_user: ansible
- become: yes
- roles:
- - sane_debian_system
- - unix_users
- - apache_server
- vars:
- hostname: web
- debian_codename: stretch
- debian_mirror: deb.debian.org
- debian_mirror_src: deb.debian.org
- codeliwfidistro: stretch
- static_sites:
- - domain: web
- owner: liw
- ownermail: liw@liw.fi
- worker_manager_ssh_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"
- unix_users:
- - username: liw
- comment: Lars Wirzenius
- authorized_keys: |
- {{ liw_ssh_pub }}
- {{ worker_manager_ssh_pub }} \ No newline at end of file