Update argocd/argocd/argocd.yaml, main.yml

This commit is contained in:
2022-09-25 18:04:37 +00:00
parent 40b98b7539
commit 1ac304cdae
2 changed files with 10757 additions and 1 deletions

10750
argocd/argocd/argocd.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,14 @@
- hosts: localhost
gather_facts: no
tasks:
- name: Create a k8s namespace
- name: Create argocd namespace
kubernetes.core.k8s:
name: argocd
kind: Namespace
state: present
- name: deploy argocd
kubernetes.core.k8s:
src: ./argocd/argocd/argocd.yaml
namespace: argocd
state: present