ansible.cfg 190 B

12345678910111213
  1. [passwordstore_lookup]
  2. lock=readwrite
  3. locktimeout=45000s
  4. [defaults]
  5. inventory = ./inventory.yml
  6. interpreter_python = /usr/bin/python3
  7. remote_user = root
  8. [ssh_connection]
  9. scp_if_ssh=True