Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
devops-intern-labs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Nam
devops-intern-labs
Commits
ee153a19
Commit
ee153a19
authored
Jan 14, 2024
by
Vũ Hoàng Nam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update first playbook content.
parent
acfc3a97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
first-playbook.yml
Week3&4/first-playbook.yml
+17
-0
host.ini
Week3&4/host.ini
+2
-2
No files found.
Week3&4/playbook.yml
→
Week3&4/
first-
playbook.yml
View file @
ee153a19
...
...
@@ -3,8 +3,15 @@
become
:
yes
tasks
:
-
name
:
Ping my hosts
ansible.builtin.ping
:
-
name
:
Print message
ansible.builtin.debug
:
msg
:
Hello world
-
name
:
Install neofetch
apt
:
name
:
neofetch
state
:
present
Week3&4/host.ini
View file @
ee153a19
[
ubuntu
]
[
servers
]
192.168.67.9
[
ubuntu
:vars]
[
servers
:vars]
ansible_user
=
jay
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment