ansible-role-kojid/tasks/main.yml

18 lines
329 B
YAML
Raw Normal View History

2020-12-18 22:55:55 +00:00
---
2021-01-03 19:35:33 +00:00
# tasks
- name: Install necessary packages
import_tasks: packages.yml
- name: Apply required SELinux booleans
import_tasks: selinux_boolean.yml
- name: Ensure Storage is ready
import_tasks: storage.yml
- name: Create the users for kojid
import_tasks: users.yml
2021-01-04 08:17:40 +00:00
- name: Configure kojid
import_tasks: config.yml