diff --git a/ansible/pre-deploy.yml b/ansible/pre-deploy.yml index 4bcebc2..25b532c 100644 --- a/ansible/pre-deploy.yml +++ b/ansible/pre-deploy.yml @@ -40,6 +40,6 @@ DRONE_GITEA_SERVER: "{{ gitea_domain }}" DRONE_GIT_ALWAYS_AUTH: "true" DRONE_RPC_SECRET: "{{ rpc_secret }}" - DRONE_SERVER_HOST: "{{ domain }}" + DRONE_SERVER_HOST: "{{ drone_domain }}" DRONE_SERVER_PROTO: "https" - DRONE_SERVER_PORT: "{{ drone_port }}" + DRONE_SERVER_PORT: ":{{ drone_port }}" diff --git a/ansible/vars/all.yml b/ansible/vars/all.yml index 24d7e08..89db6dc 100644 --- a/ansible/vars/all.yml +++ b/ansible/vars/all.yml @@ -1,5 +1,5 @@ --- -domain: "drone.autonomic.zone" autonomic_admin_mail: "helo@autonomic.zone" -gitea_domain: "git.autonomic.zone" +drone_domain: "drone.autonomic.zone" drone_port: "8080" +gitea_domain: "git.autonomic.zone"