chore(lint): fix some linting issues

This commit is contained in:
Bertrand Lanson 2024-01-25 22:54:31 +01:00
parent 00883b2dec
commit e1e82cbaf2
6 changed files with 25 additions and 35 deletions

View File

@ -1,2 +0,0 @@
#! /bin/sh
vault kv get --field=password kv_hs/ansible/ansible_vault

View File

@ -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

View File

@ -92,17 +92,17 @@
# - "/etc/timezone:/etc/timezone"
# - "/etc/localtime:/etc/localtime"
#hashi_vault_start_service: true
# hashi_vault_start_service: true
hashi_vault_version: "latest"
#hashi_vault_deploy_method: "{{ deployment_method }}" # deployment method, either host or docker
#hashi_vault_env_variables: {}
#hashi_vault_data_dir: "/opt/vault"
#hashi_vault_extra_files: false
#hashi_vault_extra_files_src: /tmp/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_deploy_method: "{{ deployment_method }}" # deployment method, either host or docker
# hashi_vault_env_variables: {}
# hashi_vault_data_dir: "/opt/vault"
# hashi_vault_extra_files: false
# hashi_vault_extra_files_src: /tmp/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 }}"
##! vault configuration
#hashi_vault_configuration:
# hashi_vault_configuration:
# cluster_name: "{{ vault_cluster_name }}"
# cluster_addr: "http://{{ api_interface_address }}:8201"
# api_addr: "http://{{ api_interface_address }}:8200"