ansible_user: howard ansible_connection: ssh ansible_port: 22 ansible_ssh_private_key_file: "/var/lib/semaphore/.ssh/" # English: private key path on Semaphore host ansible_ssh_common_args: >- -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -J root@192.168.69.2 # Only keep become if needed: ansible_become: true ansible_become_method: sudo # ansible_become_password: "..." # only if sudo requires password