go-zen-chu / ubuntu-k8s-playbook

kubernetes cluster build on ubuntu 22.04
MIT License
1 stars 0 forks source link

support argocd deploy #5

Closed go-zen-chu closed 2 years ago

go-zen-chu commented 2 years ago

Why

What

QA, Evidence

$ ansible-playbook -i hosts.yml --limit control_plane1 k8s-argocd.yml
SSH password:
BECOME password[defaults to SSH password]:

PLAY [k8s_control_planes] ********************************************************************************************************************************************

TASK [Gathering Facts] ***********************************************************************************************************************************************
ok: [machine_control_plane1]

TASK [argocd : Apply argo-cd manifest] *******************************************************************************************************************************
changed: [machine_control_plane1]

PLAY RECAP ***********************************************************************************************************************************************************
machine_control_plane1     : ok=2    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0
image