Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-win-office365
Installs Microsoft Office 365
https://github.com/andif888/ansible-role-win-office365
ansible-role office365 windows
Last synced: 3 months ago
JSON representation
Installs Microsoft Office 365
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-office365
- Owner: andif888
- Created: 2022-01-11T20:27:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:27:31.000Z (3 months ago)
- Last Synced: 2024-10-23T22:52:44.570Z (3 months ago)
- Topics: ansible-role, office365, windows
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-office365
Role to install Office365
## Table of content
- [Default Variables](#default-variables)
- [office365_configuration_xml](#office365_configuration_xml)
- [office365_extract_dir](#office365_extract_dir)
- [office365_odt_download_url](#office365_odt_download_url)
- [office365_update_cmd](#office365_update_cmd)
- [office365_update_to_version](#office365_update_to_version)
- [Discovered Tags](#discovered-tags)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### office365_configuration_xml
Office365 configuration.xml file
#### Default value
```YAML
office365_configuration_xml: files/configuration.xml
```### office365_extract_dir
extraction directory
#### Default value
```YAML
office365_extract_dir: C:\windows\temp\odt
```### office365_odt_download_url
Office Deployment Tool download url
#### Default value
```YAML
office365_odt_download_url: https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_18129-20030.exe
```### office365_update_cmd
Office365 update command
#### Default value
```YAML
office365_update_cmd: '"{{ ansible_env.CommonProgramFiles }}\Microsoft Shared\ClickToRun\OfficeC2RClient.exe"
/update user updatepromptuser=false forceappshutdown=true displaylevel=false'
```### office365_update_to_version
Updates Office 365 to a specific version This adds updatetoversion parameter to the office365_update_cmd https://support.microsoft.com/en-us/topic/how-to-revert-to-an-earlier-version-of-office-2bd5c457-a917-d57e-35a1-f709e3dda841
#### Default value
```YAML
office365_update_to_version: ''
```#### Example usage
```YAML
office365_update_to_version: "16.0.14527.20364"
```## Discovered Tags
**_never_**
**_office365-update_**
## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888