saltstack學習-5:模塊介紹
阿新 • • 發佈:2018-01-06
jboss cal big publish resource 結果 pam nat div
1,模塊介紹
2,salt查看幫助文檔:
[root@study02 ~]# salt ‘vas01‘ sys.doc
3,salt查看有哪些模塊
[root@study02 ~]# salt ‘vas01‘ sys.list_modules vas01: - acl - aliases - alternatives - archive - artifactory - at - beacons - bigip - blockdev - btrfs - buildout - cloud - cmd- composer - config - consul - container_resource - cp - cpan - cron - data - defaults - devmap - dig - disk - django - dnsmasq - dnsutil - drbd - elasticsearch - environ - etcd - ethtool - event - extfs - file- gem - grains - group - grub - hashutil - hipchat - hosts - http - img - incron - infoblox - ini - inspector - introspect - ip - iptables - iwtools - jboss7 - jboss7_cli - k8s - key - keyboard - kmod - locale- locate - logrotate - lowpkg - lvm - match - mine - minion - modjk - mount - nagios_rpc - network - nfs3 - openstack_config - pagerduty - pagerduty_util - pam - pillar - pip - pkg - pkg_resource - publish - pushover - pyenv - quota - raid - random - random_org - rbenv - rest_sample_utils - ret - rsync - rvm - s3 - s6 - salt_proxy - saltutil - schedule - scsi - sdb - seed - selinux - serverdensity_device - service - shadow - slack - slsutil - smbios - smtp - sqlite3 - ssh - state - status - supervisord - sys - sysctl - sysfs - syslog_ng - system - telemetry - temp - test - timezone - uptime - user - vbox_guest - virtualenv - xfs - zenoss
4,salt查看有哪些模塊
註:由於模塊太多了,命令執行結果不再這裏粘貼了,關於salt的模塊可以參考官網:
https://docs.saltstack.com/en/latest/ref/modules/all/
或者參考這位兄弟總結的博客:
http://blog.csdn.net/chengxuyuanyonghu/article/details/64519496
saltstack學習-5:模塊介紹