https://github.com/teaglebuilt/sandbox
3 node environment for sandbox learning with ansible
https://github.com/teaglebuilt/sandbox
ansible centos7 shell vagrant
Last synced: about 1 month ago
JSON representation
3 node environment for sandbox learning with ansible
- Host: GitHub
- URL: https://github.com/teaglebuilt/sandbox
- Owner: teaglebuilt
- Created: 2019-11-21T15:43:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T23:25:50.000Z (over 3 years ago)
- Last Synced: 2025-01-14T06:15:24.037Z (over 1 year ago)
- Topics: ansible, centos7, shell, vagrant
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox
------------------
#### 3 Node CentOs7 Sandbox
1 Master - 2 nodes
------------------
Sandbox for learning devOps related technology. Starting with Ansible
## Configured
User admin priveledges & Public/Private Keys are created and linked from master to each node.
```
scripts/
-- add_keys.sh
-- add_user.sh
-- configure_ssh.sh
```
## Installation
```
vagrant up
```