Skip to content

Commit

Permalink
Add example for airflow_environment_extra_vars configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Camile committed Apr 3, 2018
1 parent 29e1ab2 commit 4814ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ airflow_logs_folder: /var/log/airflow
airflow_child_process_log_folder: "{{ airflow_logs_folder }}/scheduler"
airflow_environment_file_folder: /etc/sysconfig
airflow_environment_extra_vars: []
# - name: PATH
# value: "/custom/path/bin:$PATH"

# Allowing playbooks to provide external config files&templates
airflow_extra_conf_path: "{{ playbook_dir }}/files/airflow"
Expand Down

0 comments on commit 4814ba3

Please sign in to comment.