mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-01 02:51:23 +00:00
15 lines
268 B
YAML
15 lines
268 B
YAML
---
|
|
# tasks
|
|
|
|
- name: Install necessary packages
|
|
import_tasks: packages.yml
|
|
|
|
- name: Apply required SELinux booleans
|
|
import_tasks: selinux_boolean.yml
|
|
|
|
- name: Create the users for kojid
|
|
import_tasks: users.yml
|
|
|
|
- name: Configure kojid
|
|
import_tasks: config.yml
|