vn-ansible/linux-config-server-type.yaml

13 lines
202 B
YAML
Raw Normal View History

2023-10-11 11:45:13 +00:00
---
2023-12-19 14:55:30 +00:00
- hosts: '{{ ip_addr }}'
2023-10-11 11:45:13 +00:00
become: yes
become_method: sudo
gather_facts: no
tasks:
2023-10-18 10:26:07 +00:00
- name: "[CONFIG SERVER TYPE] Install guest side"
import_role:
name: config-server-type