...
Ensure the host can connect to public URLs on the Internet.
Ensure you can access through SSH the host using its main service IP address. It should be also possible to open an SSH connection from the same host using that IP address.
Ensure that the user has sudo privileges set without entering the password. To set sudo without the password:
echo "{USERNAME_WHO_RUN_ANSIBLE} ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/devo
Download the Devo domain certs:
Connect to your Devo domain web interface.
Access to Administration → Credentials in the left pane.
Select X.509 certificates in the upper menu
Select your certificate, download them and rename them as:
Click on CHAIN CA in the upper right corner ->
chain.crt
Click on certificate on the certificate row ->
domain.crt
Click on private key on the certificate row ->
domain.key
Copy the files to
$HOME/devo-ea-deployer/domain-certs
...