https://github.com/zainabdnaya/ansible-playbook
Ansible playbook
https://github.com/zainabdnaya/ansible-playbook
Last synced: about 2 months ago
JSON representation
Ansible playbook
- Host: GitHub
- URL: https://github.com/zainabdnaya/ansible-playbook
- Owner: zainabdnaya
- Created: 2024-02-14T14:24:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-09T21:15:45.000Z (about 1 year ago)
- Last Synced: 2025-04-12T06:49:48.369Z (about 2 months ago)
- Language: Jinja
- Homepage:
- Size: 1.06 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Campus Setup
This repository contains an Ansible setup tailored for campus environments. It allows you to efficiently download and install various packages and applications across multiple computers simultaneously.
## Getting Started
To run this playbook, follow these simple steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/zainabdnaya/Ansible-Playbook.git
```2. Navigate to the repository directory:
```bash
cd Ansible-Playbook
```3. Run the Ansible playbook using the following command:
```bash
ansible-playbook -i inventory/all main.yml
```Make sure you have Ansible installed and configured correctly on your system before executing the playbook.
## Usage
Modify the `main.yml` playbook file and the `inventory/all` inventory file according to your specific requirements before running the playbook. You can customize package installations, configurations, and other tasks to suit your campus environment's needs.
## Contributing
We welcome contributions! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
## Acknowledgments
Special thanks to the Ansible community for providing a powerful tool for automating IT infrastructure management.
## Contact
For questions or inquiries, please contact [[email protected]].
Enjoy automating your campus setup with Ansible! 🚀