chore: revert default domain name for hashistack_ca role
Some checks failed
development / Check commit compliance (push) Successful in 39s
test / Retrieve Credentials (pull_request) Successful in 40s
pull-requests-open / Check commit compliance (pull_request) Successful in 6s
test / end_to_end_consul (consul_default, debian11) (pull_request) Successful in 1m36s
test / end_to_end_consul (consul_default, debian12) (pull_request) Successful in 1m37s
test / end_to_end_consul (consul_default, ubuntu2004) (pull_request) Successful in 2m19s
test / end_to_end_consul (consul_default, ubuntu2204) (pull_request) Successful in 1m17s
test / end_to_end_consul (consul_default, ubuntu2404) (pull_request) Successful in 1m16s
test / end_to_end_consul (consul_with_acl_enabled, debian11) (pull_request) Successful in 1m24s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2004) (pull_request) Successful in 1m32s
test / end_to_end_consul (consul_with_acl_enabled, debian12) (pull_request) Successful in 1m44s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2204) (pull_request) Successful in 1m30s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2404) (pull_request) Successful in 1m18s
test / end_to_end_vault (vault_default, debian11) (pull_request) Successful in 1m19s
test / end_to_end_vault (vault_default, debian12) (pull_request) Successful in 1m31s
test / end_to_end_vault (vault_default, ubuntu2004) (pull_request) Successful in 1m24s
test / end_to_end_vault (vault_default, ubuntu2204) (pull_request) Successful in 1m21s
test / end_to_end_vault (vault_default, ubuntu2404) (pull_request) Successful in 1m40s
test / end_to_end_vault (vault_with_raft_enabled, debian12) (pull_request) Successful in 1m25s
test / end_to_end_vault (vault_with_raft_enabled, debian11) (pull_request) Successful in 1m42s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2004) (pull_request) Successful in 1m28s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2204) (pull_request) Successful in 1m29s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2404) (pull_request) Successful in 1m36s
test / end_to_end_nomad (nomad_default, debian11) (pull_request) Successful in 1m9s
test / end_to_end_nomad (nomad_default, debian12) (pull_request) Successful in 1m9s
test / end_to_end_nomad (nomad_default, ubuntu2004) (pull_request) Successful in 1m14s
test / end_to_end_nomad (nomad_default, ubuntu2204) (pull_request) Successful in 1m16s
test / end_to_end_nomad (nomad_with_acl_enabled, debian11) (pull_request) Successful in 1m8s
test / end_to_end_nomad (nomad_default, ubuntu2404) (pull_request) Successful in 1m36s
test / end_to_end_nomad (nomad_with_acl_enabled, debian12) (pull_request) Successful in 1m10s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2004) (pull_request) Successful in 1m18s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2404) (pull_request) Successful in 1m17s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2204) (pull_request) Successful in 1m33s
build-deploy / Bump version and create changelog with commitizen (push) Has been cancelled

This commit is contained in:
Bertrand Lanson 2024-11-12 23:34:55 +01:00
parent 802e1fc16e
commit 6c564815dc
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -3,7 +3,7 @@
hashistack_ca_directory: "/etc/hashistack/certificates" hashistack_ca_directory: "/etc/hashistack/certificates"
hashistack_ca_use_cryptography: false hashistack_ca_use_cryptography: false
hashistack_ca_action: "noop" hashistack_ca_action: "noop"
hashistack_ca_domain: "*" hashistack_ca_domain: example.com
hashistack_ca_directory_owner: root hashistack_ca_directory_owner: root
############################## ##############################