diff options
| author | 2022-01-10 16:05:08 +0000 | |
|---|---|---|
| committer | 2022-01-10 16:05:08 +0000 | |
| commit | fc8371571cf0a48efc08e1545f06306f84cec737 (patch) | |
| tree | 59b548882d5669d7d1387fbe4f7939c77096cbca | |
| parent | Initial commit (diff) | |
Add Ansible configuration file
| -rw-r--r-- | ansible.cfg | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..88181a1 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,5 @@ +[defaults] +remote_user=root + +[privilege_escalation] +become = yes  |