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 77 distro : ubuntu1804
88 test_idempotence : false
99
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
1061
1162script :
1263 # Download test shim.
Original file line number Diff line number Diff line change 1717 name :
1818 - libsqlite3-dev
1919 - libreadline-dev
20- - libssl-dev
2120 state : present
2221
2322 - name : Ensure app directory exists and is writeable.
Original file line number Diff line number Diff line change 11---
22# Variables for our app.
3- app_version : 1.1.4
3+ app_version : 2.0.0
44app_directory : /opt/demo-rails-app
55app_user : www-data
66app_secrets :
@@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
1818
1919# Variables for Ruby installation.
2020ruby_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
2323
2424# Variables for Node.js installation.
2525nodejs_install_npm_user : root
You can’t perform that action at this time.
0 commit comments