mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -95,3 +95,11 @@
|
|||||||
name: vault
|
name: vault
|
||||||
state: present
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Set vault address
|
||||||
|
copy:
|
||||||
|
dest: /etc/profile.d/vault.sh
|
||||||
|
content: "echo 'export VAULT_ADDR=http://vault.home.lan:8205'\n"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0440'
|
||||||
Reference in New Issue
Block a user