Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedelemantuano/ansible-mock-exam
Solutions for ansible mock exam
https://github.com/fedelemantuano/ansible-mock-exam
Last synced: 5 days ago
JSON representation
Solutions for ansible mock exam
- Host: GitHub
- URL: https://github.com/fedelemantuano/ansible-mock-exam
- Owner: fedelemantuano
- Created: 2020-11-25T20:45:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T04:59:39.000Z (about 4 years ago)
- Last Synced: 2024-10-11T03:21:54.865Z (27 days ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-mock-exam
This repository consists of Ansible EX407 mock exam questions along with solutions.
# Infrastructure
There exists *Vagrantfile* which will build infrastructure by making it up. It boots up with *ansible* package being installed.
Below are the information which helps you build your ansible inventory filesYou can use your laptop/desktop as *ansible-control-node* and other *ansible-?* nodes as *ansible-managed-nodes*
Your *ansible-control-node* has complete passworless SSH access to your *ansible-managed-nodes*```
ansible-control.hl.local – Desktop/Laptop
ansible2.hl.local – managed host (192.168.56.11)
ansible3.hl.local – managed host (192.168.56.12)
ansible4.hl.local – managed host (192.168.56.13)
ansible5.hl.local – managed host (192.168.56.14)
```