Skip to content

Instantly share code, notes, and snippets.

@jbergstroem
Created September 29, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbergstroem/596d3efd0defd5f91d78b6e92ccc21b8 to your computer and use it in GitHub Desktop.
Save jbergstroem/596d3efd0defd5f91d78b6e92ccc21b8 to your computer and use it in GitHub Desktop.
$ ansible-playbook playbooks/create-jenkins-worker.yml --limit "test-joyent-smartos16-x64-1"
statically included: /Users/jbergstroem/Work/node/build/ansible/roles/baselayout/tasks/repos.yml
statically included: /Users/jbergstroem/Work/node/build/ansible/roles/baselayout/tasks/ccache.yml
statically included: /Users/jbergstroem/Work/node/build/ansible/roles/baselayout/tasks/ntp.yml
PLAY [test] ********************************************************************
TASK [bootstrap : check if bootstrap is required] ******************************
ok: [test-joyent-smartos16-x64-1 -> localhost]
TASK [bootstrap : include os-specific tasks] ***********************************
skipping: [test-joyent-smartos16-x64-1]
TASK [baselayout : gather facts] ***********************************************
ok: [test-joyent-smartos16-x64-1]
TASK [baselayout : set hostname] ***********************************************
skipping: [test-joyent-smartos16-x64-1]
TASK [baselayout : create the active user] *************************************
ok: [test-joyent-smartos16-x64-1]
TASK [baselayout : add ::1 to /etc/hosts for ipv6 compat] **********************
ok: [test-joyent-smartos16-x64-1]
TASK [baselayout : disable joyent smartconnect] ********************************
ok: [test-joyent-smartos16-x64-1]
TASK [baselayout : change default coredump folder] *****************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : disable sftp] ***********************************************
ok: [test-joyent-smartos16-x64-1]
TASK [baselayout : check if repos are needed] **********************************
ok: [test-joyent-smartos16-x64-1 -> localhost]
TASK [baselayout : include repo tasks] *****************************************
skipping: [test-joyent-smartos16-x64-1]
TASK [baselayout : install packages] *******************************************
ok: [test-joyent-smartos16-x64-1] => (item=[u'automake', u'bash', u'git', u'libtool', u'subversion', u'sudo', u'gcc48', u'gcc48-libs', u'gccmakedep', u'xz'])
TASK [baselayout : ccache : download and extract] ******************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : ccache : prepare for compilation] ***************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : ccache : compile] *******************************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : ccache : install] *******************************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : ccache : create symlinks] ***********************************
changed: [test-joyent-smartos16-x64-1] => (item=gcc)
changed: [test-joyent-smartos16-x64-1] => (item=cc)
changed: [test-joyent-smartos16-x64-1] => (item=g++)
changed: [test-joyent-smartos16-x64-1] => (item=c++)
TASK [baselayout : ccache : cleanup] *******************************************
changed: [test-joyent-smartos16-x64-1]
TASK [baselayout : check if ntpd is needed] ************************************
ok: [test-joyent-smartos16-x64-1 -> localhost]
TASK [baselayout : include ntpd tasks] *****************************************
skipping: [test-joyent-smartos16-x64-1]
TASK [package-upgrade : include package manager tasks] *************************
included: /Users/jbergstroem/Work/node/build/ansible/roles/package-upgrade/tasks/partials/pkgin.yml for test-joyent-smartos16-x64-1
TASK [package-upgrade : upgrade installed packages] ****************************
ok: [test-joyent-smartos16-x64-1]
PLAY RECAP *********************************************************************
test-joyent-smartos16-x64-1 : ok=18 changed=7 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment