You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-5Lines changed: 44 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
4
4
A minimal example / template project for an Ansible-managed Linux Developer VM.
5
5
6
-

6
+

7
+
7
8
8
9
It's meant to be copy/pasted and filled with life. The `roles/` directory contains the roles
9
10
for setting up the VM, the `spec/` directory contains the tests that come along with it.
@@ -19,6 +20,7 @@ For the Chef-based equivalent of it, see https://github.com/Zuehlke/linux-develo
19
20
20
21
These are the main tools included in this developer VM:
21
22
23
+
*[Git](https://git-scm.com/) - your version control system of choice :)
22
24
*[VSCode](https://code.visualstudio.com/) - as a general purpose (code) editor, e.g. for updating the Ansible roles when working from within the developer VM
23
25
*[Docker](https://www.docker.com/) - as a general purpose container runtime, e.g. for building your applications with a dockerized toolchain
24
26
@@ -103,10 +105,10 @@ should see all tests passing:
103
105
```
104
106
...
105
107
default: ============================= test session starts ==============================
106
-
default: platform linux -- Python 3.8.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
108
+
default: platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
107
109
default: rootdir: /home/user/vm-setup
108
110
default: plugins: testinfra-6.3.0, spec-3.2.0
109
-
default: collected 8 items
111
+
default: collected 36 items
110
112
default:
111
113
default: spec/test_ansible.py:
112
114
default: ✓ Ansible is installed at version 2 9 22 [local]
@@ -118,12 +120,49 @@ should see all tests passing:
118
120
default: ✓ Ansible lint command is found [local]
119
121
default: ✓ Ansible lint version command reports version 5 0 12 [local]
120
122
default:
123
+
default: spec/test_bashrc_d.py:
124
+
default: ✓ Bashrc loads files from bashrc d [local]
0 commit comments