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
- Host: GitHub
- URL: https://github.com/canihavesomecoffee/sample-platform-ansible
- Owner: canihavesomecoffee
- License: isc
- Created: 2019-12-21T10:56:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T13:14:54.000Z (over 3 years ago)
- Last Synced: 2025-01-17T10:44:22.087Z (5 months ago)
- Topics: ansible, ccextractor, hacktoberfest, playbook
- Language: Shell
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```