mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
remove opensuse container tests
This commit is contained in:
parent
5f880d82c5
commit
84e5ca63d3
2 changed files with 0 additions and 38 deletions
26
.kitchen.yml
26
.kitchen.yml
|
@ -116,32 +116,6 @@ platforms:
|
||||||
run_command: /sbin/init
|
run_command: /sbin/init
|
||||||
platform: centos
|
platform: centos
|
||||||
|
|
||||||
# Opensuse
|
|
||||||
- name: opensuse-42.3
|
|
||||||
driver:
|
|
||||||
image: diodonfrost/opensuse-42.3-ansible
|
|
||||||
run_command: /usr/lib/systemd/systemd
|
|
||||||
platform: opensuse
|
|
||||||
provision_command:
|
|
||||||
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
|
|
||||||
- systemctl enable sshd
|
|
||||||
- name: opensuse-42.2
|
|
||||||
driver:
|
|
||||||
image: diodonfrost/opensuse-42.2-ansible
|
|
||||||
run_command: /usr/lib/systemd/systemd
|
|
||||||
platform: opensuse
|
|
||||||
provision_command:
|
|
||||||
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
|
|
||||||
- systemctl enable sshd
|
|
||||||
- name: opensuse-13.2
|
|
||||||
driver:
|
|
||||||
image: diodonfrost/opensuse-13.2-ansible
|
|
||||||
run_command: /usr/lib/systemd/systemd
|
|
||||||
platform: opensuse
|
|
||||||
provision_command:
|
|
||||||
- sed -i 's/UsePAM yes/UsePAM no/g' /etc/ssh/sshd_config
|
|
||||||
- systemctl enable sshd
|
|
||||||
|
|
||||||
# Archlinux
|
# Archlinux
|
||||||
- name: archlinux-rolling
|
- name: archlinux-rolling
|
||||||
driver:
|
driver:
|
||||||
|
|
12
.travis.yml
12
.travis.yml
|
@ -73,18 +73,6 @@ env:
|
||||||
- distribution: amazonlinux
|
- distribution: amazonlinux
|
||||||
version: "1"
|
version: "1"
|
||||||
|
|
||||||
#--------------------------------
|
|
||||||
#
|
|
||||||
# Opensuse
|
|
||||||
#
|
|
||||||
#--------------------------------
|
|
||||||
- distribution: opensuse
|
|
||||||
version: "42.3"
|
|
||||||
- distribution: opensuse
|
|
||||||
version: "42.2"
|
|
||||||
- distribution: opensuse
|
|
||||||
version: "13.2"
|
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
#
|
#
|
||||||
# Archlinux
|
# Archlinux
|
||||||
|
|
Loading…
Reference in a new issue