Skip to content

Latest commit

 

History

History
94 lines (65 loc) · 1.95 KB

README.md

File metadata and controls

94 lines (65 loc) · 1.95 KB

MyAnsible

My ansible roles


Idea

Automatically install servers for my own TST environment.

Installation is controlled by *_install variable, located in defaults directory.

In general hosts are divided into groups: METAL and LAMP. If there are differences between hosts in groups - apear in host_vars.


Ready

Cockpit

  • cockpit - install cockpit and add signed certificate for https connection

Dnsmasq

  • dnsmasq_dns - as DNS
  • dnsmasq_dhcp - as DHCPd

DUF - Disk Usage/Free Utility - a better 'df' alternative

  • duf - download and install

EasyRSA - own PKI CA

  • pki_easyrsa - only installation, without init-pki or build-ca

HA

  • ha_keepalived - flying IP, highly parametrized, ready for more services

OpenDJ - LDAP Directory Server

  • opendj - install OpenDJ
  • opendj_replica - setup replication between OpenDJ servers
  • opendj_upgrade - upgrade OpenDJ server
  • opendj_keepalived - flying IP for OpenDJ

Monitoring

  • telegraf - agent
  • prometheus - data collector, alert manager

Samba

  • samba as AD DC, and join DC into existing AD
  • change secrets, domain name and fire!

To Do

Apache

  • apache - install Apache web server with HTTPS
  • apache_cluster - pacemaker cluster for Apache

Chronyd

  • chronyd - time server and synchronize time

Dnsmasq

  • dnsmasq_cluster - pacemaker cluster

HA

  • ha_cluster - pacemaker cluster

MariaDB

  • mariadb - install Galera cluster MariaDB (multimaster)

OpenVPN

  • openvpn_ldap

Server

  • server_minimal - typical configuration after installation
  • server_kickstart - preparing unattende installation

SSH

  • ssh_ldap - a ssh key from LDAP directory

Zabbix

  • zabbix_server
  • zabbix_server_cluster - pacemaker cluster
  • zabbix_agent
  • zabbix_agent_opendj - monitoring OpenDJ
  • zabbix_agent_galera - monitoring MariaDB Galera Cluster

Grafana

  • install grafana instance
  • connect into prometheus
  • install dashboards

Prometheus

  • alert manager