mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
5727d722b6
* upstream/release_2.3: (91 commits) Include python-{paramiko,ecdsa} dependencies Remove extra epel testing stanzas Unit test for ec2 credentialless inventory Fix issue with ec2 iam sync with no credential. Use the htpasswd command instead the ansible module Pip is no longer needed check local user root or not in ./configure Remove unneeded when check for super user addition Improve distro detection in setup.sh Fix superuser check on upgrade Minor improvements to setup.sh Remove ansible prerequisite check from configure Attempt to install ansible within setup.sh Allow munin processes to access postgres Move up base package dependency install fixes jenkins failures Proper flake8 fix fixes executing processes with correct PYTHONPATH will pickup .pth files Show the repo for bundled package file dump Proper flake8 fix ... |
||
---|---|---|
.. | ||
Dockerfile | ||
license | ||
local_settings.py | ||
README | ||
start_development.sh | ||
start_everything.sh | ||
start_local.sh | ||
start_superlocal.sh |
docker build --no-cache=true --rm=true -t ansible/tower_devel:latest . docker run --name tower_test -it --memory="4g" --cpuset="0,1" -v /Users/meyers/ansible/:/tower_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 -p 2222:22 ansible/tower_devel