suzuki-shunsuke.akoi

ansible_role_akoi

ansible role to install akoi.

https://galaxy.ansible.com/suzuki-shunsuke/akoi/

GitHub last commit GitHub tag License

Requirements

  • gtar
  • unzip

Please deploy akoi configuration file at remote server before run the ansible role.

Role Variables

name required default example description
akoi_config_path no /etc/akoi/akoi.yml

And please see

Example Playbook

- hosts: servers
  pre_tasks:
  - name: create /etc/akoi
    file:
      path: /etc/akoi
      state: directory
    become: yes
  - name: copy file
    copy:
      src: akoi.yml
      dest: /etc/akoi/akoi.yml
    become: yes
  roles:
  - role: suzuki-shunsuke.akoi
    akoi_config_path: /etc/akoi/akoi.yml
    akoi_version: 1.3.0
    become: yes

Change Log

See CHANGELOG.md.

Contributing

See CONTRIBUTING.md.

License

MIT

About

ansible role to install akoi

Install
ansible-galaxy install suzuki-shunsuke.akoi
GitHub repository
License
mit
Downloads
170
Owner
Platform Engineer / OSS Developer / Go