diff --git a/CHECKS b/CHECKS deleted file mode 100644 index 43efd3a..0000000 --- a/CHECKS +++ /dev/null @@ -1,5 +0,0 @@ -WAIT=30 -TIMEOUT=30 -ATTEMPTS=5 - -/auth diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index e154799..1a0a33c 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -43,5 +43,5 @@ dokku_ports: app: keycloak mappings: - - "https:443:{{ http_port }}" + - "https:443:{{ https_port }}" state: present diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 58da425..864a798 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -16,6 +16,7 @@ state: present - name: Create mariadb database + no_log: true shell: " dokku mariadb:create diff --git a/ansible/vars/all.yml b/ansible/vars/all.yml index aee7fe8..8ed63b7 100644 --- a/ansible/vars/all.yml +++ b/ansible/vars/all.yml @@ -2,4 +2,5 @@ autonomic_admin_mail: helo@autonomic.zone autonomic_admin_user: autonomic http_port: "8080" +https_port: "8443" proxy_address_forwarding: "false"