Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
commit
c610083d3c
92 changed files with 3530 additions and 0 deletions
8
roles/galene/molecule/default/verify.yml
Normal file
8
roles/galene/molecule/default/verify.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Verify
|
||||
hosts: molecule
|
||||
tasks:
|
||||
- name: Check service
|
||||
ansible.builtin.uri:
|
||||
url: https://localhost:443
|
||||
validate_certs: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue