This repository has been archived on 2020-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
HPCplaybooks/README.md

18 lines
484 B
Markdown
Raw Permalink Normal View History

2018-02-12 16:44:49 +01:00
# HPC playbooks
2017-08-31 10:32:49 +02:00
2019-01-28 16:50:21 +01:00
This repository has been moved to [github](https://github.com/rug-cit-hpc/HPCplaybooks)
2019-01-28 16:44:55 +01:00
2017-08-31 10:32:49 +02:00
The `users.yml` playbook contains users and public keys.
The playbook uses `/etc/hosts` as a database for hosts to install the keys on.
## usage:
* Make changes to a local checkout of this repo.
* `git commit` the changes, `git push` and `git pull` on xcat.
* on xcat:
```bash
git pull
ansible-playbook users.yml # this will install the users on all hosts in /etc/hosts.
```