From 5cbbf7371b93420010e7fc1bef253c5d88b5b411 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 24 Aug 2025 15:50:44 -0500 Subject: [PATCH 1/2] cupre(repo): switching to personal repo (timothystewart6) --- .github/ISSUE_TEMPLATE.md | 4 ++-- README.md | 4 ++-- galaxy.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ad49c18..dab1adc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ - + @@ -82,4 +82,4 @@ node ## Possible Solution -- [ ] I've checked the [General Troubleshooting Guide](https://github.com/techno-tim/k3s-ansible/discussions/20) +- [ ] I've checked the [General Troubleshooting Guide](https://github.com/timothystewart6/k3s-ansible/discussions/20) diff --git a/README.md b/README.md index f2ae5f2..37ba59b 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ See the commands [here](https://technotim.live/posts/k3s-etcd-ansible/#testing-y ### Troubleshooting -Be sure to see [this post](https://github.com/techno-tim/k3s-ansible/discussions/20) on how to troubleshoot common problems +Be sure to see [this post](https://github.com/timothystewart6/k3s-ansible/discussions/20) on how to troubleshoot common problems ### Testing the playbook using molecule @@ -218,7 +218,7 @@ collections: - name: community.general - name: ansible.posix - name: kubernetes.core - - name: https://github.com/techno-tim/k3s-ansible.git + - name: https://github.com/timothystewart6/k3s-ansible.git type: git version: master ``` diff --git a/galaxy.yml b/galaxy.yml index 0f9b196..26bef62 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -56,16 +56,16 @@ dependencies: kubernetes.core: '*' # The URL of the originating SCM repository -repository: https://github.com/techno-tim/k3s-ansible +repository: https://github.com/timothystewart6/k3s-ansible # The URL to any online docs -documentation: https://github.com/techno-tim/k3s-ansible +documentation: https://github.com/timothystewart6/k3s-ansible # The URL to the homepage of the collection/project homepage: https://www.youtube.com/watch?v=CbkEWcUZ7zM # The URL to the collection issue tracker -issues: https://github.com/techno-tim/k3s-ansible/issues +issues: https://github.com/timothystewart6/k3s-ansible/issues # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This From 2fad0a8db698b320a5440d4506f1ffb543402182 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 7 Jan 2026 15:31:56 -0600 Subject: [PATCH 2/2] chore(technotimcom): Updated url --- README.md | 6 +++--- site.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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