Configure ejabberd on ejabberd-2
This commit is contained in:
parent
8c60279fe1
commit
137d90ed8a
@ -12,11 +12,16 @@
|
|||||||
"hostname": "ejabberd-2",
|
"hostname": "ejabberd-2",
|
||||||
"ipaddress": "192.168.122.5",
|
"ipaddress": "192.168.122.5",
|
||||||
"roles": [
|
"roles": [
|
||||||
|
"ejabberd",
|
||||||
|
"postgresql_client"
|
||||||
],
|
],
|
||||||
"recipes": [
|
"recipes": [
|
||||||
"kosmos-base",
|
"kosmos-base",
|
||||||
"kosmos-base::default",
|
"kosmos-base::default",
|
||||||
|
"kosmos-ejabberd",
|
||||||
|
"kosmos-ejabberd::default",
|
||||||
|
"kosmos-ejabberd::letsencrypt",
|
||||||
|
"kosmos-ejabberd::backup",
|
||||||
"apt::default",
|
"apt::default",
|
||||||
"timezone_iii::default",
|
"timezone_iii::default",
|
||||||
"timezone_iii::debian",
|
"timezone_iii::debian",
|
||||||
@ -30,7 +35,11 @@
|
|||||||
"postfix::_common",
|
"postfix::_common",
|
||||||
"postfix::_attributes",
|
"postfix::_attributes",
|
||||||
"postfix::sasl_auth",
|
"postfix::sasl_auth",
|
||||||
"hostname::default"
|
"hostname::default",
|
||||||
|
"tor-full::default",
|
||||||
|
"kosmos-base::letsencrypt",
|
||||||
|
"backup::default",
|
||||||
|
"logrotate::default"
|
||||||
],
|
],
|
||||||
"platform": "ubuntu",
|
"platform": "ubuntu",
|
||||||
"platform_version": "20.04",
|
"platform_version": "20.04",
|
||||||
@ -47,6 +56,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"run_list": [
|
"run_list": [
|
||||||
"recipe[kosmos-base]"
|
"recipe[kosmos-base]",
|
||||||
|
"role[ejabberd]"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user