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

increase version and migrate tasks to new naming scheme

This commit is contained in:
L3D 2021-03-14 00:03:37 +01:00
parent 49ab162283
commit 9bd350770f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
ansible.builtin.include_tasks: packages.yml
- name: Collect all users and groups allowed to login via ssh
set_fact:
ansible.builtin.set_fact:
sshd__allowed_users: '{{ sshd__allowed_users + users.keys() | default({}) | sort }}'
sshd__allowed_groups: '{{ sshd__allowed_groups + users.keys() | default({}) | sort }}'

View file

@ -1,5 +1,5 @@
---
playbook_version_number: 4125 # should be int
playbook_version_number: 5000 # should be int
playbook_version_path: 'role-sshd_chaos-bodensee_github.com.version'
sshd__service_var_path: