Knowledge is Power!
Add lines using Ansible
Ansible * Allows us to change same thing on multiple servers quickly and easily. Install: * pip install --user ansible How * "hosts" file where all server's ip written. * "filename.yml" code written to make changes in the above ip. * Inserting a line after a particular line.