Skip to content

smacz42/ansible-role-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: common

Description

These are tasks common to all of my roles, including:

  • Installing extra programs such as:
    • vim
    • tmux
    • nmap
    • rsync
  • Setting the MOTD
  • Installing, configuring, and starting:
    • fail2ban
    • rsyslog
    • yum-cron

Requirements

  • RHEL only

Role Variables

variable: value # comment

Tags

Role-Specific tags:

  • common
  • common_install
  • common_config

Global tags:

  • install
  • config

Dependencies

Example Playbook

- name: Roles in Common
  hosts: all
  gather_facts: true
  remote_user: root

  roles:
    - { role: common }

License

MIT / BSD

Author Information

This role was created in 2017 by Andrew Cz, a student at The Ohio State University.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published