From cc564fbeb5f447e0cfcd8bb3bec4dadd48c62f57 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Mon, 11 Mar 2024 07:02:17 -0400 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9966176 --- /dev/null +++ b/README.md @@ -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 +```