- Move all roles from playbooks/roles/ to roles/ - Update roles_path in ansible.cfg - Add cast user to common role - Create standalone podman role - Add semaphore role with Podman + Quadlet support
7 lines
100 B
YAML
7 lines
100 B
YAML
#SPDX-License-Identifier: MIT-0
|
|
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- time-sync
|