Ansible Script 추가
This commit is contained in:
11
ansible/01_old/teleport.yml
Normal file
11
ansible/01_old/teleport.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: true
|
||||
roles:
|
||||
- teleport
|
||||
vars:
|
||||
teleport_uri: teleport.kr.datasaker.io
|
||||
# remove: True
|
||||
# custom_labels: 'user=havelight,company=exem'
|
||||
# update: True
|
||||
install: True
|
||||
Reference in New Issue
Block a user