chore!: separated galaxy deps and own collections; modified ansible script generation to use two paths for collections
REQUIRES REGENERATING ansible.cfg!
This commit is contained in:
parent
4af69c31ce
commit
888590ed9f
188 changed files with 30 additions and 30 deletions
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
hc_vault_api_port: 8200
|
||||
hc_vault_architecture: linux_amd64
|
||||
hc_vault_cluster_nodes:
|
||||
hc_vault_default_binary_path: /usr/local/bin/vault
|
||||
hc_vault_default_shell: /usr/sbin/nologin
|
||||
hc_vault_default_umask: '0077'
|
||||
hc_vault_enable_ui: false
|
||||
hc_vault_environment_vars: {}
|
||||
hc_vault_gpg_key_fingerprint_regexp: '\bC874[[:space:]]+011F[[:space:]]+0AB4[[:space:]]+0511[[:space:]]+0D02[[:space:]]+1055[[:space:]]+3436[[:space:]]+5D94[[:space:]]+72D7[[:space:]]+468F\b'
|
||||
hc_vault_gpg_key_id_regexp: 34365D9472D7468F
|
||||
hc_vault_initialize: false
|
||||
hc_vault_raft_cluster_port: 8201
|
||||
hc_vault_root_dir: /srv/vault
|
||||
hc_vault_runas: vault
|
||||
hc_vault_server_config:
|
||||
hc_vault_server_tls_cert_data:
|
||||
hc_vault_server_tls_key_data:
|
||||
hc_vault_init_key_shares_count: 1
|
||||
hc_vault_init_key_threshold: 1
|
||||
hc_vault_init_provisioner_data_filepath: /tmp
|
Loading…
Add table
Add a link
Reference in a new issue