This commit is contained in:
mperochon 2017-06-01 15:44:54 +02:00
parent 70209fbb82
commit fb9204d59c

View file

@ -7,7 +7,7 @@
- name: bootstrap/start_vault_temp | Start single node Vault with file backend - name: bootstrap/start_vault_temp | Start single node Vault with file backend
command: > command: >
docker run -d --cap-add IPC_LOCK --name {{ vault_temp_container_name }} docker run -d --name {{ vault_temp_container_name }}
-p {{ vault_port }}:{{ vault_port }} -p {{ vault_port }}:{{ vault_port }}
-e SKIP_SETCAP=true -e SKIP_SETCAP=true
-e 'VAULT_LOCAL_CONFIG={{ vault_temp_config|to_json }}' -e 'VAULT_LOCAL_CONFIG={{ vault_temp_config|to_json }}'