feat: add target for fetching ansible dependencies
This commit is contained in:
@@ -30,6 +30,9 @@ headlamp:
|
|||||||
clean: tofu-destroy
|
clean: tofu-destroy
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
|
|
||||||
|
fetch-ansible-deps:
|
||||||
|
ansible-galaxy install --role-file ansible/requirements.yml --roles-path ansible/galaxy_roles
|
||||||
|
|
||||||
fetch-plugins:
|
fetch-plugins:
|
||||||
mkdir -p ansible/lookup_plugins
|
mkdir -p ansible/lookup_plugins
|
||||||
curl -fsSL -o ansible/lookup_plugins/proton_pass.py {{ ansible_proton_pass_plugin_url }}
|
curl -fsSL -o ansible/lookup_plugins/proton_pass.py {{ ansible_proton_pass_plugin_url }}
|
||||||
|
|||||||
Reference in New Issue
Block a user