mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 09:42:25 +00:00
7 lines
140 B
Markdown
7 lines
140 B
Markdown
|
# Add to Hosts File (change ansible_user if required)
|
||
|
```
|
||
|
[all:vars]
|
||
|
ansible_user='ubuntu'
|
||
|
ansible_become=yes
|
||
|
ansible_become_method=sudo
|
||
|
```
|