macos_new_user
Ansible роль для создания нового пользователя в macOS
Эта Ansible роль создает нового пользователя на целевой системе macOS.
Используется в Splinter, инструмене для настройки macOS.
Пример плейбука
- vars:
new_user_username: "testuser"
new_user_fullname: "Тестовый Пользователь"
new_user_password_cleartext: "Пароль в открытом виде" # Ansible может создавать пользователей в macOS только с паролем в открытом виде (пока что)
- hosts: localhost
roles:
- marcomc.macos_new_user
Переменные
verbose: нет
new_user_username: ""
new_user_fullname: ""
new_user_shell: "/bin/zsh"
new_user_password_cleartext: ""
new_user_generate_ssh_key: нет
new_user_reset_password_on_login: да
new_user_is_admin: да
new_user_update_path_for_all_shell_types: нет
new_user_profile_picture_path: ""
new_user_random_profile_picture: нет
new_user_random_profile_pictures_path: "{{ playbook_dir }}/files/profile_pictures"
new_user_profile_pictures_filter_formats: 'jpg\|jpeg\|png' # фильтр форматов для grep
Лицензия
Автор: Марко Масари Кальдероне (c) 2020 - marco@marcomc.com
О проекте
Ansible role to create a new user in macOS. Also used in Splinter provisioning tool.
Установить
ansible-galaxy install marcomc/ansible-role-macos-new-user
Лицензия
mit
Загрузки
142
Владелец
Biker, tinkerer, Dev Ops something...