https://github.com/egor-tensin/infra-ansible
Common Ansible roles
https://github.com/egor-tensin/infra-ansible
Last synced: 3 months ago
JSON representation
Common Ansible roles
- Host: GitHub
- URL: https://github.com/egor-tensin/infra-ansible
- Owner: egor-tensin
- License: mit
- Created: 2023-08-04T09:19:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-09T16:35:32.000Z (5 months ago)
- Last Synced: 2025-07-06T10:02:42.379Z (3 months ago)
- Language: Jinja
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
infra-ansible
=============Some common Ansible roles used by me to manage things.
Usage
-----requirements.yml:
```
collections:
- source: https://github.com/egor-tensin/infra-ansible.git
type: git
version: master # Or a git tag
``````
$ ansible-galaxy install -r requirements.yml
```Then you can use roles in your playbook:
```
- name: Test playbook
hosts: all
roles:
- tensin.infra.apt
- tensin.infra.journald
...
```License
-------Distributed under the MIT License.
See [LICENSE.txt] for details.[LICENSE.txt]: LICENSE.txt