summaryrefslogtreecommitdiff
path: root/ick-ui.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-15 11:09:42 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-15 11:09:42 +0200
commitea38207632f761fea283a302ff8dad56e616e0f7 (patch)
tree7ec974bfacf1210d9381adf803ac9671d8bfcf7a /ick-ui.yml
parent52382124270574371cc988b7043c0fe35ea313b0 (diff)
downloadick2-ansible-ea38207632f761fea283a302ff8dad56e616e0f7.tar.gz
drop useless junk
Diffstat (limited to 'ick-ui.yml')
-rw-r--r--ick-ui.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/ick-ui.yml b/ick-ui.yml
deleted file mode 100644
index eba69b8..0000000
--- a/ick-ui.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-- hosts: ui
- remote_user: root
- become: yes
- roles:
- - sane_debian_system
- - unix_users
- - comfortable
- - apache_server
- - ick_ui
- vars:
- hostname: ick
-
- wm_ssh_key_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"
-
- unix_users:
- - username: root
- authorized_keys: |
- {{ wm_ssh_key_pub }}
- {{ demo_wm_ssh_key_pub }}
- {{ liw_ssh_key_pub }}
- - username: ivan
- sudo: yes
- authorized_keys: |
- {{ ivan_ssh_key_pub }}
-
- letsencrypt: yes
- letsencrypt_email: liw@liw.fi
-
- static_sites:
- - domain: ick-ui.vm.liw.fi
- owner: root
- ownermail: liw@liw.fi
- letsencrypt: yes
-
- sources_lists:
- - repo: "deb https://deb.nodesource.com/node_10.x stretch main"
- signing_key: "{{ nodesource_signing_key }}"