An open API service indexing awesome lists of open source software.

https://github.com/confuzeus/ansible-debian

Ansible role for managing a Debian based host.
https://github.com/confuzeus/ansible-debian

ansible ansible-role devops linux playbook

Last synced: about 1 month ago
JSON representation

Ansible role for managing a Debian based host.

Awesome Lists containing this project

README

          

# Ansible Ubuntu

This Ansible role is used to quickly setup and manage an Ubuntu system for web hosting.

Based on [this blog post](https://confuzeus.com/hub/linux-system-administration/).

## Usage guide

1. Setup hosts in **inventory.yml**
2. Change variables in `role/vars/main.yml` to suit your needs.
3. Execute the *common* role with `make common`.

## Tips

- Run `make help` to get help.
- Passwords must be hashed using `mkpasswd -m sha-512`
- You can encrypt your variables using *ansible-vault*.