Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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