Initial commit

This commit is contained in:
Chl 2020-09-29 02:57:15 +02:00
commit e3639cc94c
18 changed files with 680 additions and 0 deletions
roles/mapserver/tasks

View file

@ -0,0 +1,6 @@
---
- name: Install packages
apt:
name: "{{ packages_list }}"
when: ansible_os_family == "Debian"