Doesn't seem to like that actually
This commit is contained in:
parent
be121bee15
commit
a0ab1647d8
@ -28,20 +28,10 @@
|
|||||||
config:
|
config:
|
||||||
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
|
||||||
|
|
||||||
- name: Symlink the authorized keys configuration
|
- name: Copy over the homebase configuration file
|
||||||
vars:
|
|
||||||
dat_root: "{{ dat_root }}"
|
|
||||||
http_mirror: "{{ http_mirror }}"
|
|
||||||
auto_letsencrypt: "{{ auto_letsencrypt }}"
|
|
||||||
dashboard: "{{ dashboard }}"
|
|
||||||
domain: "{{ domain }}"
|
|
||||||
webapi_username: "{{ webapi_username }}"
|
|
||||||
webapi_password: "{{ webapi_password }}"
|
|
||||||
http_port: "{{ http_port }}"
|
|
||||||
dats: "{{ dats }}"
|
|
||||||
template:
|
template:
|
||||||
src: homebase.yml.j2
|
src: homebase.yml.j2
|
||||||
dest: /var/lib/.homebase.yml
|
dest: /var/lib/homebase/.homebase.yml
|
||||||
owner: dokku
|
owner: dokku
|
||||||
group: dokku
|
group: dokku
|
||||||
become: true
|
become: true
|
||||||
|
Reference in New Issue
Block a user