diff --git a/README.md b/README.md index 37ba59b..27b4aab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is based on the work from [this fork](https://github.com/212850a/k3s-ansibl If you want more context on how this works, see: -๐Ÿ“„ [Documentation](https://technotim.live/posts/k3s-etcd-ansible/) (including example commands) +๐Ÿ“„ [Documentation](https://technotim.com/posts/k3s-etcd-ansible/) (including example commands) ๐Ÿ“บ [Watch the Video](https://www.youtube.com/watch?v=CbkEWcUZ7zM) @@ -28,7 +28,7 @@ on processor architecture: ## โœ… System requirements -- Control Node (the machine you are running `ansible` commands) must have Ansible 2.11+ If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://technotim.live/posts/ansible-automation/). +- Control Node (the machine you are running `ansible` commands) must have Ansible 2.11+ If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://technotim.com/posts/ansible-automation/). - You will also need to install collections that this playbook uses by running `ansible-galaxy collection install -r ./collections/requirements.yml` (importantโ—) @@ -115,7 +115,7 @@ Then change `server: https://127.0.0.1:6443` to match your master IP: `server: h ### ๐Ÿ”จ Testing your cluster -See the commands [here](https://technotim.live/posts/k3s-etcd-ansible/#testing-your-cluster). +See the commands [here](https://technotim.com/posts/k3s-etcd-ansible/#testing-your-cluster). ### Variables diff --git a/site.yml b/site.yml index b656e56..1fe2274 100644 --- a/site.yml +++ b/site.yml @@ -6,7 +6,7 @@ ansible.builtin.assert: that: ansible_version.full is version_compare('2.11', '>=') msg: > - "Ansible is out of date. See here for more info: https://docs.technotim.live/posts/ansible-automation/" + "Ansible is out of date. See here for more info: https://docs.technotim.com/posts/ansible-automation/" - name: Prepare Proxmox cluster hosts: proxmox