verify/README.md

26 lines
444 B
Markdown
Raw Normal View History

2021-10-05 19:34:34 +00:00
Verify
=========
2021-10-05 19:58:08 +00:00
[![Build Status](https://drone.uploadfilter24.eu/api/badges/Ansible/verify/status.svg)](https://drone.uploadfilter24.eu/Ansible/verify)
2021-10-05 19:34:34 +00:00
This role will only be used to verify some assumptions and drifts on a host.
2021-10-05 20:05:21 +00:00
Dependencies
------------
ansible-galaxy collection install community.general
2021-10-05 19:34:34 +00:00
Example Playbook
----------------
```yaml
- hosts: servers
roles:
- { role: verify }
```
License
-------
MIT