https://github.com/tushgaurav/server-config
Configuration files and playbooks for easy server setup.
https://github.com/tushgaurav/server-config
ansible
Last synced: over 1 year ago
JSON representation
Configuration files and playbooks for easy server setup.
- Host: GitHub
- URL: https://github.com/tushgaurav/server-config
- Owner: tushgaurav
- Created: 2023-07-22T12:18:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T07:12:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T21:13:08.791Z (over 1 year ago)
- Topics: ansible
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Playbook Files
## Quick Setup
1. Install Ansible on your host controller system.
2. Update the inventory file with server IP addresses/FQDNs.
3. Ensure servers are reachable via SSH from the host.
4. Run playbooks using: `ansible-playbook your_playbook.yml`.
## Playbooks and Functionalities
| Playbook Name | Functionality |
|---------------------|---------------------------------------------------|
| `setup.yml` | Installs docker on Debian servers. |
| `containers.yml` | Runs the mentioned containers on the servers. |
For detailed instructions on how to run the playbooks, further customization, and more advanced features, please refer to the [official Ansible documentation](https://docs.ansible.com/ansible/latest/user_guide/index.html). Happy automating!