UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

24 lines (20 loc) 831 B
--- # @var dmgs: [] # Variable to install the DMG files mentioned in the list dmgs: [] # @example # # dmgs: # - name: Android Studio # sha256: e65be362e01b6272007e5b6009d6b33df4aa48f03ec8d15de9997547476b5e00 # Source: https://developer.android.com/studio#downloads # url: https://redirector.gvt1.com/edgedl/android/studio/install/4.1.0.19/android-studio-ide-201.6858069-mac.dmg # @end # @var force_reinstall: false # If the application is already in the Applications folder, then this option will delete the # existing app and re-install it if the value is set to true force_reinstall: false # @var remove_after_install: true # Whether or not to remove the DMG file after the installation completes remove_after_install: true # @var tmp_dir: /tmp # The temporary directory in which to store the DMG file tmp_dir: /tmp