You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a ansible-disable script that creates a persistent lock file. The script takes a required parameter which describes the reason for disabling and records the value of $USER or $SUDO_USER (for root).
$ ansible-disable "Working on a local branch"
/run/ring-ansible.disable lock created (expires in 8 days)
$ cat /run/ring-ansible.disable
Working on local branch
Wed, 02 Jan 2019 20:00:38 +0000 by leopold
The text was updated successfully, but these errors were encountered:
leoluk
changed the title
Helper script for disabling Ansible
[RFC] Helper script for disabling Ansible
Jan 2, 2019
Build a
ansible-disable
script that creates a persistent lock file. The script takes a required parameter which describes the reason for disabling and records the value of$USER
or$SUDO_USER
(for root).The text was updated successfully, but these errors were encountered: