mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
update search
This commit is contained in:
parent
3ea0eadf22
commit
f4118e5d95
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
playbook_version_number: 4101 # should be over ninethousand
|
playbook_version_number: 4123 # should be int
|
||||||
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
|
||||||
|
|
||||||
sshd__service_var_path:
|
sshd__service_var_path:
|
||||||
files:
|
files:
|
||||||
- "sshd_{{ ansible_distribution | lower }}"
|
- "sshd_{{ ansible_distribution | lower }}.yml"
|
||||||
|
- "sshd_{{ ansible_os_family }}.yml"
|
||||||
- 'sshd_default.yml'
|
- 'sshd_default.yml'
|
||||||
paths:
|
paths:
|
||||||
- 'vars'
|
- 'vars'
|
||||||
|
|
Loading…
Reference in a new issue