Serverspec host_inventoryの使い方のサンプル

環境
Severspec
RHEL8.6

操作方法
1.host_inventory['hostname’]
ホスト名を取得します。

2.host_inventory['filesystem’]['/dev/xvde’]['kb_size’]
デバイスパスで割り当てられてるサイズ (KB) を取得する

3.cpuの情報の取得
host_inventory['cpu’]

4,メモリの取得
host_inventory['memory’]

5.EC2 メタデータの取得
host_inventory['ec2’]['ami-id’]

5.ドメイン名の取得
host_inventory['domain’]

6.FQDNの取得
host_inventory['fqdn’]

Ansible

Posted by arkgame