Commit acd56c74704d
Changed files (2)
playbook
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
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'