Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 969 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 969 Bytes
  • some scripts I wrote to simplify daily operation.
NSC_health_check.php    # Netscaler 的对后端server的监控检查代码, PHP实现

cert.py                 # 自动更新Fortimail的SSL证书, Python + pexpect

chef_api.rb             # Chef, 做配置管理(configuration Management)的API,通过它来实现node的自动注册和删除等。 Ruby脚本

chef_api.sh             # 同上, Bash脚本

delete_mail.py          # 个人邮件太多,从Outlook这种客户端删除很慢,直接操作邮件服务器端,删除邮件。 Python

dict.py                 #  一个小脚本,充分利用的Python的dict。

id_validator.py         # 小脚本,校验用户输入的身份证号码 是否有效。

terraform.md            # terraform的经验总结

cloudformation.md       # AWS Cloudformation使用总结

ansible-playbook        # roles of ansible playbook
troule-shooting.md      # trouble-shooting examples and tips.