Merge branch 'master' of github.com:gtalent/fedora-workstation-ansible

This commit is contained in:
Gary Talent 2017-03-30 18:52:31 -05:00
commit 1ffcf4ab2e

View File

@ -136,6 +136,11 @@
name: pandoc name: pandoc
state: latest state: latest
- name: Install polari
dnf:
name: polari
state: latest
- name: Install python-netaddr - name: Install python-netaddr
dnf: dnf:
name: python-netaddr name: python-netaddr
@ -206,6 +211,11 @@
name: vim-X11 name: vim-X11
state: latest state: latest
- name: Install vlc
dnf:
name: vlc
state: latest
- name: Install ZFS - name: Install ZFS
dnf: dnf:
name: zfs name: zfs
@ -224,6 +234,22 @@
name: yq name: yq
# services
- name: Enable SSH Daemon
service:
name: sshd
enabled: yes
state: started
- name: Enable Docker Daemon
service:
name: docker
enabled: yes
state: started
# setup users and groups # setup users and groups
- name: Docker Group - name: Docker Group