yamllint
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
|
||||
- name: Récup du hostname actuellement configuré
|
||||
set_fact:
|
||||
oldHostname: "{{ lookup('ini', 'bigbluebutton.web.serverURL type=properties file=/tmp/bigbluebutton.properties') | urlsplit('hostname') }}"
|
||||
oldHostname:
|
||||
# yamllint disable-line rule:line-length
|
||||
"{{ lookup('ini', 'bigbluebutton.web.serverURL type=properties file=/tmp/bigbluebutton.properties') | urlsplit('hostname') }}"
|
||||
|
||||
- name: execution de la commande bigbluebutton qui set le nouveau nom de domaine
|
||||
command: "bbb-conf --setip {{ bbbHostname }}"
|
||||
@@ -56,7 +58,9 @@
|
||||
when: not ssl_file.stat.exists
|
||||
|
||||
- name: Certif LE
|
||||
command: certbot --webroot -w /var/www/bigbluebutton-default/ -d {{ bbbHostname }} certonly
|
||||
command:
|
||||
# yamllint disable-line rule:line-length
|
||||
certbot --webroot -w /var/www/bigbluebutton-default/ -d {{ bbbHostname }} certonly
|
||||
when: not ssl_file.stat.exists
|
||||
|
||||
- name: Suppression de la conf temporaire LE
|
||||
|
||||
Reference in New Issue
Block a user