Advertisement
zamotivator

Untitled

Jan 24th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. ➜ ansible-playbook -i hosts main.yml
  2.  
  3. PLAY [all] ********************************************************************
  4.  
  5. GATHERING FACTS ***************************************************************
  6. ok: [oleg.sh]
  7.  
  8. TASK: [shell | add user oleg] *************************************************
  9. ok: [oleg.sh]
  10.  
  11. TASK: [shell | create ~/bash/ for user oleg] **********************************
  12. ok: [oleg.sh]
  13.  
  14. TASK: [shell | fill ~/bash/ for user oleg] ************************************
  15. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/shell/files/bash/history)
  16. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/shell/files/bash/prompt)
  17. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/shell/files/bash/editor)
  18. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/shell/files/bash/terminal)
  19.  
  20. TASK: [shell | create ~/.bashrc for user oleg] ********************************
  21. ok: [oleg.sh]
  22.  
  23. TASK: [emacs-install | install emacs by yum] **********************************
  24. ok: [oleg.sh]
  25.  
  26. TASK: [emacs-config | create ~/.emacs.d/ for user oleg] ***********************
  27. ok: [oleg.sh]
  28.  
  29. TASK: [emacs-config | fill ~/.emacs.d/ for user oleg] *************************
  30. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/emacs-config/files/emacs/sh.config)
  31. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/emacs-config/files/emacs/common.config)
  32. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/emacs-config/files/emacs/whitespace.config)
  33. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/emacs-config/files/emacs/lisp.config)
  34. ok: [oleg.sh] => (item=/home/oleg/ans/oleg.sh/roles/emacs-config/files/emacs/yaml.config)
  35.  
  36. TASK: [emacs-config | create ~/.emacs for user oleg] **************************
  37. ok: [oleg.sh]
  38.  
  39. PLAY RECAP ********************************************************************
  40. oleg.sh : ok=9 changed=0 unreachable=0 failed=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement