Last active
August 29, 2015 14:02
-
-
Save jburwell/d406326a1b128c9a7d8e to your computer and use it in GitHub Desktop.
Duplicate Node Name in Riak 2.0 Ansible
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have run into the following error when upgrading the ansible-riak project to support Riak 2.0 using the Vagrantfile in the examples directory: | |
root@riak-01:~# riak console | |
config is OK | |
-config /var/lib/riak/generated.configs/app.2014.06.17.14.30.16.config -args_file /var/lib/riak/generated.configs/vm.2014.06.17.14.30.16.args -vm_args /var/lib/riak/generated.configs/vm.2014.06.17.14.30.16.args | |
Exec: /usr/lib/riak/erts-5.10.3/bin/erlexec -boot /usr/lib/riak/releases/2.0.0beta7/riak -config /var/lib/riak/generated.configs/app.2014.06.17.14.30.16.config -args_file /var/lib/riak/generated.configs/vm.2014.06.17.14.30.16.args -vm_args /var/lib/riak/generated.configs/vm.2014.06.17.14.30.16.args -pa /usr/lib/riak/lib/basho-patches -- console | |
Root: /usr/lib/riak | |
{error_logger,{{2014,6,17},{14,30,17}},"Protocol: ~tp: the name [email protected] seems to be in use by another Erlang node",["inet_tcp"]} | |
{error_logger,{{2014,6,17},{14,30,17}},crash_report,[[{initial_call,{net_kernel,init,['Argument__1']}},{pid,<0.21.0>},{registered_name,[]},{error_info,{exit,{error,badarg},[{gen_server,init_it,6,[{file,"gen_server.erl"},{line,320}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}},{ancestors,[net_sup,kernel_sup,<0.10.0>]},{messages,[]},{links,[#Port<0.223>,<0.18.0>]},{dictionary,[{longnames,true}]},{trap_exit,true},{status,running},{heap_size,376},{stack_size,27},{reductions,753}],[]]} | |
{error_logger,{{2014,6,17},{14,30,17}},supervisor_report,[{supervisor,{local,net_sup}},{errorContext,start_error},{reason,{'EXIT',nodistribution}},{offender,[{pid,undefined},{name,net_kernel},{mfargs,{net_kernel,start_link,[['[email protected]',longnames]]}},{restart_type,permanent},{shutdown,2000},{child_type,worker}]}]} | |
{error_logger,{{2014,6,17},{14,30,17}},supervisor_report,[{supervisor,{local,kernel_sup}},{errorContext,start_error},{reason,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}},{offender,[{pid,undefined},{name,net_sup},{mfargs,{erl_distribution,start_link,[]}},{restart_type,permanent},{shutdown,infinity},{child_type,supervisor}]}]} | |
{error_logger,{{2014,6,17},{14,30,17}},crash_report,[[{initial_call,{application_master,init,['Argument__1','Argument__2','Argument__3','Argument__4']}},{pid,<0.9.0>},{registered_name,[]},{error_info,{exit,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{kernel,start,[normal,[]]}},[{application_master,init,4,[{file,"application_master.erl"},{line,133}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,239}]}]}},{ancestors,[<0.8.0>]},{messages,[{'EXIT',<0.10.0>,normal}]},{links,[<0.8.0>,<0.7.0>]},{dictionary,[]},{trap_exit,true},{status,running},{heap_size,376},{stack_size,27},{reductions,164}],[]]} | |
{error_logger,{{2014,6,17},{14,30,17}},std_info,[{application,kernel},{exited,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{kernel,start,[normal,[]]}}},{type,permanent}]} | |
{"Kernel pid terminated",application_controller,"{application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{kernel,start,[normal,[]]}}}"} | |
The Riak processes are started and respond to the riak ping command. However, the nodes do not appear to connected to each other. I have verified that the riak.conf and generated vm.args on each VM are unique. I have also attempted to manually start the node using the riak start command to isolate any potential issues in the init.d scripts. | |
The following are steps produced this issue: | |
1. Checkout the 2.0 branch of the ansible-riak project (https://github.com/basho/ansible-riak/tree/2.0) | |
2. cd examples | |
3. vagrant up | |
4. vagrant ssh riak-01 | |
5. sudo riak console | |
Environment: | |
* Vagrant 1.6.3 | |
* Provisioner: Ansible 1.6.3 | |
* Hypervisor: VirtualBox 4.3.6 | |
* Host OS: Mac OS X 10.9.2 | |
* Host Python Version: 2.7.6 | |
* Guest OS: Ubuntu 12.04.4 | |
* Riak Version: 2.0beta7 | |
** Further poking after talking to Kelly ** | |
When attempting to manually stop riak on each node, I noticed that the riak stop command reported that riak is not running, but a ps reports that the process is present: | |
root@riak-01:~# riak stop | |
Node is not running! | |
root@riak-01:~# ps aux | grep beam | |
riak 2296 0.7 14.6 1968668 54348 pts/1 Ssl+ 14:23 0:46 /usr/lib/riak/erts-5.10.3/bin/beam.smp -P 256000 -e 256000 -Q 65536 -A 64 -K true -W w -zdbbl 32768 -- -root /usr/lib/riak -progname riak -- -home /var/lib/riak -- -boot /usr/lib/riak/releases/2.0.0beta7/riak -config /var/lib/riak/generated.configs/app.2014.06.17.14.23.48.config -setcookie riak -name [email protected] -smp enable -vm_args /var/lib/riak/generated.configs/vm.2014.06.17.14.23.48.args -pa /usr/lib/riak/lib/basho-patches -- console | |
root 4119 0.0 0.2 9392 928 pts/0 S+ 16:04 0:00 grep --color=auto beam | |
Based on this result, I executed a riak ping of the process and a riak status reports the following: | |
root@riak-01:~# riak ping | |
pong | |
root@riak-01:~# service riak status | |
pong | |
riak is running | |
Regardless of the state of the system, it is untuitive/inconsistent that a riak stop would report that the node is not running, but ping and service riak status would report that Riak is running. | |
Based on a conversation with Kelly, I manually executed the following steps on each node to reset the cluster and attempt a manualy restart to re-capture riak console output interactively outside of Ansible: | |
1. riak stop (see previous notes regarding inconsistency between riak stop, riak ping, service riak status, and ps) | |
2. killall -9 beam.smp | |
3. rm -rf /var/log/riak/* | |
Following these steps, I executed /usr/lib/riak/erts-5.10.3/bin/epmd -names on each node, and received the following result: | |
vagrant@riak-01:~$ sudo /usr/lib/riak/erts-5.10.3/bin/epmd -names | |
epmd: up and running on port 4369 with data: | |
vagrant@riak-02:~$ sudo /usr/lib/riak/erts-5.10.3/bin/epmd -names | |
epmd: up and running on port 4369 with data: | |
vagrant@riak-03:~$ sudo /usr/lib/riak/erts-5.10.3/bin/epmd -names | |
epmd: up and running on port 4369 with data: | |
Seeing that Erlang reported no nodes present, I executed riak console on riak-01, riak-02, and riak-03 in sequence without exiting (i.e. three terminal windows). All nodes started without the duplicate node error (or any other errors for that matter). | |
I re-executed the cleanup steps above, halted riak-02 and riak-03, and then execute riak start on riak-01 with the following result: | |
root@riak-01:~# riak start | |
riak failed to start within 15 seconds, | |
see the output of 'riak console' for more information. | |
If you want to wait longer, set the environment variable | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
A riak console / ps reveals the duplicate node error and process conditions described above. This behavior seems to triangulate the issue to the riak script. Therefore, I added to a -x to the to shell declaration of the riak script on the riak-01, and producing the following error fifteen (15) times (full output attached as debug_riak_start.txt): | |
=ERROR REPORT==== 17-Jun-2014::16:54:24 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
This error may be a file permission issue on /var/lib/riak. The following are the permissions of that directory on riak-01: | |
drwxr-xr-x 9 riak riak 4096 Jun 17 14:24 riak | |
Further digging uncovered the following: | |
root@riak-01:~# ls -al /var/lib/riak | |
total 40 | |
drwxrwxr-x 9 riak riak 4096 Jun 17 14:24 . | |
drwxr-xr-x 36 root root 4096 Jun 17 14:23 .. | |
drwxrwxr-x 66 riak riak 4096 Jun 17 14:24 anti_entropy | |
drwxrwxr-x 66 riak riak 4096 Jun 17 14:24 bitcask | |
drwxrwxr-x 3 riak riak 4096 Jun 17 14:23 cluster_meta | |
-r-------- 1 root root 20 Jun 17 00:00 .erlang.cookie | |
drwxrwxr-x 2 riak riak 4096 Jun 17 18:37 generated.configs | |
drwxrwxr-x 2 riak riak 4096 Jun 17 14:24 kv_vnode | |
drwxrwxr-x 2 riak riak 4096 Jun 17 18:46 riak_kv_exchange_fsm | |
drwxr-xr-x 2 riak riak 4096 Jun 17 18:37 ring | |
My conclusion is that root is writing .erlang.cookie then the Erlang runtime is started as user riak and can't read the cookie. The ownership of the file should be riak:riak with a 0600 permissions. | |
Based on lines 76-85 of debug output below (https://gist.github.com/jburwell/d406326a1b128c9a7d8e#file-debug_riak_start-txt-L76-L85), it appears that the conditional in env.sh:check_user intended to drop privledges is not being triggered. | |
** Update after confering with Kelly, Jared, and Hector via email and/or Mumble ** | |
I created the attached Vagrantfile (https://gist.github.com/jburwell/d406326a1b128c9a7d8e#file-vagrantfile) that uses a simple shell script provisioner to install and start Riak. It duplicates the file permission issue experienced using the Ansible playbook. Interestingly, issuing a riak start does not cause the permission -- it only seems to occur when using the init.d script. Finally, I tested the same process under CentOS (execute a RIAK_OS=CENTOS vagrant up), and Riak properly with the correct file permissions for /var/lib/riak/.erlang.cookie. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ examples git:(2.0) ✗ vagrant destroy --force ; vagrant up | |
==> riak-03: Forcing shutdown of VM... | |
==> riak-03: Destroying VM and associated drives... | |
==> riak-03: Running cleanup tasks for 'ansible' provisioner... | |
==> riak-02: Forcing shutdown of VM... | |
==> riak-02: Destroying VM and associated drives... | |
==> riak-01: Forcing shutdown of VM... | |
==> riak-01: Destroying VM and associated drives... | |
Bringing machine 'riak-01' up with 'virtualbox' provider... | |
Bringing machine 'riak-02' up with 'virtualbox' provider... | |
Bringing machine 'riak-03' up with 'virtualbox' provider... | |
==> riak-01: Importing base box 'chef/ubuntu-12.04'... | |
==> riak-01: Matching MAC address for NAT networking... | |
==> riak-01: Checking if box 'chef/ubuntu-12.04' is up to date... | |
==> riak-01: Setting the name of the VM: examples_riak-01_1403014381443_72187 | |
==> riak-01: Clearing any previously set network interfaces... | |
==> riak-01: Preparing network interfaces based on configuration... | |
riak-01: Adapter 1: nat | |
riak-01: Adapter 2: hostonly | |
==> riak-01: Forwarding ports... | |
riak-01: 22 => 2222 (adapter 1) | |
==> riak-01: Booting VM... | |
==> riak-01: Waiting for machine to boot. This may take a few minutes... | |
riak-01: SSH address: 127.0.0.1:2222 | |
riak-01: SSH username: vagrant | |
riak-01: SSH auth method: private key | |
riak-01: Warning: Connection timeout. Retrying... | |
==> riak-01: Machine booted and ready! | |
==> riak-01: Checking for guest additions in VM... | |
==> riak-01: Setting hostname... | |
==> riak-01: Configuring and enabling network interfaces... | |
==> riak-01: Configuring proxy for Apt... | |
==> riak-01: Configuring proxy environment variables... | |
==> riak-01: Mounting shared folders... | |
riak-01: /vagrant => /Users/jburwell/Documents/projects/ansible-riak/examples | |
==> riak-02: Importing base box 'chef/ubuntu-12.04'... | |
==> riak-02: Matching MAC address for NAT networking... | |
==> riak-02: Checking if box 'chef/ubuntu-12.04' is up to date... | |
==> riak-02: Setting the name of the VM: examples_riak-02_1403014415431_73885 | |
==> riak-02: Fixed port collision for 22 => 2222. Now on port 2200. | |
==> riak-02: Clearing any previously set network interfaces... | |
==> riak-02: Preparing network interfaces based on configuration... | |
riak-02: Adapter 1: nat | |
riak-02: Adapter 2: hostonly | |
==> riak-02: Forwarding ports... | |
riak-02: 22 => 2200 (adapter 1) | |
==> riak-02: Booting VM... | |
==> riak-02: Waiting for machine to boot. This may take a few minutes... | |
riak-02: SSH address: 127.0.0.1:2200 | |
riak-02: SSH username: vagrant | |
riak-02: SSH auth method: private key | |
riak-02: Warning: Connection timeout. Retrying... | |
==> riak-02: Machine booted and ready! | |
==> riak-02: Checking for guest additions in VM... | |
==> riak-02: Setting hostname... | |
==> riak-02: Configuring and enabling network interfaces... | |
==> riak-02: Configuring proxy for Apt... | |
==> riak-02: Configuring proxy environment variables... | |
==> riak-02: Mounting shared folders... | |
riak-02: /vagrant => /Users/jburwell/Documents/projects/ansible-riak/examples | |
==> riak-03: Importing base box 'chef/ubuntu-12.04'... | |
==> riak-03: Matching MAC address for NAT networking... | |
==> riak-03: Checking if box 'chef/ubuntu-12.04' is up to date... | |
==> riak-03: Setting the name of the VM: examples_riak-03_1403014449897_1755 | |
==> riak-03: Fixed port collision for 22 => 2222. Now on port 2201. | |
==> riak-03: Clearing any previously set network interfaces... | |
==> riak-03: Preparing network interfaces based on configuration... | |
riak-03: Adapter 1: nat | |
riak-03: Adapter 2: hostonly | |
==> riak-03: Forwarding ports... | |
riak-03: 22 => 2201 (adapter 1) | |
==> riak-03: Booting VM... | |
==> riak-03: Waiting for machine to boot. This may take a few minutes... | |
riak-03: SSH address: 127.0.0.1:2201 | |
riak-03: SSH username: vagrant | |
riak-03: SSH auth method: private key | |
riak-03: Warning: Connection timeout. Retrying... | |
==> riak-03: Machine booted and ready! | |
==> riak-03: Checking for guest additions in VM... | |
==> riak-03: Setting hostname... | |
==> riak-03: Configuring and enabling network interfaces... | |
==> riak-03: Configuring proxy for Apt... | |
==> riak-03: Configuring proxy environment variables... | |
==> riak-03: Mounting shared folders... | |
riak-03: /vagrant => /Users/jburwell/Documents/projects/ansible-riak/examples | |
==> riak-03: Running provisioner: ansible... | |
ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false PYTHONUNBUFFERED=1 ansible-playbook --private-key=/Users/jburwell/.vagrant.d/insecure_private_key --user=vagrant -T 30 --inventory-file=./hosts --extra-vars={"riak_iface":"eth1"} -vvvv --limit='all' ./setup_riak.yml | |
PLAY [riak_cluster] *********************************************************** | |
GATHERING FACTS *************************************************************** | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> REMOTE_MODULE setup | |
<10.42.0.6> REMOTE_MODULE setup | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE setup | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326 && echo /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475 && echo /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324 && echo /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324'"] | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpngAZNm TO /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324/setup | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpDk9HKQ TO /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326/setup | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpBCUkjg TO /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475/setup | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=meokafsybvdtnpazjwaovnzfethgyblr] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-meokafsybvdtnpazjwaovnzfethgyblr; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324/setup; rm -rf /tmp/.ansible/ansible-tmp-1403014473.83-180087858289324/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=qfooibpovtfbwscacpwbtzbmnjtxjral] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-qfooibpovtfbwscacpwbtzbmnjtxjral; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475/setup; rm -rf /tmp/.ansible/ansible-tmp-1403014473.82-152700864818475/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=duwbonnsdyxzeyklcwsxyzozyjoirlcw] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-duwbonnsdyxzeyklcwsxyzozyjoirlcw; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326/setup; rm -rf /tmp/.ansible/ansible-tmp-1403014473.82-20220742550326/ >/dev/null 2>&1\'"\'"\'\''] | |
ok: [riak-03] | |
ok: [riak-01] | |
ok: [riak-02] | |
TASK: [basho.riak-common | fetch yum repository] ****************************** | |
skipping: [riak-02] | |
skipping: [riak-01] | |
skipping: [riak-03] | |
TASK: [basho.riak-common | configure the epel repository] ********************* | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak-common | configure the basho repository] ******************** | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak-common | install libselinux-python] ************************* | |
skipping: [riak-01] | |
skipping: [riak-03] | |
skipping: [riak-02] | |
TASK: [basho.riak-common | get the basho apt key] ***************************** | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE apt_key url=http://apt.basho.com/gpg/basho.apt.key state=present | |
<10.42.0.8> REMOTE_MODULE apt_key url=http://apt.basho.com/gpg/basho.apt.key state=present | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> REMOTE_MODULE apt_key url=http://apt.basho.com/gpg/basho.apt.key state=present | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465 && echo /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307 && echo /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678 && echo /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678'"] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpArdh45 TO /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465/apt_key | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpWWXJDf TO /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678/apt_key | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpiH35Gd TO /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307/apt_key | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=zimendssxqhkguawkcrhogseemebxfxv] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-zimendssxqhkguawkcrhogseemebxfxv; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465/apt_key; rm -rf /tmp/.ansible/ansible-tmp-1403014489.11-137142940631465/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=hlcplmghosnsfzrddgxhxzzdwujgdsly] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-hlcplmghosnsfzrddgxhxzzdwujgdsly; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678/apt_key; rm -rf /tmp/.ansible/ansible-tmp-1403014489.11-10477930408678/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=yczsvqgstngvlcwjwxtfdkmizwhebwfc] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-yczsvqgstngvlcwjwxtfdkmizwhebwfc; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307/apt_key; rm -rf /tmp/.ansible/ansible-tmp-1403014489.11-280831720046307/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-03] => {"changed": true} | |
changed: [riak-02] => {"changed": true} | |
changed: [riak-01] => {"changed": true} | |
TASK: [basho.riak-common | configure the basho repository] ******************** | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926 && echo /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926'"] | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977 && echo /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702 && echo /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=xcqxtsnaxumqqhfdmcmdxzkgpvspjwkg] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-xcqxtsnaxumqqhfdmcmdxzkgpvspjwkg; rc=0; [ -r "/etc/apt/sources.list.d/basho.list" ] || rc=2; [ -f "/etc/apt/sources.list.d/basho.list" ] || rc=1; [ -d "/etc/apt/sources.list.d/basho.list" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5sum -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/digest -a md5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/md5 -n /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (echo "${rc} /etc/apt/sources.list.d/basho.list")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=unaepwrqeknbaboisqwzqrjgisuznwvn] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-unaepwrqeknbaboisqwzqrjgisuznwvn; rc=0; [ -r "/etc/apt/sources.list.d/basho.list" ] || rc=2; [ -f "/etc/apt/sources.list.d/basho.list" ] || rc=1; [ -d "/etc/apt/sources.list.d/basho.list" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5sum -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/digest -a md5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/md5 -n /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (echo "${rc} /etc/apt/sources.list.d/basho.list")\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=uqcfdwucipcwzhgdgxouogfrjqakwwhg] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-uqcfdwucipcwzhgdgxouogfrjqakwwhg; rc=0; [ -r "/etc/apt/sources.list.d/basho.list" ] || rc=2; [ -f "/etc/apt/sources.list.d/basho.list" ] || rc=1; [ -d "/etc/apt/sources.list.d/basho.list" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5sum -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/digest -a md5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/sbin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/md5 -n /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/md5 -q /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (/bin/csum -h MD5 /etc/apt/sources.list.d/basho.list 2>/dev/null) || (echo "${rc} /etc/apt/sources.list.d/basho.list")\'"\'"\'\''] | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp0VUY3S TO /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977/source | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp7tlFgQ TO /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702/source | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpjEvOiI TO /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926/source | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp0SizWs TO /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977/copy | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpy4vByI TO /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702/copy | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpd5HsBV TO /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926/copy | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=vodjgmjxvkzbupfpxfwrsamjhpkyqevu] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-vodjgmjxvkzbupfpxfwrsamjhpkyqevu; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977/copy; rm -rf /tmp/.ansible/ansible-tmp-1403014489.6-185437867263977/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=tjvfzkkiseqrvetfwmigjnxioakifssq] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-tjvfzkkiseqrvetfwmigjnxioakifssq; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702/copy; rm -rf /tmp/.ansible/ansible-tmp-1403014489.6-259911055365702/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=tmrhprdrxigciyizjzmkjigwgizyjjrz] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-tmrhprdrxigciyizjzmkjigwgizyjjrz; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926/copy; rm -rf /tmp/.ansible/ansible-tmp-1403014489.6-93347566924926/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-03] => {"changed": true, "dest": "/etc/apt/sources.list.d/basho.list", "gid": 0, "group": "root", "md5sum": "c2d5af7f4c8f2accc8065bd3a80c0ddc", "mode": "0644", "owner": "root", "size": 37, "src": "/tmp/.ansible/ansible-tmp-1403014489.6-259911055365702/source", "state": "file", "uid": 0} | |
changed: [riak-02] => {"changed": true, "dest": "/etc/apt/sources.list.d/basho.list", "gid": 0, "group": "root", "md5sum": "c2d5af7f4c8f2accc8065bd3a80c0ddc", "mode": "0644", "owner": "root", "size": 37, "src": "/tmp/.ansible/ansible-tmp-1403014489.6-185437867263977/source", "state": "file", "uid": 0} | |
changed: [riak-01] => {"changed": true, "dest": "/etc/apt/sources.list.d/basho.list", "gid": 0, "group": "root", "md5sum": "c2d5af7f4c8f2accc8065bd3a80c0ddc", "mode": "0644", "owner": "root", "size": 37, "src": "/tmp/.ansible/ansible-tmp-1403014489.6-93347566924926/source", "state": "file", "uid": 0} | |
TASK: [basho.riak-common | update cache] ************************************** | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE apt update_cache=yes cache_valid_time=3600 | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> REMOTE_MODULE apt update_cache=yes cache_valid_time=3600 | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607 && echo /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607'"] | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE apt update_cache=yes cache_valid_time=3600 | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801 && echo /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470 && echo /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470'"] | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpAv9vUN TO /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607/apt | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpzGDnCg TO /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470/apt | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpAFswVG TO /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801/apt | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=realsexyjersbufwqtbolcaabmqksatl] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-realsexyjersbufwqtbolcaabmqksatl; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607/apt; rm -rf /tmp/.ansible/ansible-tmp-1403014489.79-98513839862607/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=niqvwloduvhqquixcoacoycykfgbopgl] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-niqvwloduvhqquixcoacoycykfgbopgl; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801/apt; rm -rf /tmp/.ansible/ansible-tmp-1403014489.79-133436849847801/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=krlydcniezmspiwiztvkcretvlcbpozj] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-krlydcniezmspiwiztvkcretvlcbpozj; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470/apt; rm -rf /tmp/.ansible/ansible-tmp-1403014489.79-63146691104470/ >/dev/null 2>&1\'"\'"\'\''] | |
ok: [riak-01] => {"changed": false} | |
ok: [riak-02] => {"changed": false} | |
ok: [riak-03] => {"changed": false} | |
TASK: [basho.riak-common | disable ufw] *************************************** | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> REMOTE_MODULE service name=ufw state=stopped enabled=no | |
<10.42.0.6> REMOTE_MODULE service name=ufw state=stopped enabled=no | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE service name=ufw state=stopped enabled=no | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360 && echo /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974 && echo /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306 && echo /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306'"] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmplCTrSI TO /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974/service | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpcZdBYl TO /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306/service | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmph41oa_ TO /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360/service | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=isnpbljojqeamtmxasffsqhwlvvtzsjr] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-isnpbljojqeamtmxasffsqhwlvvtzsjr; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360/service; rm -rf /tmp/.ansible/ansible-tmp-1403014502.59-217022354021360/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=gbltoncriksmjeggtuokfypcnkwgcvul] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-gbltoncriksmjeggtuokfypcnkwgcvul; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306/service; rm -rf /tmp/.ansible/ansible-tmp-1403014502.59-119763292433306/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=yjyogbdlrxlpfhsleanfjusjgwpbgrti] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-yjyogbdlrxlpfhsleanfjusjgwpbgrti; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974/service; rm -rf /tmp/.ansible/ansible-tmp-1403014502.59-16811352580974/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-01] => {"changed": true, "enabled": false, "name": "ufw", "state": "stopped"} | |
changed: [riak-02] => {"changed": true, "enabled": false, "name": "ufw", "state": "stopped"} | |
changed: [riak-03] => {"changed": true, "enabled": false, "name": "ufw", "state": "stopped"} | |
TASK: [basho.riak-common | update pam configuration] ************************** | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.8> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.7> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442 && echo /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674 && echo /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503 && echo /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503'"] | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpSuH75B TO /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442/lineinfile | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpFGmT2j TO /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674/lineinfile | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpc_Cqic TO /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503/lineinfile | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=lfonjsehlpvnyxftpxcfzaihnkvhlota] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-lfonjsehlpvnyxftpxcfzaihnkvhlota; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.82-161368182899503/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=whaciqxuvpzlxonwecqqubhwzhimgqti] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-whaciqxuvpzlxonwecqqubhwzhimgqti; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.82-176126582233674/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=rkteaqtijzwzjtqpcidylavtwyfgsftu] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-rkteaqtijzwzjtqpcidylavtwyfgsftu; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.82-174926757864442/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-01] => (item=/etc/pam.d/common-session) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session", "msg": "line added"} | |
changed: [riak-03] => (item=/etc/pam.d/common-session) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session", "msg": "line added"} | |
changed: [riak-02] => (item=/etc/pam.d/common-session) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session", "msg": "line added"} | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session-noninteractive regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session-noninteractive regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326 && echo /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326'"] | |
<10.42.0.8> REMOTE_MODULE lineinfile line="session required pam_limits.so" dest=/etc/pam.d/common-session-noninteractive regexp="session required pam_limits.so" insertafter="^# end of pam-auth-update config" | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036 && echo /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794 && echo /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794'"] | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpYmok79 TO /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326/lineinfile | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpPQ1s74 TO /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794/lineinfile | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpjwBo0g TO /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036/lineinfile | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=ysofrodqdxpxqqwbkwqklqjwhdkuljyk] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-ysofrodqdxpxqqwbkwqklqjwhdkuljyk; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.94-257317319564036/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=vwhyxzcwzkrjufuxkbluyxiphzmeqdai] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-vwhyxzcwzkrjufuxkbluyxiphzmeqdai; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.94-180555866745326/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=qtfdrdslbaxhcacrcjecrvrjminpjqre] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-qtfdrdslbaxhcacrcjecrvrjminpjqre; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794/lineinfile; rm -rf /tmp/.ansible/ansible-tmp-1403014502.94-150833354090794/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-02] => (item=/etc/pam.d/common-session-noninteractive) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session-noninteractive", "msg": "line added"} | |
changed: [riak-03] => (item=/etc/pam.d/common-session-noninteractive) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session-noninteractive", "msg": "line added"} | |
changed: [riak-01] => (item=/etc/pam.d/common-session-noninteractive) => {"backup": "", "changed": true, "item": "/etc/pam.d/common-session-noninteractive", "msg": "line added"} | |
TASK: [basho.riak | Add the OS specific variables] **************************** | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
ok: [riak-02] => {"ansible_facts": {"riak_custom_package": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb", "riak_package": "riak={{riak_version}}-{{riak_package_release}}", "riak_usr_lib": "/usr/lib"}} | |
ok: [riak-03] => {"ansible_facts": {"riak_custom_package": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb", "riak_package": "riak={{riak_version}}-{{riak_package_release}}", "riak_usr_lib": "/usr/lib"}} | |
ok: [riak-01] => {"ansible_facts": {"riak_custom_package": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb", "riak_package": "riak={{riak_version}}-{{riak_package_release}}", "riak_usr_lib": "/usr/lib"}} | |
TASK: [basho.riak | copy custom riak package] ********************************* | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak | copy custom riak package from remote] ********************* | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE get_url url=http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb dest=/tmp/ | |
<10.42.0.7> REMOTE_MODULE get_url url=http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb dest=/tmp/ | |
<10.42.0.8> REMOTE_MODULE get_url url=http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb dest=/tmp/ | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209 && echo /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614 && echo /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411 && chmod a+rx /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411 && echo /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411'"] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpv4Drip TO /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209/get_url | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpsO9cBh TO /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614/get_url | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp7LCeHt TO /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411/get_url | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=ymdcnjjbcixwzqsuwgvjahcpylrjpciu] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-ymdcnjjbcixwzqsuwgvjahcpylrjpciu; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209/get_url; rm -rf /tmp/.ansible/ansible-tmp-1403014503.16-8628896065209/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=ciljnxmwjndmroktnrxiamwdufumuref] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-ciljnxmwjndmroktnrxiamwdufumuref; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411/get_url; rm -rf /tmp/.ansible/ansible-tmp-1403014503.16-234000014402411/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=snygcnvyskymotqfscbackgzjyrrjiju] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-snygcnvyskymotqfscbackgzjyrrjiju; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614/get_url; rm -rf /tmp/.ansible/ansible-tmp-1403014503.16-176769418948614/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-03] => {"changed": true, "dest": "/tmp/riak_2.0.0beta7-1_amd64.deb", "gid": 0, "group": "root", "md5sum": "72e835d8c2fc7ac473fe797dcdf4afda", "mode": "0644", "msg": "OK (60243240 bytes)", "owner": "root", "sha256sum": "", "size": 60243240, "src": "/tmp/tmpeip458", "state": "file", "uid": 0, "url": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb"} | |
changed: [riak-01] => {"changed": true, "dest": "/tmp/riak_2.0.0beta7-1_amd64.deb", "gid": 0, "group": "root", "md5sum": "72e835d8c2fc7ac473fe797dcdf4afda", "mode": "0644", "msg": "OK (60243240 bytes)", "owner": "root", "sha256sum": "", "size": 60243240, "src": "/tmp/tmp2R1Dro", "state": "file", "uid": 0, "url": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb"} | |
changed: [riak-02] => {"changed": true, "dest": "/tmp/riak_2.0.0beta7-1_amd64.deb", "gid": 0, "group": "root", "md5sum": "72e835d8c2fc7ac473fe797dcdf4afda", "mode": "0644", "msg": "OK (60243240 bytes)", "owner": "root", "sha256sum": "", "size": 60243240, "src": "/tmp/tmptIpP52", "state": "file", "uid": 0, "url": "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7/ubuntu/precise/riak_2.0.0beta7-1_amd64.deb"} | |
TASK: [basho.riak | set riak packagename] ************************************* | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
ok: [riak-03] => {"ansible_facts": {"riak_package": "/tmp/riak_2.0.0beta7-1_amd64.deb", "state": "present"}} | |
ok: [riak-01] => {"ansible_facts": {"riak_package": "/tmp/riak_2.0.0beta7-1_amd64.deb", "state": "present"}} | |
ok: [riak-02] => {"ansible_facts": {"riak_package": "/tmp/riak_2.0.0beta7-1_amd64.deb", "state": "present"}} | |
TASK: [basho.riak | set riak_ee fact] ***************************************** | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak | install riak] ********************************************* | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak | install riak] ********************************************* | |
skipping: [riak-02] | |
skipping: [riak-03] | |
skipping: [riak-01] | |
TASK: [basho.riak | install riak custom] ************************************** | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE command dpkg --skip-same-version -i /tmp/riak_2.0.0beta7-1_amd64.deb | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE command dpkg --skip-same-version -i /tmp/riak_2.0.0beta7-1_amd64.deb | |
<10.42.0.7> REMOTE_MODULE command dpkg --skip-same-version -i /tmp/riak_2.0.0beta7-1_amd64.deb | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476 && echo /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747 && echo /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049 && echo /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049'"] | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpE_wOR3 TO /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747/command | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=guinmmbzfvotgrlgbkrkwycsjatyjokb] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-guinmmbzfvotgrlgbkrkwycsjatyjokb; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747/command; rm -rf /tmp/.ansible/ansible-tmp-1403015023.24-111117088788747/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpxZrq__ TO /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049/command | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=racjswjsisijuzrzkcjcdykdqidehvsv] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-racjswjsisijuzrzkcjcdykdqidehvsv; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049/command; rm -rf /tmp/.ansible/ansible-tmp-1403015023.24-64129473398049/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpEqo8dw TO /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476/command | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=wlasmxpbjwoykmweesnkqimktsdyprly] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-wlasmxpbjwoykmweesnkqimktsdyprly; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476/command; rm -rf /tmp/.ansible/ansible-tmp-1403015023.24-138225914816476/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-02] => {"changed": true, "cmd": ["dpkg", "--skip-same-version", "-i", "/tmp/riak_2.0.0beta7-1_amd64.deb"], "delta": "0:00:02.449425", "end": "2014-06-17 14:23:45.324420", "rc": 0, "start": "2014-06-17 14:23:42.874995", "stderr": "", "stdout": "Selecting previously unselected package riak.\n(Reading database ... 56035 files and directories currently installed.)\nUnpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...\nSetting up riak (2.0.0beta7-1) ...\nAdding group `riak' (GID 110) ...\nDone.\nAdding system user `riak' (UID 105) ...\nAdding new user `riak' (UID 105) with group `riak' ...\nNot creating home directory `/var/lib/riak'.\nProcessing triggers for ureadahead ...\nProcessing triggers for man-db ...", "stdout_lines": ["Selecting previously unselected package riak.", "(Reading database ... 56035 files and directories currently installed.)", "Unpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...", "Setting up riak (2.0.0beta7-1) ...", "Adding group `riak' (GID 110) ...", "Done.", "Adding system user `riak' (UID 105) ...", "Adding new user `riak' (UID 105) with group `riak' ...", "Not creating home directory `/var/lib/riak'.", "Processing triggers for ureadahead ...", "Processing triggers for man-db ..."]} | |
changed: [riak-01] => {"changed": true, "cmd": ["dpkg", "--skip-same-version", "-i", "/tmp/riak_2.0.0beta7-1_amd64.deb"], "delta": "0:00:02.327932", "end": "2014-06-17 14:23:46.271036", "rc": 0, "start": "2014-06-17 14:23:43.943104", "stderr": "", "stdout": "Selecting previously unselected package riak.\n(Reading database ... 56035 files and directories currently installed.)\nUnpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...\nSetting up riak (2.0.0beta7-1) ...\nAdding group `riak' (GID 110) ...\nDone.\nAdding system user `riak' (UID 105) ...\nAdding new user `riak' (UID 105) with group `riak' ...\nNot creating home directory `/var/lib/riak'.\nProcessing triggers for ureadahead ...\nProcessing triggers for man-db ...", "stdout_lines": ["Selecting previously unselected package riak.", "(Reading database ... 56035 files and directories currently installed.)", "Unpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...", "Setting up riak (2.0.0beta7-1) ...", "Adding group `riak' (GID 110) ...", "Done.", "Adding system user `riak' (UID 105) ...", "Adding new user `riak' (UID 105) with group `riak' ...", "Not creating home directory `/var/lib/riak'.", "Processing triggers for ureadahead ...", "Processing triggers for man-db ..."]} | |
changed: [riak-03] => {"changed": true, "cmd": ["dpkg", "--skip-same-version", "-i", "/tmp/riak_2.0.0beta7-1_amd64.deb"], "delta": "0:00:02.336236", "end": "2014-06-17 14:23:46.221735", "rc": 0, "start": "2014-06-17 14:23:43.885499", "stderr": "", "stdout": "Selecting previously unselected package riak.\n(Reading database ... 56035 files and directories currently installed.)\nUnpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...\nSetting up riak (2.0.0beta7-1) ...\nAdding group `riak' (GID 110) ...\nDone.\nAdding system user `riak' (UID 105) ...\nAdding new user `riak' (UID 105) with group `riak' ...\nNot creating home directory `/var/lib/riak'.\nProcessing triggers for ureadahead ...\nProcessing triggers for man-db ...", "stdout_lines": ["Selecting previously unselected package riak.", "(Reading database ... 56035 files and directories currently installed.)", "Unpacking riak (from .../riak_2.0.0beta7-1_amd64.deb) ...", "Setting up riak (2.0.0beta7-1) ...", "Adding group `riak' (GID 110) ...", "Done.", "Adding system user `riak' (UID 105) ...", "Adding new user `riak' (UID 105) with group `riak' ...", "Not creating home directory `/var/lib/riak'.", "Processing triggers for ureadahead ...", "Processing triggers for man-db ..."]} | |
TASK: [basho.riak | set the riak ulimit] ************************************** | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=onnnkikvylihezlmrqicsxienfbatbad] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-onnnkikvylihezlmrqicsxienfbatbad; rc=0; [ -r "/etc/default/riak" ] || rc=2; [ -f "/etc/default/riak" ] || rc=1; [ -d "/etc/default/riak" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/default/riak 2>/dev/null) || (/sbin/md5sum -q /etc/default/riak 2>/dev/null) || (/usr/bin/digest -a md5 /etc/default/riak 2>/dev/null) || (/sbin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/md5 -n /etc/default/riak 2>/dev/null) || (/bin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (echo "${rc} /etc/default/riak")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=vledjqmgvyjdlnlvvkjzgigcngkhunsx] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-vledjqmgvyjdlnlvvkjzgigcngkhunsx; rc=0; [ -r "/etc/default/riak" ] || rc=2; [ -f "/etc/default/riak" ] || rc=1; [ -d "/etc/default/riak" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/default/riak 2>/dev/null) || (/sbin/md5sum -q /etc/default/riak 2>/dev/null) || (/usr/bin/digest -a md5 /etc/default/riak 2>/dev/null) || (/sbin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/md5 -n /etc/default/riak 2>/dev/null) || (/bin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (echo "${rc} /etc/default/riak")\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=mhlgmztckfkovksbhenmwuhstenullyc] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-mhlgmztckfkovksbhenmwuhstenullyc; rc=0; [ -r "/etc/default/riak" ] || rc=2; [ -f "/etc/default/riak" ] || rc=1; [ -d "/etc/default/riak" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/default/riak 2>/dev/null) || (/sbin/md5sum -q /etc/default/riak 2>/dev/null) || (/usr/bin/digest -a md5 /etc/default/riak 2>/dev/null) || (/sbin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/md5 -n /etc/default/riak 2>/dev/null) || (/bin/md5 -q /etc/default/riak 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (/bin/csum -h MD5 /etc/default/riak 2>/dev/null) || (echo "${rc} /etc/default/riak")\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387 && echo /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577 && echo /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967 && echo /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967'"] | |
<10.42.0.6> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_default_riak_ulimit TO /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387/source | |
<10.42.0.7> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_default_riak_ulimit TO /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577/source | |
<10.42.0.8> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_default_riak_ulimit TO /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967/source | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpddZRxp TO /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387/copy | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpISwcZT TO /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577/copy | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp7aoveL TO /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967/copy | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=coswrwlkjdsplwlamikbuucttmiaplnl] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-coswrwlkjdsplwlamikbuucttmiaplnl; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015026.87-197206975794387/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=vneuaijssaeshfmggxwygpulvciugnbw] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-vneuaijssaeshfmggxwygpulvciugnbw; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015026.88-79357495122577/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=eqhifucndedblhfrsiddfdfoilnguklh] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-eqhifucndedblhfrsiddfdfoilnguklh; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015026.88-70262639805967/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-01] => {"changed": true, "dest": "/etc/default/riak", "gid": 110, "group": "riak", "md5sum": "9c2619b67e3f9a4425f04def08551b67", "mode": "0644", "owner": "riak", "size": 15, "src": "/tmp/.ansible/ansible-tmp-1403015026.87-197206975794387/source", "state": "file", "uid": 105} | |
changed: [riak-02] => {"changed": true, "dest": "/etc/default/riak", "gid": 110, "group": "riak", "md5sum": "9c2619b67e3f9a4425f04def08551b67", "mode": "0644", "owner": "riak", "size": 15, "src": "/tmp/.ansible/ansible-tmp-1403015026.88-79357495122577/source", "state": "file", "uid": 105} | |
changed: [riak-03] => {"changed": true, "dest": "/etc/default/riak", "gid": 110, "group": "riak", "md5sum": "9c2619b67e3f9a4425f04def08551b67", "mode": "0644", "owner": "riak", "size": 15, "src": "/tmp/.ansible/ansible-tmp-1403015026.88-70262639805967/source", "state": "file", "uid": 105} | |
TASK: [basho.riak | update pam configuration] ********************************* | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=lfwxpvkmpzayihfmuolosiziwhmefntn] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-lfwxpvkmpzayihfmuolosiziwhmefntn; rc=0; [ -r "/etc/security/limits.d/riak.conf" ] || rc=2; [ -f "/etc/security/limits.d/riak.conf" ] || rc=1; [ -d "/etc/security/limits.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/security/limits.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=iiaicungrkzsgidzcodhfxlbpzcvklzx] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-iiaicungrkzsgidzcodhfxlbpzcvklzx; rc=0; [ -r "/etc/security/limits.d/riak.conf" ] || rc=2; [ -f "/etc/security/limits.d/riak.conf" ] || rc=1; [ -d "/etc/security/limits.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/security/limits.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=qcaewgyfnsycbmbylwdalnkypuarxhql] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-qcaewgyfnsycbmbylwdalnkypuarxhql; rc=0; [ -r "/etc/security/limits.d/riak.conf" ] || rc=2; [ -f "/etc/security/limits.d/riak.conf" ] || rc=1; [ -d "/etc/security/limits.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/security/limits.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/security/limits.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/security/limits.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457 && echo /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329 && echo /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497 && echo /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497'"] | |
<10.42.0.6> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_security_limits.d_riak.conf TO /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329/source | |
<10.42.0.8> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_security_limits.d_riak.conf TO /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457/source | |
<10.42.0.7> PUT /Users/jburwell/Documents/projects/ansible-riak/examples/roles/basho.riak/files/etc_security_limits.d_riak.conf TO /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497/source | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp8XQld7 TO /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329/copy | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmphCXWhc TO /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457/copy | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpE6IbCU TO /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497/copy | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=vcwxwauksxyszwwtavlgdwkivbtwnfwj] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-vcwxwauksxyszwwtavlgdwkivbtwnfwj; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.06-244386144252497/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=jaoynifpkoiovpdykprnikcmiwxstnpt] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-jaoynifpkoiovpdykprnikcmiwxstnpt; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.06-131406454642457/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=twibwfjjdfbouzswpjouxdwayokcfodz] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-twibwfjjdfbouzswpjouxdwayokcfodz; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.06-13725573646329/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-02] => {"changed": true, "dest": "/etc/security/limits.d/riak.conf", "gid": 0, "group": "root", "md5sum": "f3698a7287eb8b057580638c08fa5659", "mode": "0644", "owner": "root", "size": 92, "src": "/tmp/.ansible/ansible-tmp-1403015027.06-244386144252497/source", "state": "file", "uid": 0} | |
changed: [riak-03] => {"changed": true, "dest": "/etc/security/limits.d/riak.conf", "gid": 0, "group": "root", "md5sum": "f3698a7287eb8b057580638c08fa5659", "mode": "0644", "owner": "root", "size": 92, "src": "/tmp/.ansible/ansible-tmp-1403015027.06-131406454642457/source", "state": "file", "uid": 0} | |
changed: [riak-01] => {"changed": true, "dest": "/etc/security/limits.d/riak.conf", "gid": 0, "group": "root", "md5sum": "f3698a7287eb8b057580638c08fa5659", "mode": "0644", "owner": "root", "size": 92, "src": "/tmp/.ansible/ansible-tmp-1403015027.06-13725573646329/source", "state": "file", "uid": 0} | |
TASK: [basho.riak | mount the riak volume with optmized settings] ************* | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak | confgure rc.local] **************************************** | |
skipping: [riak-01] | |
skipping: [riak-02] | |
skipping: [riak-03] | |
TASK: [basho.riak | create sysctl.d] ****************************************** | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE file dest=/etc/sysctl.d state=directory | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE file dest=/etc/sysctl.d state=directory | |
<10.42.0.7> REMOTE_MODULE file dest=/etc/sysctl.d state=directory | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050 && echo /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197 && echo /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021 && echo /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021'"] | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpEeTaHe TO /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021/file | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmps6hGPj TO /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197/file | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpusuL5l TO /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050/file | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=hvkslvxpvyzbclddmlbofsobuwphtafa] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-hvkslvxpvyzbclddmlbofsobuwphtafa; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021/file; rm -rf /tmp/.ansible/ansible-tmp-1403015027.29-238962184281021/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=kidlyzrkpbzskeqerwcfndwhdeupzxht] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-kidlyzrkpbzskeqerwcfndwhdeupzxht; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197/file; rm -rf /tmp/.ansible/ansible-tmp-1403015027.29-130905440485197/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=ngujdekbxaevynskvhhfkiwgkdaslzyv] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-ngujdekbxaevynskvhhfkiwgkdaslzyv; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050/file; rm -rf /tmp/.ansible/ansible-tmp-1403015027.29-112503992220050/ >/dev/null 2>&1\'"\'"\'\''] | |
ok: [riak-03] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/sysctl.d", "size": 4096, "state": "directory", "uid": 0} | |
ok: [riak-01] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/sysctl.d", "size": 4096, "state": "directory", "uid": 0} | |
ok: [riak-02] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/sysctl.d", "size": 4096, "state": "directory", "uid": 0} | |
TASK: [basho.riak | configure sysctl] ***************************************** | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000 && echo /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000'"] | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878 && echo /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836 && echo /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836'"] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=hktxurskovcdoqkpzgmpwsihoullrusm] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-hktxurskovcdoqkpzgmpwsihoullrusm; rc=0; [ -r "/etc/sysctl.d/riak.conf" ] || rc=2; [ -f "/etc/sysctl.d/riak.conf" ] || rc=1; [ -d "/etc/sysctl.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/sysctl.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=hlwnxihrmjdkqsxfrdptxidckpiamqru] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-hlwnxihrmjdkqsxfrdptxidckpiamqru; rc=0; [ -r "/etc/sysctl.d/riak.conf" ] || rc=2; [ -f "/etc/sysctl.d/riak.conf" ] || rc=1; [ -d "/etc/sysctl.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/sysctl.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=cxlhsritdpivemzzoxjihfmcwvdszpht] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-cxlhsritdpivemzzoxjihfmcwvdszpht; rc=0; [ -r "/etc/sysctl.d/riak.conf" ] || rc=2; [ -f "/etc/sysctl.d/riak.conf" ] || rc=1; [ -d "/etc/sysctl.d/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/sysctl.d/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/sysctl.d/riak.conf 2>/dev/null) || (echo "${rc} /etc/sysctl.d/riak.conf")\'"\'"\'\''] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpoLzkAU TO /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878/source | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpddxtmZ TO /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836/source | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpVnIAvx TO /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000/source | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp4_Dy0O TO /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878/copy | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpWyUKE_ TO /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836/copy | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmprnJvjp TO /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000/copy | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=bxzsykbjmndnsbsxupyxundbysmunuui] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-bxzsykbjmndnsbsxupyxundbysmunuui; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.42-39626590466878/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=yojywshaxefrhmlsxmtbtompaecfncmn] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-yojywshaxefrhmlsxmtbtompaecfncmn; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.42-279424291573000/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=wafxxrbjgqjpzvzcvhicqxzajuyytljp] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-wafxxrbjgqjpzvzcvhicqxzajuyytljp; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.42-127006880441836/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-02] => {"changed": true, "dest": "/etc/sysctl.d/riak.conf", "gid": 0, "group": "root", "md5sum": "0fe1d92c1faef4cc159797bc464c1d92", "mode": "0644", "owner": "root", "size": 3141, "src": "/tmp/.ansible/ansible-tmp-1403015027.42-279424291573000/source", "state": "file", "uid": 0} | |
changed: [riak-01] => {"changed": true, "dest": "/etc/sysctl.d/riak.conf", "gid": 0, "group": "root", "md5sum": "0fe1d92c1faef4cc159797bc464c1d92", "mode": "0644", "owner": "root", "size": 3141, "src": "/tmp/.ansible/ansible-tmp-1403015027.42-39626590466878/source", "state": "file", "uid": 0} | |
changed: [riak-03] => {"changed": true, "dest": "/etc/sysctl.d/riak.conf", "gid": 0, "group": "root", "md5sum": "0fe1d92c1faef4cc159797bc464c1d92", "mode": "0644", "owner": "root", "size": 3141, "src": "/tmp/.ansible/ansible-tmp-1403015027.42-127006880441836/source", "state": "file", "uid": 0} | |
TASK: [basho.riak | copying custom beams] ************************************* | |
skipping: [riak-02] | |
skipping: [riak-03] | |
skipping: [riak-01] | |
TASK: [basho.riak | configure riak.conf] ************************************** | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463 && echo /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417 && echo /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417'"] | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810 && echo /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=otccfrozxtpwjmadeyfggijsmlxvxxua] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-otccfrozxtpwjmadeyfggijsmlxvxxua; rc=0; [ -r "/etc/riak/riak.conf" ] || rc=2; [ -f "/etc/riak/riak.conf" ] || rc=1; [ -d "/etc/riak/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/riak/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (echo "${rc} /etc/riak/riak.conf")\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=cwvosdncqfusiaxwqbhnmfbxzguzzrvs] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-cwvosdncqfusiaxwqbhnmfbxzguzzrvs; rc=0; [ -r "/etc/riak/riak.conf" ] || rc=2; [ -f "/etc/riak/riak.conf" ] || rc=1; [ -d "/etc/riak/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/riak/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (echo "${rc} /etc/riak/riak.conf")\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=flukvikazgleroubsnejvhwxhuxecrls] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-flukvikazgleroubsnejvhwxhuxecrls; rc=0; [ -r "/etc/riak/riak.conf" ] || rc=2; [ -f "/etc/riak/riak.conf" ] || rc=1; [ -d "/etc/riak/riak.conf" ] && echo 3 && exit 0; (/usr/bin/md5sum /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5sum -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/digest -a md5 /etc/riak/riak.conf 2>/dev/null) || (/sbin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/md5 -n /etc/riak/riak.conf 2>/dev/null) || (/bin/md5 -q /etc/riak/riak.conf 2>/dev/null) || (/usr/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (/bin/csum -h MD5 /etc/riak/riak.conf 2>/dev/null) || (echo "${rc} /etc/riak/riak.conf")\'"\'"\'\''] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp9v5hEa TO /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810/source | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpZ7QBww TO /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463/source | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpbjZoRI TO /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417/source | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpLg82E5 TO /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810/copy | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpU9B2iR TO /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463/copy | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpUe3eKO TO /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417/copy | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=rfezbtxemwzgyusnmurlpudwbneggqvd] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-rfezbtxemwzgyusnmurlpudwbneggqvd; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.65-267855557057417/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=uouasyhabtconmgcjniabvuslffmkjgp] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-uouasyhabtconmgcjniabvuslffmkjgp; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.65-90008078021463/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=gxoxvpxzvkaormvsongnkrnjdxuaihqg] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-gxoxvpxzvkaormvsongnkrnjdxuaihqg; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810/copy; rm -rf /tmp/.ansible/ansible-tmp-1403015027.65-15385524932810/ >/dev/null 2>&1\'"\'"\'\''] | |
changed: [riak-01] => {"changed": true, "dest": "/etc/riak/riak.conf", "gid": 110, "group": "riak", "md5sum": "51d15360ce3203809c3d28e3bb03bf0e", "mode": "0644", "owner": "riak", "size": 11099, "src": "/tmp/.ansible/ansible-tmp-1403015027.65-15385524932810/source", "state": "file", "uid": 105} | |
changed: [riak-02] => {"changed": true, "dest": "/etc/riak/riak.conf", "gid": 110, "group": "riak", "md5sum": "cf8e8f418a2935c3e2190ddcd3ef109e", "mode": "0644", "owner": "riak", "size": 11099, "src": "/tmp/.ansible/ansible-tmp-1403015027.65-90008078021463/source", "state": "file", "uid": 105} | |
changed: [riak-03] => {"changed": true, "dest": "/etc/riak/riak.conf", "gid": 110, "group": "riak", "md5sum": "7430ca4194127d966892acc3a8684c9a", "mode": "0644", "owner": "riak", "size": 11099, "src": "/tmp/.ansible/ansible-tmp-1403015027.65-267855557057417/source", "state": "file", "uid": 105} | |
TASK: [basho.riak | start riak] *********************************************** | |
<10.42.0.6> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.7> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.6> REMOTE_MODULE service name=riak enabled=yes state=started | |
<10.42.0.7> REMOTE_MODULE service name=riak enabled=yes state=started | |
<10.42.0.8> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.42.0.8> REMOTE_MODULE service name=riak enabled=yes state=started | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273 && echo /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273'"] | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856 && echo /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856'"] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', "/bin/sh -c 'mkdir -p /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153 && chmod a+rx /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153 && echo /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153'"] | |
<10.42.0.6> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmp1sBA9u TO /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273/service | |
<10.42.0.7> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpdRZcVV TO /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856/service | |
<10.42.0.8> PUT /var/folders/qs/mwvd8s915d51cwdxvflzg0780000gn/T/tmpvVUDpa TO /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153/service | |
<10.42.0.7> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.7', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=jljcjidpupvhytxhmnszxcbwfwqnbahs] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-jljcjidpupvhytxhmnszxcbwfwqnbahs; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856/service; rm -rf /tmp/.ansible/ansible-tmp-1403015027.84-128339527536856/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.6> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.6', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=pzzihqrjcbjrmhocnhnxcqfxwaswytol] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-pzzihqrjcbjrmhocnhnxcqfxwaswytol; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273/service; rm -rf /tmp/.ansible/ansible-tmp-1403015027.84-39982945794273/ >/dev/null 2>&1\'"\'"\'\''] | |
<10.42.0.8> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/jburwell/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'IdentityFile=/Users/jburwell/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=30', '10.42.0.8', u'/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=svoybefqwzuwybkggzezzdwcwjzqnogt] password: " -u root /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-svoybefqwzuwybkggzezzdwcwjzqnogt; LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8 /usr/bin/python /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153/service; rm -rf /tmp/.ansible/ansible-tmp-1403015027.85-185432442087153/ >/dev/null 2>&1\'"\'"\'\''] | |
failed: [riak-03] => {"failed": true} | |
msg: riak failed to start within 15 seconds, | |
see the output of 'riak console' for more information. | |
If you want to wait longer, set the environment variable | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
failed: [riak-02] => {"failed": true} | |
msg: riak failed to start within 15 seconds, | |
see the output of 'riak console' for more information. | |
If you want to wait longer, set the environment variable | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
failed: [riak-01] => {"failed": true} | |
msg: riak failed to start within 15 seconds, | |
see the output of 'riak console' for more information. | |
If you want to wait longer, set the environment variable | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
FATAL: all hosts have already failed -- aborting | |
PLAY RECAP ******************************************************************** | |
to retry, use: --limit @/Users/jburwell/setup_riak.retry | |
riak-01 : ok=15 changed=10 unreachable=0 failed=1 | |
riak-02 : ok=15 changed=10 unreachable=0 failed=1 | |
riak-03 : ok=15 changed=10 unreachable=0 failed=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@riak-01:~# riak start | |
+ . /usr/lib/riak/lib/env.sh | |
+ uname -s | |
+ [ Linux = SunOS -a != true ] | |
+ unset POSIX_SHELL | |
+ RUNNER_SCRIPT_DIR=/usr/sbin | |
+ RUNNER_SCRIPT=riak | |
+ RUNNER_BASE_DIR=/usr/lib/riak | |
+ RUNNER_ETC_DIR=/etc/riak | |
+ RUNNER_LOG_DIR=/var/log/riak | |
+ RUNNER_LIB_DIR=/usr/lib/riak/lib | |
+ RUNNER_PATCH_DIR=/usr/lib/riak/lib/basho-patches | |
+ PIPE_DIR=/tmp/riak/ | |
+ RUNNER_USER=riak | |
+ APP_VERSION=2.0.0beta7 | |
+ RUN_DIR=/var/run | |
+ PID_DIR=/var/run/riak | |
+ PID_FILE=/var/run/riak/riak.pid | |
+ ULIMIT_WARN=65536 | |
+ [ -z 65536 ] | |
+ WAIT_FOR_PROCESS=riak_core_node_watcher | |
+ whoami | |
+ WHOAMI=root | |
+ egrep ^\-name /etc/riak/vm.args | |
+ NAME_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*nodename[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ NODENAME= [email protected] | |
+ [ -z [email protected] ] | |
+ NAME_ARG=-name [email protected] | |
+ NAME_PARAM=-name | |
+ grep @.* | |
+ echo -name [email protected] | |
+ [ X0 = X0 ] | |
+ sed -e s/.*\(@.*\)$/\1/ | |
+ echo -name [email protected] | |
+ [email protected] | |
+ grep ^\-setcookie /etc/riak/vm.args | |
+ COOKIE_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*distributed_cookie[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ COOKIE= riak | |
+ [ -z riak ] | |
+ COOKIE_ARG=-setcookie riak | |
+ grep ^\-kernel net_ticktime /etc/riak/vm.args | |
+ NET_TICKTIME_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*erlang.distribution.net_ticktime[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ NET_TICKTIME= | |
+ [ -z ] | |
+ NET_TICKTIME_ARG= | |
+ NUMACTL_ARG= | |
+ [ -z ] | |
+ NUMACTL= | |
+ cat /usr/lib/riak/releases/start_erl.data | |
+ START_ERL=5.10.3 2.0.0beta7 | |
+ ERTS_VSN=5.10.3 | |
+ APP_VSN=2.0.0beta7 | |
+ ERTS_PATH=/usr/lib/riak/erts-5.10.3/bin | |
+ NODETOOL=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/nodetool -name [email protected] -setcookie riak | |
+ NODETOOL_LITE=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/nodetool | |
+ CUTTLEFISH=on | |
+ [ -z on ] | |
+ CUTTLEFISH_COMMAND_PREFIX=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/cuttlefish -e /etc/riak -s /usr/lib/riak/lib -d /var/lib/riak/generated.configs -c /etc/riak/riak.conf | |
+ pwd | |
+ ORIGINAL_DIR=/root | |
+ cd /usr/lib/riak | |
+ basename /usr/sbin/riak | |
+ SCRIPT=riak | |
+ bootstrapd start | |
+ check_user_internal | |
+ [ riak ] | |
+ [ xroot != xriak ] | |
+ [ xroot != xroot ] | |
+ create_pid_dir | |
+ [ riak ] | |
+ [ xroot != xriak ] | |
+ [ -w /var/run ] | |
+ mkdir -p /var/run/riak | |
+ ES=0 | |
+ [ 0 -ne 0 ] | |
+ chown riak /var/run/riak | |
+ ES=0 | |
+ [ 0 -ne 0 ] | |
+ return 0 | |
+ ES=0 | |
+ [ 0 -ne 0 ] | |
+ check_user start | |
+ check_user_internal | |
+ [ riak ] | |
+ [ xroot != xriak ] | |
+ [ xroot != xroot ] | |
+ [ riak ] | |
+ [ xroot != xriak ] | |
+ sed -e s/\([{}"]\)/\\\1/g | |
+ echo start | |
+ ESCAPED_ARGS=start | |
+ exec su - riak -c /usr/sbin/riak start | |
+ . /usr/lib/riak/lib/env.sh | |
+ uname -s | |
+ [ Linux = SunOS -a != true ] | |
+ unset POSIX_SHELL | |
+ RUNNER_SCRIPT_DIR=/usr/sbin | |
+ RUNNER_SCRIPT=riak | |
+ RUNNER_BASE_DIR=/usr/lib/riak | |
+ RUNNER_ETC_DIR=/etc/riak | |
+ RUNNER_LOG_DIR=/var/log/riak | |
+ RUNNER_LIB_DIR=/usr/lib/riak/lib | |
+ RUNNER_PATCH_DIR=/usr/lib/riak/lib/basho-patches | |
+ PIPE_DIR=/tmp/riak/ | |
+ RUNNER_USER=riak | |
+ APP_VERSION=2.0.0beta7 | |
+ RUN_DIR=/var/run | |
+ PID_DIR=/var/run/riak | |
+ PID_FILE=/var/run/riak/riak.pid | |
+ ULIMIT_WARN=65536 | |
+ [ -z 65536 ] | |
+ WAIT_FOR_PROCESS=riak_core_node_watcher | |
+ whoami | |
+ WHOAMI=riak | |
+ egrep ^\-name /etc/riak/vm.args | |
+ NAME_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*nodename[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ NODENAME= [email protected] | |
+ [ -z [email protected] ] | |
+ NAME_ARG=-name [email protected] | |
+ NAME_PARAM=-name | |
+ grep @.* | |
+ echo -name [email protected] | |
+ [ X0 = X0 ] | |
+ sed -e s/.*\(@.*\)$/\1/ | |
+ echo -name [email protected] | |
+ [email protected] | |
+ grep ^\-setcookie /etc/riak/vm.args | |
+ COOKIE_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*distributed_cookie[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ COOKIE= riak | |
+ [ -z riak ] | |
+ COOKIE_ARG=-setcookie riak | |
+ grep ^\-kernel net_ticktime /etc/riak/vm.args | |
+ NET_TICKTIME_ARG= | |
+ [ -z ] | |
+ cut -d = -f 2 | |
+ tail -1 | |
+ egrep ^[ \t]*erlang.distribution.net_ticktime[ \t]*=[ \t]* /etc/riak/riak.conf | |
+ NET_TICKTIME= | |
+ [ -z ] | |
+ NET_TICKTIME_ARG= | |
+ NUMACTL_ARG= | |
+ [ -z ] | |
+ NUMACTL= | |
+ cat /usr/lib/riak/releases/start_erl.data | |
+ START_ERL=5.10.3 2.0.0beta7 | |
+ ERTS_VSN=5.10.3 | |
+ APP_VSN=2.0.0beta7 | |
+ ERTS_PATH=/usr/lib/riak/erts-5.10.3/bin | |
+ NODETOOL=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/nodetool -name [email protected] -setcookie riak | |
+ NODETOOL_LITE=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/nodetool | |
+ CUTTLEFISH=on | |
+ [ -z on ] | |
+ CUTTLEFISH_COMMAND_PREFIX=/usr/lib/riak/erts-5.10.3/bin/escript /usr/lib/riak/erts-5.10.3/bin/cuttlefish -e /etc/riak -s /usr/lib/riak/lib -d /var/lib/riak/generated.configs -c /etc/riak/riak.conf | |
+ pwd | |
+ ORIGINAL_DIR=/var/lib/riak | |
+ cd /usr/lib/riak | |
+ basename /usr/sbin/riak | |
+ SCRIPT=riak | |
+ bootstrapd start | |
+ check_user_internal | |
+ [ riak ] | |
+ [ xriak != xriak ] | |
+ create_pid_dir | |
+ [ riak ] | |
+ [ xriak != xriak ] | |
+ return 0 | |
+ ES=0 | |
+ [ 0 -ne 0 ] | |
+ check_user start | |
+ check_user_internal | |
+ [ riak ] | |
+ [ xriak != xriak ] | |
+ [ riak ] | |
+ [ xriak != xriak ] | |
+ ES=0 | |
+ [ 0 -ne 0 ] | |
+ node_down_check | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:24 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -eq 0 ] | |
+ check_ulimit | |
+ [ ! -z 65536 ] | |
+ ulimit -n | |
+ ULIMIT_F=65536 | |
+ [ 65536 -lt 65536 ] | |
+ mkdir -p /var/log/riak | |
+ HEART_COMMAND=/usr/sbin/riak start | |
+ export HEART_COMMAND | |
+ mkdir -p /tmp/riak/ | |
+ /usr/lib/riak/erts-5.10.3/bin/run_erl -daemon /tmp/riak// /var/log/riak exec /usr/sbin/riak console | |
+ [ ! -z riak_core_node_watcher ] | |
+ WAIT=15 | |
+ [ 15 -gt 0 ] | |
+ expr 15 - 1 | |
+ WAIT=14 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:26 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 14 -gt 0 ] | |
+ expr 14 - 1 | |
+ WAIT=13 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:27 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 13 -gt 0 ] | |
+ expr 13 - 1 | |
+ WAIT=12 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:28 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 12 -gt 0 ] | |
+ expr 12 - 1 | |
+ WAIT=11 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:29 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 11 -gt 0 ] | |
+ expr 11 - 1 | |
+ WAIT=10 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:30 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 10 -gt 0 ] | |
+ expr 10 - 1 | |
+ WAIT=9 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:31 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 9 -gt 0 ] | |
+ expr 9 - 1 | |
+ WAIT=8 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:32 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 8 -gt 0 ] | |
+ expr 8 - 1 | |
+ WAIT=7 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:34 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 7 -gt 0 ] | |
+ expr 7 - 1 | |
+ WAIT=6 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:35 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 6 -gt 0 ] | |
+ expr 6 - 1 | |
+ WAIT=5 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:36 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 5 -gt 0 ] | |
+ expr 5 - 1 | |
+ WAIT=4 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:37 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 4 -gt 0 ] | |
+ expr 4 - 1 | |
+ WAIT=3 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:38 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 3 -gt 0 ] | |
+ expr 3 - 1 | |
+ WAIT=2 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:39 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 2 -gt 0 ] | |
+ expr 2 - 1 | |
+ WAIT=1 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:40 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 1 -gt 0 ] | |
+ expr 1 - 1 | |
+ WAIT=0 | |
+ sleep 1 | |
+ ping_node | |
+ MUTE= | |
=ERROR REPORT==== 17-Jun-2014::16:54:42 === | |
Error when reading /var/lib/riak/.erlang.cookie: eaccesescript: exception error: no match of right hand side value | |
{error, | |
{{shutdown, | |
{failed_to_start_child,auth, | |
{"Error when reading /var/lib/riak/.erlang.cookie: eacces", | |
[{auth,init_cookie,0, | |
[{file,"auth.erl"},{line,285}]}, | |
{auth,init,1,[{file,"auth.erl"},{line,139}]}, | |
{gen_server,init_it,6, | |
[{file,"gen_server.erl"},{line,304}]}, | |
{proc_lib,init_p_do_apply,3, | |
[{file,"proc_lib.erl"},{line,239}]}]}}}, | |
{child,undefined,net_sup_dynamic, | |
{erl_distribution,start_link, | |
[['[email protected]',longnames]]}, | |
permanent,1000,supervisor, | |
[erl_distribution]}}} | |
+ [ 127 -ne 0 ] | |
+ continue | |
+ [ 0 -gt 0 ] | |
+ echo riak failed to start within 15 seconds, | |
riak failed to start within 15 seconds, | |
+ echo see the output of 'riak console' for more information. | |
see the output of 'riak console' for more information. | |
+ echo If you want to wait longer, set the environment variable | |
If you want to wait longer, set the environment variable | |
+ echo WAIT_FOR_ERLANG to the number of seconds to wait. | |
WAIT_FOR_ERLANG to the number of seconds to wait. | |
+ exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+P 256000 | |
+e 256000 | |
-env ERL_CRASH_DUMP /var/log/riak/erl_crash.dump | |
-env ERL_FULLSWEEP_AFTER 0 | |
+Q 65536 | |
+A 64 | |
-setcookie riak | |
-name [email protected] | |
+K true | |
+W w | |
-smp enable | |
+zdbbl 32768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+P 256000 | |
+e 256000 | |
-env ERL_CRASH_DUMP /var/log/riak/erl_crash.dump | |
-env ERL_FULLSWEEP_AFTER 0 | |
+Q 65536 | |
+A 64 | |
-setcookie riak | |
-name [email protected] | |
+K true | |
+W w | |
-smp enable | |
+zdbbl 32768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+P 256000 | |
+e 256000 | |
-env ERL_CRASH_DUMP /var/log/riak/erl_crash.dump | |
-env ERL_FULLSWEEP_AFTER 0 | |
+Q 65536 | |
+A 64 | |
-setcookie riak | |
-name [email protected] | |
+K true | |
+W w | |
-smp enable | |
+zdbbl 32768 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
# Grab local IP address for the proxy | |
def local_ip | |
@local_ip ||= begin | |
orig, Socket.do_not_reverse_lookup = Socket.do_not_reverse_lookup, true | |
UDPSocket.open do |s| | |
s.connect "64.233.187.99", 1 | |
s.addr.last | |
end | |
ensure | |
Socket.do_not_reverse_lookup = orig | |
end | |
end | |
base_release_url = "http://s3.amazonaws.com/builds.basho.com/riak/develop/2.0.0beta7" | |
download_dir = "/tmp" | |
deb_base_package_url = "#{base_release_url}/ubuntu/precise" | |
deb_package_file_name = "riak_2.0.0beta7-1_amd64.deb" | |
rpm_package_url = "#{base_release_url}/rhel/6/riak-2.0.0beta7-1.el6.x86_64.rpm" | |
ubuntu_script = <<SCRIPT | |
wget -nv -P "#{download_dir}" "#{deb_base_package_url}/#{deb_package_file_name}" | |
dpkg --install "#{download_dir}/#{deb_package_file_name}" | |
service riak start | |
ls -al /var/lib/riak/.erlang.cookie | |
SCRIPT | |
centos_script = <<SCRIPT | |
rpm -ivh --quiet "#{rpm_package_url}" | |
service riak start | |
ls -al /var/lib/riak/.erlang.cookie | |
SCRIPT | |
$box = "chef/ubuntu-12.04" | |
$script = ubuntu_script | |
if ENV["RIAK_OS"] == "CENTOS" | |
$box = "chef/centos-6.5" | |
$script = centos_script | |
end | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = $box | |
# Wire up the proxy | |
if Vagrant.has_plugin?("vagrant-proxyconf") | |
config.proxy.http = "http://#{local_ip}:8123/" | |
config.proxy.https = "http://#{local_ip}}:8123/" | |
config.proxy.no_proxy = "localhost,127.0.0.1" | |
end | |
#config.vm.name = "ubuntu-riak-test" | |
config.vm.provision "shell", inline: $script | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment