February 2018
Intermediate to advanced
200 pages
5h 51m
English
- name: Adding Elastic IP to the phonebook-infra add_host: hostname: "{{ eip.public_ip }}" groups: phonebook-infra
---- hosts: localhost roles: - ec2- hosts: phonebook-infra roles: - phonebook
To understand the phonebook role better, we can refer to Chapter 1, Getting Started with Ansible and Cloud Management of this book. This playbook will create an EC2 instance and deploy the phonebook application on that ...
Read now
Unlock full access