An Ansible Playbook to initialize Debian and Ubuntu systems.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Theodotos Andreou ffe7ce961b Removed LISENCE hace 5 años
templates Initial Commit hace 5 años
vars Initial Commit hace 5 años
.gitignore Initial Commit hace 5 años
LICENSE Add LICENSE hace 5 años
README.md Initial Commit hace 5 años
init_system.yml Initial Commit hace 5 años

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