]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
sotm: Add year alias for sotm.org wordpress sites
[chef.git] / .kitchen.yml
index 3f54e1038700b5609eafddd7b906f6ea14c6d86c..ad7fbe7c888f5f2c18189281a8e825877bf61f61 100644 (file)
@@ -7,7 +7,12 @@ driver:
   env:
     - container=dokken
   ipv6: true
-  ipv6_subnet: "2001:db8:1::/64"
+  ipv6_subnet: "fd95:8552:964c::/64"
+  dns:
+    - 1.1.1.1
+    - 8.8.8.8
+    - 8.8.4.4
+    - 1.0.0.1
 
 transport:
   name: dokken
@@ -37,9 +42,9 @@ platforms:
       pid_one_command: /bin/systemd
       intermediate_instructions:
         - RUN /usr/bin/apt-get update -y
-  - name: debian-11
+  - name: debian-12
     driver:
-      image: dokken/debian-11
+      image: dokken/debian-12
       privileged: true
       pid_one_command: /bin/systemd
       intermediate_instructions:
@@ -55,6 +60,9 @@ suites:
   - name: apt
     run_list:
       - recipe[apt::default]
+  - name: awscli
+    run_list:
+      - recipe[awscli::default]
   - name: backup
     run_list:
       - recipe[backup::default]