diff --git a/defaults/main.yml b/defaults/main.yml index 094b776..411e347 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -14,7 +14,6 @@ users_default_users: [] users_default_groups: [] users_global_umask: "022" -users_session_timeout: 300 users_pass_min_day: 1 users_global_bash_aliases: diff --git a/templates/etc/profile.d/custom.sh.j2 b/templates/etc/profile.d/custom.sh.j2 index 7b077c3..93e5228 100644 --- a/templates/etc/profile.d/custom.sh.j2 +++ b/templates/etc/profile.d/custom.sh.j2 @@ -1,10 +1,6 @@ #jinja2:lstrip_blocks: True {{ ansible_managed | comment }} -TMOUT={{ users_session_timeout }} -readonly TMOUT -export TMOUT - # are we an interactive shell? if [ "$PS1" ]; then if [[ ${EUID} == 0 ]] ; then