[X] involves the lvm stuffs [X] mdadm setup and command mdadm -v --create -c 256 /dev/md0 --level=0 --raid-devices=2 /dev/xvdf /dev/xvdg mdadm: chunk size defaults to 512K mdadm: Defaulting to version 1.2 metadata mdadm: array /dev/md0 started. [X] next is physical volume pvcreate /dev/md0 Physical volume "/dev/md0" successfully created [X] Next is volume group vgcreate vg0 /dev/md0 Volume group "vg0" successfully created [X] Next is logical volume
- name: test boolean hosts: all vars: SPIN_IN_VPC: false connection: local tasks: - shell: xcowsay 'spinnning in vpc' when: SPIN_IN_VPC|bool - shell: xcowsay 'spinnning in classic world :(' when: not SPIN_IN_VPC|bool
Utility project descriptions Purpose ideaof battigo batti in go (no bash) learning go the hard way api.anubad.io anubad api version collaboration, scaling up words paledai a rest api listening to fire ansible for autoscaling codetree a tree view generator of a ROR app tree for code, #livepreview javanux whoisshe a contact book manager a contact list manager
Recovering my broken blog gen History of it all Define content dir The next two functions care that all needed property drawers exist Github flavoured markdown Hugo function to blog all the things Binding the key Recovering my broken blog gen As time passed by, I was left with my broken emacs configs. bnaysakya was asking me to push my configs, sadly it was not that easy, until I had this idea to re-do my configs once again from scratch.
Motivation How we nailed it. In gist: Motivation Adding ssh-keys of a developer,qas never been a fun work to do. How we nailed it. In gist, we automate the whole process in 3 breakdowns: collect ips from our rails apps repo from github src code #kudoscflibs #kudooctokit pulling public keys from github pushing to authorized keys list for deploy user Ansible is awesome, so is github.