tlog

CI Testing

This role configures a system for Terminal session recording.
The role will configure tlog to log recording data to the systemd journal.

Requirements

This role is only supported on RHEL8/CentOS8 and Fedora distributions.

Role Variables

Configure session recording with SSSD, the preferred way of managing recorded users or groups:

Configure SSSD recording scope - all / some / none:

YAML list of users to be recorded:

YAML list of groups to be recorded:

YAML list of users to be excluded from recording (only applicable when
scope=all):

YAML list of groups to be excluded from recording (only applicable when
scope=all):

Dependencies

This role has no dependencies currently.

Example Playbook

- name: Deploy session recording
  hosts: all
  roles:
    - linux-system-roles.tlog
  vars:
    tlog_scope_sssd: some
    tlog_users_sssd:
      - recordeduser

Testing
——-
Testing is done with the tests/tests*.yml playbooks.

License

GPL v3.0

Author Information