Skip to content

Build Status


Lab 008 - Challenges

01. Task 01:

1️⃣ Create a user named <hostname> for each machine.

2️⃣ Verify that the user was created.

3️⃣ Create an ansible inventory with the username in the configuration, using the format below:

<hostname>    ansible_host=<hostname> ansible_ssh_user=<user>


02. Task 02:

1️⃣ Clone a git repository from your GitHub or GitLab account.

2️⃣ Commit changes to the repository.

3️⃣ Push the changes to the repository.