--- # Lynis hardness check. - name: General | Tests | Lynis | Install git: repo: https://github.com/CISOfy/lynis dest: "{{ lynis_install_dir }}" clone: yes force: yes - name: General | Tests | Lynis | Run System Audit shell: "{{ lynis_install_dir }}/lynis --no-colors audit system > {{ lynis_report }} 2>&1" - name: General | Tests | Lynis | Make Report Readable file: path: "{{ lynis_report }}" mode: '0444'