ansible-nsswitch:有助于管理 nsswitch.conf 文件的 Ansible 角色

时间:2021-06-05 14:14:00
【文件属性】:
文件名称:ansible-nsswitch:有助于管理 nsswitch.conf 文件的 Ansible 角色
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-05 14:14:00
nsswitch 有助于管理 nsswitch.conf 文件的角色。 例子 --- # Default usage - hosts: myhost1 roles: - nsswitch # Example of how to add a new option to a database - hosts: myhost2 vars: # Add 'sss' option to the groups database nsswitch_group: - files - sss roles: - nsswitch # Example of how to suppress some of the database - hosts: myhost3 vars: # Set value to empty list t
【文件预览】:
ansible-nsswitch-master
----defaults()
--------main.yaml(1KB)
----tasks()
--------main.yaml(148B)
----meta()
--------main.yml(243B)
----LICENSE.md(1KB)
----README.md(3KB)
----templates()
--------nsswitch.conf.j2(282B)
----.gitignore(0B)

网友评论