ansible/roles/abrt/faf/tasks/main.yml

33 lines
676 B
YAML
Raw Normal View History

2017-10-15 20:22:53 +00:00
- include_tasks: install.yml
2017-03-20 12:01:45 +01:00
tags: [faf, faf_install, packages]
2017-10-15 20:22:53 +00:00
- include_tasks: update.yml
2017-03-20 12:01:45 +01:00
when: faf_update
tags: [faf, faf_update, packages]
2017-10-15 20:22:53 +00:00
- include_tasks: first_time_setup.yml
2017-03-20 12:01:45 +01:00
tags: [faf, faf_fist_time_setup, config]
2017-10-15 20:22:53 +00:00
- include_tasks: config.yml
2017-03-20 12:01:45 +01:00
tags: [faf, faf_config, config]
2017-10-15 20:22:53 +00:00
- include_tasks: migrate_db.yml
2017-03-20 12:01:45 +01:00
when: faf_migrate_db
tags: [faf, faf_migrate_db]
2017-10-15 20:22:53 +00:00
- include_tasks: cron.yml
2017-03-20 12:01:45 +01:00
when: faf_cron_jobs
tags: [faf, config]
2017-10-15 20:22:53 +00:00
- include_tasks: web.yml
2017-03-20 12:01:45 +01:00
when: faf_with_web
tags: [faf, faf_web]
2017-10-15 20:22:53 +00:00
- include_tasks: check.yml
2017-03-20 12:01:45 +01:00
when: faf_check
tags: [faf, faf_check]
2017-10-15 20:22:53 +00:00
- include_tasks: check_web.yml
2017-03-20 12:01:45 +01:00
when: faf_check_web
tags: [faf, faf_check_web]