File tree Expand file tree Collapse file tree 3 files changed +54
-4
lines changed Expand file tree Collapse file tree 3 files changed +54
-4
lines changed Original file line number Diff line number Diff line change 7
7
distro : ubuntu1804
8
8
test_idempotence : false
9
9
10
+ # TODO: Not easy to test in CI at this time.
11
+ # - playbook: deployments-balancer.yml
12
+ # distro: ubuntu1404
13
+
14
+ - playbook : deployments-rolling.yml
15
+ distro : ubuntu1404
16
+
17
+ - playbook : docker.yml
18
+ distro : ubuntu1604
19
+ test_idempotence : false
20
+
21
+ - playbook : docker-hubot.yml
22
+ distro : ubuntu1604
23
+ test_idempotence : false
24
+
25
+ - playbook : drupal.yml
26
+ distro : ubuntu1604
27
+
28
+ # TODO: Not easy to test in CI at this time.
29
+ # - playbook: dynamic-inventory.yml
30
+ # distro: ubuntu1604
31
+
32
+ - playbook : https-self-signed.yml
33
+ distro : ubuntu1604
34
+
35
+ - playbook : includes.yml
36
+ distro : ubuntu1604
37
+
38
+ - playbook : jenkins.yml
39
+ distro : ubuntu1604
40
+
41
+ # TODO: Not easy to test in CI at this time.
42
+ # - playbook: kubernetes.yml
43
+ # distro: debian9
44
+
45
+ # TODO: Not easy to test in CI at this time.
46
+ # - playbook: lamp-infrastructure.yml
47
+ # distro: ubuntu1604
48
+
49
+ - playbook : nodejs.yml
50
+ distro : centos7
51
+
52
+ - playbook : nodejs-role.yml
53
+ distro : centos7
54
+
55
+ # TODO: Not easy to test in CI at this time.
56
+ # - playbook: orchestration.yml
57
+ # distro: ubuntu1604
58
+
59
+ - playbook : solr.yml
60
+ distro : ubuntu1604
10
61
11
62
script :
12
63
# Download test shim.
Original file line number Diff line number Diff line change 17
17
name :
18
18
- libsqlite3-dev
19
19
- libreadline-dev
20
- - libssl-dev
21
20
state : present
22
21
23
22
- name : Ensure app directory exists and is writeable.
Original file line number Diff line number Diff line change 1
1
---
2
2
# Variables for our app.
3
- app_version : 1.1.4
3
+ app_version : 2.0.0
4
4
app_directory : /opt/demo-rails-app
5
5
app_user : www-data
6
6
app_secrets :
@@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
18
18
19
19
# Variables for Ruby installation.
20
20
ruby_install_from_source : true
21
- ruby_download_url : https://cache.ruby-lang.org/pub/ruby/2.3 /ruby-2.3.8 .tar.gz
22
- ruby_version : 2.3.8
21
+ ruby_download_url : https://cache.ruby-lang.org/pub/ruby/2.6 /ruby-2.6.0 .tar.gz
22
+ ruby_version : 2.6.0
23
23
24
24
# Variables for Node.js installation.
25
25
nodejs_install_npm_user : root
You can’t perform that action at this time.
0 commit comments