File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4444 fail-fast : false
4545 matrix :
4646 include :
47- - distro : debian8
48- - distro : debian9
4947 - distro : debian10
48+ - distro : debian11
49+ - distro : debian12
5050 - distro : ubuntu1604
5151 ansible-version : ' >=2.10, <2.11'
5252 - distro : ubuntu1604
Original file line number Diff line number Diff line change @@ -26,23 +26,23 @@ boxes = [
2626 :ram => "384"
2727 } ,
2828 {
29- :name => "debian-8 " ,
30- :box => "bento/debian-8 " ,
31- :ip => '10.0.0.16 ' ,
29+ :name => "debian-10 " ,
30+ :box => "bento/debian-10 " ,
31+ :ip => '10.0.0.18 ' ,
3232 :cpu => "50" ,
3333 :ram => "256"
3434 } ,
3535 {
36- :name => "debian-9 " ,
37- :box => "bento/debian-9 " ,
38- :ip => '10.0.0.17 ' ,
36+ :name => "debian-11 " ,
37+ :box => "bento/debian-11 " ,
38+ :ip => '10.0.0.19 ' ,
3939 :cpu => "50" ,
4040 :ram => "256"
4141 } ,
4242 {
43- :name => "debian-10 " ,
44- :box => "bento/debian-10 " ,
45- :ip => '10.0.0.18 ' ,
43+ :name => "debian-12 " ,
44+ :box => "bento/debian-12 " ,
45+ :ip => '10.0.0.20 ' ,
4646 :cpu => "50" ,
4747 :ram => "256"
4848 } ,
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ galaxy_info:
1616 - focal
1717 - name : Debian
1818 versions :
19- - jessie
20- - stretch
2119 - buster
20+ - bullseye
21+ - bookworm
2222 galaxy_tags :
2323 - system
2424 - networking
You can’t perform that action at this time.
0 commit comments