Files
@ 0a793668ad50
Branch filter:
Location: freifunk/Ansible-Configuration/initial_server_setup/README.md - annotation
0a793668ad50
478 B
text/markdown
style: reformulate initial server setup README
16e460446568 16e460446568 16e460446568 0a793668ad50 1fa2261908ab 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 16e460446568 16e460446568 16e460446568 16e460446568 16e460446568 16e460446568 16e460446568 0a793668ad50 1fa2261908ab 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 0a793668ad50 16e460446568 16e460446568 16e460446568 16e460446568 16e460446568 16e460446568 |
# Initial Server Setup
This playbook sets up a new server with a very basic configuration.
## Configuration
### Update
It upgrades all packages to the latest versions.
### Package installation
It installs the following packages:
- sudo
- git
- vim
- python3
- python3-pip
### Hostname
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
|