1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00
ansible_role_sshd/vars/main.yml

12 lines
277 B
YAML
Raw Normal View History

2019-05-15 11:41:00 +02:00
---
playbook_version_number: 5004
2020-03-17 15:25:04 +01:00
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
2021-03-10 22:34:42 +01:00
sshd__service_var_path:
files:
2021-03-12 14:25:14 +01:00
- "sshd_{{ ansible_distribution | lower }}.yml"
- "sshd_{{ ansible_os_family }}.yml"
2021-03-10 22:34:42 +01:00
- 'sshd_default.yml'
paths:
- 'vars'