home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit acd56c74704d69e12f0f386f13f597aabc5c6d1d
parent 779a944048019c70bcd14f3544a1a33cf321a620
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 27 May 2019 13:06:30 +0200

remove playbook folder

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mplaybook.yml | 4++--
Dplaybook/post_install.yaml | 52----------------------------------------------------
2 files changed, 2 insertions(+), 54 deletions(-)

diff --git a/playbook.yml b/playbook.yml @@ -1,3 +1,4 @@ +# https://docs.ansible.com/ansible/latest/user_guide/playbooks_best_practices.html --- - hosts: localhost roles: @@ -10,4 +11,4 @@ # ansible_hostname == 'hokkaido' # ansible_product_version == 'ThinkPad X220' -# ansible_form_factor == 'Notebook'- \ No newline at end of file +# ansible_form_factor == 'Notebook' diff --git a/playbook/post_install.yaml b/playbook/post_install.yaml @@ -1,52 +0,0 @@ -- hosts: localhost - tasks: - - name: Install essentials - become: yes - package: name={{item}} state=present - with_items: - - dconf-editor - - redhat-text-fonts - - redhat-display-fonts - - mozilla-fira-mono-fonts - - mozilla-fira-sans-fonts - - name: Install dev - become: yes - package: name={{item}} state=present - with_items: - - emacs - - golang - - make - - automake - - gcc - - gcc-c++ - - name: Install media - become: yes - package: name={{item}} state=present - with_items: - - mpv - - name: Install containers stuff - become: yes - package: name={{item}} state=present - with_items: - - origin-clients - - podman - - buildah - - skopeo - - name: Install syncthing - become: yes - package: name={{item}} state=present - with_items: - - syncthing - - syncthing-gtk - - name: Install virtualization packages - become: yes - package: name={{item}} state=present - with_items: - - virt-manager - - qemu-kvm - - qemu-img - - virt-install - - bridge-utils - - libvirt - - libvirt-devel - - libvirt-daemon-kvm