Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tsotne Gozalishvili
ansible-playbook-perfsonar
Commits
023777d1
Commit
023777d1
authored
May 03, 2019
by
Edward Paul Colone
Browse files
Merge branch 'master' of github.com:perfsonar/ansible-playbook-perfsonar
parents
dde2da61
1f3987ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
023777d1
...
...
@@ -20,6 +20,11 @@ Set up perfSONAR variables by running the defaults.sh script and then editing th
./defaults.sh
vi inventory/group_vars/all/*
Set up individual host variables with the lsregistration.yml template
cp inventory/lsregistration.yml inventory/host_vars/myhostname.yml
vi inventory/host_vars/myhostname.yml
Run the playbook:
ansible-playbook perfsonar.yml
...
...
defaults.sh
View file @
023777d1
...
...
@@ -14,6 +14,6 @@ cp -i roles/ansible-role-perfsonar-psconfig-web-admin/defaults/main.yml \
cp
-i
roles/ansible-role-perfsonar-testpoint/defaults/main.yml
\
inventory/group_vars/all/perfsonar/ps_testpoint.yml
cp
-i
roles/ansible-role-perfsonar-testpoint/defaults/lsregistration.yml
\
inventory/
host_vars/
inventory/
cp
-i
roles/ansible-role-perfsonar-toolkit/defaults/main.yml
\
inventory/group_vars/all/perfsonar/ps_toolkit.yml
inventory/hosts
View file @
023777d1
...
...
@@ -5,8 +5,14 @@
# documented at:
# https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
#
# A way to check that all of your expected hosts are accessable is:
# ansible all -m ping --ask-become-pass
#
# Full perfSONAR hosts inventory grouped by installation bundle
[all:vars]
ansible_become=True
ansible_become_user=root
#ansible_become_method=su
[ps-testpoints]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment