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.
- Host: GitHub
- URL: https://github.com/confuzeus/ansible-debian
- Owner: confuzeus
- License: mit
- Created: 2022-01-08T17:13:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T15:02:52.000Z (over 4 years ago)
- Last Synced: 2025-08-03T04:32:49.297Z (11 months ago)
- Topics: ansible, ansible-role, devops, linux, playbook
- Language: Vim script
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*.