This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
omni-ansible/README.md

9 lines
342 B
Markdown
Raw Normal View History

2018-11-11 01:27:05 +00:00
# omni-ansible
2020-02-12 04:15:34 +00:00
Network Ansible configurations
* The `omni_*` prefix is used for custom variables defined and used internally to
distinguish them from `ansible_*` or other variables
* Roles: things machines do. Tasks: how those things are done. Platform compatibility
should be handled in tasks. Config logic should be handled in roles.