first sync
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 34s

This commit is contained in:
2024-12-18 08:04:25 +01:00
parent f24d7c0f47
commit 505bbe363b
7 changed files with 526 additions and 25 deletions

13
hosts.yml Normal file
View File

@ -0,0 +1,13 @@
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"