marcomc.macos_sophos_endpoint

Estado de Construcción

Rol de Ansible para Sophos Endpoint en macOS

Rol de Ansible para instalar Sophos Endpoint en macOS.

Requisitos

Ansible 2.0

Variables del Rol

sophos_app_name: "Sophos Endpoint"  # /Applications/Sophos Endpoint.app
sophos_installer_url: "" # esto puede ser una URL file:// o http(s)://
sophos_installer_dir_path: "./sophos_endpoint"
sophos_installer_file_name: "SophosInstaller.zip"
sophos_installer_path: "{{sophos_installer_dir_path}}/{{sophos_installer_file_name}}"
sophos_installer_components_dir: "Componentes del Instalador de Sophos"
sophos_cloud_config: "{{sophos_installer_dir_path}}/{{sophos_installer_components_dir}}/SophosCloudConfig.plist"

Dependencias

Ejemplo de Playbook

    - hosts: macos_clients
      vars:
        sophos_installer_url: https://drive.google.com/file/d/xxxyyyzzz

      roles:
         - role: marcomc.macos_sophos_endpoint

Licencia

MIT

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

Acerca del proyecto

Ansible role to install Sophos Endpoint on macOS. Also used in Splinter provisioning tool.

Instalar
ansible-galaxy install marcomc.macos_sophos_endpoint
Licencia
mit
Descargas
103
Propietario
Biker, tinkerer, Dev Ops something...