Files @ 3c03c2ea9d2a
Branch filter:

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

branko
MAR-128: Upgraded tests for bootstrap role:

- Switch to new Molecule configuration.
- Updated set-up playbook to use become: yes.
- Moved some preparatory steps outside of the main playbook (eases
idempotence tests).
- Updated tests to reference the yml inventory file.
- Updated tests to use new fixture (host instead of individual ones).
- Fixed some linting issues.
<!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>