summaryrefslogtreecommitdiff
path: root/ansible/web.yml
diff options
context:
space:
mode:
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