ableton.fastbuild
Ansible Role ableton.fastbuild
This role installs FASTBuild on a Windows computer.
Requirements
You need Ansible version 2.10 or higher and a Windows computer.
Currently, this role does not support Linux or macOS systems.
Role Variables
These variables control how FASTBuild is installed:
fastbuild_arch
: The type of architecture to download; it can bex64
orx86
.fastbuild_cache_dir
: The location where FASTBuild will save its cache.fastbuild_cache_owner
: The user who will own the FASTBuild configuration directory.fastbuild_cache_schedule_trim
: If set totrue
, a scheduled task will be added to regularly clean the cache.fastbuild_cache_trim_size_mb
: The size to which the FASTBuild cache will be reduced (this only works iffastbuild_cache_schedule_trim
istrue
).fastbuild_path_win
: The location where the FASTBuild programs will be saved.fastbuild_version
: The version of FASTBuild to install.
For a complete list of required and optional role variables, see the defaults/main.yml
file.
Example Playbook
---
- name: Install FASTBuild on hosts
hosts: "all"
vars:
fastbuild_cache_schedule_trim: true
fastbuild_cache_trim_size_mb: 4096
fastbuild_path_win: C:\FASTBuild
fastbuild_version: "1.05"
roles:
- ableton.fastbuild
License
MIT License
Maintainers
This project is maintained by:
Installa
ansible-galaxy install ableton.fastbuild
Licenza
mit
Download
34.8k
Proprietario
Ableton makes Live, Push and Link — unique software and hardware for music creation and performance.