1
0
forked from HPC/HPCplaybooks

initial commit

This commit is contained in:
Egon Rijpkema
2017-08-31 10:32:49 +02:00
commit 909cbe2dec
5 changed files with 127 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# ssh keys repository
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.
```