]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused roles
authorTom Hughes <tom@compton.nu>
Thu, 8 Oct 2020 18:20:34 +0000 (19:20 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 8 Oct 2020 18:41:45 +0000 (19:41 +0100)
roles/aws.rb [deleted file]
roles/g5solutions.rb [deleted file]

diff --git a/roles/aws.rb b/roles/aws.rb
deleted file mode 100644 (file)
index d4ad3fd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name "aws"
-description "Role applied to all servers on AWS"
-
-default_attributes(
-  :hosted_by => "AWS",
-  :location => "Ireland",
-  :networking => {
-    :nameservers => ["172.31.0.2"],
-    :roles => {
-      :internal => {
-        :inet => {
-          :prefix => "20",
-          :gateway => "172.31.0.1"
-        }
-      },
-      :external => {
-        :inet => {
-          :prefix => "32"
-        }
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.ie.pool.ntp.org", "1.ie.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[ie]"
-)
diff --git a/roles/g5solutions.rb b/roles/g5solutions.rb
deleted file mode 100644 (file)
index 96aaa88..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-name "g5solutions"
-description "Role applied to all servers at G5 Solutions"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :g5team => { :status => :administrator }
-    }
-  },
-  :hosted_by => "G5 Solutions",
-  :location => "Indonesia",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ]
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.id.pool.ntp.org", "1.id.pool.ntp.org", "asia.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[id]"
-)