summaryrefslogtreecommitdiffstats
path: root/INSTALL.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redirect documentation to awx-operator docsMarcelo Moreira de Mello2021-05-261-107/+1
|
* Add docs for building and using custom awx imageChristian M. Adams2021-04-261-0/+2
|
* Stop instructing folks to install from develShane McDonald2021-04-211-2/+4
|
* Signed-off-by: Diego Turcios <diegoturciostc@gmail.com>Diego Turcios2021-04-171-0/+3
| | | | Updating installation documentation due to [bug](https://github.com/ansible/awx-operator/issues/205). Adding this will prevent users to encounter errrors at the moment of installing awx.
* restore note about cloning the stable release branch for Docker installsRyan Petrello2021-03-091-0/+2
|
* point people at install instructions for older stable releasesRyan Petrello2021-03-051-0/+5
|
* Update INSTALL.mdShane McDonald2021-03-051-357/+62
|
* Remove unneeded roles from the installer directoryChristian M. Adams2021-02-221-210/+0
|
* Remove nodejs from list of required dependencies to installShane McDonald2021-02-221-4/+0
|
* Consolidate the Local Docker installer and the dev envChristian M. Adams2021-02-221-33/+10
| | | | | | | | | | | | | | - removes local_docker installer and points community users to our development environment (make docker-compose) - provides a migration path from Local Docker Compose installations --> the dev environment - the dev env can now be configured to use an external database - consolidated the Local Docker and dev env docker-compose.yml files into one template file, used by the dockerfile role - added a 'sources' role to template out config files - the postgres data dir is no longer a bind-mount, it is a docker volume - the redis socket is not longer a bind-mount, it is a docker volume - the local_settings.py.docker-compose file no longer needs to be copied over in the dev env - Create tmp rsyslog.conf in rsyslog volume to avoid cross-linking. Previously, the tmp code-generated rsyslog.conf was being written to /tmp (by default). As a result, we were attempting to shutil.move() across volumes. - move k8s image build and push roles under tools/ansible - See tools/docker-compose/README.md for usage of these changes
* dotsezanzeb2021-01-211-1/+1
|
* Document admin_password in INSTALL.mdsezanzeb2021-01-211-0/+4
| | | Because the first user that ever logs in shouldn't be an automated bot looking for vulnerable webservers.
* fixed default location for docker_compose_dir variablecl1ent2021-01-191-1/+1
|
* Update wording of getting started sectionJake McDermott2020-12-151-1/+1
|
* NodeJS: Bump to actively maintained LTS 14.15.1Yanis Guenane2020-12-071-1/+1
|
* curtail change to ansible >= 2.10 per feedbackMarco Lussetti2020-10-191-0/+1
|
* Point installer to community.general.docker_imageMarco Lussetti2020-10-161-0/+1
| | | | Fixes issue in Ansible 2.10.2 where docker_image command is not found.
* clarify the instructios for building CLI docsRyan Petrello2020-10-131-0/+1
|
* Allow to use an existing PersistanceVolumeClaim for postgresql install with HelmBenoît Chauvet2020-07-291-0/+2
| | | | Signed-off-by: Benoît Chauvet <benoit.chauvet@gmail.com>
* Update helm urlsSeth Foster2020-07-271-4/+4
|
* Update INSTALL.md90er2020-06-291-1/+1
| | | Fix typo
* update instructions and metadata for awxkit/cli installsRyan Petrello2020-06-231-5/+3
|
* Only build one awx image instead of separate web and task imagesBill Nottingham2020-06-031-2/+2
|
* AWX installer docker-compose params `host_port` and `host_port_ssl`JoelKle2020-05-191-2/+2
| | | | | | can also be undefined to prevent exposing a port. Signed-off-by: JoelKle <34544090+JoelKle@users.noreply.github.com>
* Document node and npm installation prerequisitesJake McDermott2020-05-081-1/+7
|
* cleanup and clarify some installation instructionsRyan Petrello2020-04-291-7/+12
|
* Merge pull request #6762 from shaynecm/develsoftwarefactory-project-zuul[bot]2020-04-271-0/+1
|\ | | | | | | | | Update inventory file Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * pre-req's updatedshaynecm2020-04-211-0/+1
| | | | | | added Python 3.6+ to bring inline with the inventory change
* | update postgres minimum versionRyan Petrello2020-04-211-1/+1
|/
* Adds comment about needing to be a pem-fileSebastian Thörn2020-04-011-1/+1
| | | This needs to be a .pem-file
* promote AWX CLI installation instructions to the global INSTALL.mdRyan Petrello2020-03-301-0/+33
| | | | | a few users have had trouble finding these instructions, so let's move them into the top level installation docs
* remove a bunch of RabbitMQ referencesRyan Petrello2020-03-241-11/+1
|
* Remove docker_remove_local_images from documentationStefan Jakobs2020-02-131-4/+0
| | | | | | | docker_remove_local_images was removed with commit https://github.com/ansible/awx/commit/28994d4b0bde200b623354c2365735fe3555739f#diff-c12c21a2e99296acf472dc226bc19da8 (version 9.0.0). This PR removes it from INSTALL and inventory documentation. Signed-off-by: Stefan Jakobs <sjakobs@anexia-it.com>
* Fix typoShane McDonald2019-11-151-1/+1
|
* Fix orderingShane McDonald2019-11-151-20/+22
|
* Regenerate table of contentsShane McDonald2019-11-151-43/+46
|
* Remove obsolote docker-compose instructionsShane McDonald2019-11-151-11/+0
|
* Add a note on upgradingShane McDonald2019-11-151-0/+19
|
* Fix verbiage in INSTALL.mdShane McDonald2019-11-151-6/+6
|
* Update required Ansible version to 2.8+JensPfeifle2019-11-031-1/+1
| | | | | | | | Attempting to build the docker image with Ansible 2.5.1 results in the following error: ``` TASK [image_build : Build sdist builder image] ******************************************************************************************* fatal: [localhost -> localhost]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (docker_image) module: build, force_source, source Supported parameters include: api_version, archive_path, buildargs, cacert_path, cert_path, container_limits, debug, docker_host, dockerfile, filter_logger, force, http_timeout, key_path, load_path, name, nocache, path, pull, push, repository, rm, ssl_version, state, tag, timeout, tls, tls_hostname, tls_verify, use_tls"} ``` The `force_source` parameter was added to docker_image in Ansible 2.8 (![source](https://docs.ansible.com/ansible/latest/modules/docker_image_module.html)).
* Merge pull request #5043 from EStork09/develsoftwarefactory-project-zuul[bot]2019-10-281-0/+4
|\ | | | | | | | | Added custom_venv_dir to local docker install, Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
| * Added custom_venv_dir to local docker install,Evan Stork2019-10-201-0/+4
| | | | | | | | Signed-off-by: Evan Stork <estork@live.com>
* | [docs] Update OpenShift doc section to clarify #3116Kim Ausloos2019-10-241-0/+2
|/ | | | Signed-off-by: Kim Ausloos <kim.ausloos@cegeka.be>
* Upgrade to postgres 10.6Christian Adams2019-09-121-2/+2
| | | | | | | - use awx-python in shebang in dev env - scl enable where needed for rhel7 & container installs - use scram-sha-256 pg user hashing by default - ensure psycopg2 is using the correct PG_CONFIG at build time for the right libpq version
* Fix typovrevelas2019-08-191-1/+1
|
* fix #post-build-2 href fragmentSimon Séhier2019-08-051-1/+1
|
* Emphasize a recent version of DockerJP Mens2019-06-011-0/+1
| | | | | I had 1.13 installed as part of Centos Extras and spent hours attempting to install AWX 4.0.0; the attempts all threw masses of permission denied errors. Uninstalling that version and replacing with a current docker-ce then worked.
* Update INSTALL.md with new node version.Kia Lam2019-05-291-1/+1
|
* Merge pull request #3604 from athenahealth/complete-ssl-supportsoftwarefactory-project-zuul[bot]2019-05-281-0/+4
|\ | | | | | | | | Update SSL support for docker-compose install Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
| * Set up HTTPS w/ proper port & HTTP redirectJeff Byrnes2019-04-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS is, by default, expected to be on port 443. Also, with HSTS set, we need to be sure that users attempting to arrive via HTTP are properly redirected to HTTPS. This does so by: * Setting up a 301 redirect for any URL to its HTTPS version * Adjusting the internal port for HTTPS traffic to 8053 * Setting docker-compose to share port 443 → 8053 - This is configurable via an inventory variable