summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/filter_core/vars/main.yml
blob: aedecd8f997dc5b0bbf19d7c2e5436cea8941e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
some_structure:
  - "this is a list element"
  -
    this: "is a hash element in a list"
    warp: 9
    where: endor

other_data:
  level1:
    foo: bar
    blip: baz
    nested:
        abc: def
        ghi: xyz
        alist:
          - alpha
          - beta
          - charlie
          - delta
  level2:
    asd: df
    xc: dsdfsfsd
    nested:
      abc: foo
      alist:
        - zebra
        - yellow
        - xray

# from https://github.com/ansible/ansible/issues/20379#issuecomment-280492883
example_20379: {
    "ApplicationVersions": [
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "test-npm-check-626-1313",
            "Description": "bla",
            "DateCreated": "2017-01-22T02:02:31.798Z",
            "DateUpdated": "2017-01-22T02:02:31.798Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-626-1313.war"
            }
        },
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "terminate-611-1289",
            "Description": "bla",
            "DateCreated": "2017-01-20T00:34:29.864Z",
            "DateUpdated": "2017-01-20T00:34:29.864Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-611-1289.war"
            }
        },
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "terminate-610-1286",
            "Description": "bla",
            "DateCreated": "2017-01-20T00:22:02.229Z",
            "DateUpdated": "2017-01-20T00:22:02.229Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-610-1286.war"
            }
        },
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "master-609-1284",
            "Description": "bla",
            "DateCreated": "2017-01-19T23:54:32.902Z",
            "DateUpdated": "2017-01-19T23:54:32.902Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-609-1284.war"
            }
        },
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "master-608-1282",
            "Description": "bla",
            "DateCreated": "2017-01-19T23:02:44.902Z",
            "DateUpdated": "2017-01-19T23:02:44.902Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-608-1282.war"
            }
        },
        {
            "ApplicationName": "gitlab_ci_elasticbeanstalk",
            "Status": "UNPROCESSED",
            "VersionLabel": "master-606-1278",
            "Description": "bla'",
            "DateCreated": "2017-01-19T22:47:57.741Z",
            "DateUpdated": "2017-01-19T22:47:57.741Z",
            "SourceBundle": {
                "S3Bucket": "bla",
                "S3Key": "ci/beanstalk/gitlab_ci_elasticbeanstalk/gitlab_ci_elasticbeanstalk-606-1278.war"
            }
        }
    ]
}