Convert from pipenv to poetry

This commit is contained in:
2020-02-11 23:15:34 -05:00
parent 27dd062900
commit e81fc750cb
6 changed files with 444 additions and 229 deletions

View File

@@ -1,3 +1,8 @@
# omni-ansible
Network Ansible configurations
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.