Skip to content

Automated deployment and management of servers

Notifications You must be signed in to change notification settings

meyersa/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

221 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible

Automated deployment and management of servers

Broke up into three parts: configuration, deployment, and maintenance

Using

Installation

Ansible can be installed on Ubuntu with

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

Features

Broken up by the three main sections: configuration, deployment, and maintenance

Configuration

Takes care of OS and confirms system readiness

Deployment

Installs all supporting and value applications

Maintenance

Tasks like cleaning, updating, and reporting that are run more often than other rules

ENVs

Storage

Tag Directory Description
DB_DIR /var/lib Databases and other non backed up items
DATA_DIR /srv Service and served data that is backed up
STATIC_DIR /etc Configuration and provisioning files
COMPOSE_DIR /compose Docker compose files

About

Automated deployment and management of servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published