Add the kosmos_encfs recipe to centaurus
This commit is contained in:
parent
d88d3b07a5
commit
229e9cfbd2
@ -12,16 +12,18 @@
|
||||
"hostname": "centaurus",
|
||||
"ipaddress": "78.46.59.98",
|
||||
"roles": [
|
||||
"postgresql_replica",
|
||||
"gitea"
|
||||
"gitea",
|
||||
"postgresql_replica"
|
||||
],
|
||||
"recipes": [
|
||||
"kosmos-base",
|
||||
"kosmos-base::default",
|
||||
"kosmos-postgresql::replica",
|
||||
"kosmos_encfs",
|
||||
"kosmos_encfs::default",
|
||||
"kosmos_gitea",
|
||||
"kosmos_gitea::default",
|
||||
"kosmos_gitea::backup",
|
||||
"kosmos-postgresql::replica",
|
||||
"apt::default",
|
||||
"timezone_iii::default",
|
||||
"timezone_iii::debian",
|
||||
@ -35,8 +37,6 @@
|
||||
"postfix::_attributes",
|
||||
"postfix::sasl_auth",
|
||||
"hostname::default",
|
||||
"firewall::default",
|
||||
"chef-sugar::default",
|
||||
"kosmos-nginx::default",
|
||||
"nginx::default",
|
||||
"nginx::package",
|
||||
@ -46,10 +46,12 @@
|
||||
"nginx::commons_dir",
|
||||
"nginx::commons_script",
|
||||
"nginx::commons_conf",
|
||||
"firewall::default",
|
||||
"chef-sugar::default",
|
||||
"backup::default",
|
||||
"logrotate::default",
|
||||
"build-essential::default",
|
||||
"kosmos-base::letsencrypt"
|
||||
"kosmos-base::letsencrypt",
|
||||
"build-essential::default"
|
||||
],
|
||||
"platform": "ubuntu",
|
||||
"platform_version": "18.04",
|
||||
@ -67,7 +69,8 @@
|
||||
},
|
||||
"run_list": [
|
||||
"recipe[kosmos-base]",
|
||||
"role[postgresql_replica]",
|
||||
"role[gitea]"
|
||||
"recipe[kosmos_encfs]",
|
||||
"role[gitea]",
|
||||
"role[postgresql_replica]"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user