-
- Downloads
Implement functionality to generate Ansible inventory from WFO API
parent
3a9c6a29
No related branches found
No related tags found
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
Showing
- .gitignore 21 additions, 0 deletions.gitignore
- .gitlab-ci.yml 37 additions, 0 deletions.gitlab-ci.yml
- Jenkinsfile 20 additions, 0 deletionsJenkinsfile
- README.md 12 additions, 1 deletionREADME.md
- ansible_inventory_generator/__init__.py 0 additions, 0 deletionsansible_inventory_generator/__init__.py
- ansible_inventory_generator/app.py 120 additions, 0 deletionsansible_inventory_generator/app.py
- ansible_inventory_generator/config.py 16 additions, 0 deletionsansible_inventory_generator/config.py
- example.env 4 additions, 0 deletionsexample.env
- pyproject.toml 110 additions, 0 deletionspyproject.toml
- requirements.txt 13 additions, 0 deletionsrequirements.txt
- setup.py 23 additions, 0 deletionssetup.py
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/conftest.py 9 additions, 0 deletionstests/conftest.py
- tests/test_inventory_generator.py 249 additions, 0 deletionstests/test_inventory_generator.py
- tox.ini 33 additions, 0 deletionstox.ini
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Jenkinsfile
0 → 100644
ansible_inventory_generator/__init__.py
0 → 100644
ansible_inventory_generator/app.py
0 → 100644
ansible_inventory_generator/config.py
0 → 100644
example.env
0 → 100644
pyproject.toml
0 → 100644
requirements.txt
0 → 100644
setup.py
0 → 100644
tests/__init__.py
0 → 100644
tests/conftest.py
0 → 100644
tests/test_inventory_generator.py
0 → 100644
tox.ini
0 → 100644
Please register or sign in to comment