From 491f1b3018d595e0afd4f5a646bcf822b35c497d Mon Sep 17 00:00:00 2001 From: waffles Date: Tue, 14 Feb 2023 23:58:39 -0800 Subject: [PATCH] Move wolly to mammoth --- hosts | 10 +++++----- roles/yttrx/tasks/main.yml | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/hosts b/hosts index 46eab35..21cb3b4 100644 --- a/hosts +++ b/hosts @@ -1,20 +1,20 @@ [yttrx] tusky.masto.yttrx.com -wooly.masto.yttrx.com +mammoth.masto.yttrx.com grafana.yttrx.com mail.yttrx.com [mastodon] -wooly.masto.yttrx.com +mammoth.masto.yttrx.com [frontend] -wooly.masto.yttrx.com +mammoth.masto.yttrx.com [webapp] -wooly.masto.yttrx.com +mammoth.masto.yttrx.com [sidekiq] -wooly.masto.yttrx.com +mammoth.masto.yttrx.com [yttrx:vars] ansible_python_interpreter=/usr/bin/python3 diff --git a/roles/yttrx/tasks/main.yml b/roles/yttrx/tasks/main.yml index ff7e855..8b86cb5 100644 --- a/roles/yttrx/tasks/main.yml +++ b/roles/yttrx/tasks/main.yml @@ -1,6 +1,10 @@ --- - import_tasks: swap.yml +- name: Set timezone + timezone: + name: America/Los_Angeles + - name: Install prometheus node exporter package: name: prometheus-node-exporter