Skip to content

Ubuntu 16.04 based Dockerfile for create Ansible Tower 3.2.2 docker image

Notifications You must be signed in to change notification settings

coolpalani/ansible-tower-3.2.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Tower Docker Image

How to run this image

1. Build or pull the image

docker build -t coolpalani/ansibletower .

or

docker pull coolpalani/ansibletower

2. Get a license

Reachout RedHat team to get a licence file. http://www.ansible.com/license

3. Run the image

docker run -it \
	-p 80:80 -p 443:443 \
	-v /pathofthedirectory/license.txt:/etc/tower/license \
	--name tower \
	--privileged \
	coolpalani/ansibletower

About

Ubuntu 16.04 based Dockerfile for create Ansible Tower 3.2.2 docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages