1
0
Fork 0
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:
diodonfrost 2018-12-28 13:57:42 +01:00
parent 5f880d82c5
commit 84e5ca63d3
2 changed files with 0 additions and 38 deletions

View file

@ -116,32 +116,6 @@ platforms:
run_command: /sbin/init
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
- name: archlinux-rolling
driver:

View file

@ -73,18 +73,6 @@ env:
- distribution: amazonlinux
version: "1"
#--------------------------------
#
# Opensuse
#
#--------------------------------
- distribution: opensuse
version: "42.3"
- distribution: opensuse
version: "42.2"
- distribution: opensuse
version: "13.2"
#--------------------------------
#
# Archlinux