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.
Go to file
Ethan Paul e81fc750cb Convert from pipenv to poetry 2020-02-11 23:15:34 -05:00
groups Overhaul local user management 2019-09-27 02:59:11 -04:00
hosts Trying a whole buncha stuff 2019-11-23 14:30:39 -05:00
playbooks Add local auth and ssh keyauth deployment playbooks 2019-12-01 14:14:25 -05:00
roles Remove failed networkd service on cent 8 2019-12-01 14:47:09 -05:00
tasks Restructure local user preprocessing tasks 2019-12-01 14:15:21 -05:00
vars Update user targets, remove password hashes 2019-11-23 21:43:39 -05:00
.gitignore Convert from pipenv to poetry 2020-02-11 23:15:34 -05:00
.gitmodules Add secrets submodule so we can be secure and stuff 2019-11-23 20:26:59 -05:00
README.md Convert from pipenv to poetry 2020-02-11 23:15:34 -05:00
en1.yml Restructure inventory to yaml format, consolidate hostvars 2019-11-23 21:40:17 -05:00
en2.yml Restructure inventory to yaml format, consolidate hostvars 2019-11-23 21:40:17 -05:00
poetry.lock Convert from pipenv to poetry 2020-02-11 23:15:34 -05:00
pyproject.toml Convert from pipenv to poetry 2020-02-11 23:15:34 -05:00

README.md

omni-ansible

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.