load in members resource
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2022-05-30 13:55:29 +02:00
parent 092a3fa07c
commit 93d516e969
3 changed files with 24 additions and 4 deletions

View File

@ -6,5 +6,9 @@
# out during our test run and that is absolutely no bueno
sshd_permit_root_login: true
sshd_port: 22
members: files/members.yml
pre_tasks:
- name: Include resource variables
include_vars: "{{ members }}"
roles:
- role: autonomic.sshd

View File

@ -0,0 +1,6 @@
---
members:
- username: foobar
email: barfoo
ssh_key: "ssh-rsa foo bar@nowhere.com"
uid: 1100