ソースを参照

ansible.cfg: error when inventory does not parse

As of Ansible 2.4 this option exists:
https://github.com/ansible/ansible/issues/15035#issuecomment-329672168

The kind of error you get later when this is your real problem tends to be
*very* confusing. Much better to just fail right away.
Luke Meyer 7 年 前
コミット
e31dd8e318
2 ファイル変更8 行追加0 行削除
  1. 4 0
      ansible.cfg
  2. 4 0
      utils/etc/ansible.cfg

+ 4 - 0
ansible.cfg

@@ -33,6 +33,10 @@ callback_whitelist = profile_tasks
 # Uncomment to use the provided AWS dynamic inventory script
 #hostfile = inventory/aws/ec2.py
 
+[inventory]
+# fail more helpfully when the inventory file does not parse (Ansible 2.4+)
+unparsed_is_failed=true
+
 # Additional ssh options for OpenShift Ansible
 [ssh_connection]
 pipelining = True

+ 4 - 0
utils/etc/ansible.cfg

@@ -29,6 +29,10 @@ deprecation_warnings = False
 # ssh_args - set if provided by user (cli)
 # control_path
 
+[inventory]
+# fail more helpfully when the inventory file does not parse (Ansible 2.4+)
+unparsed_is_failed=true
+
 # Additional ssh options for OpenShift Ansible
 [ssh_connection]
 # shorten the ControlPath which is often too long; when it is,