aboutsummaryrefslogtreecommitdiff
path: root/ansible/bgp/bird-install.yml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-10-11 19:51:04 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2023-10-11 19:51:04 +0200
commitc74f7722d3cfb5faffe2c808484eee78b05f9a44 (patch)
tree33c890070da094281e1bef21fd6427fdea9d82ad /ansible/bgp/bird-install.yml
parent337fdaf446eb38417f0808f84e7eba891e592b05 (diff)
downloadinfra-c74f7722d3cfb5faffe2c808484eee78b05f9a44.tar.gz
infra-c74f7722d3cfb5faffe2c808484eee78b05f9a44.tar.bz2
infra-c74f7722d3cfb5faffe2c808484eee78b05f9a44.tar.xz
infra-c74f7722d3cfb5faffe2c808484eee78b05f9a44.zip
bgp
Diffstat (limited to 'ansible/bgp/bird-install.yml')
-rw-r--r--ansible/bgp/bird-install.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/bgp/bird-install.yml b/ansible/bgp/bird-install.yml
new file mode 100644
index 0000000..c52ce50
--- /dev/null
+++ b/ansible/bgp/bird-install.yml
@@ -0,0 +1,11 @@
+- hosts:
+ - bgp
+ tasks:
+ - name: Install bird2
+ become: yes
+ vars:
+ items:
+ - bird2
+ apt:
+ install_recommends: no
+ name: "{{ items }}"