Skip to content

Instantly share code, notes, and snippets.

@JBKahn
Created July 28, 2014 04:22
Show Gist options
  • Save JBKahn/2c74224e6b03ed3a255e to your computer and use it in GitHub Desktop.
Save JBKahn/2c74224e6b03ed3a255e to your computer and use it in GitHub Desktop.
Ansible Output
joseph@Batcave-Ubuntu:~/dev/provisioning-local$ sudo rm -fr ../../setup/base16-gnome/
[sudo] password for joseph:
joseph@Batcave-Ubuntu:~/dev/provisioning-local$ ansible-playbook setup.yml -i HOSTS --ask-sudo-pass
sudo password:
PLAY [a playbook to setup my local machine with my basic customizations] ******
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [common | base16 - checkout repo] ***************************************
changed: [127.0.0.1]
TASK: [common | set file permissions] *****************************************
changed: [127.0.0.1]
TASK: [common | base16 - install monokai dark] ********************************
changed: [127.0.0.1]
TASK: [common | base16 - set system font to source code pro] ******************
changed: [127.0.0.1]
TASK: [common | base16 - dont use default system font in terminal] ************
changed: [127.0.0.1]
TASK: [common | base16 - set default terminal profile] ************************
changed: [127.0.0.1]
PLAY RECAP ********************************************************************
127.0.0.1 : ok=7 changed=6 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment