diff --git a/k8s-cluster-config/playbooks/setup_argocd.yml b/k8s-cluster-config/playbooks/setup_argocd.yml new file mode 100644 index 0000000..24e50b4 --- /dev/null +++ b/k8s-cluster-config/playbooks/setup_argocd.yml @@ -0,0 +1,11 @@ +- name: Setup ArgoCD SSH Authentication with GitHub + hosts: kube_control_plane + become: true + vars: + service_port: 30080 + git_repo_url: "https://github.com/Parrotalk/Parrotalk-Manifests.git" + git_username: "suugit" + git_token: "ghp_" + cluster_name: ptk + roles: + - argocd \ No newline at end of file