Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzo0107/vagrant-ansible-sentry-centos7
Setting Sentry on CentOS7 in Vagrant By Ansible
https://github.com/kenzo0107/vagrant-ansible-sentry-centos7
Last synced: 2 days ago
JSON representation
Setting Sentry on CentOS7 in Vagrant By Ansible
- Host: GitHub
- URL: https://github.com/kenzo0107/vagrant-ansible-sentry-centos7
- Owner: kenzo0107
- Created: 2015-05-08T17:03:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T12:03:21.000Z (over 9 years ago)
- Last Synced: 2024-05-01T14:43:07.560Z (7 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-ansible-sentry-centos7
Setting Sentry on CentOS7 in Vagrant By Ansible-
# Prerequisite
Installed bellow tools
- VirtualBox
- Vagrant# Usage
### 1. Add Vagrant Box (CentOS7)
```
$ vagrant box add centos7 https://f0fff3908f081cb6461b407be80daf97f07ac418.googledrive.com/host/0BwtuV7VyVTSkUG1PM3pCeDJ4dVE/centos7.box
```### 2. git clone this repository
```
$ git clone https://github.com/kenzo0107/vagrant-ansible-sentry-centos7
```### 3. VagrantVM Build
```
$ cd vagrant-ansible-sentry-centos7
$ vagrant up
```### 4. add ssh.config
```
$ vagrant ssh-config > ssh.config
```### 5. ansible-playbook
```
$ ansible-playbook sentry.yml
```### 6. Access private_network http://(ip address)
http://192.168.33.10
Display Sentry Auth Login Page !