Skip to content

Commit

Permalink
fix: set vault_enable var in playbook level
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Apr 24, 2022
1 parent f7107db commit e4f7787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packer-templates/playbooks/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- ./vars/apt.yml
- ./vars/maintenance.yml

vars:
- vault_enable: true

roles:
- role: ./roles/apt.ops/set-sources.ops/
vars:
Expand Down
1 change: 0 additions & 1 deletion packer-templates/playbooks/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
roles:
- role: ./roles/minio.ops/
vars:
vault_enable: true
remote_server: "http://10.178.0.9:9000"
minio_access_key: !vault |
$ANSIBLE_VAULT;1.1;AES256
Expand Down

0 comments on commit e4f7787

Please sign in to comment.