1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00
ansible_collection_users/roles/sshd/vars/main.yml

12 lines
263 B
YAML
Raw Normal View History

2024-02-15 02:51:39 +01:00
---
playbook_version_number: 7
2024-02-15 02:51:39 +01:00
playbook_version_path: 'l3d.users.sshd.version'
l3d_users_sshd__service_var_path:
files:
- "sshd_{{ ansible_distribution | lower }}.yml"
- "sshd_{{ ansible_os_family }}.yml"
- 'sshd_default.yml'
paths:
- 'vars'