Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibm-cloud/sap-automated-deployment-scripts
IBM SAP automated scripts using terraform and ansible.
https://github.com/ibm-cloud/sap-automated-deployment-scripts
ansible hcl ibm-cloud sap terraform virtual-private-cloud
Last synced: about 10 hours ago
JSON representation
IBM SAP automated scripts using terraform and ansible.
- Host: GitHub
- URL: https://github.com/ibm-cloud/sap-automated-deployment-scripts
- Owner: IBM-Cloud
- License: mit
- Created: 2021-06-10T16:22:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T12:52:47.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:25:46.774Z (7 months ago)
- Topics: ansible, hcl, ibm-cloud, sap, terraform, virtual-private-cloud
- Language: HCL
- Homepage: https://cloud.ibm.com/docs/sap
- Size: 436 KB
- Stars: 7
- Watchers: 11
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IBM SAP Cloud Solution Automated Deployment scripts: Virtual Private Cloud
The templates in this repo are used to deploy different SAP scenarios like:
- [Creating single-tier virtual private cloud for SAP by using Terraform](https://github.com/IBM-Cloud/sap-automated-deployment-scripts/tree/master/sapsingletiervpc)
- [Automatic deployment of SAP (NW7.X/DB2 on Unix) certified IaaS with storage and network configurations using Reference Architecture - single tier](https://github.com/IBM-Cloud/sap-automated-deployment-scripts/tree/master/sapsingletierdb2)
The main repo contains different directories with examples of using various SAP IBM Cloud services based on Terraform&Ansible deployment tools. Each of the examples has their own README containing more details on what the example does.
To run any example, clone the repository for the targeted branch (the default one is master) and run terraform commands within the example's own directory.
`git clone -b `
For example:
```
$ git clone https://github.com/IBM-Cloud/sap-automated-deployment-scripts.git
$ cd sap-automated-deployment-scripts/sapsingletiervpc
$ terraform plan
$ terraform apply
...
```## Related links:
- [Preparing your deployment server with terraform&ansible](https://github.com/IBM-Cloud/terraform-provider-ibm)
- [Creating a bastion server in your VPC](https://github.com/IBM-Cloud/vpc-tutorials/tree/master/vpc-secure-management-bastion-server)