You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yaml 498B

4 vuotta sitten
12345678
  1. ---
  2. _local_facts_id: buildbot_worker_{{buildbot_worker_name}}
  3. _local_facts:
  4. 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 %}"
  5. buildbot_worker_user: "{{ buildbot_worker_name }}"
  6. buildbot_worker_group: "{{ buildbot_worker_name }}"
  7. buildbot_worker_home_directory: "/var/lib/buildbot-worker/{{ buildbot_worker_name }}"