Skip to content

Instantly share code, notes, and snippets.

View boonchu's full-sized avatar
🏠
Working from home

Boonchu boonchu

🏠
Working from home
View GitHub Profile
@boonchu
boonchu / nginx_playbook
Created February 5, 2019 07:53
nginx_playbook
---
- hosts: localhost
connection: local
gather_facts: True
become: yes
become_user: root
vars:
nginx_user: "www-data"
nginx_sites:
docker:
@boonchu
boonchu / docker_ansible_playbook
Last active February 5, 2019 07:59
docker_ansible_playbook
---
- hosts: localhost
connection: local
gather_facts: True
become_user: root
become: yes
gather_subset:
- lsb
- user
tasks:
@boonchu
boonchu / fio-test
Created January 9, 2019 07:47
fio-test
[global]
direct=1
rw=randread
size=128M
numjobs=6
norandommap
time_based
runtime=180
[test-randread-1G]