Old ansible configuration for servers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

hosts 654B

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