diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..76e278b --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +remote_port = 2223 +remote_user = ansible + +fact_caching = jsonfile +fact_caching_connection = .cache/facts |
