eb0687 / ansible_server

ansible configuration for servers and/or virtual machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible server

ansible configuration for servers and/or virtual machines


Introduction

Playing around with virtual machines and servers is fun, however replicating the setup can be quite tedious. This projects aim is to have a consistent basic setup across various VMs and servers using ansible's automation features.

This video tutorial will be used as a starting base to create my own template for ansible automation techniques.

This is still a WIP and mainly for my personal use. Please make backups of your configs if you plan on using this.


How to use?

You do not have to use this as it is tailored to my setup and may break your configs. You may use it as inpiration to build your own setup, but if you are interested instructions below on how to run:

  • Intall ansible using the below command.
sudo apt install ansible
  • Run the below command in a terminal to pull my config.
sudo ansible-pull -U https://github.com/eb0687/ansible_server.git

About

ansible configuration for servers and/or virtual machines


Languages

Language:Shell 100.0%