Ansible Script 추가
This commit is contained in:
11
ansible/00_old/cmoa_install.yaml
Normal file
11
ansible/00_old/cmoa_install.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: cluster
|
||||
become: true
|
||||
gather_facts: true
|
||||
environment:
|
||||
KUBECONFIG: /root/.kube/ansible_config
|
||||
roles:
|
||||
- role: cmoa_os_setting
|
||||
- role: cmoa_install
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user