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