{"id":15482519,"url":"https://github.com/btr1975/ansible_tower_vagrant","last_synced_at":"2026-04-17T01:31:56.319Z","repository":{"id":145588273,"uuid":"156799147","full_name":"btr1975/ansible_tower_vagrant","owner":"btr1975","description":"Prepped Ubuntu 16.04 LTS for Ansible-Tower","archived":false,"fork":false,"pushed_at":"2018-11-09T15:33:05.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T15:15:45.540Z","etag":null,"topics":["ansible","ansible-tower","bash","ubuntu","vagrant","vagrantfile"],"latest_commit_sha":null,"homepage":null,"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-09T02:32:53.000Z","updated_at":"2018-12-20T07:12:47.000Z","dependencies_parsed_at":"2023-09-14T01:52:17.178Z","dependency_job_id":null,"html_url":"https://github.com/btr1975/ansible_tower_vagrant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/ansible_tower_vagrant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fansible_tower_vagrant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fansible_tower_vagrant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fansible_tower_vagrant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fansible_tower_vagrant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/ansible_tower_vagrant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fansible_tower_vagrant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31911452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ansible-tower","bash","ubuntu","vagrant","vagrantfile"],"created_at":"2024-10-02T05:09:22.288Z","updated_at":"2026-04-17T01:31:56.289Z","avatar_url":"https://github.com/btr1975.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible_tower_vagrant\nPrepped Ubuntu 16.04 LTS for Ansible-Tower\n\n## Some Directions\n* Modify the ip so you can use it\n* The lowest memory for install is 4096, it will fail if it is any lower\n\n```ruby\nVagrant.configure(\"2\") do |config|\n    config.vm.define \"my-ansible-server\" do |ansible|\n        ansible.vm.box = \"ubuntu/xenial64\"\n        ansible.vm.hostname = \"my-ansible-server\"\n        ansible.vm.network \"public_network\", ip: \"192.168.1.60\"\n        config.vm.provider \"virtualbox\" do |v|\n            v.cpus = 1\n            v.memory = 4096\n            v.name = \"my-ansible-server\"\n        end\n        ansible.vm.provision :shell, path: \"install_ansible_requirements.sh\"\n    end\nend\n```\n* Install directions, this is also located in the shell script\n```text\n# Step 1:\n#     Download Ansible-Tower at: http://releases.ansible.com/ansible-tower/setup/\n#     Download the version or the tar.gz that you want\n#     Current is ansible-tower-setup-3.3.1-1.tar.gz\n#\n# Step 2:\n#     Extract the tar.gz using the following command\n#     tar xvzf ansible-tower-setup-3.3.1-1.tar.gz\n#\n# Step 3:\n#     Go into the directory unzipping creates in our case it will be\n#     ansible-tower-setup-3.3.1-1\n#\n# Step 4:\n#     Edit the file called inventory\n#     Variables to modify:\n#         admin_password='' \u003c-- This will be admins password\n#         pg_password='' \u003c-- This will be the password of the postgres dB\n#         rabbitmq_password='' \u003c-- This will be the rabbit password\n#\n#     You will only really need to know the admin password to log in to the web GUI\n#\n# Step 5:\n#     Run the setup.sh, ansible will take over from there and install everything\n#\n```\n* You can request a trial license here [Ansible-Tower Trial Licaense](https://www.ansible.com/license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fansible_tower_vagrant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fansible_tower_vagrant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fansible_tower_vagrant/lists"}