Old ansible configuration for servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233
  1. # This is the default ansible 'hosts' file.
  2. #
  3. # It should live in /etc/ansible/hosts
  4. #
  5. # - Comments begin with the '#' character
  6. # - Blank lines are ignored
  7. # - Groups of hosts are delimited by [header] elements
  8. # - You can enter hostnames or ip addresses
  9. # - A hostname/ip can be a member of multiple groups
  10. [dmdirc]
  11. grok.dmdirc.com
  12. renji.org.uk
  13. [dmdirc-buildagents]
  14. grok.dmdirc.com
  15. [chris-owned]
  16. grok.dmdirc.com
  17. do1.chameth.com
  18. quark.tenten.chameth.com ansible_ssh_port=1010 ansible_ssh_host=5.44.248.137
  19. [digitalocean]
  20. grok.dmdirc.com
  21. do1.chameth.com
  22. [chris-access:children]
  23. dmdirc
  24. chris-owned
  25. [chris-root:children]
  26. dmdirc
  27. chris-owned