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.

20 lines
581 B

  1. ---
  2. run_gitinfos: false
  3. common_required_pkgs:
  4. - python-httplib2
  5. - openssl
  6. - curl
  7. - rsync
  8. - bash-completion
  9. # For the openstack integration kubelet will need credentials to access
  10. # openstack apis like nova and cinder. Per default this values will be
  11. # read from the environment.
  12. openstack_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
  13. openstack_username: "{{ lookup('env','OS_USERNAME') }}"
  14. openstack_password: "{{ lookup('env','OS_PASSWORD') }}"
  15. openstack_region: "{{ lookup('env','OS_REGION_NAME') }}"
  16. openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID') }}"