Skip to content
Snippets Groups Projects
Commit 01bbfe79 authored by Florian Pritz's avatar Florian Pritz
Browse files

Improve group vars vault usage for archboxes


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent b1503b03
No related branches found
No related tags found
No related merge requests found
$ANSIBLE_VAULT;1.1;AES256
38383431636162363565383733316333643538303365613130396164656566663331616638396335
3161376438306137313039313465323965346661636661370a626166343331346464396638633139
39326363666265313536613430393265343336613536663237386534333963323438663832653264
3061373330343362340a663466636130666635353236616137666363633339613337383865346361
32653537303137396263346166373539643264346564316332306265346264323938373338626532
35333166303930306435643235636564383562646533366261366632633138333033666264383462
35303832376638353732323835333263333737323136396364323864633931333635383961393464
35303863316266646637316461386631356435666662396337643139326539326265356265313533
32636161303339323130626232343931613466656636383434333262633232363663303030366261
3637346333393138643566613335346363656332323261626361
66626665393439343463663662643065393635356537623736316638363432616233653737303435
6233326133333739643135613939306334343336353232330a643234643937646637393762313439
33373130613838323962336237653163356239313362356661383736393434336330376166313366
3537333235636433350a376536376461326337383632366438353564616232323836616263316639
31336430343635656262356235373038373630366135363833353634613366356331336264346339
39366335643831313038613532386138663766396265633564616566363135636365393765616336
35333339386563633736653031346466363362363230363637363164333066653162393338633333
34613163323232343539613730623031613039393437306530656366323139613838653036663861
35623739333630386634376664313038323064356338353466353465626366626437613430643832
3533663365396632636433323966633766383436653261343530
......@@ -20,7 +20,7 @@
file: path="{{ archboxes_git_dir }}" state=directory recurse=yes owner="{{ archboxes_user }}" group="{{ archboxes_user }}"
- name: replace placeholder to vagrantcloud API Key
replace: path="{{ archboxes_git_dir }}/vagrant.json" regexp='PLACEHOLDER' replace="{{ archboxes_apikey }}"
replace: path="{{ archboxes_git_dir }}/vagrant.json" regexp='PLACEHOLDER' replace="{{ vault_archboxes_apikey }}"
- name: install sudoers file
template: src=sudoers.d.j2 dest=/etc/sudoers.d/archboxes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment