i3

nephelaiio.i3

Build Status Ansible Galaxy

An ansible role to install and configure i3

Local install

Execute the following from the command line shell

curl -s https://raw.githubusercontent.com/nephelaiio/ansible-role-i3/master/install.sh | bash

Role Variables

i3_packages: None

Override list of installation packages for the target operating system - see vars files for distribution default values

i3_packages_state: present

The state of i3 packages

i3_conf_template: config

A jinja template to create the configuration

i3_conf_dir: ~/.config/i3

The path for generated i3 configuration

i3_conf_file: config

The filename for generated i3 configuration file

Please refer to the defaults file for an up to date list of input parameters.

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: i3

Testing

Please make sure your environment has docker installed in order to run role validation tests. Additional python dependencies are listed in the requirements file

Role is tested against the following distributions (docker images):

  • Ubuntu Focal
  • Ubuntu Bionic
  • Ubuntu Xenial
  • Debian Buster

You can test the role directly from sources using command molecule test

License

This project is licensed under the terms of the MIT License

About

An Ansible role to install and configure i3

Install
ansible-galaxy install nephelaiio/ansible-role-i3
GitHub repository
License
mit
Downloads
537