22 lines
446 B
YAML
22 lines
446 B
YAML
---
|
|
#
|
|
# Config items excluded from Adding/Updating.
|
|
#
|
|
# Each list item is the name of the config item.
|
|
#
|
|
- name: Config Items to skip
|
|
ansible.builtin.set_fact:
|
|
skip_config:
|
|
- cas_version
|
|
- dbversion
|
|
- _dbslave_status
|
|
- init_all
|
|
- instance_uuid
|
|
- notification_uuid
|
|
- proxy_passwd
|
|
- registration_uuid
|
|
- schema_version
|
|
- smtp_passwd
|
|
- version
|
|
when: item.api_path == 'Config'
|