Create notification system for workstations to know when Ansible has been run.

This commit is contained in:
2026-05-08 09:25:10 -07:00
parent edb1db9a9a
commit 465ba8e053
5 changed files with 56 additions and 5 deletions

View File

@@ -11,10 +11,13 @@
git_repo_http: https://{{ git_host }}/{{ git_user }}/{{ git_project }}
git_repo_ssh: ssh://git@{{ git_host }}:{{ git_ssh_port }}/{{ git_user }}/{{ git_project }}
shared_rc_install_dir: ~/.git-env-shared
notify_log: "ansible.notify.log"
- name: General | Facts | System | Global [2/2]
set_fact:
shared_rc_bin: "{{ shared_rc_install_dir }}/bin-shared"
notify_log_file: /var/log/{{ notify_log }}
notify_log_file_wip: /tmp/{{ notify_log }}.wip
- name: General | Facts | System | Linux
set_fact: