mirror of https://github.com/LemmyNet/lemmy.git
cleanup ansible playbook
parent
0bda4c905a
commit
2775f7fadd
|
@ -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…
Reference in New Issue