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

https://github.com/zainabdnaya/ansible-playbook

Ansible playbook
https://github.com/zainabdnaya/ansible-playbook

Last synced: about 2 months ago
JSON representation

Ansible playbook

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! 🚀