Skip to content

Instantly share code, notes, and snippets.

@djanatyn
Created March 24, 2015 10:20
Show Gist options
  • Save djanatyn/5048b25f94ef06e65526 to your computer and use it in GitHub Desktop.
Save djanatyn/5048b25f94ef06e65526 to your computer and use it in GitHub Desktop.
zubkoland :: ~/zubkoland ‹master*› % git commit -m 'add more information to the config file'
[master fe317c8] add more information to the config file
1 file changed, 4 insertions(+), 1 deletion(-)
zubkoland :: ~/zubkoland ‹master› % git push
Counting objects: 3, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 521 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
To git@github.com:djanatyn/zubkoland.git
22b26d7..fe317c8 master -> master
zubkoland :: ~/zubkoland ‹master› % update_zubkoland
Fetching origin
remote: Counting objects: 3, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), done.
From https://github.com/djanatyn/zubkoland
22b26d7..fe317c8 master -> origin/master
master fast-forwarding...
sudo password:
PLAY [all] ********************************************************************
TASK: [common | install basic packages] ***************************************
ok: [zubkoland.org] => (item=weechat,zsh,htop)
TASK: [common | install gems for development] *********************************
ok: [zubkoland.org] => (item=pry)
TASK: [ansible | update local ansible config repository] **********************
ok: [zubkoland.org]
TASK: [ansible | copy src=update_zubkoland.sh dest=/usr/local/bin/update_zubkoland mode=0755] ***
ok: [zubkoland.org]
PLAY [localhost] **************************************************************
TASK: [dotfiles | install .vimrc] *********************************************
ok: [localhost]
TASK: [dotfiles | install .tmux.conf] *****************************************
ok: [localhost]
TASK: [dotfiles | install .zshrc] *********************************************
ok: [localhost]
TASK: [dotfiles | install .mailfilter] ****************************************
ok: [localhost]
TASK: [web | install apache httpd] ********************************************
ok: [localhost]
TASK: [web | ensure httpd is running] *****************************************
ok: [localhost]
TASK: [web | manage /var/www/html/ files] *************************************
ok: [localhost]
PLAY RECAP ********************************************************************
localhost : ok=7 changed=0 unreachable=0 failed=0
zubkoland.org : ok=4 changed=0 unreachable=0 failed=0
zubkoland :: ~/zubkoland ‹master› %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment