chore: add empty boilerplate role for 389ds
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
244e378d9d
commit
dae32362ed
8 changed files with 94 additions and 0 deletions
3
roles/389ds/tests/inventory
Normal file
3
roles/389ds/tests/inventory
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
localhost
|
||||
|
||||
6
roles/389ds/tests/test.yml
Normal file
6
roles/389ds/tests/test.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- 389ds
|
||||
Loading…
Add table
Add a link
Reference in a new issue