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
- Host: GitHub
- URL: https://github.com/swimmwatch/devops-for-programmers-project-76
- Owner: swimmwatch
- Created: 2023-01-03T12:40:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T12:13:03.000Z (over 2 years ago)
- Last Synced: 2024-10-06T01:41:39.848Z (8 months ago)
- Topics: ansible, ansible-playbook, datadog, devops, docker
- Language: Jinja
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](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
```