Ansible Script 추가
This commit is contained in:
9
ansible/00_old/node_role.yaml
Normal file
9
ansible/00_old/node_role.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- hosts: agent
|
||||
become: true
|
||||
roles:
|
||||
- teleport
|
||||
vars:
|
||||
# remove: True
|
||||
# custom_labels: 'user=havelight,company=exem'
|
||||
update: True
|
||||
Reference in New Issue
Block a user