|
1 | 1 |
|
2 | 2 | # Linux Developer VM Example / Template |
3 | 3 |
|
4 | | -[](https://circleci.com/gh/Zuehlke/linux-developer-vm-with-ansible/tree/master) |
5 | | - |
6 | 4 | A minimal example / template project for an Ansible-managed Linux Developer VM. |
7 | 5 |
|
8 | | - |
| 6 | + |
9 | 7 |
|
10 | 8 | It's meant to be copy/pasted and filled with life. The `roles/` directory contains the roles |
11 | 9 | for setting up the VM, the `spec/` directory contains the tests that come along with it. |
@@ -101,28 +99,27 @@ should see all tests passing: |
101 | 99 | ``` |
102 | 100 | ... |
103 | 101 | default: ============================= test session starts ============================== |
104 | | - default: platform linux -- Python 3.8.2, pytest-5.4.1, py-1.8.1, pluggy-0.13.1 -- /usr/bin/python3 |
105 | | - default: cachedir: .pytest_cache |
| 102 | + default: platform linux -- Python 3.8.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 |
106 | 103 | default: rootdir: /home/user/vm-setup |
107 | | - default: plugins: testinfra-5.0.0, spec-2.0.0 |
108 | | - default: collecting ... |
| 104 | + default: plugins: testinfra-6.3.0, spec-3.2.0 |
109 | 105 | default: collected 8 items |
110 | 106 | default: |
111 | 107 | default: spec/test_ansible.py: |
112 | | - default: ✓ Ansible is installed at version 2 9 6 [local] |
113 | | - default: ✓ Ansible commands are found [local] |
114 | | - default: ✓ Ansible version command reports version 2 9 6 [local] |
| 108 | + default: ✓ Ansible is installed at version 2 9 22 [local] |
| 109 | + default: ✓ Ansible commands are found [local] |
| 110 | + default: ✓ Ansible version command reports version 2 9 22 [local] |
115 | 111 | default: |
116 | 112 | default: spec/test_ansible_lint.py: |
117 | | - default: ✓ Ansible lint is installed at version 4 2 0 [local] |
118 | | - default: ✓ Ansible lint command is found [local] |
119 | | - default: ✓ Ansible lint version command reports version 4 2 0 [local] |
| 113 | + default: ✓ Ansible lint is installed at version 5 0 12 [local] |
| 114 | + default: ✓ Ansible lint command is found [local] |
| 115 | + default: ✓ Ansible lint version command reports version 5 0 12 [local] |
120 | 116 | default: |
121 | 117 | default: spec/test_testinfra.py: |
122 | | - default: ✓ Testinfra is installed at version 5 0 0 [local] |
123 | | - default: ✓ Pytest spec is installed at version 2 0 0 [local] |
| 118 | + default: ✓ Testinfra is installed at version 6 3 0 [local] |
| 119 | + default: ✓ Pytest spec is installed at version 3 2 0 [local] [100%] |
| 120 | + default: |
124 | 121 | default: |
125 | | - default: ============================== 8 passed in 4.05s =============================== |
| 122 | + default: ============================== 8 passed in 28.56s ============================== |
126 | 123 | ``` |
127 | 124 |
|
128 | 125 | If these are passing as expected, you can continue developing on the Ansible roles within this repo. |
|
0 commit comments