DevOps Classroomnotes 13/Jun/2023

Ansible Collections

  • Ansible collections are distribution format which include roles and modules
  • Refer Here for offical docs
  • Refer Here for sample collection.

Ansible Configurations

Ansible on Windows

---
- name: install something on windows
  hosts: all
  tasks:
    - name: enable iis server
      win_feature:
        name: Web-Server
        include_management_tools: yes
        state: present

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Wordpress Development Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube