BaseOS v1.0.21 #2

Merged
chris merged 35 commits from testing into main 2024-02-28 20:29:05 -05:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit 9030857fa8 - Show all commits

View File

@ -1,14 +1,13 @@
---
collections:
# Local Collections
- name: jchristianh.basos
- name: jchristianh.baseos
source: https://gitea.thezengarden.net/ansible_collections/ansible-collection-baseos.git
type: git
version: testing
version: 1.0.21
# Galaxy Collections
- name: community.general
- name: ansible.posix
...

View File

@ -1,7 +1,7 @@
---
baseos_include_roles:
- jchristianh.baseos.resolv_conf
# - jchristianh.baseos.hostname
- jchristianh.baseos.hostname
- jchristianh.baseos.etc_hosts
- jchristianh.baseos.bashrc
- jchristianh.baseos.motd
@ -9,5 +9,4 @@ baseos_include_roles:
- jchristianh.baseos.base_packages
- jchristianh.baseos.snmpd_conf
...