https://github.com/kuflash/ansible-deploy-project-76
https://github.com/kuflash/ansible-deploy-project-76
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kuflash/ansible-deploy-project-76
- Owner: kuflash
- Created: 2023-09-18T19:44:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T20:59:03.000Z (over 2 years ago)
- Last Synced: 2025-02-03T11:51:07.628Z (over 1 year ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hexlet tests and linter status:
[](https://github.com/kuflash/ansible-deploy-project-76/actions)
### Preparing
Install all ansible requirements
```sh
make setup
```
Prepare all webservers
```sh
make setup-servers
```
Deploy redmine
1. Prepare file `./secrets/vault-password` with vault password
2. Run command for deploy application
3. Open application by http://kuflash-hexlet-deploy.site/
```sh
make deploy
```