ansibleguy / collection_systemd

Ansible modules to work with systemd (journalctl)

Home Page:https://systemd.ansibleguy.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Collection - ansibleguy.systemd

Buy me a coffee

Docs Ansible Galaxy


Contribute

Feel free to contribute to this project using pull-requests, issues and discussions!

What to contribute:

  • extend or correct the documentation
  • contribute code fixes or optimizations

Requirements

Install the collection:

# latest version:
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_systemd.git

# stable/tested version:
ansible-galaxy collection install ansibleguy.systemd

# install to specific directory for easier development
cd $PLAYBOOK_DIR
ansible-galaxy collection install git+https://github.com/ansibleguy/collection_systemd.git -p ./collections

Usage

See: Docs

You want a simple Ansible GUI? Check-out my Ansible WebUI


Modules

Function Module Usage
Journal ansibleguy.systemd.journal Docs

About

Ansible modules to work with systemd (journalctl)

https://systemd.ansibleguy.net

License:GNU General Public License v3.0


Languages

Language:Python 95.5%Language:Shell 4.5%