Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

30 righe
467 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