Skip to content

Terraform Example Templates for deploying Veeam Software

License

Notifications You must be signed in to change notification settings

anthonyspiteri/veeam_terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Examples for deploying Veeam

This Repository contains example Terraform templates for use with the Veeam Chef cookbook to deploy infrastructure required to support Veeam Environments.

Terraform Templates

Name Deployment Type Requires Chef Server Description
veeam_standalone_full VMware X This set of templates will deploy Veeam Backup and Replication server in a complete deployment along with an optional number of Veeam VMware Proxies on VMware using Chef Server.
veeam_proxy VMware X This set of templates will deploy one or more Veeam VMware Proxy Servers on VMware using Chef Server.
no_chef_server:veeam_standalone_full VMware This set of templates will deploy Veeam Backup and Replication server in a complete deployment along with an optional number of Veeam VMware Proxies on VMware using Chef-Solo mode with the Chef Client.
no_chef_server:veeam_proxy VMware This set of templates will deploy one or more Veeam VMware Proxy Servers on VMware using Chef-Solo mode with the Chef Client.

Access Denied Errors with Terraform

These Terraform templates will attempt to communicate directly to the deployed machines via WinRM using the Basic Authentication method. The following command needs to be run on the template prior to leveraging

winrm set winrm/config/service/auth @{Basic="true"}

Contribute

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

License and Author

Note: This repository is not officially supported by or released by Veeam Software, Inc.

Copyright 2018 Exosphere Data, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language governing permissions
and limitations under the License.

About

Terraform Example Templates for deploying Veeam Software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 89.5%
  • PowerShell 9.5%
  • Ruby 1.0%