mirror of
https://github.com/jimeh/ansible-adguardhome.git
synced 2026-02-19 07:06:38 +00:00
69 lines
1.2 KiB
YAML
69 lines
1.2 KiB
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: docker
|
|
lint:
|
|
name: yamllint
|
|
platforms:
|
|
- name: centos-7
|
|
image: centos:7
|
|
command: /sbin/init
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: centos-8
|
|
image: centos:8
|
|
command: /sbin/init
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: debian-9
|
|
image: jrei/systemd-debian:9
|
|
command: /sbin/init
|
|
privileged: true
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: debian-10
|
|
image: jrei/systemd-debian:10
|
|
command: /sbin/init
|
|
privileged: true
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: ubuntu-16.04
|
|
image: jrei/systemd-ubuntu:16.04
|
|
command: /sbin/init
|
|
privileged: true
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
- name: ubuntu-18.04
|
|
image: jrei/systemd-ubuntu:18.04
|
|
command: /sbin/init
|
|
privileged: true
|
|
tmpfs:
|
|
- /run
|
|
- /tmp
|
|
volumes:
|
|
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
|
provisioner:
|
|
name: ansible
|
|
lint:
|
|
name: ansible-lint
|
|
verifier:
|
|
name: testinfra
|
|
lint:
|
|
name: flake8
|