cleanup ansible playbook

pull/1781/head
Felix Ableitner 3 years ago
parent 0bda4c905a
commit 2775f7fadd

1
.gitignore vendored

@ -1,6 +1,5 @@
# local ansible configuration
ansible/inventory
ansible/inventory_dev
ansible/passwords/
# docker build files

@ -23,6 +23,7 @@
tasks:
- name: install dependencies
apt:
update_cache: yes
pkg:
- 'nginx'
- 'docker-compose'
@ -77,9 +78,8 @@
lemmy_docker_ui_image: "dessalines/lemmy-ui:{{ lookup('file', 'VERSION') }}"
lemmy_port: "8536"
lemmy_ui_port: "1235"
pictshare_port: "8537"
- name: add config file (only during initial setup)
- name: add minimal config file (only during initial setup)
template:
src: 'templates/config.hjson'
dest: '{{lemmy_base_dir}}/lemmy.hjson'

Loading…
Cancel
Save