Manage DNS servers using Ansible #93

Open
jeltz wants to merge 45 commits from dns into master
Showing only changes of commit 2ff44c58b7 - Show all commits

6
requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
collections:
- name: community.general
- name: community.postgresql
- name: ansible.utils
...