You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
595 B
Markdown

# `/public_keys` for Ansible project
This directory is here to store all facts and public keys generated by Ansible on remotes.
In difference to the `/facts` directory,
this directory is here to store each fact in a single file
so Ansible itself and other scripts can use them more easily.
Also, if this directory needs to be restored,
the full current Ansible playbook needs to be run
## Scripts
This directory contains scripts tracked by the repository to allow easier lookups in the given data by Ansible or other scripts.
Each script itself will contain a short description of its usage.