Kaynağa Gözat

[ansible] Add a makefile

Colin Powell 3 yıl önce
ebeveyn
işleme
d553a76df9
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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