Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Rundeck Assignments 1 – Linux


Rundeck Student Assignments (Local Node Only)

Assignment 1: Hello World Job

Objective: Learn to create and execute your first Rundeck job.

  • Instructions:
    • Create a project named starter-project
    • Inside it, create a job named hello-world
    • Add a single script step: echo "Hello from Rundeck!"
    • Run the job on the local node
  • Expected Outcome:
    The job should execute successfully and display the output in the log.

Assignment 2: Disk Usage Check

Objective: Monitor disk usage using df -h on the local system.

  • Instructions:
    • Create a job named disk-check
    • Add a step that runs: df -h > /tmp/disk_report.txt
    • Add another step to print the contents of the file
  • Bonus: Schedule this job to run every day at 9:00 AM

Assignment 3: Create a Backup Job

Objective: Back up a directory to a tar.gz file.

  • Instructions:
    • Create a job called backup-home
    • Ask the user to input the folder name via job option
    • Use a script step: tar -czf /tmp/${option.folder}.tar.gz /home/${option.folder}
    • Run it using rundeck user permissions (or sudo if needed)
  • Expected Outcome:
    A .tar.gz file appears in /tmp/.

Assignment 4: Write and Use a Job Option

Objective: Learn how to use user-provided input in jobs.

  • Instructions:
    • Create a job named greet-user
    • Add a job option: username (text input)
    • Script Step: echo "Welcome, ${option.username}! Your job ran at $(date)"
    • Run the job and enter a custom name
  • Expected Outcome:
    Personalized greeting message in the job log.

Assignment 5: System Health Check Job

Objective: Chain multiple system checks into a workflow.

  • Instructions:
    • Create a job called health-check
    • Add workflow steps:
      1. uptime
      2. free -m
      3. who
      4. df -h
    • Add a final step to write output to /tmp/health_summary.txt
  • Bonus: Email or Slack the results (if configured)

🏁 Extra Credit Ideas (Still Local Only)

  • Use environment variables inside scripts.
  • Capture job output and reuse it in a follow-up step.
  • Trigger one job from another using the “Job Reference” step.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I'm Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms. I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.

Related Posts

Top 10 Construction Management Software Tools in 2026: Features, Pros, Cons & Comparison

Introduction Construction Management Software (CMS) has become indispensable in 2026 for efficiently handling various aspects of construction projects, ranging from budgeting, scheduling, resource allocation, project tracking, to…

Read More

Top 10 Personal Finance Software Tools in 2026: Features, Pros, Cons & Comparison

Introduction In the fast-paced world of 2026, managing personal finances efficiently is more crucial than ever. With rising inflation, economic uncertainties, and the complexity of multiple financial…

Read More

Top 10 AI Pricing Optimization Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI pricing optimization tools have become indispensable for businesses navigating the complexities of dynamic markets. These tools leverage artificial intelligence, machine learning, and real-time…

Read More

Top 10 On-premise Backup Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, on-premise backup tools are still essential for businesses that need complete control over their data security and disaster recovery plans. Unlike cloud-based solutions, on-premise…

Read More

Top 10 Server Backup Tools in 2026: Features, Pros, Cons & Comparison

Introduction Server backup tools are essential for businesses in 2026 to ensure the safety, security, and reliability of their data. With the growing threats of cyberattacks, hardware…

Read More

Top 10 Backup & Recovery Tools in 2026: Features, Pros, Cons & Comparison

Introduction In today’s digital world, data is the backbone of virtually every business operation. As the amount of critical data grows, so does the need for robust…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
0
Would love your thoughts, please comment.x
()
x