ansible Tutorial => Hosts file
riptutorial.com › ansible › exampleansible_host is the hostname or IP address. ansible_port is the port the machine uses for SSH. ansible_user is the remote user to connect as. ansible_ssh_pass if using a password to SSH. ansible_ssh_private_key_file if you need to use multiple keys that are specific to hosts. These are the most commonly used options.