├── LICENSE ├── README.md ├── defaults └── main.yml ├── meta └── main.yml ├── tasks ├── groups.yml ├── main.yml ├── sudo.yml ├── users.yml └── users_department_pattern.yml └── templates └── autologic-sudo-group.j2 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/README.md -------------------------------------------------------------------------------- /defaults/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/defaults/main.yml -------------------------------------------------------------------------------- /meta/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/meta/main.yml -------------------------------------------------------------------------------- /tasks/groups.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/tasks/groups.yml -------------------------------------------------------------------------------- /tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/tasks/main.yml -------------------------------------------------------------------------------- /tasks/sudo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/tasks/sudo.yml -------------------------------------------------------------------------------- /tasks/users.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/tasks/users.yml -------------------------------------------------------------------------------- /tasks/users_department_pattern.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/tasks/users_department_pattern.yml -------------------------------------------------------------------------------- /templates/autologic-sudo-group.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AutoLogicTechnology/autologic-users/HEAD/templates/autologic-sudo-group.j2 --------------------------------------------------------------------------------