summaryrefslogtreecommitdiff
path: root/baserock_webserver/image-config.yml
blob: 9290640d30d086adce34aa81221a8a9253d522dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Configuration for Baserock webserver system image.
#
# This expects to be run on a Fedora 26 cloud image.
---
- hosts: webserver
  become: yes
  become_method: sudo
  tasks:
  - name: Install nginx package
    apt:
      pkg:
      - nginx
      - libnginx-mod-http-fancyindex
      - python3-pip
      update_cache: yes

  - name: install lvm2 tools
    apt:
      name: lvm2