loading members the new way
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
decentral1se
2022-05-31 07:41:55 +02:00
parent d1a90a8910
commit 08f3d86a65
3 changed files with 17 additions and 4 deletions

View File

@ -8,6 +8,10 @@
- new_hetzner_server_image: debian-10
- new_hetzner_delete_protection: false
- new_hetzner_rebuild_protection: false
- members: files/members.yml
pre_tasks:
- name: Include resource variables
include_vars: "{{ members }}"
tasks:
- name: Run the role under test
block:

View File

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