Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ---
- _local_facts_id: buildbot_worker_{{buildbot_worker_name}}
- _local_facts:
- worker_password: "{% if not ansible_local[_local_facts_id].worker_password is defined %}{{ lookup('password', '/dev/null length=16 chars=ascii_letters') }}{% else %}{{ ansible_local[_local_facts_id].worker_password }}{% endif %}"
-
- buildbot_worker_user: "{{ buildbot_worker_name }}"
- buildbot_worker_group: "{{ buildbot_worker_name }}"
- buildbot_worker_home_directory: "/var/lib/buildbot-worker/{{ buildbot_worker_name }}"
|