]> git.openstreetmap.org Git - chef.git/commitdiff
Add roles for CloudFerro servers
authorPaul Norman <penorman@mac.com>
Fri, 23 Aug 2024 21:33:46 +0000 (14:33 -0700)
committerPaul Norman <penorman@mac.com>
Fri, 23 Aug 2024 21:33:46 +0000 (14:33 -0700)
roles/cloudferro-waw3-2.rb [new file with mode: 0644]
roles/cloudferro.rb [new file with mode: 0644]

diff --git a/roles/cloudferro-waw3-2.rb b/roles/cloudferro-waw3-2.rb
new file mode 100644 (file)
index 0000000..2a0108d
--- /dev/null
@@ -0,0 +1,7 @@
+name "cloudferro-waw3-2"
+description "Role applied to all servers at CloudFerro WAW3-2"
+
+run_list(
+  "role[pl]",
+  "role[cloudferro]"
+)
diff --git a/roles/cloudferro.rb b/roles/cloudferro.rb
new file mode 100644 (file)
index 0000000..52b5d2d
--- /dev/null
@@ -0,0 +1,6 @@
+name "cloudferro"
+description "Role applied to all servers at Cloudferro"
+
+default_attributes(
+  :hosted_by => "CloudFerro"
+)