From c7bcfe8424619b69f12f6aa9d665657ecfb54f69 Mon Sep 17 00:00:00 2001 From: Waffles Date: Wed, 4 Jan 2023 12:58:02 -0800 Subject: [PATCH] Cleaning up the root directory a bit --- frontend.yml | 2 +- hosts | 4 ---- mastodon.yml | 6 ------ 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 mastodon.yml diff --git a/frontend.yml b/frontend.yml index ff6b93d..2870d53 100644 --- a/frontend.yml +++ b/frontend.yml @@ -6,7 +6,7 @@ handlers: - name: Re-up docker containers - command: docker-compose up -d + command: /usr/local/bin/docker-compose.sh args: chdir: /home/mastodon/live listen: "docker-compose up" diff --git a/hosts b/hosts index 6bb7398..5620be8 100644 --- a/hosts +++ b/hosts @@ -4,10 +4,6 @@ tusky.masto.yttrx.com ansible_user=root mail.yttrx.com ansible_user=root wooly.masto.yttrx.com -[mastodon] -#tusky.masto.yttrx.com ansible_user=root -wooly.masto.ytrrx.com - [sidekiq] wooly.masto.yttrx.com diff --git a/mastodon.yml b/mastodon.yml deleted file mode 100644 index b76da8a..0000000 --- a/mastodon.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: Configure yttrx mastodon environment - hosts: [mastodon] - roles: - - role: mastodon -