- hosts: pikvm pre_tasks: - name: remount rootfs read-write command: rw tags: - remount-rw - remount roles: - role: hostname - role: base - role: pikvm tags: - pikvm tasks: - name: remount rootfs read-only command: ro tags: - remount-ro - remount