From 0a793668ad50e3b2e21bd97927813c9b092f7074 2023-08-04 15:36:47 From: x Date: 2023-08-04 15:36:47 Subject: [PATCH] style: reformulate initial server setup README --- diff --git a/initial_server_setup/README.md b/initial_server_setup/README.md index 2b8505c1fe8206e650495f9d50bd6e96d2cf2b60..b6253a1f214f3ea4589e2c4b0efd61785ef809cf 100644 --- a/initial_server_setup/README.md +++ b/initial_server_setup/README.md @@ -1,9 +1,17 @@ # Initial Server Setup -This will Ansible playbook will do the very basic server setup. +This playbook sets up a new server with a very basic configuration. -It will install the following packadges: +## Configuration + +### Update + +It upgrades all packages to the latest versions. + +### Package installation + +It installs the following packages: - sudo - git @@ -11,15 +19,16 @@ It will install the following packadges: - python3 - python3-pip -It will update the hostname. -It will update the IPV4 and IPV6 address withn the new hostname. +### Hostname -It will create the following users: +It changes the hostname and verifies that IPv4 and IPv6 entries exist in `/etc/hostname`. + +### Users + +It creates the following users: - fantawams - orimpe - metalgamer - xbr - fflux - -It will update all packadges to its lates version.