Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

9 linhas
498B

  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 }}"