├── README.md ├── ansible.cfg ├── app.py ├── inventory ├── playbook.yml └── upgrade_zlib.yml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/README.md -------------------------------------------------------------------------------- /ansible.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/ansible.cfg -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/app.py -------------------------------------------------------------------------------- /inventory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/inventory -------------------------------------------------------------------------------- /playbook.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/playbook.yml -------------------------------------------------------------------------------- /upgrade_zlib.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kodekloudhub/simple_web_application/HEAD/upgrade_zlib.yml --------------------------------------------------------------------------------