@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
13 lines (12 loc) • 426 B
YAML
# The user_configs variable is used to determine which
# users to install Microsoft.PowerShell_profile.ps1 into their
# home directory. It will not add the config to the root user's
# folder.
user_configs: []
# The example user_configs object below will add the PowerShell
# profile to the "yaroch" user but not the root user because
# the root user is skipped.
# user_configs:
# - username: yaroch
# - username: root