- Update repo URLs from HTTPS placeholder to git@github.com:lazorgurl/homelab.git - Update container image refs from OWNER to lazorgurl - Set KUBECONFIG env in Taskfile - Fix kubeconfig-fetch.sh to auto-detect server IP from inventory - Fix Ansible: callback plugin, br_netfilter ordering, ssh service name
6 lines
87 B
YAML
6 lines
87 B
YAML
---
|
|
- name: restart sshd
|
|
ansible.builtin.systemd:
|
|
name: ssh
|
|
state: restarted
|