unit_type string | repo_path string | commit_id string | stars int32 | unit_prefix string | shard int32 | license_types list | files list | quality dict | flags dict |
|---|---|---|---|---|---|---|---|---|---|
ansible_role | tripura-kant/ansible | 790cfb0b26995eaa0126770b159e0af2a485c4de | 0 | ansible/Udemy/RHCE/roles/apache | 8,185 | [
"no_license"
] | [
{
"path": "ansible/Udemy/RHCE/roles/apache/vars/main.yml",
"content": "---\n pkgs:\n - httpd\n - firewalld\n\n rule:\n - http\n - https \n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/Udemy/RHCE/roles/apache/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | tripura-kant/ansible | 790cfb0b26995eaa0126770b159e0af2a485c4de | 0 | ansible/Udemy/playbook/roles/fullinstall | 8,185 | [
"no_license"
] | [
{
"path": "ansible/Udemy/playbook/roles/fullinstall/tasks/main.yml",
"content": "\n - name: Install Apache on Ubuntu server\n apt:\n name: apache2\n state: present\n when: ansible_os_family == 'Ubuntu'\n\n - name: Install Apache on RedHat server\n yum:\n name: httpd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | tripura-kant/ansible | 790cfb0b26995eaa0126770b159e0af2a485c4de | 0 | ansible/roles/apache | 8,185 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n# tasks file for /Users/tripurakant/scripts/ansible/ansible/ansible/roles/apache\n- import_tasks: install.yml\n- import_tasks: configure.yml\n- import_tasks: service.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | trungleit0108/devops-cicd | 764599b0c222c093bacfcedae47e2806e2454c62 | 0 | .circleci/ansible/roles/deploy | 8,187 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Create app dir\n become: yes\n file:\n path: /home/ubuntu/app\n state: directory\n\n- name: \"Copy backend build folder to EC2\"\n become: yes\n unarchive:\n src: /root/project/artifact.tar.gz\n dest: /home/u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/OSupdate | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/OSupdate/tasks/main.yml",
"content": "- name: Run yum update\n command: yum -y update\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/admin-web | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/admin-web/files/html/ks/7.ks",
"content": "\nauth --enableshadow --passalgo=<PASSWORD>\nurl --url http://mirrors.rit.edu/centos/7/os/x86_64\ntext\nkeyboard --vckeymap=us --xlayouts='us'\nlang en_US.UTF-8\n\nrootpw --iscrypted $6$LNOsjwwTy1YVc2mN$uNDcEpza1h0szhW2k.Am0TNtg6bddKkSGh0DN... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2639,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/all | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/all/tasks/main.yml",
"content": "\n- name: Add \"locate\" command\n copy: src=locate dest=/usr/local/bin/locate mode=0755\n\n- name: Add module_variants command\n copy: src=module_variants dest=/usr/local/bin/ mode=0755\n\n- name: Remove mlocate package\n yum: name=mlocate state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/autoupdate | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/autoupdate/tasks/main.yml",
"content": "- name: Create cron for automatic updates\n cron:\n name: \"Automatic updates\"\n job: \"/usr/bin/yum -y --quiet update; /usr/sbin/shutdown -r +60\"\n minute: 1\n hour: \"1\"\n weekday: 1\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/backup | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/files/scripts/expire_snapshots",
"content": "#!/bin/sh\n\n# Delete all but N=$MAXSNAP number of zfs snapshots \n\nMAXSNAP=30\nSNAP=($(/usr/sbin/zfs list -H -t snapshot | awk '{print $1}' | sort -r))\nfor s in \"${SNAP[@]}\"\ndo\n ((MAXSNAP-=1))\n if [ $MAXSNAP -lt 0 ] ; the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3566,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/cuda | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/cuda/tasks/main.yml",
"content": "- include_role: name=cuda_repo\n\n- name: Install kernel-devel\n yum: name=kernel-devel\n\n- name: Install CUDA\n yum: name=cuda\n\n- name: Install nvidia kernel module custom parameters\n copy: src=nvidia.conf dest=/etc/modprobe.d/\n\n- name: En... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/cuda_repo | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/cuda_repo/tasks/main.yml",
"content": "\n- name: Install yum repository for CUDA\n copy: src=cuda.repo dest=/etc/yum.repos.d/cuda.repo\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/database | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "- name: Install MariaDB\n yum: name=mariadb-server\n- name: Enable MariaDB service\n service: name=mariadb state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/dgx | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dgx/tasks/main.yml",
"content": "# https://docs.nvidia.com/dgx/dgx-rhel-install-guide/installing-dgx-sw.html\n\n- name: Install DGX yum repo\n copy: src=nvidia-dgx-7.repo dest=/etc/yum.repos.d/\n\n- name: Install DGX yum repo GPG key\n copy: src=RPM-GPG-KEY-dgx-cosmos-support dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/dgxa100 | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dgxa100/tasks/main.yml",
"content": "\n- name: Install nvidia kernel module custom parameters\n copy: src=nvidia.conf dest=/etc/modprobe.d/\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/dhcpd | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dhcpd/tasks/main.yml",
"content": "- name: Install dhcpd \n yum: name=dhcp\n\n- name: Configure dhcpd\n copy: src=dhcpd-{{ inventory_hostname }}.conf dest=/etc/dhcp/dhcpd.conf\n notify: \"Restart dhcpd\"\n\n- name: Enable dhcpd\n service: name=dhcpd state=started enabled=yes\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/dnsmasq | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq/tasks/main.yml",
"content": "- name: Install dnsmasq\n yum: name=dnsmasq\n\n- name: Install dnsmasq-utils\n yum: name=dnsmasq-utils\n\n- name: Configure dnsmasq\n copy: src=dnsmasq.conf dest=/etc/\n notify: \"Restart dnsmasq\"\n\n- name: Enable dnsmasq\n service: name=d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/docker | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "\n- name: Uninstall podman\n yum: name=podman-docker state=absent\n\n- name: Install Docker-ce yum repo\n copy: src=docker-ce.repo dest=/etc/yum.repos.d/\n\n- name: Install Docker \n yum:\n name: ['docker-ce', 'docker-ce-cli', 'containerd.io... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/docker-ns | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-ns/tasks/main.yml",
"content": "- include_role: name=docker\n\n- name: Configure docker subuid\n copy: src=subuid dest=/etc/subuid\n\n- name: Configure docker subgid\n copy: src=subgid dest=/etc/subgid\n\n- name: Configure docker namespaces\n copy: src=daemon.json dest=/et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/epel | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/epel/tasks/main.yml",
"content": "- name: Install EPEL yum repository\n yum: name=epel-release\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 64,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/fail2ban | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/main.yml",
"content": "- name: Install fail2ban\n yum: name=fail2ban\n\n- name: Create log file\n file: path=/var/log/fail2ban.log state=touch\n\n- name: Configure jail.local\n copy: src=jail.local dest=/etc/fail2ban/jail.local\n notify: \"Restart fail2ban\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/firewall | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "\n- name: Enable the firewall\n service: name=firewalld state=started enabled=yes\n\n- name: Set the ICL network source\n firewalld: zone=internal source=172.16.17.32/24 permanent=true state=enabled immediate=true\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ganglia-gmetad | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ganglia-gmetad/tasks/main.yml",
"content": "- include_role: name=ganglia-gmond\n\n- name: Install ganglia gmetad\n yum: \n name: ganglia-gmetad\n\n- name: Enable Ganglia gmetad service\n service: name=gmetad state=started enabled=yes\n\n- name: Configure gmetad\n copy: src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ganglia-gmond | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ganglia-gmond/tasks/main.yml",
"content": "- include_role: name=epel\n\n- name: Install Ganglia gmond\n yum: \n name: ['ganglia-gmond']\n\n- name: Enable Ganglia gmond service\n service: name=gmond state=started enabled=yes\n\n- name: Configure gmond\n copy: src={{gmond_co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ganglia-web | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ganglia-web/tasks/main.yml",
"content": "- include_role: name=ganglia-gmetad\n- include_role: name=webserver\n\n- name: Install ganglia web front-end\n yum: \n name: ganglia-web\n notify: \"Restart Apache\"\n\n- name: Configure ganglia-web access\n copy: src=ganglia.conf d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/gdrcopy | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/gdrcopy/tasks/main.yml",
"content": "\n- name: Enable gdrcopy RPM repo\n copy: src=gdrcopy.repo dest=/etc/yum.repos.d/\n\n- name: Install gdrcopy\n yum:\n state: installed\n name:\n - gdrcopy\n - gdrcopy-kmod\n - gdrcopy-devel\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/headnode | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/headnode/handlers/main.yml",
"content": "- name: Restart network\n service: name=NetworkManager state=restarted\n\n- name: Restart rsyslog\n service: name=rsyslog state=restarted\n\n- name: Restart chronyd\n service: name=chronyd state=restarted\n\n- name: Set hostname\n command... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2576,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/headnode-dev | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/headnode-dev/tasks/main.yml",
"content": "\n- include_role: name=dnsmasq\n\n- name: Packages needed for headnode\n yum: name={{item}}\n with_items:\n - rpcbind\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 125,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/headnode2 | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/headnode2/files/dnsmasq/run.sh",
"content": "#!/bin/bash -e\n\nNAME=dnsmasq\ncd /opt/$NAME\n\ndocker stop $NAME || true\n\nif [[ $1 == 'rebuild' ]]; then\n docker rm $NAME\n docker build -t $NAME .\nfi\n\nCONF=/opt/cluster/config\nmkdir -p $CONF\ncp -a /opt/$NAME/pxe $CONF/\nNOD... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/histamine | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/histamine/tasks/main.yml",
"content": "- include_role: name=slurm\n\n- name: Create firewall zone for histamine cluster\n shell: firewall-cmd --new-zone=histamine --permanent && firewall-cmd --reload\n args:\n creates: /etc/firewalld/zones/histamine.xml\n\n- name: Add histamine... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/inventory | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/inventory/tasks/main.yml",
"content": "- name: Install inventory cron script\n get_url:\n url: https://admin.icl.utk.edu/inventory/inventory.cron\n dest: /etc/cron.daily/inventory\n mode: 0755\n validate_certs: no\n\n- name: Required packages\n yum: \n name: ['... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ipa-client | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ipa-client/files/ipa-client-install",
"content": "#!/bin/sh\n\nipa-client-install --server directory.icl.utk.edu --domain icl.utk.edu --mkhomedir -p admin\n\nipa-client-automount --server=directory.icl.utk.edu --location=default --unattended\n\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ipa-client-fake | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ipa-client-fake/tasks/main.yml",
"content": "- name: Install ipa-client\n yum: name=ipa-client \n- name: Configure sssd.conf\n copy: src=sssd.conf dest=/etc/sssd/sssd.conf mode=700\n notify: \"Restart sssd\"\n- name: Enable sssd\n service: name=sssd state=started enabled=yes\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 530,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/kernel | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/kernel/tasks/main.yml",
"content": "- name: Install custom kernel repo\n copy: src=kernel.repo dest=/etc/yum.repos.d/kernel.repo\n\n- name: Install kernel-ml\n yum:\n enablerepo: elrepo-kernel\n name: [ 'kernel-ml', 'kernel-ml-devel']\n\n- name: Make new kernel the default\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/knl_mods | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/knl_mods/tasks/main.yml",
"content": "- name: Script file for implementing system modifications on KNL\n copy: src=knl_mods.sh dest=/opt/knl_mods.sh mode=755\n- name: Cron to implement KNL system changes on boot\n cron: \n name: \"KNL modifications\"\n job: \"/opt/knl_mods.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ldap-client | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap-client/tasks/main.yml",
"content": "- name: Install sssd\n yum: name=sssd-ldap \n\n- name: Configure sssd.conf\n copy: src=sssd.conf dest=/etc/sssd/sssd.conf\n notify: \"Restart sssd\"\n\n- name: Enable sssd\n service: name=sssd state=started enabled=yes\n\n- name: Configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/letsencrypt | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/letsencrypt/meta/main.yml",
"content": "\ndependencies:\n - { role: epel }\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "ansible/roles/letsencrypt/tasks/main.yml",
"content": "\n- name: Install certbot\n yum: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/nagios | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/nagios/files/conf.d/static.cfg",
"content": "define hostgroup {\n hostgroup_name timecapsule\n}\n\ndefine host {\n use linux-server\n host_name tracyt.icl.utk.edu\n hostgroups timecapsule\n address 172.16.31.10\n}\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3776,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/nat | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/nat/tasks/main.yml",
"content": "\n- name: Enable NAT public\n firewalld: zone=public masquerade=true state=enabled permanent=true immediate=true\n\n- name: Enable NAT internal\n firewalld: zone=internal masquerade=true state=enabled permanent=true immediate=true\n\n- name: Enable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/nfs-server | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs-server/handlers/main.yml",
"content": "- name: Refresh NFS export\n command: /usr/sbin/exportfs -r\n\n- name: Restart NFS service\n service: name=nfs state=restarted\n\n- name: Restart statd service\n service: name=rpc-statd state=restarted\n\n- name: Reconfigure lockd servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/nginx | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx web server\n yum: \n name: ['nginx']\n\n- name: Enable nginx service\n service: name=nginx state=started enabled=yes\n\n#- name: Config nginx\n# copy: src=nginx.conf dest=/etc/nginx/\n# notify: \"Restart nginx\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/nrpe | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/nrpe/files/custom_plugins/check_module",
"content": "#!/usr/bin/perl\n\n# Make sure a given kernel module is loaded\n\nuse strict;\nuse warnings;\nuse lib '/usr/lib64/nagios/plugins';\nuse utils '%ERRORS';\n\nmy $module = shift @ARGV || die \"Need name of kernel module\";\n\nopen(IN... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2430,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/ofed | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/ofed/tasks/main.yml",
"content": "\n- name: Remove limits\n copy: src=limits.conf dest=/etc/security/limits.conf\n\n- name: OFED packages\n yum: name=libpsm2-devel\n when: ansible_os_family == \"RedHat\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/openmanage | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/openmanage/tasks/main.yaml",
"content": "- name: Install custom openmanage repo\n copy: src=openmanage.repo dest=/etc/yum.repos.d/openmanage.repo\n\n- name: Install openmanage packages\n yum:\n state: installed\n name:\n - libsmbios\n - smbios-utils-bin\n - sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 623,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/perf_mods | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/perf_mods/files/uncore.sh",
"content": "#!/bin/sh\n\n# This script is executed on boot to implement system\n# changes for the system. \n#\n# Do not directly modify this file.\n\necho -1 > /proc/sys/kernel/perf_event_paranoid\n\nif [ -e /proc/sys/kernel/numa_balancing ]; then\n ech... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/php | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "\n- name: Install PHP\n yum:\n name: ['php', 'php-mysqlnd']\n\n- name: Customize php.ini\n copy: src=php.ini dest=/etc/\n notify: \"Restart php-fpm\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/reinstall | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/reinstall/handlers/main.yml",
"content": "- name: Update grub config\n shell: grub2-mkconfig -o \"$(readlink -e /etc/grub2.cfg)\"\n\n- name: Update grub-efi config\n shell: grub2-mkconfig -o \"$(readlink -e /etc/grub2-efi.cfg)\"\n\n\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/research | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/research/tasks/main.yml",
"content": "\n- name: Install research packages (RedHat)\n yum: \n state: present\n name:\n - \"@development\"\n - \"@^compute-node-environment\"\n - \"@infiniband\"\n - \"@performance\"\n - \"@debugging\"\n - binutils-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/rocm | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/rocm/tasks/main.yml",
"content": "- include_role: name=epel\n- include_role: name=cuda_repo\n\n#- name: Install yum versionlock\n# yum: name=yum-plugin-versionlock\n\n#- name: Freeze kernel version\n# command:\n# cmd: yum versionlock add kernel-3.10.0-1062.18.1.el7.*\n# wa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1360,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/server | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "- include_role: name=firewall\n\n- name: Disallow SSH from public\n firewalld: zone=public service=ssh state=disabled permanent=true immediate=true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/slurm | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/slurm/handlers/main.yml",
"content": "- name: Restart slurmctld\n service: name=slurmctld state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible/roles/slurm/tasks/main.yml",
"content": "- include_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 873,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/spack | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/spack/files/spack.csh",
"content": "\nsetenv SPACK_ROOT /nfs/apps/spack\nsource $SPACK_ROOT/share/spack/setup-env.csh\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/roles/spack/files/spack.sh",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/sshd | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/sshd/tasks/main.yml",
"content": "\n- name: Config sshd\n copy: src=sshd_config.{{ ansible_os_family }}-{{ ansible_distribution_major_version }} dest=/etc/ssh/sshd_config\n notify: \"Restart sshd\"\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/tellico | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/tellico/handlers/main.yml",
"content": " - name: Restart pmcd\n service: name=pmcd state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "ansible/roles/tellico/tasks/main.yml",
"content": "\n- name: Enable ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2768,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/tftpd | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/tftpd/tasks/main.yml",
"content": "- name: Install xinetd\n yum: name=xinetd\n\n- name: Install tftpd\n yum: name=tftp-server\n\n- name: Install syslinux\n yum: name=syslinux\n\n- name: Configure tftpd\n copy: src=tftp dest=/etc/xinetd.d/tftp\n notify: \"Restart xinetd\"\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/timemachine | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/timemachine/tasks/main.yml",
"content": "- include_role: name=firewall\n\n- name: Install netatalk\n yum: name=netatalk\n\n- name: Install avahi\n yum: name=avahi\n\n- name: Configure AFP\n copy: src=afp.conf dest=/etc/netatalk/afp.conf\n notify: \"Restart avahi-daemon\"\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1089,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/users | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "- name: Add user\n user:\n name: luszczek\n password_lock: yes\n generate_ssh_key: yes\n- name: Install SSH key\n copy: src=luszczek.key dest=/home/luszczek/.ssh/authorized_keys\n\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/web-main | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/web-main/tasks/main.yml",
"content": "- include_role: name=webserver\n- include_role: name=firewall\n\n#- name: Copy website files\n# copy: src=html/ dest=/var/www/html/ mode=preserve\n# notify: \"Restart Apache\"\n\n- name: Disable SSH on public zone\n firewalld: service=ssh zon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/webserver | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "- include_role: name=firewall\n\n- name: Install apache web server\n yum: \n name: ['httpd', 'mod_ssl', 'mod_ldap', 'mod_auth_gssapi', 'mod_authnz_pam']\n notify: \"Restart Apache\"\n\n- name: Install mod_auth_kerb\n yum: name=mod_aut... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | icl-utk-edu/cluster | 3a3b3bb34d5f437927db46db9a7a5562f33fcc12 | 2 | ansible/roles/zfs | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/zfs/tasks/main.yml",
"content": "- name: Install ZFS repo\n command: dnf -y install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval \"%{dist}\").noarch.rpm\n\n- name: Install ZFS\n yum: name=zfs\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/applications | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/applications/tasks/portainer.yml",
"content": "---\n# Portainer\n# Documentation: https://docs.portainer.io\n# Purpose: To provide an easy to navigate UI for managing docker containers\n\n- name: Create portainer data volume\n become: true\n file:\n path: \"{{ docker_data_p... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 20978,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/common | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/common/defaults/main.yml",
"content": "zsh_plugin_location: /.oh-my-zsh/custom/plugins/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "src/ansible/roles/common/tasks/main.yml",
"content": "---\n# Run by convention ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6503,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/dns | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/dns/defaults/main.yml",
"content": "docker_application_folder: /home/{{ ansible_user }}/.docker\n\n###########################################################################\n# PiHole Configuration\n###########################################################################\ndo... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4518,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/docker | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/docker/tasks/main.yml",
"content": "---\n# Install Debian flavor of Docker (followed recommended steps) \n- import_tasks: install.yml\n\n- import_tasks: setup-networks.yml\n when: extended_networking == true\n \n- import_tasks: watchtower.yml",
"license_type": "no_license",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2924,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/home | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/home/tasks/mount-backup-dir.yml",
"content": "- name: Ensure '/mnt/nas' is created\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0777\"\n with_items:\n - \"/mnt/nas/shbackups\"\n\n# Ensure that permissions are properly setup in NAS to ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4165,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/media | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/media/tasks/mount-drives.yml",
"content": "---\n# Plex\n# Documentation: https://www.plex.tv\n# Purpose: Host Plex media center on my network to watch TV / Movies I have ripped from DVD's\n\n- name: Ensure '/mnt/nas' is created\n become: true\n file:\n path: \"{{ item }}\"\... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 14434,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/nut-server | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/nut-server/tasks/main.yml",
"content": "---\n\n- name: Determine if NUT is already running\n service:\n name: nut-server\n state: started\n register: nut_status\n ignore_errors: true\n\n- name: Show the status of 'nut' service\n debug:\n msg: \"The {{ nut_status.nam... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5209,
"all_permissive": false
} |
ansible_role | ZinkNotTheMetal/homelab | 5ae30c717f1b7500b5a95f7414a6980f60a5a062 | 0 | src/ansible/roles/plex | 8,187 | [
"no_license"
] | [
{
"path": "src/ansible/roles/plex/tasks/main.yml",
"content": "- import_tasks: watchtower.yml\n\n- import_tasks: plex.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "src/ansible/roles/plex/defaults/main.yml",
"content": "###################... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4405,
"all_permissive": false
} |
ansible_role | zeinabawd/final_cicd_project | fbe4c9c63347d2aa72f6ea95f1d5d8720cef9d8b | 1 | .circleci/ansible/roles/deploy | 8,187 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Install node depe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/common | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/handlers/main.yml",
"content": "---\n## This file is to handle the service output for common task notifications\n- name: stop iptables\n service: name=iptables state=stopped\n\n- name: stop cups\n service: name=cups state=stopped\n\n- name: stop winbind\n service: nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3665,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/consul_agent | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul_agent/tasks/main.yml",
"content": "---\n- name: Installs a Consul agent\n vars:\n consul_is_server: False\n include_role:\n name: consul\n tags: consul_agent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/consul_server | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/consul_server/tasks/main.yml",
"content": "---\n- name: Installs a Consul server\n vars:\n consul_is_server: True\n include_role:\n name: consul\n tags: consul_server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_artifactory | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_artifactory/handlers/main.yml",
"content": "---\n- name: Restart Docker Artifactory\n docker_container:\n name: '{{ docker_artifactory_name }}'\n image: '{{ docker_artifactory_image }}'\n hostname: '{{ docker_artifactory_hostname }}'\n env: '{{ docker_artifacto... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1682,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_jenkins | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_jenkins/defaults/main.yml",
"content": "---\ndocker_jenkins_name: 'jenkins'\ndocker_jenkins_image: 'jenkins/jenkins:latest'\ndocker_jenkins_hostname: 'localhost'\ndocker_jenkins_env:\n JAVA_OPTS: '-Dhudson.footerURL={{ docker_jenkins_external_url }}'\ndocker_jenkins_extern... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1413,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_postgres | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_postgres/tasks/main.yml",
"content": "---\n- name: Create Postgres data directories\n file:\n state: directory\n path: '{{ item }}'\n owner: root\n group: root\n mode: 0777\n with_items: '{{ docker_postgres_data_directories }}'\n tags:\n - docker_postgr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_registrator | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_registrator/handlers/main.yml",
"content": "---\n- name: Restart Docker Registrator\n docker_container:\n name: '{{ docker_registrator_name }}'\n image: '{{ docker_registrator_image }}'\n volumes: '{{ docker_registrator_volumes }}'\n command: '{{ docker_registr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_rundeck | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_rundeck/handlers/main.yml",
"content": "---\n- name: Restart Docker Rundeck\n docker_container:\n name: '{{ docker_rundeck_name }}'\n image: '{{ docker_rundeck_image }}'\n hostname: '{{ docker_rundeck_hostname }}'\n env: '{{ docker_rundeck_env }}'\n publishe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2188,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/docker_sonarqube | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker_sonarqube/templates/sonar.properties.j2",
"content": "sonar.security.realm = LDAP\n\nldap.bindDn = {{ docker_sonarqube_ldap_bind_dn }}\nldap.bindPassword = {{ docker_sonarqube_ldap_password }}\nldap.url = ldap://{{ docker_sonarqube_ldap_host }}\nldap.user.baseDn = {{ docker... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8465,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/sshd | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/sshd/handlers/main.yml",
"content": "---\n## This file handles ssh service notifications\n- name: restart sshd\n service: name=sshd state=restarted\n tags: sshd\n\n- name: reload sshd\n service: name=sshd state=reloaded\n tags: sshd\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5444,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/sudo | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/sudo/defaults/main.yml",
"content": "---\nsudo_sudoers:\n - \"{{ ansible_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "playbooks/roles/sudo/templates/sudoers-d.j2",
"content": "## {{ ansible_managed }}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | jose120698/devops-ansible | 6654edc5229947e3d4c45f4299ac580916285307 | 0 | playbooks/roles/traefik | 8,187 | [
"no_license"
] | [
{
"path": "playbooks/roles/traefik/README.md",
"content": "kibatic.traefik\n=========\n\nAnsible role to deploy traefik binary and systemd unit.\n\n[](https://travis-ci.org/kibatic/ansible-traefik)\n\nTræfɪk is a modern HTTP rev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2825,
"all_permissive": false
} |
ansible_role | VanesaGilAndres4/cursoAnsible | 839af9312d5449c0e867f1272593c0da57330fce | 0 | clase8/proyecto_final/roles/mantenimiento | 8,187 | [
"no_license"
] | [
{
"path": "clase8/proyecto_final/roles/mantenimiento/defaults/main.yml",
"content": "---\r\npaquetes_basicos: \r\n - htop\r\n - curl\r\n - tree",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "clase8/proyecto_final/roles/mantenimiento/tasks/main.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | VanesaGilAndres4/cursoAnsible | 839af9312d5449c0e867f1272593c0da57330fce | 0 | clase8/proyecto_final/roles/paquetes | 8,187 | [
"no_license"
] | [
{
"path": "clase8/proyecto_final/roles/paquetes/tasks/main.yml",
"content": "---\r\n- name: Instalar paquetes paquetes_basicos\r\n apt: \r\n name: \"{{ item }}\"\r\n state: present\r\n update_cache: yes\r\n with_items: \"{{ paquetes_basicos }}\"\r\n\r\n- name: Limpiar caché de apt\r\n apt: \r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | VanesaGilAndres4/cursoAnsible | 839af9312d5449c0e867f1272593c0da57330fce | 0 | clase8/proyecto_final/roles/usuarios | 8,187 | [
"no_license"
] | [
{
"path": "clase8/proyecto_final/roles/usuarios/vars/main.yml",
"content": "---\r\nusuario_admin: admin_user\r\nusuario_estandar: estandar_user\r\nusuario_group: sudo\r\nusuario_shell: /bin/bash",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "clas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 480,
"all_permissive": false
} |
ansible_role | rushout09/ansible_tutorial | 3b4407d2940a9e44b210a3aaa32a4742e5fee05a | 1 | roles/nginx | 8,187 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Update the package lists and install nginx.\n apt:\n name: nginx\n update_cache: true\n state: present\n- name: Start the nginx server.\n systemd:\n name: nginx\n enabled: yes\n state: started\n- name: Allow traffic through fire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | rushout09/ansible_tutorial | 3b4407d2940a9e44b210a3aaa32a4742e5fee05a | 1 | roles/pkill | 8,187 | [
"no_license"
] | [
{
"path": "roles/pkill/defaults/main.yml",
"content": "process_name: python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/pkill/tasks/main.yml",
"content": "- name: stop python process\n shell: pkill {{ process_name }}\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/create-data-protection-cert | 8,187 | [
"no_license"
] | [
{
"path": "roles/create-data-protection-cert/tasks/main.yml",
"content": "# Почему отдельная роль а не таска? Да потому-что не надо\n# из плейбука делать стену плача\n- name: generate data protection cert from config\n shell: bash /home/build/do.sh generate_data_protection_cert_from_config\n\n- name: cp ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1020,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/docker-install | 8,187 | [
"no_license"
] | [
{
"path": "roles/docker-install/tasks/main.yml",
"content": "---\n- name: Update apt-get repo and cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install transport-https\n apt:\n name: \"apt-transport-https\"\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\n url: http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/haproxy-install | 8,187 | [
"no_license"
] | [
{
"path": "roles/haproxy-install/tasks/main.yml",
"content": "---\n- name: install\n apt:\n name: haproxy\n update_cache: yes\n\n- name: create cfg file\n template:\n src: HA.cfg.j2\n dest: \"/etc/haproxy/haproxy.cfg\"\n mode: 0777\n\n- name: HaProxy reset and enabled\n service: name=hapro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/install-component | 8,187 | [
"no_license"
] | [
{
"path": "roles/install-component/tasks/main.yml",
"content": "# Вынесено в отдельную роли, чтоб не было стены плача\n---\n- name: install components\n apt:\n name: \"sshpass\"\n update_cache: yes\n loop:\n - ca-certificates\n - curl\n - software-properties-common\n - unzip\n...\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/install-services | 8,187 | [
"no_license"
] | [
{
"path": "roles/install-services/tasks/main.yml",
"content": "---\n- name: mkdir Directum\n ansible.builtin.file:\n path: \"{{ directum_installer }}\"\n state: directory\n owner: user\n\n- name: extract Directum\n ansible.builtin.unarchive:\n src: \"{{ tar_gz_archive }}\"\n dest: \"{{ dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/poehali | 8,187 | [
"no_license"
] | [
{
"path": "roles/poehali/tasks/main.yml",
"content": "---\n# данная роль выполняется на первом плече\n# и запускает на нем веб сервер\n# далее производиться деплой пакета разработки\n# и по окончанию загрузка шаблонов\n- name: up\n shell: bash /home/build/do.sh all up\n\n- name: Pause for 2 minutes to buil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/postgresql-config | 8,187 | [
"no_license"
] | [
{
"path": "roles/postgresql-config/tasks/main.yml",
"content": "---\n\n- name: Install python3 and other lib\n apt:\n name: python3-pip\n loop:\n - \"libpq-dev\"\n\n- name: Install psycopg2-binary\n pip:\n name: psycopg2-binary\n\n- name: Allow all access to port 5432\n community.general.ufw:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/postgresql-install | 8,187 | [
"no_license"
] | [
{
"path": "roles/postgresql-install/tasks/main.yml",
"content": "---\n# по другому на астре работает не стабильно, иногда вылетают ошибки вида \"apt module not found\"\n- name: apt update\n apt: update_cache=yes cache_valid_time=3600\n\n- name: install\n apt:\n name: wget\n state: latest\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1494,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/preparing-to-install | 8,187 | [
"no_license"
] | [
{
"path": "roles/preparing-to-install/tasks/main.yml",
"content": "---\n- name: mkdir Directum\n ansible.builtin.file:\n path: \"{{ directum_installer }}\"\n state: directory\n owner: user\n\n- name: extract Directum\n ansible.builtin.unarchive:\n src: \"{{ tar_gz_archive }}\"\n dest: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/rabbitmq-install | 8,187 | [
"no_license"
] | [
{
"path": "roles/rabbitmq-install/tasks/main.yml",
"content": "---\n# используется шел т.к прямая работа влечет за собой проблемы\n# из-за астра линукса, для убунту сделано по человечески все\n- name: install services\n apt:\n name: \"rabbitmq-server\"\n update_cache: yes\n\n- name: up RabbitMQ\n se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/up-directum-services | 8,187 | [
"no_license"
] | [
{
"path": "roles/up-directum-services/tasks/mail.yml",
"content": "---\n- name: Set Version from local builds\n shell: bash /home/build/do.sh set_version_from_local_builds\n\n- name: Up mongoDB\n shell: bash /home/build/do.sh mongodb up\n\n- name: generate data protection cert from config\n shell: bash /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | paperdadfo/directum-cluster-playbook | fc5ec458d0902938cd9f2011fd17703cf76e84b7 | 1 | roles/up-storage | 8,187 | [
"no_license"
] | [
{
"path": "roles/up-storage/tasks/main.yml",
"content": "---\n- name: generate SQL\n template:\n src: changestorage.sql.j2\n dest: /home/build/changestorage.sql\n mode: 0777\n\n- name: UpdateStorage\n postgresql_query:\n db: DirectumRX\n login_host: \"{{ groups['webapp1'][0] }}\"\n port:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | david-hill/binarystorm | 85be8afc4218740e79f6ccbeb298d2896664da6f | 0 | ansible/roles/dbservers | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dbservers/tasks/main.yml",
"content": "- name: ensure mariadb-server is at the latest version\n yum:\n name: mariadb-server\n state: latest\n- name: ensure MySQL-python is at the latest version\n yum:\n name: MySQL-python\n state: latest\n- name: ensure mariadb is runn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | david-hill/binarystorm | 85be8afc4218740e79f6ccbeb298d2896664da6f | 0 | ansible/roles/dnsservers | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsservers/tasks/main.yml",
"content": "- name: ensure bind is at the latest version\n yum:\n name: bind\n state: latest\n- name: ensure named is running (and enable it at boot)\n service:\n name: named\n state: started\n enabled: yes\n- name: write the named config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | david-hill/binarystorm | 85be8afc4218740e79f6ccbeb298d2896664da6f | 0 | ansible/roles/webservers | 8,187 | [
"no_license"
] | [
{
"path": "ansible/roles/webservers/tasks/main.yml",
"content": "- file:\n path: /etc/httpd/keys\n state: directory\n mode: 0755\n when: enable_ssl == true\n- file:\n path: /usr/local/apache2/cgi-bin\n state: directory\n mode: 0755\n- name: ensure apache is at the latest version\n yum:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5333,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.