mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 22:27:08 +00:00
cleanup ansible playbook
This commit is contained in:
parent
0bda4c905a
commit
2775f7fadd
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
||||||
# local ansible configuration
|
# local ansible configuration
|
||||||
ansible/inventory
|
ansible/inventory
|
||||||
ansible/inventory_dev
|
|
||||||
ansible/passwords/
|
ansible/passwords/
|
||||||
|
|
||||||
# docker build files
|
# docker build files
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
apt:
|
apt:
|
||||||
|
update_cache: yes
|
||||||
pkg:
|
pkg:
|
||||||
- 'nginx'
|
- 'nginx'
|
||||||
- 'docker-compose'
|
- 'docker-compose'
|
||||||
|
@ -77,9 +78,8 @@
|
||||||
lemmy_docker_ui_image: "dessalines/lemmy-ui:{{ lookup('file', 'VERSION') }}"
|
lemmy_docker_ui_image: "dessalines/lemmy-ui:{{ lookup('file', 'VERSION') }}"
|
||||||
lemmy_port: "8536"
|
lemmy_port: "8536"
|
||||||
lemmy_ui_port: "1235"
|
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:
|
template:
|
||||||
src: 'templates/config.hjson'
|
src: 'templates/config.hjson'
|
||||||
dest: '{{lemmy_base_dir}}/lemmy.hjson'
|
dest: '{{lemmy_base_dir}}/lemmy.hjson'
|
||||||
|
|
Loading…
Reference in a new issue