mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0971a342d8
NOTE: 1. use os.open() with os.O_CREAT|os.O_EXCL to check existence and create a lock file if not exists, it's an atomic operation 2. the fastest process will create the lock file and others will wait until the lock file is removed 3. after the writer finished writing to the password file, all the reading operations use built-in open so processes can read the file parallel |
6 years ago | |
---|---|---|
.. | ||
cli | 7 years ago | |
config | 6 years ago | |
contrib | 7 years ago | |
errors | 8 years ago | |
executor | 6 years ago | |
inventory_test_data/group_vars | 10 years ago | |
mock | 6 years ago | |
module_utils | 6 years ago | |
modules | 6 years ago | |
parsing | 7 years ago | |
playbook | 6 years ago | |
plugins | 6 years ago | |
template | 7 years ago | |
utils | 7 years ago | |
vars | 7 years ago | |
__init__.py | 8 years ago | |
ansible.cfg | 7 years ago | |
conftest.py | 8 years ago | |
test_constants.py | 8 years ago |