|
all:
|
|
children:
|
|
security_servers:
|
|
hosts:
|
|
security-server-01:
|
|
ansible_host: 172.16.255.177
|
|
ansible_user: cifo
|
|
ansible_port: 60022
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
|
vars:
|
|
environment: production
|
|
vault_version: "1.15.2"
|
|
prometheus_version: "2.47.0" |