ansible.cfg 132 B

123456789
  1. [defaults]
  2. inventory = ./inventory.yml
  3. interpreter_python = /usr/bin/python3
  4. remote_user = root
  5. [ssh_connection]
  6. scp_if_ssh=True