Files @ 701044d4cbba
Branch filter:

Location: majic-ansible-roles/roles/web_server/templates/index.html.j2

branko
MAR-31: Added scaffolding for testing xmpp_server role:

- Fixed wrong default for xmpp_domains parameter (should be a list).
- Added Molecule configuration file with LDAP server, client, and two XMPP
server instances.
- Added test playbook that sets-up all servers.
- Fixed mode syntax issues (use lead zero).
- Added data required for testing.
- Added dummy file with tests.
<!DOCTYPE html>
<html>
<head>
<title>{{ web_default_title}}</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>{{ web_default_title}}</h1>
<p>{{ web_default_message }}</p>
</body>
</html>