Initial commit
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 35s
This commit is contained in:
16
roles/configure_cms/templates/cms.ranking.conf.jinja
Normal file
16
roles/configure_cms/templates/cms.ranking.conf.jinja
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"_help": "There is no way to put comments in a JSON file; the",
|
||||
"_help": "fields starting with '_' are meant to be comments.",
|
||||
|
||||
"_help": "Listening address for RankingWebServer.",
|
||||
"bind_address": "",
|
||||
|
||||
"_help": "Listening port for RankingWebServer.",
|
||||
"http_port": 8890,
|
||||
|
||||
"_help": "Login information for adding and editing data.",
|
||||
"username": "{{ username }}",
|
||||
"password": "{{ password }}",
|
||||
|
||||
"_help": "This is the end of this file."
|
||||
}
|
||||
Reference in New Issue
Block a user