#this project will CONFIGURE servers through ansible
#BTH
- Create ssh key pairs (ssh-keygen -t rsa)
- remember the path where the keys are .
- remember that the server key file permissions should be 400, if not try "chmod 400 "
-
edit my config file and save the config file in /.ssh/ ####### the config file has the ip address of my servers and is commented indicating where to change ip address with your ip addresses. #######
-
type the following commands in ubuntu, replace "<path in your system .....>" with the path of your system.
-
after the above steps are done, run the below command in your system ubuntu terminal
- ansible playbook with take some time to deploy on each server so keep paitence to get it completed.