LICENSE
MANIFEST.in
README.md
setup.py
src/roy/__init__.py
src/roy.egg-info/PKG-INFO
src/roy.egg-info/SOURCES.txt
src/roy.egg-info/dependency_links.txt
src/roy.egg-info/entry_points.txt
src/roy.egg-info/requires.txt
src/roy.egg-info/top_level.txt
src/roy.egg-info/zip-safe
src/roy/app/__init__.py
src/roy/app/base.py
src/roy/app/bin.py
src/roy/app/settings.py
src/roy/app/utils.py
src/roy/app/tests/settings.py
src/roy/app/tests/test_base.py
src/roy/app/tests/test_settings.py
src/roy/app/tests/component/__init__.py
src/roy/app/tests/component/app.py
src/roy/deploy/.DS_Store
src/roy/deploy/__init__.py
src/roy/deploy/app.py
src/roy/deploy/bin.py
src/roy/deploy/manager.py
src/roy/deploy/settings.py
src/roy/deploy/tasks.py
src/roy/deploy/components/.DS_Store
src/roy/deploy/components/__init__.py
src/roy/deploy/components/python.py
src/roy/deploy/components/systemd.py
src/roy/deploy/components/app/__init__.py
src/roy/deploy/components/app/app.service
src/roy/deploy/components/app/app.sh
src/roy/deploy/components/app/ipv4.rules
src/roy/deploy/components/iptables/__init__.py
src/roy/deploy/components/iptables/app.service
src/roy/deploy/components/iptables/custom.rules
src/roy/deploy/components/iptables/ipv4.rules
src/roy/deploy/components/nginx/__init__.py
src/roy/deploy/components/nginx/ipv4.rules
src/roy/deploy/components/nginx/server.conf
src/roy/deploy/components/nginx/server.service
src/roy/deploy/components/postgres/__init__.py
src/roy/deploy/components/postgres/ipv4.rules
src/roy/deploy/components/postgres/pg_hba.conf
src/roy/deploy/components/postgres/postgresql.conf
src/roy/deploy/components/postgres/server.service
src/roy/deploy/components/redis/__init__.py
src/roy/deploy/components/redis/ipv4.rules
src/roy/deploy/components/redis/server.conf
src/roy/deploy/components/redis/server.service
src/roy/deploy/providers/Vagrantfile
src/roy/deploy/providers/__init__.py
src/roy/deploy/providers/vagrant.py
src/roy/deploy/providers/vultr.py
src/roy/utils/__init__.py
src/roy/utils/collections.py
src/roy/utils/files.py
src/roy/utils/os.py
src/roy/utils/tasks.py
src/roy/utils/tests/test_tasks.py