1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update packages.yml

This commit is contained in:
A Holt 2017-12-08 01:25:19 -05:00 committed by GitHub
parent 7363a99c90
commit 2cb7173665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,15 +3,15 @@
name: "{{ item }}" name: "{{ item }}"
state: present state: present
with_items: with_items:
- yum-utils - yum-utils
- createrepo - createrepo
- wpa_supplicant - wpa_supplicant
- linux-firmware - linux-firmware
- syslog - syslog
- xml-common - xml-common
- nss-mdns - nss-mdns
- avahi - avahi
- avahi-tools - avahi-tools
when: is_redhat when: is_redhat
- name: Download usbmount -- not in Debian Stretch (debian_9) - name: Download usbmount -- not in Debian Stretch (debian_9)
@ -19,7 +19,7 @@
url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb" url: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
dest: "{{ downloads_dir }}" dest: "{{ downloads_dir }}"
timeout: "{{ download_timeout }}" timeout: "{{ download_timeout }}"
when: is_debian_9 when: internet_available and is_debian_9
- name: Install usbmount (debian_9) - name: Install usbmount (debian_9)
command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb command: apt install -y {{ downloads_dir }}/usbmount_0.0.14.1_all.deb
@ -44,32 +44,32 @@
name: "{{ item }}" name: "{{ item }}"
state: present state: present
with_items: with_items:
- acpid - acpid
- mlocate - mlocate
- rsync - rsync
- htop - htop
- etckeeper - etckeeper
- python-passlib - python-passlib
- usbmount - usbmount
- net-tools - net-tools
- openssh-server - openssh-server
- sudo - sudo
- logrotate - logrotate
- make - make
- tar - tar
- unzip - unzip
- bzip2 - bzip2
- i2c-tools - i2c-tools
- bridge-utils - bridge-utils
- usbutils - usbutils
- hostapd - hostapd
- wget - wget
- openssl #FC 18 does not supply, but pear requires - openssl #FC 18 does not supply, but pear requires
- gawk - gawk
- curl - curl
- pandoc - pandoc
- lynx - lynx
- ntfs-3g - ntfs-3g
#- name: Install pip as a commonly required package management system #- name: Install pip as a commonly required package management system
# command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py # command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py
@ -82,9 +82,9 @@
name: "{{ item }}" name: "{{ item }}"
state: present state: present
with_items: with_items:
- python-pip - python-pip
- python-setuptools - python-setuptools
- python-virtualenv - python-virtualenv
# instructions state to start with a fully updated system before starting, stop using # instructions state to start with a fully updated system before starting, stop using
# ansible as a crutch for developers not following the directions and taking short-cuts # ansible as a crutch for developers not following the directions and taking short-cuts