https://github.com/user-cube/ansible-playbooks
This repository contains a collection of Ansible playbooks used for automating tasks such as setting up ubuntu machines freshly created, kubernetes for local environments, joplin, etc
https://github.com/user-cube/ansible-playbooks
Last synced: 11 days ago
JSON representation
This repository contains a collection of Ansible playbooks used for automating tasks such as setting up ubuntu machines freshly created, kubernetes for local environments, joplin, etc
- Host: GitHub
- URL: https://github.com/user-cube/ansible-playbooks
- Owner: user-cube
- License: mit
- Created: 2024-02-13T16:02:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-17T19:37:00.000Z (4 months ago)
- Last Synced: 2025-10-18T21:40:02.475Z (4 months ago)
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Playbooks
## Description
This repository contains a collection of Ansible playbooks used for automating tasks such as setting up ubuntu machines freshly created, kubernetes for local environments, joplin, etc.
## Getting Started
### Dependencies
* Ansible 2.9 or higher
* Python 3.6 or higher
* Tested on Ubuntu 22.04 (for ubuntu playbooks)
### Installing
* Clone this repository to your local machine using `https://github.com/user-cube/ansible-playbooks.git`
* Navigate to the cloned repository
### Executing program
* Run the playbook using the following command:
```bash
ansible-playbook playbook.yml
```
## Authors
- [Rui Coelho](mailto:rui_m_coelho@icloud.com)
## License
This project is licensed under the [MIT] License - see the [LICENSE.md](./LICENSE) file for details