system

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 service handlers and logging

Install
ansible-galaxy install mjcramer/ansible-role-system
GitHub repository
License
unlicense
Downloads
241