You are on page 1of 1

Ansible as configuration management tool - installation/setup and perform Apache

installation on nodes from control server

1. Create 3 EC2 instances.


2. Install/Setup Ansible on 1 machine as control server.
3. Set up a non-root user
4. Give the new user sudo access
5. Disable password-based logins on other nodes
6. Use SSH keys for logins and test password-less connection from control-server to
the other nodes.
7. Create Ansible for apache setup on the control server.
8. Run Ansible playbook against the hosts in the ansible inventory file.
9. Verify the apache service on the target nodes by manually login to the servers.

You might also like