chore: create empty boilerplate roles to setup local acme simulation
testing if this could allow us to simulate all the acme dns-challenge stuff using pebble and knot. Since we will be using the same in production Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
aa8baad630
commit
bd7ddbe570
16 changed files with 188 additions and 0 deletions
6
roles/pebble/tests/test.yml
Normal file
6
roles/pebble/tests/test.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- pebble
|
||||
Loading…
Add table
Add a link
Reference in a new issue