The following table describes the parameters that can be configured when installing Ansible Agent.

Parameter

Default Value

Description

AnsibleKey

abc123

Specify the key used to authenticate the connections with Ansible Agent.

BindIP

0.0.0.0

Specify the IP address of Ansible Agent.

Note: Modify the value only if you have multiple network cards on this machine.

Port

50051

Specify the port that the service of Ansible Agent listens to. Keep the default value as it is.

LogPath

/var/log/netbrain/ansibleagent

Specify the storage path for all log files of Ansible Agent.

UseSSL

no

Set whether to enable the encrypted connections to Ansible Agent by using SSL. For detailed requirements of SSL certificates and keys, see Appendix for more details.

Certificate

/etc/ssl/cert.pem

Specify the storage path for all the certificates and key files used for SSL authentication.

Note: It is required only if UseSSL is enabled.

PrivateKey

/etc/ssl/key.pem

Specify the name of SSL private key file.

Note: It is required only if UseSSL is enabled.