bytepark.base
ansible-base
Ansible role to set up basic configurations for a server.
Requirements
Only bash is needed.
Role Variables
server:
hostname: "myhost" # Set the server name
timezone: "Europe/Berlin" # Set the time zone
locale: de_DE.UTF-8 # Set the language and character setting
Dependencies
No dependencies are required.
Example Playbook
- hosts: servers
roles:
- { role: bytepark.base }
License
MIT License
Author Information
Created by bytepark in 2018.