Installs PostgreSQL, Java and TeamCity to a Debian server.
- Ansible 2.1 or later installed on local machine. (See Installation instructions.)
- SSH access to the server where to install TeamCity.
- Internet access on the server.
- Go to
ansible
directory. - Edit
hosts
file, enter your server address. - (Optional) Check and edit
roles/*/default/main.yml
files if necessary. - Run
ansible-playbook install.yml
- Open http://<your_server>/ url in a browser and continue TeamCity installation.
- Choose PostgreSQL as database, define "teamcity" as database name, username and password (can be changed in
roles/teamcity-postgres/defaults/main.yml
). - Define TeamCity admin user name and password.
- etc...
- Choose PostgreSQL as database, define "teamcity" as database name, username and password (can be changed in