-
Notifications
You must be signed in to change notification settings - Fork 26
Upgrade matomo #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade matomo #355
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asked a few questions, to better understand.
@@ -33,12 +33,12 @@ passwd: | |||
plpsql: {login: plpsql, comment: Pipeline Postgresql} | |||
plshovel: {login: plshovel, comment: Pipeline Shovel} | |||
|
|||
nodeexp: {login: nodeexp, comment: Prometheus Node Exporter} | |||
nodeexp: {login: nodeexp, comment: Prometheus Node Exporter} # DONE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does done mean in this context?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are some notes for me so I remember which usernames have been migrated.
|
||
- name: adds Docker repository and update apt cache | ||
apt_repository: > | ||
repo="deb https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am a bit confused by the name of this variable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an ansible variable which is set the to the distribution name (ex. buster
). Search docs.ansible.com for ansible_distribution_release
to find more information about it.
@@ -1,1693 +1,1693 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's generated by ext-inventory.yml
and it has a dump of all the machines running in our greenhost account.
In this PR I am upgrading to the latest matomo.
This fixes:
Moreover I use this as a chance to also improve the letsencrypt role and make a new
docker
role that works well on modern versions of debian.It also includes some fixes to issues encountered in dom0-bootstrap as part of the deploy.