imfreedom/ansible

6bf95b9e6799
Parents 616bcc85a22a
Children 721bda42384e
Remove teamcity_server var from playbooks

This variable is already defined in the inventory and the way it is right now
prevents us from testing in a local teamcity instance since the value of the
variable available in the playbook will supercede the one we define in a custom
inventory.

Also removing some extra empty newlines at the end of files that are not needed.

Testing Done:
Replaced the call to the roles by a simple `fail` call with a msg that prints the variable value and the printed value was the one it got from the inventory.
Can't really test more than that since I don't have access to the imfreedom teamcity instance but I have no reason to believe that this would break things since the variable is defined for all hosts in `inventory/pidgin/hosts.yaml`.

Reviewed at https://reviews.imfreedom.org/r/1141/
--- a/teamcity_convey_agents.yaml Sat Nov 27 20:16:43 2021 -0600
+++ b/teamcity_convey_agents.yaml Sun Nov 28 00:45:35 2021 -0600
@@ -6,5 +6,3 @@
- role: convey
- role: podman
- role: teamcity
- teamcity_server: https://ci.imfreedom.org/
-
--- a/teamcity_coverity_agents.yaml Sat Nov 27 20:16:43 2021 -0600
+++ b/teamcity_coverity_agents.yaml Sun Nov 28 00:45:35 2021 -0600
@@ -8,4 +8,3 @@
- role: pidgin2_dependencies
- role: pidgin3_dependencies
- role: teamcity
- teamcity_server: https://ci.imfreedom.org/
--- a/teamcity_simple_agents.yaml Sat Nov 27 20:16:43 2021 -0600
+++ b/teamcity_simple_agents.yaml Sun Nov 28 00:45:35 2021 -0600
@@ -7,5 +7,3 @@
- role: pidgin2_dependencies
- role: pidgin3_dependencies
- role: teamcity
- teamcity_server: https://ci.imfreedom.org/
-