semaphore/hosts.yml
hcornet 505bbe363b
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 34s
first sync
2024-12-18 08:04:25 +01:00

14 lines
258 B
YAML

all:
vars:
ansible_user: ubuntu
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
prod:
hosts:
client:
ansible_host: 52.90.84.191
vars:
env: production
ansible_password: centos
red_color: "red"
blue_color: "blue"