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

8 lines
113 B
YAML
Raw Normal View History

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