Update argocd/argocd/argocd.yaml, main.yml
This commit is contained in:
10750
argocd/argocd/argocd.yaml
Normal file
10750
argocd/argocd/argocd.yaml
Normal file
File diff suppressed because it is too large
Load Diff
8
main.yml
8
main.yml
@@ -1,8 +1,14 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create a k8s namespace
|
- name: Create argocd namespace
|
||||||
kubernetes.core.k8s:
|
kubernetes.core.k8s:
|
||||||
name: argocd
|
name: argocd
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: deploy argocd
|
||||||
|
kubernetes.core.k8s:
|
||||||
|
src: ./argocd/argocd/argocd.yaml
|
||||||
|
namespace: argocd
|
||||||
|
state: present
|
||||||
|
|||||||
Reference in New Issue
Block a user