marcomc.macos_sophos_endpoint
macOS上的Sophos Endpoint Ansible角色
Ansible角色,用于在macOS上安装Sophos Endpoint。
要求
Ansible 2.0
角色变量
sophos_app_name: "Sophos Endpoint" # /Applications/Sophos Endpoint.app
sophos_installer_url: "" # 这可以是file://或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: "Sophos Installer Components"
sophos_cloud_config: "{{sophos_installer_dir_path}}/{{sophos_installer_components_dir}}/SophosCloudConfig.plist"
依赖
示例剧本
- hosts: macos_clients
vars:
sophos_installer_url: https://drive.google.com/file/d/xxxyyyzzz
roles:
- role: marcomc.macos_sophos_endpoint
许可证
作者 : Marco Massari Calderone (c) 2020 - marco@marcomc.com