aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
Commit message (Collapse)AuthorAgeLines
* Update psql schema to match tg19 changestg19_psql_schemaOle Mathias Aa. Heggem2019-10-13-91/+13
|
* excluded listing of template files from varnishslinderud2019-03-31-0/+5
|
* Copy current schema.sql to ansible roleLasse Haugen2019-02-13-167/+276
|
* newline fuckupsLasse Haugen2019-02-12-0/+2
|
* service file cleanupLasse Haugen2019-02-12-14/+8
|
* Update service fileLasse Haugen2019-02-12-17/+3
|
* removed copy-paste stuff from service fileslinderud2019-02-12-3/+0
|
* moved from pip to aptslinderud2019-02-12-5/+2
|
* merged changesslinderud2019-02-12-3/+20
|\
| * renamed serviceLasse Haugen2019-02-12-16/+1
| |
| * Added path to templatesLasse Haugen2019-02-12-0/+15
| |
| * added newlinesLasse Haugen2019-02-12-2/+4
|/
* fixed templateing install and service file, updated install documentation ↵slinderud2019-02-10-17/+166
| | | | and included new varnish vcl file
* changed to the correct repoLasse Haugen2019-02-05-1/+1
|
* Use ::1 instead of localhost to avoid multiple IPsKristian Lyngstol2019-01-21-2/+2
| | | | Fixes #193
* Moved git install before git pullLasse Haugen2019-01-19-7/+7
|
* change to apt moduleLasse Haugen2019-01-14-7/+7
|
* Install basic packagesLasse Haugen2019-01-14-0/+9
|
* newline fixLasse Haugen2019-01-14-1/+1
|
* some ansible-lint fixesLasse Haugen2019-01-14-10/+19
|
* Change to new ansible styleLasse Haugen2019-01-14-36/+33
|
* Removed dupicatesLasse Haugen2019-01-14-3/+0
|
* Merge branch 'master' of github.com:tech-server/gondulLasse Haugen2019-01-14-0/+18
|\
| * Fixed ansible postgres bugslinderud2019-01-13-0/+18
| |
* | Change to new ansible styleLasse Haugen2019-01-14-5/+1
| |
* | changed to 9.6Lasse Haugen2019-01-13-5/+5
| |
* | Update to debian9Lasse Haugen2019-01-13-2/+2
|/
* ansible: Don't drag in mod-proxy that doesn't even existKristian Lyngstol2018-12-02-1/+0
|
* Throw TG18-stuff over the wallroot2018-03-31-72/+700
|
* Making network first class citizenOle Mathias Aa. Heggem2018-01-28-39/+62
| | | | Still work in progress
* Added apt-transport-https to influx roleOle Mathias Aa. Heggem2018-01-28-0/+7
|
* Varnish is now installed in ansible jobOle Mathias Aa. Heggem2018-01-23-14/+7
|
* Added varnish to ansible jobOle Mathias Aa. Heggem2018-01-23-53/+173
|
* Wrong indent in postgres taskOle Mathias Aa. Heggem2017-11-06-1/+1
|
* A few typosOle Mathias Aa. Heggem2017-11-06-1/+22
|
* influx/chart and ansibleOle Mathias Aa. Heggem2017-11-05-6/+623
|
* Further tidying upKristian Lyngstol2017-04-20-0/+0
|
* build/: Make room for new deployment schemeKristian Lyngstol2017-04-19-18/+960
|
* Move ansible-stuff one directory upKristian Lyngstol2017-03-14-171/+0
| | | | | This fixes the ansible 2.1? 2.2? issue where they changed what is considered PWD.
* Use persistent postgres storage and make grafana use postgres backingKristian Lyngstol2016-11-22-2/+2
| | | | | Still need to fix session storage for Grafana. After that, the container is stateless.
* Expose grafana tooKristian Lyngstol2016-11-15-1/+1
|
* Start clean switches-tableKristian Lyngstol2016-11-15-3/+11
| | | | Lots of cruft
* Tweak build-order to reduce itchynessKristian Lyngstol2016-11-11-4/+4
|
* Test distro-tree tooKristian Lyngstol2016-11-09-0/+1
|
* Add a few simple test-casesKristian Lyngstol2016-11-09-0/+4
| | | | | | - Templates (rendered and raw) - Graphs - raw
* Scaffolding for functional templating :DKristian Lyngstol2016-11-07-1/+5
|
* Build: Varnish, not apache, should be exposed by defaultKristian Lyngstol2016-11-07-2/+2
| | | | This is particularly important now that Varnish also proxies graphite.
* Bump us over to TG maps and layoutsKristian Lyngstol2016-11-04-1/+1
|
* More PoC-style graphite integration + grafanaKristian Lyngstol2016-10-22-1/+5
| | | | | | | | | | | The grafana-bit is ok, but needs to be configured by hand (once). Also tweaks graphite to write new stuff faster. I suspect I will need a better way to handle the graphite/carbon insertion for both ping and snmp, but maybe UDP would solve it... Running tests tonight to get some data regardless.
* Big broken push of graphingKristian Lyngstol2016-10-22-1/+1
| | | | | | | | | | | - Adds latency graphs everywhere, even where they shouldn't be. For PoC. - Fixes a frontend leakage of handlers - Adds a nasty way of getting latency-data into graphite (needs to be improved) - Adds working graphite integration in varnish - Adds config for graphite Lots of things broken here, but it's a half-decent start.