Add Gitea to the run lists for Andromeda and Centaurus

This commit is contained in:
Greg Karékinian 2020-06-02 16:19:21 +02:00
parent 759fa52e03
commit ccd49aefa4
2 changed files with 25 additions and 7 deletions

View File

@ -47,6 +47,7 @@
"kosmos-ejabberd::default",
"kosmos-ejabberd::letsencrypt",
"kosmos-ejabberd::backup",
"kosmos_gitea::pg_db",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@ -108,8 +109,7 @@
"kosmos-base::letsencrypt",
"git::default",
"git::package",
"build-essential::default",
"poise-git::default"
"build-essential::default"
],
"platform": "ubuntu",
"platform_version": "18.04",
@ -134,6 +134,7 @@
"recipe[kosmos-mediawiki]",
"recipe[kosmos-btcpayserver::proxy]",
"role[mastodon]",
"role[ejabberd]"
"role[ejabberd]",
"recipe[kosmos_gitea::pg_db]"
]
}

View File

@ -8,16 +8,20 @@
"automatic": {
"fqdn": "centaurus.kosmos.org",
"os": "linux",
"os_version": "4.15.0-96-generic",
"os_version": "4.15.0-101-generic",
"hostname": "centaurus",
"ipaddress": "78.46.59.98",
"roles": [
"postgresql_replica"
"postgresql_replica",
"gitea"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos-postgresql::replica",
"kosmos_gitea",
"kosmos_gitea::default",
"kosmos_gitea::backup",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@ -33,7 +37,19 @@
"hostname::default",
"firewall::default",
"chef-sugar::default",
"build-essential::default"
"kosmos-nginx::default",
"nginx::default",
"nginx::package",
"nginx::ohai_plugin",
"nginx::repo",
"nginx::commons",
"nginx::commons_dir",
"nginx::commons_script",
"nginx::commons_conf",
"backup::default",
"logrotate::default",
"build-essential::default",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
"platform_version": "18.04",
@ -51,6 +67,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[postgresql_replica]"
"role[postgresql_replica]",
"role[gitea]"
]
}