Updated README

This commit is contained in:
Mike Conrad
2024-03-11 07:02:17 -04:00
parent 128999b1ee
commit cc564fbeb5

7
README.md Normal file
View File

@ -0,0 +1,7 @@
## Overview
This repo is a simple collection of my Ansible scripts used to install and manage TeamCity server instances. This playbook is designed to install TeamCity server and the needed dependecies as well as to create/enable a `systemd` service. Currently tested on `popos 22.04`
### Running this playbook
```BASH
ansible-playbook --ask-become-pass install-teamcity-server.yml
```