X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e9eaa7712186beb2649b3ba4c42685398e9a66a..HEAD:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb deleted file mode 100644 index 579874d22..000000000 --- a/roles/stormfly-02.rb +++ /dev/null @@ -1,19 +0,0 @@ -name "stormfly-02" -description "Master role applied to stormfly-02" - -default_attributes( - :networking => { - :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, - :family => :inet, - :address => "10.0.0.108" - } - } - } -) - -run_list( - "role[osuosl]" -)