├── Ansible └── ansible-central-server.sh ├── LICENSE ├── README.md ├── docker └── docker.sh ├── misc ├── motd.sh └── system-info.sh └── post-install.sh /Ansible/ansible-central-server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/Ansible/ansible-central-server.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/README.md -------------------------------------------------------------------------------- /docker/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/docker/docker.sh -------------------------------------------------------------------------------- /misc/motd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/misc/motd.sh -------------------------------------------------------------------------------- /misc/system-info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/misc/system-info.sh -------------------------------------------------------------------------------- /post-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/potts99/Linux-Post-Install/HEAD/post-install.sh --------------------------------------------------------------------------------