From 26d3c13131177f28ef8a853cb59a5cbb4c952cee Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 5 Jun 2024 22:29:43 +0200 Subject: tnet --- tnet/bird-install.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tnet/bird-install.yml (limited to 'tnet/bird-install.yml') diff --git a/tnet/bird-install.yml b/tnet/bird-install.yml new file mode 100644 index 0000000..c52ce50 --- /dev/null +++ b/tnet/bird-install.yml @@ -0,0 +1,11 @@ +- hosts: + - bgp + tasks: + - name: Install bird2 + become: yes + vars: + items: + - bird2 + apt: + install_recommends: no + name: "{{ items }}" -- cgit v1.2.3