Skip to content

Commit

Permalink
fix(defaults): up default expiry time
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Nov 16, 2024
1 parent 7e630a8 commit 4fc1d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ adduser_password_update: on_create
# adduser_shell: '/bin/bash'
## default expires account now after 6m+random up to 10d? only linux and freebsd
# adduser_expires: "{{ ansible_date_time.epoch|int + 15552000 + 864000|random(step=86400) }}"
# 2024/01/01 fixed time for idempotence
adduser_expires: 1704070800
# 2026/01/01 fixed time for idempotence
adduser_expires: 1767272400
# adduser_expires: ''
## wheel/admin group are handled directly if sudoroot true
adduser_groups: []
Expand Down

0 comments on commit 4fc1d99

Please sign in to comment.