feat: Set up ansible role install task for just
This commit is contained in:
parent
5257525c7e
commit
5f737ab4b5
2 changed files with 7 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -1,2 +1,5 @@
|
||||||
|
install:
|
||||||
|
ansible-galaxy install -r requirements.yaml
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
pass show hosting/ansible/bob/vault-password | ansible-playbook --vault-password-file=/bin/cat site.yaml
|
pass show hosting/ansible/bob/vault-password | ansible-playbook --vault-password-file=/bin/cat site.yaml
|
||||||
|
|
|
||||||
4
requirements.yaml
Normal file
4
requirements.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Install and pre-configure incus
|
||||||
|
- src: gliech.incus
|
||||||
|
# install and set up docker
|
||||||
|
- src: geerlingguy.docker
|
||||||
Loading…
Add table
Add a link
Reference in a new issue