Create notification system for workstations to know when Ansible has been run.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user