Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
uwazi-lqdn
Commits
38868cb5
Commit
38868cb5
authored
Dec 16, 2021
by
nono
💻
Browse files
Configure meta and tests
parent
f973b7b9
Changes
5
Hide whitespace changes
Inline
Side-by-side
meta/main.yml
View file @
38868cb5
galaxy_info
:
author
:
your name
description
:
your role description
company
:
your company (optional)
role_name
:
uwazi
namespace
:
lqdn
author
:
nono-lqdn
description
:
Install, configure and update Uwazi
company
:
La Quadrature Du Net
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
...
...
@@ -14,7 +17,7 @@ galaxy_info:
# - GPL-3.0-only
# - Apache-2.0
# - CC-BY-4.0
license
:
license (
GPL-
2
.0-o
r-later, MIT, etc)
license
:
GPL-
3
.0-o
nly
min_ansible_version
:
2.1
...
...
molecule/default/INSTALL.rst
0 → 100644
View file @
38868cb5
*********************************
Vagrant driver installation guide
*********************************
Requirements
============
* Vagrant
* Virtualbox, Parallels, VMware Fusion, VMware Workstation or VMware Desktop
Install
=======
Please refer to the `Virtual environment`_ documentation for installation best
practices. If not using a virtual environment, please consider passing the
widely recommended `'--user' flag`_ when invoking ``pip``.
.. _Virtual environment: https://virtualenv.pypa.io/en/latest/
.. _'--user' flag: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site
.. code-block:: bash
$ pip install 'molecule_vagrant'
molecule/default/converge.yml
0 → 100644
View file @
38868cb5
---
-
name
:
Converge
hosts
:
all
tasks
:
-
name
:
"
Include
uwazi-lqdn"
include_role
:
name
:
"
uwazi-lqdn"
molecule/default/molecule.yml
0 → 100644
View file @
38868cb5
---
dependency
:
name
:
galaxy
driver
:
name
:
vagrant
platforms
:
-
name
:
instance
provisioner
:
name
:
ansible
verifier
:
name
:
ansible
molecule/default/verify.yml
0 → 100644
View file @
38868cb5
---
# This is an example playbook to execute Ansible tests.
-
name
:
Verify
hosts
:
all
gather_facts
:
false
tasks
:
-
name
:
Example assertion
assert
:
that
:
true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment