This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ platforms:
4242- name : debian-9
4343 driver_config :
4444 box : bento/debian-9
45+ - name : debian-10
46+ driver_config :
47+ box : docker-debian10-ansible
4548- name : amazon
4649 driver_config :
4750 box : bento/amazonlinux-2
Original file line number Diff line number Diff line change @@ -70,6 +70,14 @@ platforms:
7070 provision_command :
7171 - apt install -y systemd-sysv
7272 - systemctl enable ssh.service
73+ - name : debian10-ansible-latest
74+ driver :
75+ image : rndmh3ro/docker-debian10-ansible
76+ platform : debian
77+ run_command : /sbin/init
78+ provision_command :
79+ - apt install -y systemd-sysv
80+ - systemctl enable ssh.service
7381- name : amazon-ansible-latest
7482 driver :
7583 image : rndmh3ro/docker-amazon-ansible:latest
Original file line number Diff line number Diff line change 3535 init : /lib/systemd/systemd
3636 run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
3737
38+ - distro : debian10
39+ version : latest
40+ init : /lib/systemd/systemd
41+ run_opts : " --privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
42+
3843 - distro : amazon
3944 init : /lib/systemd/systemd
4045 version : latest
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ galaxy_info:
1717 - name : Debian
1818 versions :
1919 - stretch
20+ - buster
2021 - name : Amazon
2122 - name : Fedora
2223 galaxy_tags :
You can’t perform that action at this time.
0 commit comments