Skip to content
Snippets Groups Projects
services-base.yml 234 B
Newer Older
  • Learn to ignore specific revisions
  • MichiK's avatar
    MichiK committed
    # Install the base services like our web and mail server
    # as well as the management of SSL certificates.
    
    - name: install nginx, acmetool and postfix
      hosts: all
      become: yes
      roles:
       - nginx-http
       - acmetool
       - nginx-https