Skip to content

Instantly share code, notes, and snippets.

@chicks-net
Created February 15, 2015 05:45
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 chicks-net/822e07f3218e0b2eba1c to your computer and use it in GitHub Desktop.
Save chicks-net/822e07f3218e0b2eba1c to your computer and use it in GitHub Desktop.
happy output
chicks@silver 21:35:18 fini-ansible !693 $ ansible-playbook home-chicks.yml -i hosts -e servername=c64.chicks.net
PLAY [c64.chicks.net] *********************************************************
GATHERING FACTS ***************************************************************
ok: [c64.chicks.net]
TASK: [homes | install deb's needed by users] *********************************
skipping: [c64.chicks.net]
TASK: [homes | install rpm's needed by users] *********************************
ok: [c64.chicks.net] => (item=git,git-svn,screen,jwhois,traceroute,mtr,curl,wget,pcre)
TASK: [homes | default fact chicks_group] *************************************
ok: [c64.chicks.net]
TASK: [homes | opsworks fact chicks_group] ************************************
skipping: [c64.chicks.net]
TASK: [homes | stat /home/chicks/.git] ****************************************
ok: [c64.chicks.net]
TASK: [homes | user chicks in opsworks] ***************************************
skipping: [c64.chicks.net]
TASK: [homes | user chicks in centos/rhel] ************************************
ok: [c64.chicks.net]
TASK: [homes | chicks in sudoers] *********************************************
ok: [c64.chicks.net]
TASK: [homes | stat /home/chicks/.git] ****************************************
ok: [c64.chicks.net]
TASK: [homes | does /home/chicks/.git exist?] *********************************
skipping: [c64.chicks.net]
TASK: [homes | git clone chicks-home] *****************************************
changed: [c64.chicks.net]
TASK: [homes | swap chicks homes] *********************************************
changed: [c64.chicks.net]
TASK: [homes | keep old ssh keys] *********************************************
changed: [c64.chicks.net]
TASK: [homes | file path=/home/chicks/.ssh mode=0700] *************************
changed: [c64.chicks.net]
TASK: [homes | file path=/home/chicks/.ssh/config mode=0600] ******************
changed: [c64.chicks.net]
TASK: [homes | check for restorecon] ******************************************
changed: [c64.chicks.net]
TASK: [homes | command restorecon -vR /home/chicks] ***************************
changed: [c64.chicks.net]
TASK: [homes | ssh recognize github.com] **************************************
changed: [c64.chicks.net]
TASK: [homes | stat /home/chicks/Documents/dnetc] *****************************
ok: [c64.chicks.net]
TASK: [homes | git clone chicks-dnetc] ****************************************
changed: [c64.chicks.net]
TASK: [homes | git branch] ****************************************************
changed: [c64.chicks.net]
TASK: [homes | dnetc.ini] *****************************************************
changed: [c64.chicks.net]
TASK: [homes | git add] *******************************************************
changed: [c64.chicks.net]
TASK: [homes | git commit] ****************************************************
changed: [c64.chicks.net]
TASK: [homes | git clone quote-file] ******************************************
changed: [c64.chicks.net]
PLAY RECAP ********************************************************************
c64.chicks.net : ok=22 changed=14 unreachable=0 failed=0
chicks@silver 21:36:14 fini-ansible !694 $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment