mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-11-18 02:36:17 +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
|
||
|
|
```
|