From e12999d54a2075b9e3728d71f290cab64a44a6cb Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 19 Jan 2024 23:03:58 -0700 Subject: [PATCH] Update Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml.md --- ...ontrolplane.yml => 2-deploy-initial-controlplane.yml.md} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/{2-deploy-initial-controlplane.yml => 2-deploy-initial-controlplane.yml.md} (87%) diff --git a/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml b/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml.md similarity index 87% rename from Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml rename to Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml.md index b3f8733..23a9c66 100644 --- a/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml +++ b/Scripts/Ansible/Playbooks/Linux/Kubernetes/Deploy RKE2 Cluster/2-deploy-initial-controlplane.yml.md @@ -1,6 +1,7 @@ +```jsx title="2-create-initial-controlplane.yml" --- - name: Deploy Rancher on a Kubernetes cluster - hosts: all + hosts: your_target_host become: true gather_facts: yes tasks: @@ -41,4 +42,5 @@ - name: Install Rancher via Helm ansible.builtin.shell: | - helm upgrade -i rancher rancher-latest/rancher --create-namespace --namespace cattle-system --set hostname=rancher.bunny-lab.io --set bootstrapPassword=bootStrapAllTheThings --set replicas=1 + helm upgrade -i rancher rancher-latest/rancher --create-namespace --namespace cattle-system --set hostname=rancher.cyberstrawberry.net --set bootstrapPassword=bootStrapAllTheThings --set replicas=1 +``` \ No newline at end of file