Ajouter host_vars/vault_vm.yml
This commit is contained in:
parent
578c531a39
commit
a90725c3c0
15
host_vars/vault_vm.yml
Normal file
15
host_vars/vault_vm.yml
Normal file
@ -0,0 +1,15 @@
|
||||
ansible_connection: ssh
|
||||
ansible_user: ubuntu
|
||||
vault_image: "docker.io/hashicorp/vault:latest"
|
||||
vault_port: 8200
|
||||
vault_api_port: 8201
|
||||
vault_data_dir: "/vault/data"
|
||||
vault_config_dir: "/vault/config"
|
||||
vault_address: "http://51.255.97.177:8200"
|
||||
vault_cluster_address: "http://51.255.97.177:8201"
|
||||
vault_auth_methods:
|
||||
- type: approle
|
||||
- type: userpass
|
||||
vault_policies:
|
||||
- name: admin
|
||||
path: "/path/to/admin_policy.hcl"
|
Loading…
Reference in New Issue
Block a user