--- all: vars: # ansible_ssh_user: ubuntu ansible_ssh_private_key_file: ~/id_rsa.scs-muneeb-general #/root/.ssh/id_rsa_scs hosts: localhost: ansible_connection: local bastion.scs.otc-service.com: ansible_host: 10.0.20.232 ansible_user: automation public_v4: 10.0.20.232 vault1.scs.otc-service.com: ansible_host: 10.10.0.24 public_v4: 10.10.0.24 vault2.scs.otc-service.com: ansible_host: 10.10.0.223 public_v4: 10.10.0.223 vault3.scs.otc-service.com: ansible_host: 10.10.0.234 public_v4: 10.10.0.234 # gitea1.scs.otc-service.com: # ansible_host: 10.10.0.107 # ansible_user: automation # public_v4: 10.10.0.107 # host_keys: # - 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIKrZwdNgGFNSozidYBIyFTla9Ho6ZksBQZja3jBhtnMabm2eUk0ITvaIvAhhhXGk2XeiRzvWpc/WtroIMLm+w0=' children: bastion: hosts: bastion*.scs.otc-service.com: ssl_certs: hosts: bridge.scs.otc-service.com: vault1.scs.otc-service.com: vault2.scs.otc-service.com: vault3.scs.otc-service.com: # gitea1.scs.otc-service.com: k8s-controller: hosts: bridge.scs.otc-service.com: vault: hosts: vault1.scs.otc-service.com: vault2.scs.otc-service.com: vault3.scs.otc-service.com: vault-controller: hosts: localhost: gitea: hosts: gitea1.scs.otc-service.com: disabled: []