Files @ 16e460446568
Branch filter:

Location: freifunk/Ansible-Configuration/initial_server_setup/README.md

x
fix: make all READMEs conform to Markdown

# 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

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

It will update all packadges to its lates version.