Changes

Jump to: navigation, search

OPS535-vl-lab-nfs

291 bytes added, 22:59, 30 May 2021
Task 2: Configure ansible's inventory file
=== Task 2: Configure ansible's inventory file ===
* login to your VM1 (route) as 'student'
* Add Using the following as a template, add your VM2 to VM3 information to the end of /etc/ansible/hosts:
<pre>
[your dns domain]
co-nfs.<your dns domain> ansible_host=192.168.xx.3
rns-ldap.<your dns domain> ansible_host=192.168.xx.4
</pre>
* The following is an example for student with domain name stud14.ops and network number 14:
<pre>
[stud14.ops]
pri-dns.stud14.ops ansible_host=192.168.14.2
co-nfs.stud14.ops ansible_host=192.168.14.3
rns-ldap.stud14.ops ansible_host=192.168.14.4
</pre>
1,760
edits

Navigation menu