.gitignore
LICENSE
MANIFEST.in
README.md
package.sh
pyproject.toml
setup.cfg
ansible_butler.egg-info/PKG-INFO
ansible_butler.egg-info/SOURCES.txt
ansible_butler.egg-info/dependency_links.txt
ansible_butler.egg-info/entry_points.txt
ansible_butler.egg-info/requires.txt
ansible_butler.egg-info/top_level.txt
ansiblebutler/__init__.py
ansiblebutler/__main__.py
ansiblebutler/common/.ansible-butler.yml
ansiblebutler/common/__init__.py
ansiblebutler/common/plugin_map.yml
ansiblebutler/directory/__init__.py
ansiblebutler/directory/_clean.py
ansiblebutler/directory/_initialize.py
ansiblebutler/directory/templates/playbook.yml.j2
ansiblebutler/execution_environment/__init__.py
ansiblebutler/execution_environment/_dependencies.py
ansiblebutler/execution_environment/_initialize.py
ansiblebutler/execution_environment/templates/bindep.txt.j2
ansiblebutler/execution_environment/templates/execution-environment.yml.j2
ansiblebutler/execution_environment/templates/requirements.txt.j2
ansiblebutler/execution_environment/templates/requirements.yml.j2
ansiblebutler/playbook/__init__.py
ansiblebutler/playbook/_list_collections.py
ansiblebutler/playbook/_update.py
ansiblebutler/role/__init__.py
ansiblebutler/role/_clean.py
ansiblebutler/role/_list.py
ansiblebutler/role/_mkreadme.py
ansiblebutler/role/templates/README.md.j2
docs/config/.ansible-butler.module-redirects.yml
docs/config/.ansible-butler.test-plugins.yml
tests/common/test_common.py
tests/common/configs/ansible-butler.expected.yml
tests/common/configs/ansible-butler.yml
tests/playbook/test_playbook_update.py
tests/playbook/configs/update_config.yml
tests/playbook/examples/.gitignore
tests/playbook/examples/test-aws.butler.expected.yml
tests/playbook/examples/test-aws.yml
tests/playbook/examples/test-azure.butler.expected.yml
tests/playbook/examples/test-azure.yml
tests/playbook/examples/test-custom-config.butler.expected.yml
tests/playbook/examples/test-custom-config.yml
tests/playbook/examples/test-windows.butler.expected.yml
tests/playbook/examples/test-windows.yml