Older Playbooks in Subfolders ============================= .. note:: These playbooks work from their subfolder and have not yet been converted to the new dynamic datadir. create_users ------------ Playbook to create users on a system, grant them root privileges and enable them to connect to the system via SSH. SSH Keys need to be added to the ``playbooks/create_users/files/*.key.pub`` directory for each user to be created. Users need to change their passwords immediately after as their passwords will be their username after deployment. locate ------ A simple playbook to check, if the suffixes are existing on the systems. If the files doesn't exists, the output will fail (return code 1). If there are any findings, the output of Ansible is ``CHANGED``. Please check manually! protect_tstimeline_file_delete ------------------------------ A playbook to deploy the quickfix from T215766 Quickfix: PFSA-2021-003: Endpunkt ``tstimeline_file_delete`` mit ``protected`` versehen A file is copied to all target-systems and then executed. Std- and error-output are stored in a textfile on the target-system. .. code-block:: shell :caption: Example ansible-playbook playbooks/protect_tstimeline_file_delete/main.yml -i inventory/perfact_installations --diff --limit rheinzink