Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
Back to GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
: software-install-solution.yaml
File software-install-solution.yaml,
233 bytes
(added by
acb@cs.princeton.edu
,
9 years ago
)
Ansible playbook solution for installing software
Line
1
---
2
- hosts: nodes
3
remote_user: root
4
tasks:
5
- name: Update apt cache
6
apt: update_cache=yes
7
8
- name: Install dnsutils (for dig)
9
apt: name=dnsutils
10
11
- name: Install geoip-bin (for geoiplookup)
12
apt: name=geoip-bin
Download in other formats:
Plain Text
Original Format