Ansible Tower in vagrant does now show admin password or URL

On page http://www.ansible.com/tower-trial and section “LAUNCH TOWER IN VAGRANT” you can read “That last command will give you your admin password and the Tower log-in URL. Upon login, you will be provided with directions on how to obtain a trial license.”

So I did everything as shown:

ansible@coconut:~/tower$ vagrant init tower http://vms.ansible.com/ansible-tower-2.3.1-virtualbox.box
A Vagrantfile has been placed in this directory. You are now
ready to vagrant up your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
vagrantup.com for more information on using Vagrant.
ansible@coconut:~/tower$ vagrant up
Bringing machine ‘default’ up with ‘virtualbox’ provider…
==> default: Box ‘tower’ could not be found. Attempting to find and install…
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly…
==> default: Adding box ‘tower’ (v0) for provider: virtualbox
default: Downloading: http://vms.ansible.com/ansible-tower-2.3.1-virtualbox.box
==> default: Successfully added box ‘tower’ (v0) for ‘virtualbox’!
==> default: Importing base box ‘tower’…
==> default: Matching MAC address for NAT networking…
==> default: Setting the name of the VM: tower_default_1445249473623_84874
==> default: Clearing any previously set network interfaces…
==> default: Preparing network interfaces based on configuration…
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports…
default: 22 => 2222 (adapter 1)
==> default: Running ‘pre-boot’ VM customizations…
==> default: Booting VM…
==> default: Waiting for machine to boot. This may take a few minutes…
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying…
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest…
default: Removing insecure key from the guest if it’s present…
default: Key inserted! Disconnecting and reconnecting using new SSH key…
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM…
==> default: Setting hostname…
==> default: Configuring and enabling network interfaces…
==> default: Mounting shared folders…
default: /vagrant => /home/ansible/tower
ansible@coconut:~/tower$ vagrant ssh
Last login: Mon Oct 5 22:04:50 2015 from 10.0.2.2
[vagrant@ansible-tower ~]$ ll
total 0

I don’t see any URL or any password :confused:

for tower related issues please email support@ansible.com, this ML is
for the command line ansible project