mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
4 lines
211 B
Bash
4 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
|