Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 54b0b39

Browse files
committed
Var
1 parent 8ab7d36 commit 54b0b39

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Aby zainstalować BPP:
7979

8080
.. code-block::
8181
82-
example.iplweb.pl ansible_user=root django_site_name="Moj serwer BPP"
82+
example.iplweb.pl ansible_user=root
8383
8484
[bpp-dbserver]
8585
example.iplweb.pl
@@ -174,4 +174,4 @@ nie są przeprowadzane żadne automatyczne testy przy użyciu Dockera.
174174
.. _Anaconda: https://www.anaconda.com/products/distribution
175175
.. _.env.example: https://github.com/iplweb/bpp/blob/dev/.env.example
176176
.. _settings/base.py: https://github.com/iplweb/bpp/blob/dev/src/django_bpp/settings/base.py
177-
.. _bpp.readthedocs.io: https://bpp.readthedocs.io/pl/latest/
177+
.. _bpp.readthedocs.io: https://bpp.readthedocs.io/pl/latest/

ansible/roles/bpp-site/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ django_user: bpp
44
django_project_name: django_bpp
55
django_hostname: "{{ inventory_hostname }}"
66

7+
django_site_name: "Moja strona BPP"
8+
79
django_settings_module: django_bpp.settings.production
810

911
database_user: "{{ django_user }}"

0 commit comments

Comments
 (0)