An Ansible Playbook to initialize Debian and Ubuntu systems.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Theodotos Andreou ffe7ce961b Removed LISENCE пре 5 година
templates Initial Commit пре 5 година
vars Initial Commit пре 5 година
.gitignore Initial Commit пре 5 година
LICENSE Add LICENSE пре 5 година
README.md Initial Commit пре 5 година
init_system.yml Initial Commit пре 5 година

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