Role to install FSLogix on Windows.
- Default Variables
- fslogix_download_url
- fslogix_extract_dir
- fslogix_no_restart
- fslogix_officecontainer_enabled
- fslogix_officecontainer_exclude_list
- fslogix_officecontainer_include_teams
- fslogix_officecontainer_size_in_mbs
- fslogix_officecontainer_use_config
- fslogix_officecontainer_vhd_access_mode
- fslogix_officecontainer_vhd_locations
- fslogix_officecontainer_vhd_sector_size
- fslogix_officecontainer_volume_type
- fslogix_profilecontainer_delete_local_profile_when_vhd_should_apply
- fslogix_profilecontainer_enabled
- fslogix_profilecontainer_exclude_list
- fslogix_profilecontainer_frxtray_enabled
- fslogix_profilecontainer_profile_type
- fslogix_profilecontainer_size_in_mbs
- fslogix_profilecontainer_use_config
- fslogix_profilecontainer_vhd_locations
- fslogix_profilecontainer_vhd_sector_size
- fslogix_profilecontainer_volume_type
- fslogix_rule_editor_install
- fslogix_rule_editor_product_id
- fslogix_rule_files_contents
- fslogix_service_install_args
- fslogix_service_product_id
- fslogix_service_uninstall
- Dependencies
- License
- Author
download URL
fslogix_download_url: https://download.microsoft.com/download/c/4/4/c44313c5-f04a-4034-8a22-967481b23975/FSLogix_Apps_2.9.8440.42104.zip
extract directory
fslogix_extract_dir: C:\Windows\Temp\fslogix
Prevent restart after driver install
fslogix_no_restart: false
Enable office container feature
fslogix_officecontainer_enabled: false
List of users or groups to exclude from office container feature
fslogix_officecontainer_exclude_list:
- Administrators
Include Teams in container
fslogix_officecontainer_include_teams: 1
Office container size in megabytes
fslogix_officecontainer_size_in_mbs: 10240
Set to true to execute task config_officecontainer.yml
fslogix_officecontainer_use_config: false
VHD Access Mode (0,1,2,3)
fslogix_officecontainer_vhd_access_mode: 0
VHD Locations
fslogix_officecontainer_vhd_locations:
- \\fileserver\fslogixodfc
VHDX sector size
fslogix_officecontainer_vhd_sector_size: 4096
Volume Type (vhd, vhdx)
fslogix_officecontainer_volume_type: vhdx
delete local profile when vhd should apply
fslogix_profilecontainer_delete_local_profile_when_vhd_should_apply: false
Enable profile container feature
fslogix_profilecontainer_enabled: false
List of users or groups to exclude from profile container feature
fslogix_profilecontainer_exclude_list:
- Administrators
Enable frxtray application
fslogix_profilecontainer_frxtray_enabled: false
Profile Type (0,1,2,3)
fslogix_profilecontainer_profile_type: 0
Profile container size in megabytes
fslogix_profilecontainer_size_in_mbs: 5120
Set to true to execute task config_profilecontainer.yml
fslogix_profilecontainer_use_config: false
VHD Locations
fslogix_profilecontainer_vhd_locations:
- \\fileserver\fslogixprofiles
VHDX sector size
fslogix_profilecontainer_vhd_sector_size: 4096
Volume Type (vhd, vhdx)
fslogix_profilecontainer_volume_type: vhdx
Set to true to install FSLogix Rule Editor
fslogix_rule_editor_install: false
product id to check if already installed
fslogix_rule_editor_product_id: '{8530E679-5D70-43A7-9EE8-ABADCFCDCB7B}'
Directory path which contains rule files to copy
fslogix_rule_files_contents: ''
Installer arguments
fslogix_service_install_args: "{{ fslogix_service_uninstall | bool | ternary('/uninstall\
\ /quiet /norestart', '/install /quiet /norestart') }}"
product id to check if already installed
fslogix_service_product_id: '{18F03C3D-4235-4F6A-A222-B13BA34F25C8}'
Switch to uninstall FSLogix service
fslogix_service_uninstall: false
None.
license (GPL-2.0-or-later, MIT, etc)
andif888