cleanup: removed centos code, cleaned up debian & ubuntu references

This commit is contained in:
Radar231 2022-01-03 10:08:30 -05:00
parent 37956b316a
commit 6686e692f9
3 changed files with 4 additions and 9 deletions

View File

@ -5,9 +5,6 @@
# install a selected set of packages as a desired baseline package
# collection.
#
# There is a separate (but as similar as possible) package list for Ubuntu
# and CentOS based hosts.
#
###########################################################################
#
# This playbook can be run using the following command line;

View File

@ -1,4 +1,4 @@
---
--
###########################################################################
#
# This is the top level playbook for the 'bash_mods' role. This role will
@ -11,7 +11,7 @@
# ansible-playbook -i <inventory file | IP,> -e "username=<username>" -e "homedir=<home dir>" bash_mods.yml
#
# ie,
# ansible-playbook -i 192.168.1.123, -e "username=ubuntu" -e "homedir=/home/ubuntu" bash_mods.yml
# ansible-playbook -i 192.168.1.123, -e "username=someuser" -e "homedir=/home/someuser" bash_mods.yml
#
###########################################################################
@ -24,8 +24,8 @@
vars:
# Set the following two variables as required
# ie,
# username: ubuntu
# homedir: /home/ubuntu
# username: someuser
# homedir: /home/someuser
# Default is to apply the playbook against the root user
username: "root"
homedir: "/root"

View File

@ -5,8 +5,6 @@
#
# This role will check for available package upgrades on the target host.
#
# This role should work on both Ubuntu and CentOS based hosts.
#
###########################################################################
#
# This playbook can be run using the following command line;