You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 23 Current »

The inventory must define these hosts to run:

  • cluster_machines: Set of hosts in the cluster
  • standalone_machine: To define only the cluster is composed with one host (replace cluster_machines)

The inventory must define these variables:

  • ansible_connection: Protocol to use to connection to machine
  • ansible_python_interpreter: Path to the python interpreter binary
  • ansible_ssh_common_args: Arguments to add for the SSH connection
  • ansible_user: Login to use for the connection to machine
  • No labels