diff --git a/initial_server_setup/README.md b/initial_server_setup/README.md index 99a47c8c4ba80827f5ed22b6d9012f3698783f08..2b8505c1fe8206e650495f9d50bd6e96d2cf2b60 100644 --- a/initial_server_setup/README.md +++ b/initial_server_setup/README.md @@ -1,19 +1,25 @@ -This will Ansibel playbook will do the very basic server setup. + +# Initial Server Setup + +This will Ansible playbook will do the very basic server setup. It will install the following packadges: - - sudo - - git - - vim - - python3 - - python3-pip - + +- sudo +- git +- vim +- python3 +- python3-pip + It will update the hostname. It will update the IPV4 and IPV6 address withn the new hostname. It will create the following users: - - fantawams - - orimpe - - metalgamer - - xbr - - fflux + +- fantawams +- orimpe +- metalgamer +- xbr +- fflux + It will update all packadges to its lates version.