Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

mjcramer/ansible-role-system

Repository files navigation

System Ansible Role

Build Status Ansible Galaxy

An ansible role for system service handlers and configuring logging

Requirements

First, it's a good idea to create a python virtual environment to isolate these dependencies from the rest of the system.

cd ansible-role-system
virtualenv .
. ./bin/activate.fish # or just ./bin/activate if you use a lame shell
pip3 install -r requirements.txt
gcloud components update

Role Variables

There are no variables for this role.

Dependencies

There are no dependencies for this role

Tags

  • require
  • apply
  • configure
  • initialize
  • check

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
    - role: mjcramer.system

License

Unlicensed

Author Information

Michael Cramer, michael@cramer.name mjcramer

About

Ansible role for system services and logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published