should work nowwwwwwww
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s
This commit is contained in:
@@ -10,7 +10,7 @@ if [ ! -z "$new_tasks" ]; then
|
|||||||
ansible_tag=$(echo "$task" | awk '{print $2}')
|
ansible_tag=$(echo "$task" | awk '{print $2}')
|
||||||
if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then
|
if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then
|
||||||
tag=${tag%.*}_deploy
|
tag=${tag%.*}_deploy
|
||||||
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt
|
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
@@ -10,3 +10,5 @@
|
|||||||
- name: homelab
|
- name: homelab
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
|
env:
|
||||||
|
- DUMMY_ENV: "dummy_env"
|
||||||
|
Reference in New Issue
Block a user