Files
startusingansible/examples/003_with_items/database.yml

7 lines
139 B
YAML

---
- hosts: database
become: true
tasks:
- name: install mysql-server
apt: name=mysql-server state=present update_cache=yes