ANTS-Framework.macos_ssh
macOS SSH
This role helps you set up remote login (SSH) for administrators or for all users.
Role Variables
# Turn SSH on or off
macos_ssh__ssh_enabled: True
# Allow SSH for admin group only or for everyone
macos_ssh__ssh_access_everyone: False
Example Playbook
# Clients with SSH enabled for admins
# This is the default setting, so we don't need to change anything.
- hosts: ssh_admin
roles:
- role: macos_ssh
# Clients with SSH turned off
- hosts: ssh_admin
vars:
- macos_ssh__ssh_enabled: False
roles:
- role: macos_ssh
# Clients with SSH enabled for everyone
- hosts: ssh_admin
vars:
- macos_ssh__ssh_access_everyone: True
roles:
- role: macos_ssh
License
GPLv3
Author Information
Part of the ANTS Framework
Informazioni sul progetto
This role is used to enable remote login (SSH) for admins or for everyone.
Installa
ansible-galaxy install ANTS-Framework.macos_ssh
Licenza
gpl-3.0
Download
172
Proprietario