2015-02-01から1ヶ月間の記事一覧

ansible

http://docs.ansible.com/ansible/intro_inventory.htmlhttp://yteraoka.github.io/ansible-tutorial/ copy Files modules — Ansible DocumentationAnsible ~copyモジュール~ - Qiitaansible ディレクトリ削除http://blog.withsin.net/2014/12/22/ansible-…

ansible テンプレート 変数

ファイル名(変数)の拡張子を除いた部分を取得 - name: Common tasks => Ensure symlinks for utilities exist file: src=~/bin/{{ item }} dest=~/bin/{{ (item | splitext)[0] }} mode=755 state=link with_fileglob: - bin/*Ansible roles: change file ex…

SMTP-AUTH cert

SSL/TLS STARTTLS の確認 # smtpサーバにSSL接続するとき $ openssl s_client -connect localhost:smtps # smtpサーバに接続して、STARTTLSするとき $ openssl s_client -crlf -starttls smtp -connect localhost:smtp opensslでSMTPS/STARTTLSのテストをす…