{"id":15482534,"url":"https://github.com/btr1975/awx_vagrant","last_synced_at":"2026-04-04T21:32:49.573Z","repository":{"id":145588278,"uuid":"158253146","full_name":"btr1975/awx_vagrant","owner":"btr1975","description":"A Ubuntu 20.04 LTS Prepped for AWX (Ansible-Tower Open Source)","archived":false,"fork":false,"pushed_at":"2022-04-25T16:28:35.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-03T16:22:39.552Z","etag":null,"topics":["ansible","awx","bash","python","shell-script","ubuntu","ubuntu2004","vagrant","vagrantfile"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btr1975.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-19T16:04:23.000Z","updated_at":"2025-12-03T13:54:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f09ba13-959e-4d38-8e9d-08cedac36478","html_url":"https://github.com/btr1975/awx_vagrant","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/awx_vagrant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fawx_vagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fawx_vagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fawx_vagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fawx_vagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/awx_vagrant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fawx_vagrant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","awx","bash","python","shell-script","ubuntu","ubuntu2004","vagrant","vagrantfile"],"created_at":"2024-10-02T05:09:24.848Z","updated_at":"2026-04-04T21:32:49.146Z","avatar_url":"https://github.com/btr1975.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awx_vagrant\nA Ubuntu 20.04 LTS Prepped for AWX (Ansible-Tower Open Source)\n\n# Reference\n[AWX Install Reference](https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md)\n\n# Some Directions\n* Modify the ip so you can use it\n* The lowest memory you should use for install is 4096\n```ruby\nVagrant.configure(\"2\") do |config|\n    config.vm.define \"my-awx-server\" do |awx|\n        awx.vm.box = \"ubuntu/focal64\"\n        awx.vm.hostname = \"my-awx-server\"\n        awx.vm.network \"public_network\", ip: \"10.0.0.70\"\n        config.vm.provider \"virtualbox\" do |v|\n            v.cpus = 2\n            v.memory = 8192\n            v.name = \"my-awx-server\"\n        end\n        awx.vm.provision :shell, path: \"install_awx_requirements.sh\"\n    end\nend\n```\n* Install directions, this is also located in the shell script\n```shell\n# Step 1: Build docker images\n#     go to directory /home/vagrant/awx\n#     run \"make docker-compose-build\"\n#\n# Step 2: Start AWX\n#     go to directory /home/vagrant/awx\n#     run \"make docker-compose COMPOSE_UP_OPTS=-d\"\n#\n#     After running this step it will take a bit on the first time\n#     You can check log by running \"docker container logs tools_awx_1\"\n#\n#     You can move on to the next step after the dB migrations are complete\n#\n#     They look something like this\n#     Applying main.0124_execution_environments... OK\n#     Applying main.0125_more_ee_modeling_changes... OK\n#     Applying main.0126_executionenvironment_container_options... OK\n#\n# Step 3: On first use to build the UI\n#     run \"docker exec tools_awx_1 make clean-ui ui-devel\"\n#\n#     This step will take a while to complete\n#\n# Step 4: On first use to add you as a super user\n#     run \"docker exec -ti tools_awx_1 awx-manage createsuperuser\"\n#\n# Step 5: Accessing AWX\n#    MAIN GUI\n#    https://\u003cthe_ip\u003e:8043/\n#\n#    API\n#    https://\u003cthe_ip\u003e:8043/api/v2/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fawx_vagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fawx_vagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fawx_vagrant/lists"}