]> Untitled Git - lemmy.git/commitdiff
Fix lemmy_dev ansible playbook
authorFelix Ableitner <me@nutomic.com>
Tue, 23 Feb 2021 18:35:09 +0000 (19:35 +0100)
committerFelix Ableitner <me@nutomic.com>
Tue, 23 Feb 2021 18:35:09 +0000 (19:35 +0100)
ansible/lemmy_dev.yml

index e8556665389a9c9a5cb935e5e9bb5115b5f58d0d..3fd8cf7223ba3bb8cac22e555d19c502d91591a0 100644 (file)
         - src: '../docker/iframely.config.local.js'
           dest: '{{lemmy_base_dir}}/iframely.config.local.js'
           mode: '0600'
+      vars:
+        lemmy_docker_image: "dessalines/lemmy:dev"
+        lemmy_docker_ui_image: "dessalines/lemmy-ui:{{ lookup('file', 'VERSION') }}"
+        lemmy_port: "8536"
+        lemmy_ui_port: "1235"
+        pictshare_port: "8537"
+        iframely_port: "8538"
+        postgres_password: "{{ lookup('password', 'passwords/{{ inventory_hostname }}/postgres chars=ascii_letters,digits') }}"
 
     - name:  add config file (only during initial setup)
       template: