Michal Muransky
Michal Muransky
Hi @Th0masL, the issue https://github.com/actions/runner/issues/1367 and https://github.com/actions/runner/pull/1612 is regarding the systemd service template - not the service name. As far as i know there isn't standard way to install self-hosted...
Yeah you can create a PR :wink:
Hi @newbenji , i don't think this is the case because `/var/lib/rancher/rke2/server/node-token` is being used only if you do not specify pre-shared secret ( in this role it is `rke2_token`...
Hi @cyrilschaal, the purpose of `rke2_etcd_snapshot_file` is to deploy a new RKE2 cluster from etcd snapshot. So, the condition makes sure that the etcd will not be restored on already...
@ot-random1 nope the condition is OK. It prevents to run the etcd restore process on already deployed cluster. In your version you are comparing two strings which are not equal...
@cyrilschaal thanks for info. Will check it
Did some work here. Plz check the https://github.com/ansible-community/ansible-nomad/pull/112
Hi @simonfelding, please resolve the conflicts
You can use `k8s_node_label` variable for this and add it to different group or host vars.
> > @MonolithProjects Hi! When can we expect the merge? I found some interesting changes there for use that I would like to see in the master. > > Maybe...