Explorar o código

[ansible] Add a makefile

Colin Powell %!s(int64=3) %!d(string=hai) anos
pai
achega
d553a76df9
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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