Tobias Trabelsi
14df5f1c8a
Some checks reported errors
continuous-integration/drone/push Build was killed
26 lines
444 B
Markdown
26 lines
444 B
Markdown
Verify
|
|
=========
|
|
|
|
[![Build Status](https://drone.uploadfilter24.eu/api/badges/Ansible/verify/status.svg)](https://drone.uploadfilter24.eu/Ansible/verify)
|
|
|
|
This role will only be used to verify some assumptions and drifts on a host.
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
ansible-galaxy collection install community.general
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
```yaml
|
|
- hosts: servers
|
|
roles:
|
|
- { role: verify }
|
|
```
|
|
|
|
License
|
|
-------
|
|
|
|
MIT
|