Use role for akkounts
Lets us search by role
This commit is contained in:
12
roles/akkounts.rb
Normal file
12
roles/akkounts.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
name "akkounts"
|
||||
|
||||
default_run_list = %w(
|
||||
kosmos-akkounts::default
|
||||
kosmos-akkounts::nginx
|
||||
)
|
||||
|
||||
env_run_lists(
|
||||
'_default' => default_run_list,
|
||||
'development' => default_run_list,
|
||||
'production' => default_run_list
|
||||
)
|
||||
Reference in New Issue
Block a user