Update roles and netbox inventory

This commit is contained in:
2020-06-25 13:27:06 -04:00
parent e87f15168a
commit 07d88cc752
21 changed files with 256 additions and 67 deletions

View File

@@ -1,2 +1,2 @@
install_date: Sun Dec 29 00:38:40 2019
install_date: Wed Jun 24 18:44:38 2020
version: master

View File

@@ -1,5 +1,9 @@
---
galaxy_info:
description: Periodicly cleans up all unused container images from host. Role sets up cron job based on whether podman or docker is installed.
description: >
Periodicly cleans up all unused container images from host. Role
sets up cron job based on whether podman or docker is installed.
author: Ilkka Tengvall
company: ITSE
license: GPLv3
@@ -7,13 +11,23 @@ galaxy_info:
min_ansible_version: 2.4
platforms:
- name: Fedora
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- 8
- 7
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
galaxy_tags:
- containers
- podman
- docker
- containers
- podman
- docker
dependencies: []