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

https://github.com/swimmwatch/devops-for-programmers-project-76


https://github.com/swimmwatch/devops-for-programmers-project-76

ansible ansible-playbook datadog devops docker

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# devops-for-programmers-project-76
Link: [http://my-first-domain.ru/](http://my-first-domain.ru/)

### Hexlet tests and linter status:
[![Actions Status](https://github.com/swimmwatch/devops-for-programmers-project-76/workflows/hexlet-check/badge.svg)](https://github.com/swimmwatch/devops-for-programmers-project-76/actions)

### How to run:
1. Create own `.vault-secret` file with password. For encrypting and decrypting you can use `make encrypt` and `make decrypt`
2. Install Ansible roles and collections:
```shell
make install
```
3. Deploy application:
```shell
make deploy
```