Old ansible configuration for servers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

hosts 757B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. niobe.dmdirc.com
  14. [dmdirc-buildagents]
  15. grok.dmdirc.com
  16. niobe.dmdirc.com
  17. [chris-owned]
  18. grok.dmdirc.com
  19. do1.chameth.com
  20. do2.chameth.com ansible_ssh_host=178.62.0.84
  21. quark.tenten.chameth.com
  22. [digitalocean]
  23. grok.dmdirc.com
  24. do1.chameth.com
  25. do2.chameth.com
  26. [chris-access:children]
  27. dmdirc
  28. chris-owned
  29. [chris-root:children]
  30. dmdirc
  31. chris-owned
  32. [ansible-staging]
  33. do1.chameth.com
  34. quark.tenten.chameth.com