From f19aa0660dc19a5e50363e9acfba55a7db9ddfe2 Mon Sep 17 00:00:00 2001 From: sofia Date: Tue, 26 Nov 2024 16:59:24 +0900 Subject: [PATCH] feat: add setupargocd --- k8s-cluster-config/playbooks/setup_argocd.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 k8s-cluster-config/playbooks/setup_argocd.yml 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