You've already forked ansible-role-common
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b1424b9e2 | |||
| 2bf9c2a674 | |||
| 1417edf527 | |||
| 050feb602a | |||
| f24cd077be | |||
| e4d69aaffa | |||
| 2c98ed5c63 | |||
| 4fcbdd8147 | |||
| 93a4eac70f | |||
| 8263f2d4f8 | |||
| 2c3e2c322e | |||
| a0bce37886 |
@@ -2,6 +2,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- MOLECULE_DISTRO: centos7
|
- MOLECULE_DISTRO: centos7
|
||||||
- MOLECULE_DISTRO: almalinux8
|
- MOLECULE_DISTRO: almalinux8
|
||||||
|
- MOLECULE_DISTRO: almalinux9
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
@@ -24,7 +25,7 @@ steps:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
- molecule test --scenario-name ${MOLECULE_SCENARIO:-default}
|
||||||
secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey, auth_duo_mirror_url ]
|
#secrets: [ auth_duo_host, auth_duo_ikey, auth_duo_skey, auth_duo_mirror_url ]
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ virtualenv:
|
|||||||
@echo
|
@echo
|
||||||
|
|
||||||
test:
|
test:
|
||||||
for distro in centos7 almalinux8 ; do \
|
for distro in almalinux9 ; do \
|
||||||
MOLECULE_DISTRO=$$distro molecule test --all ; \
|
MOLECULE_DISTRO=$$distro molecule test --all ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Common [](https://ci.cybercinch.nz/repos/4)
|
# Common [](https://ci.cybercinch.nz/repos/6)
|
||||||
=========
|
=========
|
||||||
|
|
||||||
A brief description of the role goes here.
|
A brief description of the role goes here.
|
||||||
|
|||||||
@@ -8,7 +8,8 @@ platforms:
|
|||||||
image: "cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest"
|
image: "cybercinch/docker-${MOLECULE_DISTRO:-almalinux8}-ansible:latest"
|
||||||
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
|
cgroupns_mode: host
|
||||||
privileged: true
|
privileged: true
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
provisioner:
|
provisioner:
|
||||||
|
|||||||
Reference in New Issue
Block a user