Loading...
Loading...
Ansible configuration management with playbooks and roles. Use for server provisioning.
npx skill4agent add g1joshi/agent-skills ansible# playbook.yml
- name: Configure Webservers
hosts: web
become: true
tasks:
- name: Install Nginx
ansible.builtin.apt:
name: nginx
state: present
- name: Start Service
ansible.builtin.service:
name: nginx
state: startedhosts.iniansible.builtinansible-lintshelluserfileapt