使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
old-salt-formula
镜像自地址
https://github.com/saltstack-formulas/salt-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
68
百科
动态
浏览代码
feat: enable the metadata grains server by default
tags/v1.6.0
Mark Ferrell
4 年前
父节点
b94ff645c9
当前提交
b1d296d270
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
分列视图
显示文件统计
+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') }}'
撰写
预览
正在加载...
取消
保存