base role, imported from github.com/rcbops/chef-cookbooks
This commit is contained in:
11
roles/base.rb
Normal file
11
roles/base.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
name "base"
|
||||
description "Base role for a server"
|
||||
run_list(
|
||||
"recipe[openssh]",
|
||||
"recipe[ntp]"
|
||||
)
|
||||
default_attributes(
|
||||
"ntp" => {
|
||||
"servers" => ["0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org"]
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user