Skip to content
Snippets Groups Projects
Verified Commit 03b6f2fa authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove accidentally added settings files. closes #187

parent 3e893e3b
No related branches found
No related tags found
No related merge requests found
ansible_python_interpreter: "/usr/bin/env python3"
# External ip address of the cluster.
ip_address: "213.108.108.134"
# Main domain name of the cluster services.
domain: "varac-gitlab.openappstack.net"
# Email address of someone administering the cluster.
admin_email: "varac@varac.net"
# Label of this deployment.
release_name: "test"
keycloak_password: "{{ lookup('password', './secrets/keycloak_admin_password') }}"
nextcloud_password: "{{ lookup('password', './secrets/nextcloud_admin_password chars=ascii_letters') }}"
acme_staging: false
# External ip address of the cluster.
ip_address: "213.108.108.227"
# Main domain name of the cluster services.
domain: "varac-oas.openappstack.net"
# Email address of someone administering the cluster.
admin_email: "varac@varac.net"
# Label of this deployment.
release_name: "test"
keycloak_password: "{{ lookup('password', './secrets/keycloak_admin_password') }}"
nextcloud_password: "{{ lookup('password', './secrets/nextcloud_admin_password chars=ascii_letters') }}"
acme_staging: false
settings-varac-oas.yml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment