apps_gobgp
Ansible Role: ansible-apps_gobgp
Description
Deploy gobgp .
Role variables
Name | Default Value | Description |
---|---|---|
gobgp_version |
1.2.0 | gobgp version |
gobgp_temp_dir |
/tmp | temporary directory to uncompress package |
gobgp_install_dir |
/usr/local/bin | directory to install binary |
gobgp_force_install |
false | force install variable |
Examples
---
- hosts: apps_gobgp
become: yes
become_method: sudo
gather_facts: yes
roles:
- role: ansible-apps_gobgp
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
no_proxy: "{{ no_proxy }}
License
This project is licensed under Apache License. See LICENSE for more details.
Install
ansible-galaxy install lotusnoir/ansible-apps_gobgp
License
apache-2.0
Downloads
19
Owner