1
0
IaC/ansible/inventory/group_vars/all.yaml

8 lines
113 B
YAML
Raw Normal View History

2022-09-02 12:35:35 +00:00
---
2022-09-02 12:48:55 +00:00
2022-09-02 13:10:03 +00:00
# connection
2022-09-02 12:48:55 +00:00
ansible_connection: ssh
2022-10-24 04:32:38 +00:00
ansible_become_method: sudo
ansible_become_user: root
ansible_port: 22