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