view modules/firewall/provision.yaml @ 480:2c3e745be8d2

Update server defs and own modules to match * $osver and $fqdn and others are now all in $facts * Firewall swapped action for jump and has new way to do IPv6 * SSH server setup changed * Resolve warnings from fileserver.conf * has_key() no longer exists because Puppet can do "key in array" * Some variables are now more strictly typed Also: * Try to configure full IPv6 DNS resolver * Clean up old config - unused servers and some CentOS complexity
author IBBoard <dev@ibboard.co.uk>
date Thu, 29 Aug 2024 18:58:49 +0100
parents adf6fe9bbc17
children
line wrap: on
line source

---
default:
  provisioner: docker
  images:
  - litmusimage/centos:7
vagrant:
  provisioner: vagrant
  images:
  - centos/7
  - generic/ubuntu1804
docker_deb:
  provisioner: docker
  images:
  - litmusimage/debian:8
  - litmusimage/debian:9
docker_ub_6:
  provisioner: docker
  images:
  - litmusimage/ubuntu:16.04
  - litmusimage/ubuntu:18.04
  - litmusimage/ubuntu:20.04
docker_el7:
  provisioner: docker
  images:
  - litmusimage/centos:7
docker_el8:
  provisioner: docker
  images:
  - litmusimage/centos:8
release_checks_6:
  provisioner: abs
  images:
  - redhat-6-x86_64
  - redhat-7-x86_64
  - redhat-8-x86_64
  - centos-6-x86_64
  - centos-7-x86_64
  - centos-8-x86_64
  - oracle-6-x86_64
  - scientific-6-x86_64
  - scientific-7-x86_64
  - debian-8-x86_64
  - debian-9-x86_64
  - debian-10-x86_64
  - sles-12-x86_64
  - sles-15-x86_64
  - ubuntu-1404-x86_64
  - ubuntu-1604-x86_64
  - ubuntu-1804-x86_64
  - ubuntu-2004-x86_64
release_checks_7:
  provisioner: abs
  images:
  - redhat-7-x86_64
  - redhat-8-x86_64
  - centos-7-x86_64
  - centos-8-x86_64
  - oracle-7-x86_64
  - scientific-7-x86_64
  - sles-12-x86_64
  - sles-15-x86_64
  - debian-9-x86_64
  - debian-10-x86_64
  - ubuntu-1804-x86_64
  - ubuntu-2004-x86_64