Matrix Docker Ansible eploy
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.
 
 

30 lines
501 B

  1. ---
  2. - include: tasks/setup/main.yml
  3. # - include: tasks/upgrade_postgres.yml
  4. # tags:
  5. # - upgrade-postgres
  6. - include: tasks/start.yml
  7. tags:
  8. - start
  9. # - include: tasks/register_user.yml
  10. # tags:
  11. # - register-user
  12. # - include: tasks/import_sqlite_db.yml
  13. # tags:
  14. # - import-sqlite-db
  15. # - include: tasks/import_media_store.yml
  16. # tags:
  17. # - import-media-store
  18. # - include: tasks/self_check/main.yml
  19. # delegate_to: 127.0.0.1
  20. # become: false
  21. # tags:
  22. # - self-check