diff --git a/justfile b/justfile index e37dd2a..5afc29f 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/requirements.yaml b/requirements.yaml new file mode 100644 index 0000000..22c5e84 --- /dev/null +++ b/requirements.yaml @@ -0,0 +1,4 @@ +# Install and pre-configure incus +- src: gliech.incus +# install and set up docker +- src: geerlingguy.docker