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

https://github.com/canihavesomecoffee/sample-platform-ansible

Installation of the Sample Platform through Ansible
https://github.com/canihavesomecoffee/sample-platform-ansible

ansible ccextractor hacktoberfest playbook

Last synced: 3 months ago
JSON representation

Installation of the Sample Platform through Ansible

Awesome Lists containing this project

README

        

# Sample Platform installation using Ansible

## Prerequisites

TODO

## Installation

```bash
ansible-playbook prepare_host.yaml
ansible-playbook -i inventory.yaml configure_platform.yaml
ansible-playbook -i inventory.yaml deploy_platform.yaml --ask-pass
# Install the base VM's for both Linux & Windows
```