๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-playbooks/roles/wikijs/defaults/main.yml

26 lines
376 B

2 years ago
wiki_user: wikijs
wiki_group: wikijs
wiki_dir: /opt/wikijs
wiki_default_config:
bindIP: 0.0.0.0
port: 3000
db:
type: postgres
host: "{{ database_host }}"
port: 5432
user: "{{ database_user }}"
pass: "{{ database_pass }}"
db: "{{ database_name }}"
ssl: no
ssl:
enabled: no
logLevel: info
offline: no
ha: no
dataPath: ./data