this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 2db17e015f106fc5be629d1599f14ba5cb793bd2 14 lines 203 B view raw
1.PHONY: default 2default: brew ansible 3 4.PHONY: setup 5setup: 6 brew install ansible 7 8.PHONY: ansible 9ansible: 10 ansible-playbook playbooks/main.yml -i hosts 11 12.PHONY: brew 13brew: 14 brew bundle --cleanup --zap