diff --git a/cmoa_install_dev.yaml b/cmoa_install_dev.yaml new file mode 100644 index 0000000..1fcba38 --- /dev/null +++ b/cmoa_install_dev.yaml @@ -0,0 +1,10 @@ +--- +- hosts: cluster + become: true + gather_facts: false + environment: + KUBECONFIG: /root/.kube/ansible_config + roles: + - role: cmoa_os_setting + role: cmoa_install + #delegate_to: 127.0.0.1