X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/15fe1679643a78e5b32cb2d6e1d1dd06969d8048..95aa82e2ca5501be6c311bd8d5e06d084514ccc9:/roles/chrysophylax.rb diff --git a/roles/chrysophylax.rb b/roles/chrysophylax.rb index a2be495e4..91bd103dd 100644 --- a/roles/chrysophylax.rb +++ b/roles/chrysophylax.rb @@ -3,6 +3,7 @@ description "Master role applied to chrysophylax" default_attributes( :networking => { + :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens160", @@ -39,5 +40,6 @@ default_attributes( run_list( "role[iway]", + "role[geodns]", "role[tilecache]" )