hosts.yml 465 B

12345678910111213141516171819
  1. ---
  2. # inventory/hosts.yml — host groups and generic default connection details
  3. # Override ansible_host and ansible_user for your environment in inventory/local.yml (gitignored)
  4. all:
  5. children:
  6. ai_servers:
  7. hosts:
  8. ai_server:
  9. ansible_host: 192.168.1.100
  10. nginx_proxies:
  11. hosts:
  12. nginx_proxy:
  13. ansible_host: 192.168.1.30
  14. coredns_hosts:
  15. hosts:
  16. coredns_host:
  17. ansible_host: 192.168.1.29