diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-03-14 00:10:49 +0100 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-03-14 00:10:49 +0100 |
| commit | 01245218702ab59084432b1812fc275601d7aea3 (patch) | |
| tree | 0a81c804c6ceb1b305bec139aee22bab149cb082 /ansible.cfg | |
Initial commit
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..9948c8c --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,3 @@ +[defaults] +inventory = ./inventory.yml +remote_user = debian |
