ec2.yml 194 B

12345678910111213
  1. - name: Testing ssh connections
  2. hosts:
  3. - postgresql
  4. - rabbitmq
  5. - redis
  6. - logging
  7. - web
  8. - task
  9. roles:
  10. # - os
  11. # - ubuntu
  12. - container
  13. - random-passwords