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

Remove tags in ~30 files, improve verbiage

This commit is contained in:
root 2020-01-30 04:57:53 -05:00
parent 814efd5a02
commit 2cdf846365
30 changed files with 11 additions and 57 deletions

View file

@ -5,7 +5,6 @@
- docker
- python-docker-py
when: docker_install | bool
#tags: download
- name: put the systemd startup file in place
template: src=docker.service

View file

@ -2,7 +2,6 @@
package:
name: ejabberd
state: present
#tags: download
#- name: Configure ejabberd
# template:

View file

@ -3,7 +3,6 @@
state=present
with_items:
- ejabberd-2.1.11
#tags: download
when: not is_debuntu
# need to use lineinfile and better regexp

View file

@ -7,7 +7,6 @@
- xinetd
- xs-rsync
- incron
#tags: download
- name: Configure idmgr
template: backup=yes

View file

@ -6,7 +6,6 @@
- active-document
- restful-document
- python-xappy
#tags: download
- name: Create sugar-stats directory tree
file: path={{ item }}

View file

@ -2,22 +2,18 @@
- name: Install Xfce group of packages
shell: "yum groupinstall -y xfce"
when: xo_model == "none" and internet_available and ansible_distribution_version <= "20"
#tags: download
- name: Install X11 group of packages
shell: "yum groupinstall -y 'X Window system'"
when: xo_model == "none" and internet_available and ansible_distribution_version <= "20"
#tags: download
- name: Install Xfce group of packages
shell: yum groupinstall -y "Xfce Desktop" --exclude fedora-release\*
when: xo_model == "none" and internet_available and ansible_distribution_version >= "21"
#tags: download
- name: Install X Windows on CentOS
shell: yum groupinstall -y "Server with GUI"
when: internet_available and ansible_distribution == "CentOS"
#tags: download
- name: Download TeamViewer software
get_url:
@ -25,7 +21,6 @@
dest: "{{ yum_packages_dir }}/{{ teamviewer_rpm_file }}"
timeout: "{{ download_timeout }}"
when: internet_available | bool
#tags: download
# F22 has issues with yum localinstall exclude for now
- name: Do the install of TeamViewer, pulling in any required dependencies