소스 검색

[ansible] Add a makefile

Colin Powell 3 년 전
부모
커밋
d553a76df9
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      ansible/Makefile

+ 7 - 0
ansible/Makefile

@@ -0,0 +1,7 @@
+test:
+	ansible-playbook playbook.yml -i hosts --limit=test
+install:
+	cp envrc.example .envrc
+	direnv allow
+	pip install ansible
+	ansible-galaxy collection install community.postgresql