Drop support for CentOS, test Rocky and Debian in CI (#92)

* Test CentOS 7 in CI

* Drop support for CentOS, test on Rocky and Debian

* Fix reset playbook for Rocky Linux

* Fix typo

* Disable firewalld during testing

Co-authored-by: Techno Tim <timothystewart6@gmail.com>
This commit is contained in:
Simon Leiner
2022-09-24 07:10:55 +02:00
committed by GitHub
parent 5225493ca0
commit d5b37acd8a
18 changed files with 150 additions and 45 deletions

View File

@@ -4,4 +4,10 @@
gather_facts: yes
become: yes
roles:
- role: raspberrypi
vars: {state: absent}
- role: reset
post_tasks:
- name: Reboot and wait for node to come back up
reboot:
reboot_timeout: 3600