Chirag Kukrejadevopswala.hashnode.devยทOct 30, 2023Working with Ansible {Part-12}Installing Apache through Ansible Let's install the Apache through YAML using following code --- - name: Installing Apache hosts: Node-1 tasks: - name: task1 Installing Apache yum: name: httpd state: latest - name: ...TrainWithShubhamAdd a thoughtful commentNo comments yetBe the first to start the conversation.