freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

Adds support for --check mode #16

Closed conorsch closed 8 years ago

conorsch commented 8 years ago

Permits invocations of ansible-playbook with the --check flag, essentially a dry run to inspect intended changes without actually changing the state of the server.

Also snips out the paxctl command, deferring to a separate role for managing paxctld when running under grsecurity. Will add docs once that role is available.

conorsch commented 8 years ago

Closes #15.