Hosts

In the previous step, you created a folder called infra with hosts file in it. After creating your remote server and having its public IP address, you should add the following information to the hosts file:

infra/hosts
[OPENEDX-INSTANCE-NAME] # you can change it to whatever you want to
IP-ADDRESS ansible_user=USERNAME ansible_sudo_pass=PASSWORD

Example:

infra/hosts
[cubite-academy]
1.1.1.1 ansible_user=ubuntu ansible_sudo_pass=p@assw0rd

Last updated