Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redhat/CentOS support, bug fix to tasks/printer_and_class_install.yml #9

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    4ad4a60 View commit details
    Browse the repository at this point in the history
  2. Added Guest machine for Redhat/Centos

    	modified:   README.md
    
    Modified package lists for yum or apt repositories
    	modified:   defaults/main.yml
    
    Made tasklist for apt cups install process
    	new file:   tasks/apt_cups_install.yml
    
    Moved cups_pre_install.yml to apt specific tasklist
    	copied:     tasks/cups_pre_install.yml -> tasks/apt_pre_install_packages.yml
    
    Added when statements to remove expect packages only affect Debian/Ubuntu
    	modified:   tasks/cups_cleanup.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_configure.yml
    
    Added includes for yml files for different distributions
    	modified:   tasks/cups_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_install_lpd.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_install_ssl_cert.yml
    
    Added includes for yml files for different distributions
    	modified:   tasks/cups_pre_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/main.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/ppd_hp.yml
    
    Added when statements to only affect Debian/Ubuntu when needed
    	modified:   tasks/ppd_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/ppd_ricoh.yml
    
    Ran into an issue where when attempting to assign a specific ppd it was not happening correctly. cups_lpadmin.py had driver and model assigned correctly but the call of the module was not assigning exactly correctly for my use case.  I dont believe this should break a ubuntu/Debian installation
    	modified:   tasks/printer_and_class_install.yml
    
    Added process to install cups packages for yum based distros
    	new file:   tasks/yum_cups_install.yml
    
    Added process to install pre_install packages for yum based distros (currently none in use)
    	new file:   tasks/yum_pre_install_packages.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tests/test-simple-playbook.yml
    Michael2015HV committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    170bc81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84bcec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a05137 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89f86f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d87b12 View commit details
    Browse the repository at this point in the history
  7. Modified package lists for yum or apt repositories

    	modified:   defaults/main.yml
    
    Made tasklist for apt cups install process
    	new file:   tasks/apt_cups_install.yml
    
    Moved cups_pre_install.yml to apt specific tasklist
    	copied:     tasks/cups_pre_install.yml -> tasks/apt_pre_install_packages.yml
    
    Added when statements to remove expect packages only affect Debian/Ubuntu
    	modified:   tasks/cups_cleanup.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_configure.yml
    
    Added includes for yml files for different distributions
    	modified:   tasks/cups_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_install_lpd.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/cups_install_ssl_cert.yml
    
    Added includes for yml files for different distributions
    	modified:   tasks/cups_pre_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/main.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/ppd_hp.yml
    
    Added when statements to only affect Debian/Ubuntu when needed
    	modified:   tasks/ppd_install.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tasks/ppd_ricoh.yml
    
    Ran into an issue where when attempting to assign a specific ppd it was not happening correctly. cups_lpadmin.py had driver and model assigned correctly but the call of the module was not assigning exactly correctly for my use case.  I dont believe this should break a ubuntu/Debian installation
    	modified:   tasks/printer_and_class_install.yml
    
    Added process to install cups packages for yum based distros
    	new file:   tasks/yum_cups_install.yml
    
    Added process to install pre_install packages for yum based distros (currently none in use)
    	new file:   tasks/yum_pre_install_packages.yml
    
    Added three ... at end for proper yml formatting (small thing I do - Helps me make sure I have looked over every file)
    	modified:   tests/test-simple-playbook.yml
    Michael2015HV committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    8d5639f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1 from MichaelChristopherson/redhat-centos

    Modified package lists for yum or apt repositories
    MichaelChristopherson committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    43b0173 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Merge branch 'master' of https://github.com/MichaelChristopherson/ans…

    Christopherson authored and Christopherson committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    09e2a14 View commit details
    Browse the repository at this point in the history