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 ReplyCancel reply

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

Please turn AdBlock off
Customized Social Media Icons from Acurax Digital Marketing Agency

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Exit mobile version
%%footer%%