+ - name: blogs
+ run_list:
+ - recipe[accounts::default]
+ - recipe[blogs::default]
+ - name: forum
+ run_list:
+ - recipe[accounts::default]
+ - role[forum]
+ - name: letsencrypt
+ run_list:
+ - recipe[accounts::default]
+ - recipe[apt::default]
+ - role[letsencrypt]
+ attributes:
+ apt:
+ sources:
+ - openstreetmap