chore(lint): fix some linting issues
This commit is contained in:
parent
00883b2dec
commit
e1e82cbaf2
@ -1,2 +0,0 @@
|
|||||||
#! /bin/sh
|
|
||||||
vault kv get --field=password kv_hs/ansible/ansible_vault
|
|
@ -1,8 +0,0 @@
|
|||||||
[defaults]
|
|
||||||
nocows = true
|
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
|
||||||
pipelining = true
|
|
||||||
host_key_checking = false
|
|
||||||
deprecation_warnings = true
|
|
||||||
callbacks_enabled = profile_tasks, profile_roles
|
|
||||||
vault_password_file = .vault_password
|
|
@ -92,31 +92,31 @@
|
|||||||
# - "/etc/timezone:/etc/timezone"
|
# - "/etc/timezone:/etc/timezone"
|
||||||
# - "/etc/localtime:/etc/localtime"
|
# - "/etc/localtime:/etc/localtime"
|
||||||
|
|
||||||
#hashi_vault_start_service: true
|
# hashi_vault_start_service: true
|
||||||
hashi_vault_version: "latest"
|
hashi_vault_version: "latest"
|
||||||
#hashi_vault_deploy_method: "{{ deployment_method }}" # deployment method, either host or docker
|
# hashi_vault_deploy_method: "{{ deployment_method }}" # deployment method, either host or docker
|
||||||
#hashi_vault_env_variables: {}
|
# hashi_vault_env_variables: {}
|
||||||
#hashi_vault_data_dir: "/opt/vault"
|
# hashi_vault_data_dir: "/opt/vault"
|
||||||
#hashi_vault_extra_files: false
|
# hashi_vault_extra_files: false
|
||||||
#hashi_vault_extra_files_src: /tmp/extra_files
|
# hashi_vault_extra_files_src: /tmp/extra_files
|
||||||
#hashi_vault_extra_files_dst: /etc/vault.d/extra_files
|
# hashi_vault_extra_files_dst: /etc/vault.d/extra_files
|
||||||
#hashi_vault_extra_container_volumes: "{{ default_container_extra_volumes | union(extra_vault_container_volumes) | unique }}"
|
# hashi_vault_extra_container_volumes: "{{ default_container_extra_volumes | union(extra_vault_container_volumes) | unique }}"
|
||||||
##! vault configuration
|
##! vault configuration
|
||||||
#hashi_vault_configuration:
|
# hashi_vault_configuration:
|
||||||
# cluster_name: "{{ vault_cluster_name }}"
|
# cluster_name: "{{ vault_cluster_name }}"
|
||||||
# cluster_addr: "http://{{ api_interface_address }}:8201"
|
# cluster_addr: "http://{{ api_interface_address }}:8201"
|
||||||
# api_addr: "http://{{ api_interface_address }}:8200"
|
# api_addr: "http://{{ api_interface_address }}:8200"
|
||||||
# ui: true
|
# ui: true
|
||||||
# disable_mlock: false
|
# disable_mlock: false
|
||||||
# disable_cache: false
|
# disable_cache: false
|
||||||
# listener:
|
# listener:
|
||||||
# tcp:
|
# tcp:
|
||||||
# address: "0.0.0.0:8200"
|
# address: "0.0.0.0:8200"
|
||||||
# tls_disable: true
|
# tls_disable: true
|
||||||
# #tls_disable_client_certs: true
|
# #tls_disable_client_certs: true
|
||||||
# #tls_cert_file: "{{ hashi_vault_data_dir }}/tls/cert.pem"
|
# #tls_cert_file: "{{ hashi_vault_data_dir }}/tls/cert.pem"
|
||||||
# #tls_key_file: "{{ hashi_vault_data_dir }}/tls/key.pem"
|
# #tls_key_file: "{{ hashi_vault_data_dir }}/tls/key.pem"
|
||||||
# storage: "{{ vault_storage_configuration }}"
|
# storage: "{{ vault_storage_configuration }}"
|
||||||
|
|
||||||
vault_extra_configuration:
|
vault_extra_configuration:
|
||||||
user_lockout:
|
user_lockout:
|
||||||
|
@ -57,4 +57,4 @@ scenario:
|
|||||||
- idempotence
|
- idempotence
|
||||||
- verify
|
- verify
|
||||||
- cleanup
|
- cleanup
|
||||||
- destroy
|
- destroy
|
||||||
|
@ -37,4 +37,4 @@ scenario:
|
|||||||
- idempotence
|
- idempotence
|
||||||
- verify
|
- verify
|
||||||
- cleanup
|
- cleanup
|
||||||
- destroy
|
- destroy
|
||||||
|
Loading…
Reference in New Issue
Block a user