feffi / ansible-arch-inxi

Ansible role to print inxi and neofetch results ;-)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-arch-inxi

Ansible role to print inxi and neofetch results ;-).

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

Requirements

  • Ansible 2.7.1
  • pacman ;-)

ansible.cfg

hash_behaviour = merge

Install

Just add the role to your requirements.yml file:

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

Role Defaults Variables

ansible_arch_inxi: {
  # The inxi options to print
  options: "-Ffmns --slots --usb",
  # The AUR compile user
  owner: {
    name: "feffi",
    group: "feffi"
  },
}

Example:

- hosts: all
  vars:
    ansible_arch_inxi:
      # The inxi options to print
      options: "-Ffmns --slots --usb"
      # The AUR compile user
      owner:
        name: "feffi"
        group: "feffi"
  roles:
    - { role: ansible-arch-inxi }

About

Ansible role to print inxi and neofetch results ;-)

License:MIT License