Skip to content

Instantly share code, notes, and snippets.

@chrisan
Created March 6, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisan/16883fb795e486921894 to your computer and use it in GitHub Desktop.
Save chrisan/16883fb795e486921894 to your computer and use it in GitHub Desktop.
vagrant@roots-example-project:/vagrant$ cat /etc/ansible/hosts
# This is the default ansible 'hosts' file.
#
# It should live in /etc/ansible/hosts
#
# - Comments begin with the '#' character
# - Blank lines are ignored
# - Groups of hosts are delimited by [header] elements
# - You can enter hostnames or ip addresses
# - A hostname/ip can be a member of multiple groups
# Ex 1: Ungrouped hosts, specify before any group headers.
#green.example.com
#blue.example.com
#192.168.100.1
#192.168.100.10
# Ex 2: A collection of hosts belonging to the 'webservers' group
#[webservers]
#alpha.example.org
#beta.example.org
#192.168.1.100
#192.168.1.110
# If you have multiple hosts following a pattern you can specify
# them like this:
#www[001:006].example.com
# Ex 3: A collection of database servers in the 'dbservers' group
#[dbservers]
#
#db01.intranet.mydomain.net
#db02.intranet.mydomain.net
#10.25.1.56
#10.25.1.57
# Here's another example of host ranges, this time there are no
# leading 0s:
#db-[99:101]-node.example.com
vagrant@roots-example-project:/vagrant$
vagrant@roots-example-project:/vagrant$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:0c:29:20:58:2b
inet addr:192.168.124.129 Bcast:192.168.124.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe20:582b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7811 errors:0 dropped:0 overruns:0 frame:0
TX packets:5431 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7148728 (7.1 MB) TX bytes:532491 (532.4 KB)
eth1 Link encap:Ethernet HWaddr 00:0c:29:20:58:35
inet addr:192.168.50.5 Bcast:192.168.50.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe20:5835/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:71 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8700 (8.7 KB) TX bytes:648 (648.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:680 (680.0 B) TX bytes:680 (680.0 B)
vagrant@roots-example-project:/vagrant$
[Chris@win7 roots-example-project.com] (master) $ cd trellis/
# There is some bug where vagrant ignores my VMWare and tries to install VirtualBox.
# I forgot the flag to tell it to skip the install
[Chris@win7 trellis] (master) $ vagrant up
==> Provider 'virtualbox' not found. We'll automatically install it now...
The installation process will start below. Human interaction may be
required at some points. If you're uncomfortable with automatically
installing this provider, you can safely Ctrl-C this process and install
it manually.
==> Downloading VirtualBox 5.0.10...
This may not be the latest version of VirtualBox, but it is a version
that is known to work well. Over time, we'll update the version that
is installed.
Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--)
==> Installing VirtualBox. This will take a few minutes...
A couple pop-ups will occur during this installation process to
ask for admin privileges as well as to install Oracle drivers.
Please say yes to both. If you're uncomfortable with this, please
install VirtualBox manually.
^C
[Chris@win7 trellis] (master) $ ==> VirtualBox has successfully been installed!
Bringing machine 'default' up with 'vmware_workstation' provider...
==> default: Cloning VMware VM: 'puppetlabs/ubuntu-14.04-64-nocm'. This can take some time...
==> default: Checking if box 'puppetlabs/ubuntu-14.04-64-nocm' is up to date...
==> default: Verifying vmnet devices are healthy...
==> default: Preparing network adapters...
==> default: Starting the VMware VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 192.168.124.129:22
default: SSH username: vagrant
default: SSH auth method: private key
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: Forwarding ports...
default: -- 22 => 2222
==> default: Setting hostname...
==> default: Configuring network adapters within the VM...
==> default: Waiting for HGFS kernel module to load...
==> default: Enabling and configuring shared folders...
default: -- C:/Users/Chris/code/roots-example-project.com/trellis: /vagrant
default: -- C:/Users/Chris/code/roots-example-project.com/trellis/hosts: /vagrant/hosts
default: -- C:/Users/Chris/code/roots-example-project.com/site: /srv/www/roots-example-project.com/current
==> default: Updating /etc/hosts file on active guest machines...
==> default: Updating /etc/hosts file on host machine (password may be required)...
==> default: Running provisioner: shell...
default: Running: C:/cygwin64/tmp/vagrant-shell20160306-7900-1quty91.sh
==> default: Enter file in which to save the key (/root/.ssh/id_rsa):
==> default: Enter passphrase (empty for no passphrase):
==> default: Enter same passphrase again:
==> default: Generating public/private rsa key pair.
==> default: Created directory '/root/.ssh'.
==> default: Your identification has been saved in /root/.ssh/id_rsa.
==> default: Your public key has been saved in /root/.ssh/id_rsa.pub.
==> default: The key fingerprint is:
==> default: ae:0e:d8:0b:d6:c1:61:ca:73:e0:b9:cf:14:25:fd:19 root@roots-example-project
==> default: The key's randomart image is:
==> default: +--[ RSA 2048]----+
==> default: | |
==> default: | . |
==> default: | . + o E |
==> default: | o * + . o |
==> default: | * = S |
==> default: | B o . |
==> default: | = = . |
==> default: | . = o . |
==> default: | +.o |
==> default: +-----------------+
==> default: Adding add-apt-repository...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: python3-pycurl python3-software-properties unattended-upgrades
==> default: Suggested packages:
==> default: libcurl4-gnutls-dev python3-pycurl-dbg bsd-mailx mail-transport-agent
==> default: The following NEW packages will be installed:
==> default: python3-pycurl python3-software-properties software-properties-common
==> default: unattended-upgrades
==> default: 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
==> default: Need to get 102 kB of archives.
==> default: After this operation, 800 kB of additional disk space will be used.
==> default: Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]
==> default: Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.3 [25.5 kB]
==> default: Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.3
==> default: 404 Not Found [IP: 91.189.91.14 80]
==> default: Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.3
==> default: 404 Not Found [IP: 91.189.91.14 80]
==> default: Fetched 73.0 kB in 0s (129 kB/s)
==> default: E
==> default: :
==> default: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-properties/python3-software-properties_0.92.37.3_all.deb 404 Not Found [IP: 91.189.91.14 80]
==> default: E
==> default: :
==> default: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/software-properties/software-properties-common_0.92.37.3_all.deb 404 Not Found [IP: 91.189.91.14 80]
==> default: E
==> default: :
==> default: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
==> default: Adding Ansible repository...
==> default: sudo: apt-add-repository: command not found
==> default: Updating system...
==> default: Ign http://us.archive.ubuntu.com trusty InRelease
==> default: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
==> default: Get:2 http://us.archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> default: Get:3 http://security.ubuntu.com trusty-security/main Sources [106 kB]
==> default: Get:4 http://us.archive.ubuntu.com trusty-backports InRelease [65.9 kB]
==> default: Get:5 http://security.ubuntu.com trusty-security/restricted Sources [4,035 B]
==> default: Hit http://us.archive.ubuntu.com trusty Release.gpg
==> default: Get:6 http://security.ubuntu.com trusty-security/universe Sources [33.3 kB]
==> default: Get:7 http://us.archive.ubuntu.com trusty-updates/main Sources [261 kB]
==> default: Get:8 http://security.ubuntu.com trusty-security/multiverse Sources [2,767 B]
==> default: Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [430 kB]
==> default: Get:10 http://us.archive.ubuntu.com trusty-updates/restricted Sources [5,352 B]
==> default: Get:11 http://us.archive.ubuntu.com trusty-updates/universe Sources [150 kB]
==> default: Get:12 http://security.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB]
==> default: Get:13 http://us.archive.ubuntu.com trusty-updates/multiverse Sources [5,547 B]
==> default: Get:14 http://security.ubuntu.com trusty-security/universe amd64 Packages [124 kB]
==> default: Get:15 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages [712 kB]
==> default: Get:16 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,990 B]
==> default: Get:17 http://security.ubuntu.com trusty-security/main i386 Packages [403 kB]
==> default: Get:18 http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
==> default: Get:19 http://security.ubuntu.com trusty-security/restricted i386 Packages [12.7 kB]
==> default: Get:20 http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages [338 kB]
==> default: Get:21 http://security.ubuntu.com trusty-security/universe i386 Packages [124 kB]
==> default: Get:22 http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
==> default: Get:23 http://security.ubuntu.com trusty-security/multiverse i386 Packages [5,164 B]
==> default: Get:24 http://us.archive.ubuntu.com trusty-updates/main i386 Packages [691 kB]
==> default: Get:25 http://security.ubuntu.com trusty-security/main Translation-en [235 kB]
==> default: Get:26 http://security.ubuntu.com trusty-security/multiverse Translation-en [2,570 B]
==> default: Get:27 http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
==> default: Get:28 http://security.ubuntu.com trusty-security/restricted Translation-en [3,206 B]
==> default: Get:29 http://us.archive.ubuntu.com trusty-updates/universe i386 Packages [339 kB]
==> default: Get:30 http://security.ubuntu.com trusty-security/universe Translation-en [72.9 kB]
==> default: Get:31 http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.4 kB]
==> default: Get:32 http://us.archive.ubuntu.com trusty-updates/main Translation-en [360 kB]
==> default: Get:33 http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en [6,947 B]
==> default: Get:34 http://us.archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]
==> default: Get:35 http://us.archive.ubuntu.com trusty-updates/universe Translation-en [180 kB]
==> default: Get:36 http://us.archive.ubuntu.com trusty-backports/main Sources [8,661 B]
==> default: Get:37 http://us.archive.ubuntu.com trusty-backports/restricted Sources [28 B]
==> default: Get:38 http://us.archive.ubuntu.com trusty-backports/universe Sources [33.2 kB]
==> default: Get:39 http://us.archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]
==> default: Get:40 http://us.archive.ubuntu.com trusty-backports/main amd64 Packages [9,787 B]
==> default: Get:41 http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]
==> default: Get:42 http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages [40.0 kB]
==> default: Get:43 http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,571 B]
==> default: Get:44 http://us.archive.ubuntu.com trusty-backports/main i386 Packages [9,814 B]
==> default: Get:45 http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages [28 B]
==> default: Get:46 http://us.archive.ubuntu.com trusty-backports/universe i386 Packages [39.9 kB]
==> default: Get:47 http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages [1,552 B]
==> default: Get:48 http://us.archive.ubuntu.com trusty-backports/main Translation-en [5,843 B]
==> default: Get:49 http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]
==> default: Get:50 http://us.archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]
==> default: Get:51 http://us.archive.ubuntu.com trusty-backports/universe Translation-en [34.7 kB]
==> default: Hit http://us.archive.ubuntu.com trusty Release
==> default: Hit http://us.archive.ubuntu.com trusty/main Sources
==> default: Hit http://us.archive.ubuntu.com trusty/restricted Sources
==> default: Hit http://us.archive.ubuntu.com trusty/universe Sources
==> default: Hit http://us.archive.ubuntu.com trusty/multiverse Sources
==> default: Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/main i386 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
==> default: Hit http://us.archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
==> default: Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
==> default: Hit http://us.archive.ubuntu.com trusty/universe Translation-en
==> default: Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
==> default: Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
==> default: Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
==> default: Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
==> default: Fetched 5,077 kB in 9s (539 kB/s)
==> default: Reading package lists...
==> default: Installing Ansible...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default: libyaml-0-2 python-crypto python-httplib2 python-jinja2 python-markupsafe
==> default: python-pkg-resources python-yaml
==> default: Suggested packages:
==> default: ansible-doc sshpass python-crypto-dbg python-crypto-doc python-jinja2-doc
==> default: python-distribute python-distribute-doc
==> default: The following NEW packages will be installed:
==> default: ansible libyaml-0-2 python-crypto python-httplib2 python-jinja2
==> default: python-markupsafe python-pkg-resources python-yaml
==> default: 0 upgraded, 8 newly installed, 0 to remove and 136 not upgraded.
==> default: Need to get 1,080 kB of archives.
==> default: After this operation, 6,263 kB of additional disk space will be used.
==> default: Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libyaml-0-2 amd64 0.1.4-3ubuntu3.1 [48.1 kB]
==> default: Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-crypto amd64 2.6.1-4build1 [239 kB]
==> default: Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python-yaml amd64 3.10-4ubuntu0.1 [102 kB]
==> default: Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-markupsafe amd64 0.18-1build2 [14.3 kB]
==> default: Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-jinja2 all 2.7.2-2 [161 kB]
==> default: Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty/main python-httplib2 all 0.8-2build1 [35.4 kB]
==> default: Get:7 http://us.archive.ubuntu.com/ubuntu/ trusty/universe ansible all 1.5.4+dfsg-1 [418 kB]
==> default: Get:8 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 1,080 kB in 0s (1,292 kB/s)
==> default: Selecting previously unselected package libyaml-0-2:amd64.
==> default: (Reading database ... 58018 files and directories currently installed.)
==> default: Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3.1_amd64.deb ...
==> default: Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...
==> default: Selecting previously unselected package python-crypto.
==> default: Preparing to unpack .../python-crypto_2.6.1-4build1_amd64.deb ...
==> default: Unpacking python-crypto (2.6.1-4build1) ...
==> default: Selecting previously unselected package python-yaml.
==> default: Preparing to unpack .../python-yaml_3.10-4ubuntu0.1_amd64.deb ...
==> default: Unpacking python-yaml (3.10-4ubuntu0.1) ...
==> default: Selecting previously unselected package python-markupsafe.
==> default: Preparing to unpack .../python-markupsafe_0.18-1build2_amd64.deb ...
==> default: Unpacking python-markupsafe (0.18-1build2) ...
==> default: Selecting previously unselected package python-jinja2.
==> default: Preparing to unpack .../python-jinja2_2.7.2-2_all.deb ...
==> default: Unpacking python-jinja2 (2.7.2-2) ...
==> default: Selecting previously unselected package python-httplib2.
==> default: Preparing to unpack .../python-httplib2_0.8-2build1_all.deb ...
==> default: Unpacking python-httplib2 (0.8-2build1) ...
==> default: Selecting previously unselected package ansible.
==> default: Preparing to unpack .../ansible_1.5.4+dfsg-1_all.deb ...
==> default: Unpacking ansible (1.5.4+dfsg-1) ...
==> default: Selecting previously unselected package python-pkg-resources.
==> default: Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ...
==> default: Unpacking python-pkg-resources (3.3-1ubuntu2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3.1) ...
==> default: Setting up python-crypto (2.6.1-4build1) ...
==> default: Setting up python-yaml (3.10-4ubuntu0.1) ...
==> default: Setting up python-markupsafe (0.18-1build2) ...
==> default: Setting up python-jinja2 (2.7.2-2) ...
==> default: Setting up python-httplib2 (0.8-2build1) ...
==> default: Setting up ansible (1.5.4+dfsg-1) ...
==> default: Setting up python-pkg-resources (3.3-1ubuntu2) ...
==> default: Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
==> default: Running Ansible Galaxy install
==> default: downloading role '-%20name%3A%20composer', owned by
==> default: Sorry, - name: composer was not found on galaxy.ansible.com.
==> default: downloading role 'composer', owned by src%3A%20geerlingguy
==> default: Sorry, src: geerlingguy.composer was not found on galaxy.ansible.com.
==> default: downloading role '7', owned by version%3A%201.2
==> default: Sorry, version: 1.2.7 was not found on galaxy.ansible.com.
==> default: downloading role '-%20name%3A%20ntp', owned by
==> default: Sorry, - name: ntp was not found on galaxy.ansible.com.
==> default: downloading role 'ntp', owned by src%3A%20resmo
==> default: Sorry, src: resmo.ntp was not found on galaxy.ansible.com.
==> default: downloading role '0', owned by version%3A%200.3
==> default: Sorry, version: 0.3.0 was not found on galaxy.ansible.com.
==> default: downloading role '-%20name%3A%20logrotate', owned by
==> default: Sorry, - name: logrotate was not found on galaxy.ansible.com.
==> default: downloading role 'logrotate', owned by src%3A%20nickhammond
==> default: Sorry, src: nickhammond.logrotate was not found on galaxy.ansible.com.
==> default: downloading role 'version%3A%20fc3ea4', owned by
==> default: Sorry, version: fc3ea4 was not found on galaxy.ansible.com.
==> default: downloading role '-%20name%3A%20swapfile', owned by
==> default: Sorry, - name: swapfile was not found on galaxy.ansible.com.
==> default: downloading role 'swapfile', owned by src%3A%20kamaln7
==> default: Sorry, src: kamaln7.swapfile was not found on galaxy.ansible.com.
==> default: downloading role '4', owned by version%3A%200
==> default: Sorry, version: 0.4 was not found on galaxy.ansible.com.
==> default: downloading role '-%20name%3A%20mailhog', owned by
==> default: Sorry, - name: mailhog was not found on galaxy.ansible.com.
==> default: downloading role 'mailhog', owned by src%3A%20geerlingguy
==> default: Sorry, src: geerlingguy.mailhog was not found on galaxy.ansible.com.
==> default: downloading role '5', owned by version%3A%201.0
==> default: Sorry, version: 1.0.5 was not found on galaxy.ansible.com.
==> default: Running Ansible Playbooks
==> default: ERROR: provided hosts list is empty
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
vagrant@roots-example-project:/vagrant$ sudo ./windows.sh
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): /root/.ssh/id_rsa already exists.
Overwrite (y/n)? Adding add-apt-repository...
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python3-pycurl python3-software-properties unattended-upgrades
Suggested packages:
libcurl4-gnutls-dev python3-pycurl-dbg bsd-mailx mail-transport-agent
The following NEW packages will be installed:
python3-pycurl python3-software-properties software-properties-common
unattended-upgrades
0 upgraded, 4 newly installed, 0 to remove and 136 not upgraded.
Need to get 54.3 kB/102 kB of archives.
After this operation, 800 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.4 [25.9 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9,356 B]
Fetched 54.3 kB in 0s (177 kB/s)
Preconfiguring packages ...
Selecting previously unselected package python3-pycurl.
(Reading database ... 58647 files and directories currently installed.)
Preparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...
Unpacking python3-pycurl (7.19.3-0ubuntu3) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.4_all.deb ...
Unpacking unattended-upgrades (0.82.1ubuntu2.4) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...
Unpacking python3-software-properties (0.92.37.7) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../software-properties-common_0.92.37.7_all.deb ...
Unpacking software-properties-common (0.92.37.7) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Setting up python3-pycurl (7.19.3-0ubuntu3) ...
Setting up unattended-upgrades (0.82.1ubuntu2.4) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up python3-software-properties (0.92.37.7) ...
Setting up software-properties-common (0.92.37.7) ...
Running Ansible Galaxy install
downloading role '-%20name%3A%20composer', owned by
Sorry, - name: composer was not found on galaxy.ansible.com.
downloading role 'composer', owned by src%3A%20geerlingguy
Sorry, src: geerlingguy.composer was not found on galaxy.ansible.com.
downloading role '7', owned by version%3A%201.2
Sorry, version: 1.2.7 was not found on galaxy.ansible.com.
downloading role '-%20name%3A%20ntp', owned by
Sorry, - name: ntp was not found on galaxy.ansible.com.
downloading role 'ntp', owned by src%3A%20resmo
Sorry, src: resmo.ntp was not found on galaxy.ansible.com.
downloading role '0', owned by version%3A%200.3
Sorry, version: 0.3.0 was not found on galaxy.ansible.com.
downloading role '-%20name%3A%20logrotate', owned by
Sorry, - name: logrotate was not found on galaxy.ansible.com.
downloading role 'logrotate', owned by src%3A%20nickhammond
Sorry, src: nickhammond.logrotate was not found on galaxy.ansible.com.
downloading role 'version%3A%20fc3ea4', owned by
Sorry, version: fc3ea4 was not found on galaxy.ansible.com.
downloading role '-%20name%3A%20swapfile', owned by
Sorry, - name: swapfile was not found on galaxy.ansible.com.
downloading role 'swapfile', owned by src%3A%20kamaln7
Sorry, src: kamaln7.swapfile was not found on galaxy.ansible.com.
downloading role '4', owned by version%3A%200
Sorry, version: 0.4 was not found on galaxy.ansible.com.
downloading role '-%20name%3A%20mailhog', owned by
Sorry, - name: mailhog was not found on galaxy.ansible.com.
downloading role 'mailhog', owned by src%3A%20geerlingguy
Sorry, src: geerlingguy.mailhog was not found on galaxy.ansible.com.
downloading role '5', owned by version%3A%201.0
Sorry, version: 1.0.5 was not found on galaxy.ansible.com.
Running Ansible Playbooks
ERROR: provided hosts list is empty
vagrant@roots-example-project:/vagrant$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment