added gitea actions, formatting and debian 12 support
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 1m17s
test / Molecule tests (default, debian12) (push) Successful in 1m18s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m19s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m16s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 1m20s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 56s
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 1m17s
test / Molecule tests (default, debian12) (push) Successful in 1m18s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m19s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 1m11s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m16s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 1m20s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 56s
This commit is contained in:
parent
6351669ac1
commit
c54c1bb67e
@ -16,7 +16,7 @@ Available variables are listed below, along with default values. A sample file f
|
|||||||
```yaml
|
```yaml
|
||||||
import_vault_root_ca_certificate_force_download: false # by default, set to false
|
import_vault_root_ca_certificate_force_download: false # by default, set to false
|
||||||
```
|
```
|
||||||
This variable defines whether the role should always download the provided certificate even if it already exists. This can be useful if you want to replace an existing CA, but note the **it breaks idempotence**.
|
This variable defines whether the role should always download the provided certificate even if it already exists. This can be useful if you want to replace an existing CA, but note that **it breaks idempotence**.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
import_vault_root_ca_certificate_list: [] # by default, set to an empty dict
|
import_vault_root_ca_certificate_list: [] # by default, set to an empty dict
|
||||||
|
Loading…
Reference in New Issue
Block a user