@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
16 lines (14 loc) • 625 B
YAML
- name: Ensure VMware Fusion is installed
become: false
community.general.homebrew_cask:
name: vmware-fusion
state: "{{ app_state | default('present') }}"
sudo_password: "{{ ansible_password }}"
accept_external_apps: "{{ allow_external_apps | default(false) }}"
- name: Configure VMware Fusion License Key
command: "./vmware-licenseTool enter '{{ fusion_serialNumber }}' '{{ fusion_name }}' '{{ fusion_companyName }}' \
'{{ fusion_productVersionString }}' '{{ fusion_productName }}' ''"
args:
chdir: "/Applications/VMware Fusion.app/Contents/Library/licenses"
when: fusion_serialNumber