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.

hosts 577B

1234567891011121314151617181920212223242526272829303132
  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. [digitalocean]
  19. grok.dmdirc.com
  20. do1.chameth.com
  21. [chris-access:children]
  22. dmdirc
  23. chris-owned
  24. [chris-root:children]
  25. dmdirc
  26. chris-owned