diff --git a/README.rst b/README.rst index 0b897a5..1877db7 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,22 @@ Team and repository tags .. Change things from this point on +======================= OpenStack-Ansible Zaqar -####################### +======================= :tags: openstack, zaqar, cloud, ansible :category: \*nix This Ansible role installs and configures OpenStack Zaqar. -Linux Distribution Support: Ubuntu 14.04 +Documentation for the project can be found at: + https://docs.openstack.org/openstack-ansible-os_zaqar/latest/ + +Release notes for the project can be found at: + https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/ + +The project home is at: + https://launchpad.net/openstack-ansible Default Variables ================= @@ -42,18 +50,3 @@ Example Playbook zaqar_install_nginx: true zaqar_api_bind_address: 192.168.33.11 zaqar_mgmt_db_connection_string: 'sqlite:////tmp/zaqar.db' - -================================ -Zaqar role for OpenStack-Ansible -================================ - -Ansible role to install OpenStack Zaqar. - -Documentation for the project can be found at: - https://docs.openstack.org/openstack-ansible-os_zaqar/latest/ - -Release notes for the project can be found at: - https://docs.openstack.org/releasenotes/openstack-ansible-os_zaqar/ - -The project home is at: - https://launchpad.net/openstack-ansible diff --git a/doc/source/index.rst b/doc/source/index.rst index 4cc1eb4..6714d4f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ .. include:: ../../README.rst Dependencies -~~~~~~~~~~~~ +============ This role needs pip >= 7.1 installed on the target host.