Reorganized content, cleanup

This commit is contained in:
Mike Conrad
2025-02-23 17:00:05 -05:00
parent b1ce65902b
commit 2ffb3ccd53
46 changed files with 48 additions and 50 deletions

View File

@ -1,5 +1,5 @@
---
author: mikeconrad
author: Mike Conrad
categories:
- Ansible
- Automation
@ -28,7 +28,7 @@ Another reason I love it is the fact that you can create really powerful build t
## Installation and Setup
For this I will assume that you already have Ansible on your machine and that you will be installing TeamCity locally. You can simply follow along with the installation guide [here](https://www.jetbrains.com/help/teamcity/install-teamcity-server-on-linux-or-macos.html#Example%3A+Installation+using+Ubuntu+Linux). We will be creating an Ansible playbook based on the following steps. If you just want the finished code, you can find it on my Gitea instance [here](https://git.hackanooga.com/mikeconrad/teamcity-ansible-scripts.git):
For this I will assume that you already have Ansible on your machine and that you will be installing TeamCity locally. You can simply follow along with the installation guide [here](https://www.jetbrains.com/help/teamcity/install-teamcity-server-on-linux-or-macos.html#Example%3A+Installation+using+Ubuntu+Linux). We will be creating an Ansible playbook based on the following steps. If you just want the finished code, you can find it on my Gitea instance [here](https://git.hackanooga.com/Mike Conrad/teamcity-ansible-scripts.git):
#### Step 1 : Create project and initial playbook
@ -137,7 +137,7 @@ $: ~/projects/teamcity-ansible-terraform
1 directory, 2 files
```
Thats it! Now you should have a fully automated installed of TeamCity Server ready to be deployed wherever you need it. Here is the final playbook file, also you can find the most up to date version in my [repo](https://git.hackanooga.com/mikeconrad/teamcity-ansible-scripts.git):
Thats it! Now you should have a fully automated installed of TeamCity Server ready to be deployed wherever you need it. Here is the final playbook file, also you can find the most up to date version in my [repo](https://git.hackanooga.com/Mike Conrad/teamcity-ansible-scripts.git):
```yaml
---