add vars file for tumbleweed; sadly version changes with zypper dup which breaks us; galaxy bump

This commit is contained in:
Chris Hammer 2022-03-29 15:58:04 -04:00
parent 20ce6deaec
commit 4d14d4d49f
3 changed files with 24 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace: jchristianh
name: baseos name: baseos
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.0.3 version: 1.0.4
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

View File

@ -3,7 +3,7 @@
block: block:
- name: Include distribution specific variables - name: Include distribution specific variables
include_vars: include_vars:
file: "{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}.yml" file: "{{ ansible_distribution | regex_replace('\\s+', '_') | lower }}_{{ ansible_distribution_major_version }}.yml"
rescue: rescue:
- name: Non-supported distribution; using default package set - name: Non-supported distribution; using default package set

View File

@ -0,0 +1,22 @@
---
__base_packages:
- bc
- bzip2
- file
- ftp
- git
- iptraf
- mlocate
- lsof
- rsync
- sudo
- tar
- tcpdump
- telnet
- traceroute
- tree
- unzip
- wget
- whois
- zip