We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c9d9e5 + d66e75d commit 58510d0Copy full SHA for 58510d0
2 files changed
ansible/beta-hosts/docks.js
@@ -20,6 +20,11 @@ var params = {
20
{
21
Name: 'tag:role',
22
Values: ['dock']
23
+ },
24
+ // Only fetch running instances
25
+ {
26
+ Name: 'instance-state-name',
27
+ Values: ['running']
28
}
29
]
30
};
ansible/prod-hosts/docks.js
0 commit comments