Ansible Script 추가
This commit is contained in:
2
ansible/01_old/roles/kubernetes_install/tests/inventory
Normal file
2
ansible/01_old/roles/kubernetes_install/tests/inventory
Normal file
@@ -0,0 +1,2 @@
|
||||
localhost
|
||||
|
||||
5
ansible/01_old/roles/kubernetes_install/tests/test.yml
Normal file
5
ansible/01_old/roles/kubernetes_install/tests/test.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
roles:
|
||||
- apache
|
||||
Reference in New Issue
Block a user