This commit is contained in:
2024-08-29 13:04:47 +02:00
parent 5b979c8926
commit b254d9aa2f

View File

@@ -1,7 +1,7 @@
- hosts: all
# vars:
# become: true
gather_facts: true
gather_facts: false
vars:
user: staffadmin
username: jingohalert
@@ -54,10 +54,11 @@
user: "{{ username }}"
password: "{{ password }}"
headers:
Title: "update"
Title: "update {{ ansible_play_hosts }}"
ta: "file_folder"
body: "{{ ansible_play_hosts }}"
body: "Updated and Upgraded !"
status_code: 200
delegate_to: localhost
tags: toto
run_once: true