feffi / ansible-arch-system

Ansible role to maintain various general system settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-arch-system

Ansible role to maintain various general system settings.

Build Status Github All Releases GitHub forks GitHub stars GitHub watchers Twitter Follow License

Requirements

  • Ansible 2.7.1

ansible.cfg

hash_behaviour = merge

Install

Just add the role to your requirements.yml file:

- src: https://github.com/feffi/ansible-arch-system.git
  name: ansible-arch-system

Role Defaults Variables

ansible_arch_system: {
  # The hostname to set
  hostname: "tardis"
}

Example:

- hosts: all
  vars:
    ansible_arch_system:
      # The hostname to set
      hostname: "tardis"
  roles:
    - { role: ansible-arch-system }

About

Ansible role to maintain various general system settings.

License:MIT License