An Ansible Playbook to initialize Debian and Ubuntu systems.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Theodotos Andreou ffe7ce961b Removed LISENCE vor 5 Jahren
templates Initial Commit vor 5 Jahren
vars Initial Commit vor 5 Jahren
.gitignore Initial Commit vor 5 Jahren
LICENSE Add LICENSE vor 5 Jahren
README.md Initial Commit vor 5 Jahren
init_system.yml Initial Commit vor 5 Jahren

README.md

Initialize Linux Servers

This is an Ansible Playbook for initilazing Debian and Ubuntu Linux Servers

Prerequisites

Some Debian/Ubuntu Linux Servers, VMs or Containers

Usage

Clone the repo:

$ git clone https://git.cut.ac.cy/IST/ansible-initialize-servers.git
$ cd ansible-initialize-servers

Setup your environment. You can copy the examle file (vars/all.yml.example) to vars/all.yml or prepare your own:

# vars/all.yml
custom_ssh_port: 4444
timezone: "Europe/Nicosia"

Adjust your hosts in /etc/ansible/hosts and in init_system.yml and run the Playbook:

$ ansible-playbook init_system.yml