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: db-slave
run_list:
- recipe[db::slave]
+ - name: dev
+ run_list:
+ - recipe[dev::default]
+ attributes:
+ postgresql:
+ versions:
+ - 15
- name: devices
run_list:
- recipe[devices::default]
- name: fail2ban
run_list:
- recipe[fail2ban::default]
+ - name: foundation-birthday
+ run_list:
+ - recipe[foundation::birthday]
- name: foundation-board
run_list:
- recipe[foundation::board]