]> git.openstreetmap.org Git - chef.git/blob - roles/noquiklos.rb
systemd: fix typo in template
[chef.git] / roles / noquiklos.rb
1 name "noquiklos"
2 description "Master role applied to noquiklos"
3
4 default_attributes(
5   :memcached => {
6     :memory_limit => 24 * 1024
7   },
8   :networking => {
9     :interfaces => {
10       :internal_ipv4 => {
11         :interface => "eth0.2801",
12         :role => :internal,
13         :family => :inet,
14         :address => "10.0.0.13"
15       },
16       :external_ipv4 => {
17         :interface => "eth0.2800",
18         :role => :external,
19         :family => :inet,
20         :address => "193.60.236.16"
21       }
22     }
23   }
24 )
25
26 run_list(
27   "role[ucl]",
28   "role[hp-dl360-g6]",
29   "role[gps-tile]"
30 )