This role creates a Linux user with a weak password and sudo permissions without password
No special requirements
It is possible to change the username and the password:
weaklinuxuser_user: "john"
weaklinuxuser_pass: "rambo"
weaklinuxuser_sudo: True
weaklinuxuser_groups: []
No dependencies
- hosts: all
roles:
- role: weaklinuxuser
vars:
weaklinuxuser_pass: "john123"
weaklinuxuser_groups:
- sudo
BSD
Wolfgang Hotwagner(https://www.ait.ac.at)