File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1-
21ansible-django-stack
32====================
43
@@ -23,7 +22,7 @@ Environment-specific settings are in the `group_vars` directory.
2322A ` certbot ` role is also included for automatically generating and renewing
2423trusted SSL certificates with [ Let's Encrypt] [ lets-encrypt ] .
2524
26- ** Tested with OS:** Ubuntu 22 .04 LTS (64-bit), Ubuntu 20 .04 LTS (64-bit).
25+ ** Tested with OS:** Ubuntu 24 .04 LTS (64-bit), Ubuntu 22 .04 LTS (64-bit).
2726
2827** Tested with Cloud Providers:** [ Digital Ocean] [ digital-ocean ] , [ AWS] [ aws ] , [ Rackspace] [ rackspace ]
2928
@@ -315,7 +314,7 @@ to run during deployment in most Django environments.
315314
316315The [ Vagrantfile] ( Vagrantfile ) uses the Ubuntu 22.04 LTS Vagrant box for a
31731664-bit PC that is published by Canonical in HashiCorp Atlas. To use Ubuntu
318- 20 .04 LTS instead, change the ` config.vm.box ` setting to ` ubuntu/focal64 ` .
317+ 24 .04 LTS instead, change the ` config.vm.box ` setting to ` ubuntu/noble64 ` .
319318
320319### Changing the Python version used by your application
321320
Original file line number Diff line number Diff line change 1- # Use the official Ubuntu 20 .04 base image from the Docker repository
1+ # Use the official Ubuntu 22 .04 base image from the Docker repository
22FROM ubuntu:jammy
33
44# Allow processes to detect that they are being run in a container
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ platforms:
1515 image : ubuntu
1616 image_version : jammy
1717 privileged : true
18- - name : instance-focal
18+ - name : instance-noble
1919 groups :
2020 - vagrant
2121 image : ubuntu
22- image_version : focal
22+ image_version : noble
2323 privileged : true
2424provisioner :
2525 name : ansible
You can’t perform that action at this time.
0 commit comments