LICENSE
MANIFEST.in
README.md
setup.py
src/unv/__init__.py
src/unv.deploy.egg-info/PKG-INFO
src/unv.deploy.egg-info/SOURCES.txt
src/unv.deploy.egg-info/dependency_links.txt
src/unv.deploy.egg-info/entry_points.txt
src/unv.deploy.egg-info/requires.txt
src/unv.deploy.egg-info/top_level.txt
src/unv.deploy.egg-info/zip-safe
src/unv/deploy/.DS_Store
src/unv/deploy/__init__.py
src/unv/deploy/app.py
src/unv/deploy/bin.py
src/unv/deploy/manager.py
src/unv/deploy/settings.py
src/unv/deploy/tasks.py
src/unv/deploy/components/.DS_Store
src/unv/deploy/components/__init__.py
src/unv/deploy/components/python.py
src/unv/deploy/components/systemd.py
src/unv/deploy/components/app/__init__.py
src/unv/deploy/components/app/app.service
src/unv/deploy/components/app/app.sh
src/unv/deploy/components/app/ipv4.rules
src/unv/deploy/components/iptables/__init__.py
src/unv/deploy/components/iptables/app.service
src/unv/deploy/components/iptables/custom.rules
src/unv/deploy/components/iptables/ipv4.rules
src/unv/deploy/components/nginx/__init__.py
src/unv/deploy/components/nginx/ipv4.rules
src/unv/deploy/components/nginx/server.conf
src/unv/deploy/components/nginx/server.service
src/unv/deploy/components/postgres/__init__.py
src/unv/deploy/components/postgres/ipv4.rules
src/unv/deploy/components/postgres/pg_hba.conf
src/unv/deploy/components/postgres/postgresql.conf
src/unv/deploy/components/postgres/server.service
src/unv/deploy/components/redis/__init__.py
src/unv/deploy/components/redis/ipv4.rules
src/unv/deploy/components/redis/server.conf
src/unv/deploy/components/redis/server.service
src/unv/deploy/providers/__init__.py
src/unv/deploy/providers/vagrant.py
src/unv/deploy/providers/vultr.py