Skip to content
Snippets Groups Projects
Verified Commit 02bc587e authored by Florian Pritz's avatar Florian Pritz
Browse files

soyuz: Add arch-boxes role


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 4d3a73a5
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
...@@ -23,3 +23,4 @@ ...@@ -23,3 +23,4 @@
- { role: archbuild, tags: ['archbuild'] } - { role: archbuild, tags: ['archbuild'] }
- { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] } - { role: public_html, public_domain: "pkgbuild.com", tags: ['public_html', 'nginx'] }
- { role: crond, tags: ['crond'] } - { role: crond, tags: ['crond'] }
- { role: arch-boxes, tags: ['arch-boxes'] }
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
git: repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_dir }}" force=yes git: repo='https://github.com/archlinux/arch-boxes.git' dest="{{ archboxes_dir }}" force=yes
- name: replace placeholder to vagrantcloud API Key - name: replace placeholder to vagrantcloud API Key
replace: path="{{ archboxes_dir }}/arch-boxes/vagrant.json" regexp='PLACEHOLDER' replace="{{ archboxes.apikey }}" replace: path="{{ archboxes_dir }}/arch-boxes/vagrant.json" regexp='PLACEHOLDER' replace="{{ archboxes_apikey }}"
- name: install arch-boxes service - name: install arch-boxes service
template: src='arch-boxes.service.j2' dest='/etc/systemd/system/arch-boxes.service' owner=root group=root mode=0644 template: src='arch-boxes.service.j2' dest='/etc/systemd/system/arch-boxes.service' owner=root group=root mode=0644
......
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