feat: Set up ansible role install task for just

This commit is contained in:
Marty Oehme 2025-11-18 19:25:51 +01:00
parent 5257525c7e
commit 5f737ab4b5
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 7 additions and 0 deletions

View file

@ -1,2 +1,5 @@
install:
ansible-galaxy install -r requirements.yaml
deploy:
pass show hosting/ansible/bob/vault-password | ansible-playbook --vault-password-file=/bin/cat site.yaml

4
requirements.yaml Normal file
View file

@ -0,0 +1,4 @@
# Install and pre-configure incus
- src: gliech.incus
# install and set up docker
- src: geerlingguy.docker