add tumbleweed node to test inventory; add community.general to collections/requirements.yml; include motd role
This commit is contained in:
parent
8b522e0af0
commit
365a79fe87
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
...
|
||||||
|
@ -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
|
||||||
|
@ -4,6 +4,7 @@ baseos_include_roles:
|
|||||||
- base_packages
|
- base_packages
|
||||||
- resolv_conf
|
- resolv_conf
|
||||||
- update_all_packages
|
- update_all_packages
|
||||||
|
- motd
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user