ipv6: true
ipv6_subnet: "fd95:8552:964c::/64"
dns:
- - 1.1.1.1
- 8.8.8.8
- 8.8.4.4
+ - 1.1.1.1
- 1.0.0.1
transport:
data_bags_path: test/data_bags
slow_resource_report: true
clean_dokken_sandbox: true
+ attributes:
+ networking:
+ dnssec: "false" # Disable DNSSEC as occasionally unreliable in GitHub Actions
verifier:
name: inspec
- name: apt
run_list:
- recipe[apt::default]
+ - name: apt-repository
+ run_list:
+ - recipe[apt::repository]
- name: awscli
run_list:
- recipe[awscli::default]
- name: otrs
run_list:
- recipe[otrs::default]
- - name: otrs-debian
- run_list:
- - recipe[otrs::debian]
- name: overpass
run_list:
- recipe[overpass::default]