Digital Marketing

Ansible: install Apache

  tasks:
  - name: ensure apache is at the latest version
    yum: name=httpd state=latest

  tasks:
    - name: install apache2
      apt: name=apache2 update_cache=yes state=latest

Comments

Popular posts from this blog

How to delete / clear queue of PowerMTA