Merge branch 'master' into feature/rskj_public_endpoint
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
name "postgresql_client"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::hostsfile
|
||||
kosmos_postgresql::hostsfile
|
||||
)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name "postgresql_primary"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::primary
|
||||
kosmos-postgresql::firewall
|
||||
kosmos_postgresql::primary
|
||||
kosmos_postgresql::firewall
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name "postgresql_replica"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::hostsfile
|
||||
kosmos-postgresql::replica
|
||||
kosmos-postgresql::firewall
|
||||
kosmos_postgresql::hostsfile
|
||||
kosmos_postgresql::replica
|
||||
kosmos_postgresql::firewall
|
||||
)
|
||||
|
||||
8
roles/redis_local.rb
Normal file
8
roles/redis_local.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
name "redis_local"
|
||||
|
||||
run_list %w(
|
||||
redisio::default
|
||||
redisio::enable
|
||||
)
|
||||
|
||||
default_attributes({})
|
||||
Reference in New Issue
Block a user