February 2018
Intermediate to advanced
200 pages
5h 51m
English
To execute the playbook, along with dynamic inventory, we should execute the following command:
$ ansible-playbook -i digital_ocean.py --become phonebook.yml
This command installs the phonebook on our droplet. We can leverage the load balancer and provide the IP address of the load balancer instead of the droplet. Keep in mind that we are using SQLite here, not MySQL; SQLite is not accessible over the network.
Read now
Unlock full access