We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4bde1 commit 3e3bdfaCopy full SHA for 3e3bdfa
2 files changed
ansible/delta-hosts/docks.js
@@ -18,8 +18,8 @@ var params = {
18
},
19
// Only fetch instances that are tagged as docks
20
{
21
- Name: 'tag:org',
22
- Values: ['2335750']
+ Name: 'tag:role',
+ Values: ['dock']
23
24
// Only fetch running instances
25
ansible/roles/content-domain-certs/tasks/main.yml
@@ -19,4 +19,4 @@
with_items:
- ca.pem
- key.pem
- - cert.pem
+ - cert.pem
0 commit comments