An Ansible Playbook to initialize Debian and Ubuntu systems.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Theodotos Andreou ffe7ce961b Removed LISENCE il y a 5 ans
templates Initial Commit il y a 5 ans
vars Initial Commit il y a 5 ans
.gitignore Initial Commit il y a 5 ans
LICENSE Add LICENSE il y a 5 ans
README.md Initial Commit il y a 5 ans
init_system.yml Initial Commit il y a 5 ans

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