add tumbleweed node to test inventory; add community.general to collections/requirements.yml; include motd role

This commit is contained in:
Chris Hammer 2022-03-18 20:32:36 -04:00
parent 8b522e0af0
commit 365a79fe87
3 changed files with 11 additions and 2 deletions

View File

@ -4,3 +4,10 @@ collections:
source: https://github.com/jchristianh-ansible-collections/baseos.git source: https://github.com/jchristianh-ansible-collections/baseos.git
type: git type: git
version: main version: main
- name: community.general
source: https://galaxy.ansible.com
...

View File

@ -1,2 +1,3 @@
debian-test ansible_host=10.1.1.41 debian-test ansible_host=10.1.1.41
centos-test ansible_host=10.1.1.27 ansible_user=root centos-test ansible_host=10.1.1.27 ansible_user=root
tumbleweed-test ansible_host=10.1.1.86

View File

@ -4,6 +4,7 @@ baseos_include_roles:
- base_packages - base_packages
- resolv_conf - resolv_conf
- update_all_packages - update_all_packages
- motd
... ...