ansible.cfg 236 B

12345678
  1. [defaults]
  2. host_key_checking = False
  3. remote_user = ubuntu
  4. # Use the YAML callback plugin.
  5. stdout_callback = yaml
  6. # Use the stdout_callback when running ad-hoc commands.
  7. bin_ansible_callbacks = True
  8. interpreter_python = /usr/bin/python3