Move variables to host_vars
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
roles/mastodon/vars/main.yml
|
roles/mastodon/vars/main.yml
|
||||||
|
host_vars/
|
||||||
|
|||||||
@@ -3,12 +3,6 @@
|
|||||||
hosts: [sidekiq]
|
hosts: [sidekiq]
|
||||||
roles:
|
roles:
|
||||||
- role: sidekiq
|
- role: sidekiq
|
||||||
vars:
|
|
||||||
sidekiq:
|
|
||||||
- name: ingresspush
|
|
||||||
q: [ '-q', 'ingress', '-q', 'push', ]
|
|
||||||
- name: defaultpull
|
|
||||||
q: [ '-q', 'pull', '-q', 'default' ]
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- name: Re-up docker containers
|
- name: Re-up docker containers
|
||||||
@@ -16,5 +10,3 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /home/mastodon/live
|
chdir: /home/mastodon/live
|
||||||
listen: "docker-compose up"
|
listen: "docker-compose up"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user