Skip to content

govindkailas/ansible-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Docker Scan Container Image with Trivy

ansible-ubuntu

A minimal Ubuntu-based Docker image with Python 3.13, Ansible, sshpass, and git installed. Suitable for running Ansible playbooks and automation tasks.

Security

The container image is regularly scanned for vulnerabilities using Trivy. The scan results are available in the Trivy scan workflow.

Usage with GitLab CI

You can use this image in your GitLab CI/CD pipelines to run Ansible playbooks. Here's an example .gitlab-ci.yml configuration:

stages:
  - deploy

ansible_deploy:
  stage: deploy
  image: ghcr.io/govindkailas/ansible-ubuntu:main
  script:
    - ansible --version
    - ansible-playbook -i inventory/hosts playbook.yml
  only:
    - main

The image comes with Ansible, Python 3.13, sshpass, and git pre-installed, making it ready for most automation tasks.

About

Ansible Ubuntu image build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •