Files
cmoa_installer_ansible/cmoa_agent_install.yaml
2023-02-16 16:20:12 +09:00

10 lines
154 B
YAML
Executable File

---
- hosts: cluster
become: true
gather_facts: true
environment:
KUBECONFIG: /root/.kube/ansible_config
roles:
- role: agent_os_setting