32 lines
676 B
YAML
32 lines
676 B
YAML
- include_tasks: install.yml
|
|
tags: [faf, faf_install, packages]
|
|
|
|
- include_tasks: update.yml
|
|
when: faf_update
|
|
tags: [faf, faf_update, packages]
|
|
|
|
- include_tasks: first_time_setup.yml
|
|
tags: [faf, faf_fist_time_setup, config]
|
|
|
|
- include_tasks: config.yml
|
|
tags: [faf, faf_config, config]
|
|
|
|
- include_tasks: migrate_db.yml
|
|
when: faf_migrate_db
|
|
tags: [faf, faf_migrate_db]
|
|
|
|
- include_tasks: cron.yml
|
|
when: faf_cron_jobs
|
|
tags: [faf, config]
|
|
|
|
- include_tasks: web.yml
|
|
when: faf_with_web
|
|
tags: [faf, faf_web]
|
|
|
|
- include_tasks: check.yml
|
|
when: faf_check
|
|
tags: [faf, faf_check]
|
|
|
|
- include_tasks: check_web.yml
|
|
when: faf_check_web
|
|
tags: [faf, faf_check_web]
|