default_attributes(
:networking => {
- :engine => "systemd-networkd",
:interfaces => {
:internal => {
:interface => "bond0",
}
}
}
+ },
+ :otrs => {
+ :site => "test.otrs.openstreetmap.org",
+ :site_aliases => ["test.otrs.osm.org"],
+ :database_cluster => "16/main"
+ },
+ :postgresql => {
+ :versions => ["16"],
+ :settings => {
+ "16" => {
+ :port => 5433
+ }
+ }
}
)
"role[trac]",
"role[irc]",
"role[blogs]",
- "role[munin]",
"role[switch2osm]",
+ "recipe[foundation::mastodon]",
"recipe[foundation::owg]",
"recipe[foundation::welcome]",
- "recipe[stateofthemap::container]"
+ "recipe[stateofthemap::container]",
+ "recipe[hot]",
+ "recipe[ideditor]",
+ "recipe[dmca]",
+ "recipe[otrs::debian]"
)