Run minisforum as next playbook.
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
tasks:
|
||||
- name: Include container variables
|
||||
include_vars: vars/hostinger.yaml
|
||||
include_vars:
|
||||
- vars/hostinger.yaml
|
||||
- vars/semaphore-token.yaml
|
||||
|
||||
- name: Register date
|
||||
ansible.builtin.set_fact:
|
||||
@@ -34,3 +36,13 @@
|
||||
backup_location: "/media/backup/docker/"
|
||||
containers: containers
|
||||
date: ansible_facts.date
|
||||
|
||||
- name: Run next playbook
|
||||
ansible.builtin.uri:
|
||||
url: http://ansible.lan/api/integrations/ei0dtntvuz54ot3s
|
||||
method: GET
|
||||
status_code: 204
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer "{{ token }}"
|
||||
run: minisforum
|
||||
|
||||
Reference in New Issue
Block a user