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 -