26 lines
481 B
JSON
26 lines
481 B
JSON
![]() |
[
|
||
|
{
|
||
|
"name": "configuration | emplace",
|
||
|
"become": true,
|
||
|
"ansible.builtin.template": {
|
||
|
"src": "authelia-client-conf.json.j2",
|
||
|
"dest": "/etc/authelia/conf.d/clients/hedgedoc.json"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "configuration | apply",
|
||
|
"become": true,
|
||
|
"ansible.builtin.command": {
|
||
|
"cmd": "/usr/bin/authelia-conf-compose"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"name": "restart service",
|
||
|
"become": true,
|
||
|
"ansible.builtin.systemd_service": {
|
||
|
"state": "restarted",
|
||
|
"name": "authelia"
|
||
|
}
|
||
|
}
|
||
|
]
|