--- - hosts: php5-openbsd* gather_facts: false roles: - openbsd-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: [php5-xenial, php5-wheezy] gather_facts: false roles: - debian-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: all roles: - role: php5 post_tasks: - name: Copy check_pear script copy: src: check_pear.php dest: /root/check_pear.php