Skip to content

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

Merged
merged 20 commits into from
Sep 26, 2019
Merged

Upgrade matomo #355

merged 20 commits into from
Sep 26, 2019

Conversation

hellais
Copy link
Member

@hellais hellais commented Sep 26, 2019

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.

@hellais hellais requested a review from bassosimone September 26, 2019 15:42
Copy link
Contributor

@bassosimone bassosimone left a 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
Copy link
Contributor

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?

Copy link
Member Author

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"
Copy link
Contributor

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

Copy link
Member Author

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 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this file?

Copy link
Member Author

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.

@hellais hellais merged commit 0f90802 into master Sep 26, 2019
@hellais hellais deleted the upgrade-matomo branch September 26, 2019 16:18
@hellais hellais mentioned this pull request Sep 26, 2019
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants