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