Arth related basic codes Ansible folder contains some Ansible playbooks, for basic use cases.
ans_fact.yml ----for checking facts about controller and managed node.
epel_download.yml-----to download epel software for redhat linux users.
ftp_server.yml -----to configure your system as ftp server.
iso_yum.yml -----to configure yum by mounting iso file in cli based linux.
yumConfig.yml-----to configure yum with url of local packages for gui linux user.
docker2.yml-----to launch docker and start webserver in container.
https.yml -----to configure apache webserver with different configuration of port and document root.
http_auth.yml-------for adding httpd authentication to challenging page of web server.
ansible.cfg & hosts -----local configuration and inventory file for ansible.
local.repo and webpages and .htaccess------other requirents, used in playbooks.