All checks were successful
Configure Domain / deploy (push) Successful in 1m18s
8 lines
246 B
YAML
8 lines
246 B
YAML
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
|
ansible_sudo_pass: "{{ ANSIBLE_SUDO_PASS }}"
|
|
container_dir: /srv/docker
|
|
DOMAIN: potato.com
|
|
CF_API_KEY: some-cloudflare-key
|
|
CF_API_EMAIL: potato@potato.com
|
|
CF_API_TOKEN: some-cloudflare-token
|