mirror of
https://github.com/Dannecron/netology-devops-ansible-vector.git
synced 2025-12-25 22:42:34 +03:00
add support for debian-based distro, add new testcase
This commit is contained in:
@@ -24,6 +24,23 @@ platforms:
|
||||
SUDO_GROUP: wheel
|
||||
DEPLOY_GROUP: deployer
|
||||
container: docker
|
||||
|
||||
- name: debian_bullseye_11
|
||||
image: debian:bullseye
|
||||
privileged: true
|
||||
command: /sbin/init
|
||||
capabilities:
|
||||
- SYS_ADMIN
|
||||
tmpfs:
|
||||
- /run
|
||||
- /tmp
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup
|
||||
env:
|
||||
ANSIBLE_USER: ansible
|
||||
SUDO_GROUP: sudo
|
||||
DEPLOY_GROUP: deployer
|
||||
container: docker
|
||||
provisioner:
|
||||
name: ansible
|
||||
verifier:
|
||||
|
||||
Reference in New Issue
Block a user