diff --git a/requirements.yml b/requirements.yml index 416cc34..fcc07a8 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,7 +4,7 @@ collections: - name: jchristianh.baseos source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git type: git - version: 1.0.21 + version: 1.0.22 # Galaxy Collections - name: community.general diff --git a/vars/baseos_vars.yml b/vars/baseos_vars.yml index 56974d9..7f6e4cc 100644 --- a/vars/baseos_vars.yml +++ b/vars/baseos_vars.yml @@ -5,8 +5,10 @@ baseos_include_roles: - jchristianh.baseos.etc_hosts - jchristianh.baseos.bashrc - jchristianh.baseos.motd + - jchristianh.baseos.node_status - jchristianh.baseos.update_all_packages - jchristianh.baseos.base_packages - jchristianh.baseos.snmpd_conf + - jchristianh.baseos.node_status ...