Skip to content

Commit 01f9a00

Browse files
Florian Reynervo
authored andcommitted
Debian buster support
1 parent 5e90e1b commit 01f9a00

File tree

554 files changed

+4296
-869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

554 files changed

+4296
-869
lines changed

.travis.yml

Lines changed: 63 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -13,101 +13,90 @@ env:
1313

1414
jobs:
1515
include:
16-
- stage: lint & test
16+
- &lint-test
17+
stage: lint & test
1718
script: make lint.diff && make test.diff
1819
env:
19-
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=1/3
20+
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=1/4
2021
if: type = pull_request
21-
- stage: lint & test
22-
script: make lint.diff && make test.diff
22+
- <<: *lint-test
2323
env:
24-
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=2/3
25-
if: type = pull_request
26-
- stage: lint & test
27-
script: make lint.diff && make test.diff
24+
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=2/4
25+
- <<: *lint-test
2826
env:
29-
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=3/3
30-
if: type = pull_request
31-
- stage: lint & test
32-
script: make lint.diff && make test.diff
27+
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=3/4
28+
- <<: *lint-test
3329
env:
34-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=1/7
35-
if: type = pull_request
36-
- stage: lint & test
37-
script: make lint.diff && make test.diff
30+
- DISTRIBUTIONS=debian.wheezy ANSIBLE_VERSION=2.6.5 PART=4/4
31+
- <<: *lint-test
3832
env:
39-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=2/7
40-
if: type = pull_request
41-
- stage: lint & test
42-
script: make lint.diff && make test.diff
33+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=1/7
34+
- <<: *lint-test
4335
env:
44-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=3/7
45-
if: type = pull_request
46-
- stage: lint & test
47-
script: make lint.diff && make test.diff
36+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=2/7
37+
- <<: *lint-test
4838
env:
49-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=4/7
50-
if: type = pull_request
51-
- stage: lint & test
52-
script: make lint.diff && make test.diff
39+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=3/7
40+
- <<: *lint-test
5341
env:
54-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=5/7
55-
if: type = pull_request
56-
- stage: lint & test
57-
script: make lint.diff && make test.diff
42+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=4/7
43+
- <<: *lint-test
5844
env:
59-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=6/7
60-
if: type = pull_request
61-
- stage: lint & test
62-
script: make lint.diff && make test.diff
45+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=5/7
46+
- <<: *lint-test
6347
env:
64-
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=7/7
65-
if: type = pull_request
66-
- stage: lint & test
67-
script: make lint.diff && make test.diff
48+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=6/7
49+
- <<: *lint-test
6850
env:
69-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=1/7
70-
if: type = pull_request
71-
- stage: lint & test
72-
script: make lint.diff && make test.diff
51+
- DISTRIBUTIONS=debian.jessie ANSIBLE_VERSION=2.6.5 PART=7/7
52+
- <<: *lint-test
7353
env:
74-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=2/7
75-
if: type = pull_request
76-
- stage: lint & test
77-
script: make lint.diff && make test.diff
54+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=1/7
55+
- <<: *lint-test
7856
env:
79-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=3/7
80-
if: type = pull_request
81-
- stage: lint & test
82-
script: make lint.diff && make test.diff
57+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=2/7
58+
- <<: *lint-test
8359
env:
84-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=4/7
85-
if: type = pull_request
86-
- stage: lint & test
87-
script: make lint.diff && make test.diff
60+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=3/7
61+
- <<: *lint-test
8862
env:
89-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=5/7
90-
if: type = pull_request
91-
- stage: lint & test
92-
script: make lint.diff && make test.diff
63+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=4/7
64+
- <<: *lint-test
9365
env:
94-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=6/7
95-
if: type = pull_request
96-
- stage: lint & test
97-
script: make lint.diff && make test.diff
66+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=5/7
67+
- <<: *lint-test
9868
env:
99-
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=7/7
100-
if: type = pull_request
101-
- stage: lint & test
102-
script: make lint.diff && make test.diff
69+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=6/7
70+
- <<: *lint-test
10371
env:
104-
- DISTRIBUTIONS=centos.7 ANSIBLE_VERSION=2.6.5 PART=1/1
105-
if: type = pull_request
106-
- stage: lint & test
107-
script: make lint.diff && make test.diff
72+
- DISTRIBUTIONS=debian.stretch ANSIBLE_VERSION=2.6.5 PART=7/7
73+
- <<: *lint-test
10874
env:
109-
- DISTRIBUTIONS=ubuntu.xenial ANSIBLE_VERSION=2.6.5 PART=1/1
110-
if: type = pull_request
75+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=1/7
76+
- <<: *lint-test
77+
env:
78+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=2/7
79+
- <<: *lint-test
80+
env:
81+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=3/7
82+
- <<: *lint-test
83+
env:
84+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=4/7
85+
- <<: *lint-test
86+
env:
87+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=5/7
88+
- <<: *lint-test
89+
env:
90+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=6/7
91+
- <<: *lint-test
92+
env:
93+
- DISTRIBUTIONS=debian.buster ANSIBLE_VERSION=2.6.5 PART=7/7
94+
- <<: *lint-test
95+
env:
96+
- DISTRIBUTIONS=centos.7 ANSIBLE_VERSION=2.6.5 PART=1/1
97+
- <<: *lint-test
98+
env:
99+
- DISTRIBUTIONS=ubuntu.xenial ANSIBLE_VERSION=2.6.5 PART=1/1
111100
- stage: gitsplit
112101
script:
113102
- git config remote.origin.fetch "+refs/*:refs/*"
@@ -119,4 +108,3 @@ jobs:
119108
notifications:
120109
slack:
121110
secure: eLmB7407GORDp/9w55mwWm6slUHDdd6zamFOvfUBzu0EE2D3hnMnL6rebjQy+TXy5J0MAHokpMoldHCgfrOnr9Nj8orntGVDV8waIyMekEV55dbPFspW/skDE9Hq2d+NL1U5sDg57P4QzrKJ12msvFyed4wih+YFvhAUX419VKYzjQsj+XMqnsem0oOktpNoKENrOQM6GmNZSGG+Kjgg1XfybRNvEUN6mkBnbJH+SZCM0h/rNnluJItLjXiGG4ExZoKRdSOgb9ugjSSkTOu/x2tgdroKbtZhlYAbEuYCRugPfK/wCWmn6RfLfGjwDvbII7HHbjQ05vYe6BpbIERJhv5uSIg9YCJrunasEBHDG0C3wNWoEdeTwEE8YdFFbX2PiI21TT8FBD3ketLntgPOycya+Il2jBc51I1dQ7aA11E433YtCQyQVpV0Mywhy3Ra6t5nnOjyfG0DGwIrl5YqUgwah44dh96go9X2k75nLguD5q4bXE36th36x6VXp/4SBQg/15EWJhV1cRA+ypuIXV5Tiyvi9cxHmkdW8APSBUWo1ow3O3Q35gF4OYJvwc0ndqf81OfmWEAjeazIJTdO8xqxr+0dtP4WZ/lv+a+T9xwVqhAje+c4AYS8l5Yr887RjCzZtpW1NJGzH35Zu6BtB4Yh4gdoBJiGrN/gC/tK/Wg=
122-

manala.accounts/.manala/make/Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ SH_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,sh.debi
8989
sh.debian.stretch: DISTRIBUTION = debian.stretch
9090
sh.debian.stretch: sh
9191

92+
SH_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,sh.debian.buster, Open shell on test host - Debian Buster))
93+
sh.debian.buster: DISTRIBUTION = debian.buster
94+
sh.debian.buster: sh
95+
9296
SH_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,sh.centos.7, Open shell on test host - CentOS 7))
9397
sh.centos.7: DISTRIBUTION = centos.7
9498
sh.centos.7: sh
@@ -128,6 +132,10 @@ UPDATE_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,upd
128132
update.debian.stretch: DISTRIBUTIONS = debian.stretch
129133
update.debian.stretch: update
130134

135+
UPDATE_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,update.debian.buster, Update test host - Debian Buster))
136+
update.debian.buster: DISTRIBUTIONS = debian.buster
137+
update.debian.buster: update
138+
131139
UPDATE_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,update.centos.7, Update test host - CentOS 7))
132140
update.centos.7: DISTRIBUTIONS = centos.7
133141
update.centos.7: update
@@ -174,6 +182,10 @@ LINT_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
174182
lint.debian.stretch: DISTRIBUTIONS = debian.stretch
175183
lint.debian.stretch: lint@local
176184

185+
LINT_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,lint.debian.buster, Lint role - Debian Buster))
186+
lint.debian.buster: DISTRIBUTIONS = debian.buster
187+
lint.debian.buster: lint@local
188+
177189
LINT_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,lint.centos.7, Lint role - CentOS 7))
178190
lint.centos.7: DISTRIBUTIONS = centos.7
179191
lint.centos.7: lint@local
@@ -242,6 +254,10 @@ TEST_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
242254
test.debian.stretch: DISTRIBUTIONS = debian.stretch
243255
test.debian.stretch: test@local
244256

257+
TEST_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,test.debian.buster, Test role - Debian Buster))
258+
test.debian.buster: DISTRIBUTIONS = debian.buster
259+
test.debian.buster: test@local
260+
245261
TEST_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,test.centos.7, Test role - CentOS 7))
246262
test.centos.7: DISTRIBUTIONS = centos.7
247263
test.centos.7: test@local

manala.accounts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- Debian buster support
810

911
## [1.0.3] - 2018-10-17
1012
### Fixed

manala.accounts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ include .manala/make/Makefile
1111
########
1212

1313
ROLE = manala.accounts
14-
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
14+
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster

manala.accounts/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ galaxy_info:
1717
- wheezy
1818
- jessie
1919
- stretch
20+
- buster
2021
galaxy_tags:
2122
- system
2223
- accounts

manala.alternatives/.manala/make/Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ SH_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,sh.debi
8989
sh.debian.stretch: DISTRIBUTION = debian.stretch
9090
sh.debian.stretch: sh
9191

92+
SH_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,sh.debian.buster, Open shell on test host - Debian Buster))
93+
sh.debian.buster: DISTRIBUTION = debian.buster
94+
sh.debian.buster: sh
95+
9296
SH_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,sh.centos.7, Open shell on test host - CentOS 7))
9397
sh.centos.7: DISTRIBUTION = centos.7
9498
sh.centos.7: sh
@@ -128,6 +132,10 @@ UPDATE_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,upd
128132
update.debian.stretch: DISTRIBUTIONS = debian.stretch
129133
update.debian.stretch: update
130134

135+
UPDATE_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,update.debian.buster, Update test host - Debian Buster))
136+
update.debian.buster: DISTRIBUTIONS = debian.buster
137+
update.debian.buster: update
138+
131139
UPDATE_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,update.centos.7, Update test host - CentOS 7))
132140
update.centos.7: DISTRIBUTIONS = centos.7
133141
update.centos.7: update
@@ -174,6 +182,10 @@ LINT_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
174182
lint.debian.stretch: DISTRIBUTIONS = debian.stretch
175183
lint.debian.stretch: lint@local
176184

185+
LINT_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,lint.debian.buster, Lint role - Debian Buster))
186+
lint.debian.buster: DISTRIBUTIONS = debian.buster
187+
lint.debian.buster: lint@local
188+
177189
LINT_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,lint.centos.7, Lint role - CentOS 7))
178190
lint.centos.7: DISTRIBUTIONS = centos.7
179191
lint.centos.7: lint@local
@@ -242,6 +254,10 @@ TEST_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
242254
test.debian.stretch: DISTRIBUTIONS = debian.stretch
243255
test.debian.stretch: test@local
244256

257+
TEST_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,test.debian.buster, Test role - Debian Buster))
258+
test.debian.buster: DISTRIBUTIONS = debian.buster
259+
test.debian.buster: test@local
260+
245261
TEST_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,test.centos.7, Test role - CentOS 7))
246262
test.centos.7: DISTRIBUTIONS = centos.7
247263
test.centos.7: test@local

manala.alternatives/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- Debian buster support
810

911
## [1.0.3] - 2018-06-05
1012
### Changed

manala.alternatives/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ include .manala/make/Makefile
1111
########
1212

1313
ROLE = manala.alternatives
14-
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch
14+
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch debian.buster

manala.alternatives/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ galaxy_info:
1717
- wheezy
1818
- jessie
1919
- stretch
20+
- buster
2021
galaxy_tags:
2122
- system
2223
- alternatives

manala.ansible/.manala/make/Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ SH_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,sh.debi
8989
sh.debian.stretch: DISTRIBUTION = debian.stretch
9090
sh.debian.stretch: sh
9191

92+
SH_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,sh.debian.buster, Open shell on test host - Debian Buster))
93+
sh.debian.buster: DISTRIBUTION = debian.buster
94+
sh.debian.buster: sh
95+
9296
SH_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,sh.centos.7, Open shell on test host - CentOS 7))
9397
sh.centos.7: DISTRIBUTION = centos.7
9498
sh.centos.7: sh
@@ -128,6 +132,10 @@ UPDATE_HELP += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help,upd
128132
update.debian.stretch: DISTRIBUTIONS = debian.stretch
129133
update.debian.stretch: update
130134

135+
UPDATE_HELP += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,update.debian.buster, Update test host - Debian Buster))
136+
update.debian.buster: DISTRIBUTIONS = debian.buster
137+
update.debian.buster: update
138+
131139
UPDATE_HELP += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,update.centos.7, Update test host - CentOS 7))
132140
update.centos.7: DISTRIBUTIONS = centos.7
133141
update.centos.7: update
@@ -174,6 +182,10 @@ LINT_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
174182
lint.debian.stretch: DISTRIBUTIONS = debian.stretch
175183
lint.debian.stretch: lint@local
176184

185+
LINT_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,lint.debian.buster, Lint role - Debian Buster))
186+
lint.debian.buster: DISTRIBUTIONS = debian.buster
187+
lint.debian.buster: lint@local
188+
177189
LINT_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,lint.centos.7, Lint role - CentOS 7))
178190
lint.centos.7: DISTRIBUTIONS = centos.7
179191
lint.centos.7: lint@local
@@ -242,6 +254,10 @@ TEST_HELP_LOCAL += $(call if_in,debian.stretch,$(ROLE_DISTRIBUTIONS),$(call help
242254
test.debian.stretch: DISTRIBUTIONS = debian.stretch
243255
test.debian.stretch: test@local
244256

257+
TEST_HELP_LOCAL += $(call if_in,debian.buster,$(ROLE_DISTRIBUTIONS),$(call help,test.debian.buster, Test role - Debian Buster))
258+
test.debian.buster: DISTRIBUTIONS = debian.buster
259+
test.debian.buster: test@local
260+
245261
TEST_HELP_LOCAL += $(call if_in,centos.7,$(ROLE_DISTRIBUTIONS),$(call help,test.centos.7, Test role - CentOS 7))
246262
test.centos.7: DISTRIBUTIONS = centos.7
247263
test.centos.7: test@local

0 commit comments

Comments
 (0)