فهرست منبع

Ignore *.cfg and *.crt in the openstack inventory (#672)

This allows our users to keep the ansible.cfg file in the inventory as
well as putting e.g. LDAP certificates in.

Fixes #481
Tomas Sedovic 7 سال پیش
والد
کامیت
603f218f4e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      playbooks/provisioning/openstack/sample-inventory/ansible.cfg

+ 1 - 1
playbooks/provisioning/openstack/sample-inventory/ansible.cfg

@@ -6,7 +6,7 @@ forks = 50
 timeout = 30
 host_key_checking = false
 inventory = inventory
-inventory_ignore_extensions = secrets.py, .pyc
+inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt
 gathering = smart
 retry_files_enabled = false
 fact_caching = jsonfile