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