https://github.com/hrmeetsingh/vodqaansibleproject
Demo Ansible projects for vodqa
https://github.com/hrmeetsingh/vodqaansibleproject
Last synced: 3 months ago
JSON representation
Demo Ansible projects for vodqa
- Host: GitHub
- URL: https://github.com/hrmeetsingh/vodqaansibleproject
- Owner: hrmeetsingh
- Created: 2017-09-09T16:07:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T17:33:17.000Z (over 7 years ago)
- Last Synced: 2025-01-03T08:31:23.567Z (5 months ago)
- Language: ApacheConf
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VodQAAnsibleProject
Demo Ansible projects for ThoughtWorks' VodQA event.The subfolders contain demo Ansible projects and some supporting code.
## ansible_roles
Demonstration of installing Apache2 role on two Ubuntu 16.04 hosts using Ansible Playbook.
__Prerequisites__ -
* Docker container with Ubuntu 16.04 as base image, OpenSSH service running and port 22 mapped to one of the port on host (updated in the hosts file)
* Virtualbox running an Ubuntu 16.04 image with OpenSSH running
* Both docker container and virtualbox VM have SSH keys setup with machine running ansible## DockerHostContainer
Docker file for creating Ubuntu 16.04 image required for host to be setup by ansible roles