Add proper license blurb to README
This commit is contained in:
parent
c4825e6de6
commit
005aac91e2
17
README.md
17
README.md
|
@ -37,3 +37,20 @@ A default example set of configuration variables can be found in `group_vars/def
|
||||||
0. Run the `pvc.yml` playbook against the servers. If this is the very first run for a given
|
0. Run the `pvc.yml` playbook against the servers. If this is the very first run for a given
|
||||||
cluster, use the `-e bootstrap=yes` variable to ensure the Ceph, Patroni, and PVC clusters
|
cluster, use the `-e bootstrap=yes` variable to ensure the Ceph, Patroni, and PVC clusters
|
||||||
are initialized.
|
are initialized.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright (C) 2018-2019 Joshua M. Boniface <joshua@boniface.me>
|
||||||
|
|
||||||
|
This repository, and all contained files, is free software: you can
|
||||||
|
redistribute it and/or modify it under the terms of the GNU General
|
||||||
|
Public License as published by the Free Software Foundation, either
|
||||||
|
version 3 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
Loading…
Reference in New Issue