diff --git a/.gitmodules b/.gitmodules index c993cef..78adec5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "roles/role-k3s-deployments"] - path = roles/role-k3s-deployments - url = ssh://git@git.kluster.moll.re:2222/remoll/role-k3s-deployments.git [submodule "roles/role-laptop-backup"] path = roles/role-laptop-backup url = ssh://git@git.kluster.moll.re:2222/remoll/role-laptop-backup.git diff --git a/plays/k3s-full-deployment.yaml b/plays/k3s-full-deployment.yaml new file mode 100644 index 0000000..fa24bf9 --- /dev/null +++ b/plays/k3s-full-deployment.yaml @@ -0,0 +1,5 @@ +- name: Full k3s deployment + hosts: localhost + + roles: + - role: role-k3s-deployments