marcomc.macos_new_user

Status budowy

Rola Ansible do tworzenia nowego użytkownika w macOS

Ta rola Ansible tworzy nowego użytkownika w systemie macOS.

Używana w Splinter, narzędziu do automatyzacji dla macOS.

Przykładowy Playbook

- vars:
    new_user_username:                        "testuser"
    new_user_fullname:                        "Test User"
    new_user_password_cleartext:              "Hasło w czystym tekście" # Ansible może tworzyć użytkowników w macOS tylko przy użyciu hasła w czystym tekście (na razie)
- hosts: localhost
  roles:
  - marcomc.macos_new_user

Zmienne

verbose:                                  nie
new_user_username:                        ""
new_user_fullname:                        ""
new_user_shell:                           "/bin/zsh"
new_user_password_cleartext:              ""
new_user_generate_ssh_key:                nie
new_user_reset_password_on_login:         tak
new_user_is_admin:                        tak
new_user_update_path_for_all_shell_types: nie
new_user_profile_picture_path:            ""
new_user_random_profile_picture:          nie
new_user_random_profile_pictures_path:    "{{ playbook_dir }}/files/profile_pictures"
new_user_profile_pictures_filter_formats: 'jpg\|jpeg\|png' # filtr formatu dla grep

Licencja

MIT

Autor: Marco Massari Calderone (c) 2020 - marco@marcomc.com

O projekcie

Ansible role to create a new user in macOS. Also used in Splinter provisioning tool.

Zainstaluj
ansible-galaxy install marcomc.macos_new_user
Licencja
mit
Pobrania
155
Właściciel
Biker, tinkerer, Dev Ops something...