7 lines
140 B
Markdown
Raw Normal View History

2024-03-16 00:21:25 +00:00
# Add to Hosts File (change ansible_user if required)
```
[all:vars]
ansible_user='ubuntu'
ansible_become=yes
ansible_become_method=sudo
```