Serverspce 名前解決できるか確認するサンプル
環境
Serverspec
Ansible
構文
describe host(ホスト変数名) do
処理コード
操作例
tthost = 'server.arkgame.com' describe host(tthost) do it { should be_resolvable.by('hosts') } end
Coding Changes the World
環境
Serverspec
Ansible
構文
describe host(ホスト変数名) do
処理コード
操作例
tthost = 'server.arkgame.com' describe host(tthost) do it { should be_resolvable.by('hosts') } end