mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
changed configuration name
This commit is contained in:
parent
aa80da5c18
commit
72f112f81e
@ -8,5 +8,5 @@
|
|||||||
# DOCKER_CLIENT_TIMEOUT: 600
|
# DOCKER_CLIENT_TIMEOUT: 600
|
||||||
- name: recreate discourse
|
- name: recreate discourse
|
||||||
command:
|
command:
|
||||||
cmd: ./launcher rebuild discourse_application
|
cmd: ./launcher rebuild app
|
||||||
chdir: "{{docker_compose_instance_directory}}"
|
chdir: "{{docker_compose_instance_directory}}"
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
mode: '700'
|
mode: '700'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: "copy configuration to {{docker_compose_instance_directory}}containers/discourse_application.yml"
|
- name: "copy configuration to {{docker_compose_instance_directory}}containers/app.yml"
|
||||||
template:
|
template:
|
||||||
src: discourse_application.yml.j2
|
src: app.yml.j2
|
||||||
dest: "{{docker_compose_instance_directory}}containers/discourse_application.yml"
|
dest: "{{docker_compose_instance_directory}}containers/app.yml"
|
||||||
notify: recreate discourse
|
notify: recreate discourse
|
@ -1,7 +1,7 @@
|
|||||||
## this is the all-in-one, standalone Discourse Docker container template
|
## this is the all-in-one, standalone Discourse Docker container template
|
||||||
##
|
##
|
||||||
## After making changes to this file, you MUST rebuild
|
## After making changes to this file, you MUST rebuild
|
||||||
## /var/discourse/launcher rebuild discourse_application
|
## /var/discourse/launcher rebuild app
|
||||||
##
|
##
|
||||||
## BE *VERY* CAREFUL WHEN EDITING!
|
## BE *VERY* CAREFUL WHEN EDITING!
|
||||||
## YAML FILES ARE SUPER SUPER SENSITIVE TO MISTAKES IN WHITESPACE OR ALIGNMENT!
|
## YAML FILES ARE SUPER SUPER SENSITIVE TO MISTAKES IN WHITESPACE OR ALIGNMENT!
|
Loading…
Reference in New Issue
Block a user