Changeset - 0a793668ad50
[Not reviewed]
0 1 0
x - 21 months ago 2023-08-04 15:36:47
xbr@c3l.lu
style: reformulate initial server setup README
1 file changed with 16 insertions and 7 deletions:
0 comments (0 inline, 0 general)
initial_server_setup/README.md
Show inline comments
 

	
 
# 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.
0 comments (0 inline, 0 general)