--- - name: Phabricator in read-only mode hosts: app, phd tags: ['conf-app', 'conf-phd'] run_once: true user: centos become: yes vars_files: - "{{ var }}" tasks: - shell: "{{ phabricator_path }}phabricator/bin/config set cluster.read-only false"