ソースを参照

feat: enable the metadata grains server by default

tags/v1.6.0
Mark Ferrell 4年前
コミット
b1d296d270
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      salt/files/cloud.providers.d/_ec2.conf

+ 1
- 0
salt/files/cloud.providers.d/_ec2.conf ファイルの表示

@@ -7,6 +7,7 @@ ec2_ubuntu_public:
master: {{ cloud.get('master', 'salt') }}
grains:
test: True
metadata_server_grains: True
ssh_interface: public_ips
id: {{ cloud.get('aws_key', 'DEFAULT') }}
key: '{{ cloud.get('aws_secret', 'DEFAULT') }}'

読み込み中…
キャンセル
保存