--- - name: Postgresql hosts: localhost become: true become_user: postgres tasks: - name: Create Mastodon Database community.postgresql.postgresql_db: name: mastodon_production encoding: UTF-8 lc_collate: en_US.UTF-8 lc_ctype: en_US.UTF-8 template: template0 - name: Create Postgresql User community.postgresql.postgresql_user: db: mastodon_production user: mastodon password: