1
0
Fork 0
mirror of https://github.com/nold360/hive-apps synced 2025-01-11 16:24:55 +00:00
hive-apps/ansible/entrypoint.sh

3 lines
211 B
Bash

#!/bin/bash
ansible-galaxy role list 2>/dev/null | grep -q ansible-role-k3s || ansible-galaxy role install git+https://github.com/PyratLabs/ansible-role-k3s
ansible-playbook k3s-playbook.yml -i inventory.ini -K