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 | IosefBG/homelabgitlab | 256ee405776486957747eaf82e1879ccace634bc | 0 | ansible/roles/kubernetes | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/kubernetes/tasks/main.yml",
"content": "# ansible/roles/kubernetes/tasks/main.yml\n\n---\n- name: Add Kubernetes GPG key\n apt_key:\n url: https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key\n state: present\n\n- name: Add Kubernetes repository\n apt_repository:\n rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | OmegaM/network-engeener | 8aca22d2102a90352e63e0958671f0eaa9fcbe6b | 0 | infra/ansible/roles/eve-ng | 7,955 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/eve-ng/vars/main.yml",
"content": "---\n# vars file for eve-ng\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "infra/ansible/roles/eve-ng/tasks/main.yml",
"content": "---\n- name: Download eve-ng\n get_url:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | yackrru/k8s-vagrant-kit | 95513304e048acc3b00685084ac8bd90c7fcb78d | 1 | ansible/ansible/roles/docker | 7,955 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/docker/tasks/main.yml",
"content": "- name: Install docker client\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.14-3.el7.x86_64.rpm\n - https://download.docker.com/lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | yackrru/k8s-vagrant-kit | 95513304e048acc3b00685084ac8bd90c7fcb78d | 1 | ansible/ansible/roles/kubectl | 7,955 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/kubectl/tasks/main.yml",
"content": "- name: Download kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.19.0/bin/linux/amd64/kubectl\n dest: /tmp/kubectl\n mode: 0755\n- name: Move kubectl to bin\n command: mv /tmp/kubectl /usr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | yackrru/k8s-vagrant-kit | 95513304e048acc3b00685084ac8bd90c7fcb78d | 1 | ansible/ansible/roles/minikube | 7,955 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/minikube/tasks/main.yml",
"content": "- name: Download minikube\n get_url:\n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /tmp/minikube\n mode: 0755\n- name: Move minikube to bin\n command: mv /tmp/minikube /usr/local/b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/private-docker-registry/roles/docker-registry | 7,955 | [
"no_license"
] | [
{
"path": "ansible/private-docker-registry/roles/docker-registry/templates/self-csr.json.j2",
"content": "{\n \"CN\": \"docker-registry\",\n \"hosts\": [\n \"{{ ansible_default_ipv4.address }}\",\n \"127.0.0.1\"\n ],\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1580,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/private-docker-registry/roles/test-client | 7,955 | [
"no_license"
] | [
{
"path": "ansible/private-docker-registry/roles/test-client/tasks/main.yml",
"content": "---\n- name: create directory for self-signed cert of docker-registry\n file: \n path: /etc/docker/certs.d/{{ hostvars['docker-registry']['ansible_default_ipv4']['address'] }}:5000 \n state: directory\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/ansible-jenkins | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/ansible-jenkins/templates/etc_default.j2",
"content": "# {{ ansible_managed }}\n\n# pulled in from the init script; makes things easier.\nNAME=jenkins\n\n# location of java\nJAVA=/usr/bin/java\n\n# From https://jenkins.io/blog/2016/11/21/gc-tuning/\nJAVA_ARGS=\"-Xmx20g -Xms20g -Djav... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 17964,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/ceph-deploy-release | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/ceph-deploy-release/tasks/clear_version.yml",
"content": "---\n\n- name: undo last commit from failed release\n command: git reset --soft HEAD~1 chdir=ceph-deploy\n when: (clean and last_commit.stdout == tag_name)\n\n- name: git checkout {{ branch }} branch\n command: git checkou... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3412,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/ceph-release | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/ceph-release/tasks/push.yml",
"content": "---\n# Note: None of this will get run when \"release == 'SECURITY'\"\n# We want to make sure packages get pulled, signed, and pushed before publicly\n# pushing the security fix. Pushing tags will be done manually by a human.\n\n- name: clon... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5686,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/grafana | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/postgresql.yml",
"content": "---\n- name: ensure database service is up\n service:\n name: postgresql\n state: started\n enabled: yes\n become: yes\n\n- name: allow users to connect locally\n become: yes\n lineinfile:\n # TODO: should not hardcode that... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3318,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/graphite | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/graphite/vars/main.yml",
"content": "---\n\nsystem_packages:\n - grafana\n - graphite-web\n - graphite-api\n - graphite-carbon\n - git\n - g++\n - gcc\n - libpq-dev\n - postgresql\n - postgresql-common\n - postgresql-contrib\n - python-psycopg2\n - nginx\n - vim\n # n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5745,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/kraken | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/kraken/defaults/main.yml",
"content": "---\nhelga_home: /opt/helga\nhelga_settings_path: '{{ helga_home }}/bin/settings.d'\nhelga_nick: helga\nhelga_irc_host: localhost\nhelga_irc_port: 6667\nhelga_use_ssl: yes\nhelga_operators: []\nhelga_irc_channels:\n- \"#bots\"\nhelga_timezone: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5957,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/nginx | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx.conf",
"content": "# {{ ansible_managed }}\nuser nginx;\nworker_processes 20;\nworker_rlimit_nofile 8192;\n\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n # multi_accept on;\n}\n\nhttp {\n\n ##\n # Basic Settings\n ##\n\n #s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5467,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/redis | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n- name: install Redis server\n apt:\n name: redis-server\n state: latest\n update_cache: yes\n\n- name: check if Redis is running\n service:\n name: redis-server\n state: started\n\n- name: enable redis-server to survive reboo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | ceph/ceph-build | e46a381c1510ecb38bd198a37dc8b9200d0409c8 | 43 | ansible/roles/remoto-release | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/remoto-release/tasks/main.yml",
"content": "---\n\n- name: check if remoto repo exists\n stat: path='./remoto'\n register: 'cdep_repo'\n\n- name: clone the remoto repository\n git: repo=<EMAIL>:ceph/remoto dest=remoto\n when: cdep_repo.stat.exists is defined and cdep_repo.stat.e... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3364,
"all_permissive": false
} |
ansible_role | hidepin/kubernetes-playbook | 619736bc9b8db2f0d7bb25c71d6ab317c811b4a0 | 0 | roles/kubernetes | 7,955 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "---\n# file: roles/kubernetes/tasks/main.yml\n- name: package update\n yum: name=* state=latest\n\n- name: kubernetes install\n yum: name=kubernetes state=latest enablerepo=extras\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/apache | 7,955 | [
"no_license"
] | [
{
"path": "roles/apache/templates/000-devel-ssl.conf",
"content": "<IfModule mod_ssl.c>\n\t<VirtualHost _default_:443>\n\t\tServerName {{ servername | default(\"PhoneBocx\") }}\n\t\tDocumentRoot {{ webroot | default(\"/var/www/html\") }}\n\t\tServerAdmin <EMAIL>\n\t\tRemoteIPHeader CF-Connecting-IP\n\t\tErr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1982,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/builder | 7,955 | [
"no_license"
] | [
{
"path": "roles/builder/meta/main.yml",
"content": "---\ndependencies:\n - ubuntu-base\n - php83\n - docker\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/builder/tasks/main.yml",
"content": "---\n- name: Install GOLang\n includ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/devel | 7,955 | [
"no_license"
] | [
{
"path": "roles/devel/tasks/main.yml",
"content": "---\n- name: Check out repos\n git:\n repo: \"{{ item.src }}\"\n dest: \"/usr/local/phonebocx/{{ item.name }}\"\n accept_hostkey: yes\n loop: \"{{ repos }}\"\n notify:\n - chown-everything\n\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/docker | 7,955 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n- name: restart-docker\n service: name=docker state=restarted\n\n- name: systemctl-reload\n command: systemctl daemon-reload\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "roles/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/docker-compose | 7,955 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Install Docker Compose version {{ dc_version }}\n get_url:\n url: \"{{ dc_url }}\"\n dest: \"{{ dc_verpath }}\"\n owner: root\n group: root\n mode: 0755\n\n- name: Put {{ dc_realpath }} in place\n file:\n src: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/frontend | 7,955 | [
"no_license"
] | [
{
"path": "roles/frontend/meta/main.yml",
"content": "---\ndependencies:\n - ubuntu-base\n - php82\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install GOLang\n include_role:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/php83 | 7,955 | [
"no_license"
] | [
{
"path": "roles/php83/tasks/main.yml",
"content": "---\n- name: Install PHP\n include_role:\n name: geerlingguy.php-versions\n public: yes\n vars:\n php_version: \"8.3\"\n\n- name: Install default PHP Packages\n package:\n name:\n [\n \"php{{ php_version }}-cli\",\n \"php{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/sshkeys | 7,955 | [
"no_license"
] | [
{
"path": "roles/sshkeys/tasks/main.yml",
"content": "---\n- name: Install default ssh keys\n authorized_key:\n user: root\n state: present\n exclusive: True\n key: \"{{ sshkeys | join('\\n') | string }}\"\n tags: ssh\n\n- name: Disable empty password login\n lineinfile: dest=/etc/ssh/sshd_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/ubuntu-base | 7,955 | [
"no_license"
] | [
{
"path": "roles/ubuntu-base/files/50-netplan.yaml",
"content": "# This file was generated by Ansible. You can change it to your\n# hearts content, but if this file is deleted, it will be\n# recreated with defaults (which is eth0 and dhcp)\n\nnetwork:\n ethernets:\n eth0:\n dhcp4: true\n dhcp-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6097,
"all_permissive": false
} |
ansible_role | phonebocx/ansible | 2d03c7d9ce3c419e11223cf1c9bc674f5814726b | 0 | roles/ubuntu-console | 7,955 | [
"no_license"
] | [
{
"path": "roles/ubuntu-console/tasks/main.yml",
"content": "---\n- name: Make autologin override directory\n file:\n state: directory\n path: /etc/systemd/system/getty@tty1.service.d\n owner: root\n group: root\n when: ansible_virtualization_type != \"lxc\"\n\n- name: Put autolgin override in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 842,
"all_permissive": false
} |
ansible_role | emmancuyugan/CUYUGAN_Act9 | 91d75b3714ae2ff9efc019d66c75d0d1f05de2df | 0 | roles/allnodes | 7,955 | [
"no_license"
] | [
{
"path": "roles/allnodes/tasks/main.yml",
"content": "---\n- name: Install Prometheus on Ubuntu\n apt:\n name: prometheus\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: Add Prometheus repository on CentOS\n yum_repository:\n name: prometheus\n description: Prometheus re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/couchpotato | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/couchpotato/tasks/main.yml",
"content": "---\n- name: Install Required Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - git-core\n - python\n\n- name: CouchPotato Git Repository Checkout\n sudo: yes\n git: repo=git://github.com/RuudBurger/CouchPot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/deluge | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/deluge/templates/default.settings.deluged.tpl",
"content": "# Configuration for /etc/init.d/deluged\n# The init.d script will only run if this variable is non-empty.\nDELUGED_USER=\"{{deluged.user}}\"\n# Should we run at startup?\nRUN_AT_STARTUP=\"{{deluged.run_at_startup}}\"",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1816,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/headphones | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/headphones/tasks/main.yml",
"content": "---\n- name: HeadPhones Git Repository Checkout\n sudo: yes\n git: repo=https://github.com/rembo10/headphones.git dest={{headphones.home}}\n\n- name: Add Runscripts For HeadPhones\n sudo: yes\n command: cp {{headphones.home}}/init-scripts/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2388,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/htpc-manager | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/htpc-manager/handlers/main.yml",
"content": "---\n- name: restart htpc-manager\n service: name=htpc-manager state=restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible/roles/htpc-manager/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1881,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/nzbget | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/nzbget/templates/default.settings.nzbget.tpl",
"content": "# Sample configuration file for NZBGet\n#\n# On POSIX put this file to one of the following locations:\n# ~/.nzbget\n# /etc/nzbget.conf\n# /usr/etc/nzbget.conf\n# /usr/local/etc/nzbget.conf\n# /opt/etc/nzbget.conf\n#\n# On W... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 63913,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/server | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install System Packages\n sudo: yes\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n\n- name: Install Extra Pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | Caroga/Debian-Downloader | 7a762cf759891199265a2d5446be8b3e9f1e91da | 1 | ansible/roles/sickrage | 7,955 | [
"no_license"
] | [
{
"path": "ansible/roles/sickrage/templates/default.settings.sickrage.tpl",
"content": "# COPY THIS FILE TO /etc/default/sickrage\nSR_HOME={{sickrage.home}}/\nSR_DATA={{sickrage.home}}/\nSR_USER={{sickrage.user}}\nSR_GROUP={{sickrage.user}}\nSR_PIDFILE={{sickrage.home}}/sickrage.pid\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1483,
"all_permissive": false
} |
ansible_role | volkanakcora/Stock_Collector_Django | 2fe9a2af8c0e6a71ba3fb5b5f8102a92fe6eb1ba | 0 | ansible/roles/backend_stock_collector | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/backend_stock_collector/tasks/install.yml",
"content": "- name: Install python requires\n become: yes\n become_user: root\n dnf:\n name:\n - python39\n - python39-pip\n - python3-virtualenv\n - python39-devel\n state: present\n\n- name: Create backend fo... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 8515,
"all_permissive": false
} |
ansible_role | ledlong1988/ansible | 9894389ac5d2f2be48fbcf393fb18ae71e9dc5ce | 0 | roles/base | 7,962 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "#- name: update all servers and workstations\n# package:\n# update_cache = yes \n\n- name: Create a new user for all servers and workstations\n user:\n name: administrator\n root: yes\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | ledlong1988/ansible | 9894389ac5d2f2be48fbcf393fb18ae71e9dc5ce | 0 | roles/workstations | 7,962 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: Create a new user named administrator\n user:\n name: administrator\n groups: root\n home: /home/administrator\n\n- name: Create a new user named client\n user:\n name: client\n groups: root\n create_home: no\n comment... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | lukasleitsch/macos-playbook | e07d33535c1b3c8896244f0be718c814d2126e6f | 5 | roles/brew | 7,962 | [
"no_license"
] | [
{
"path": "roles/brew/tasks/main.yml",
"content": "- name: Install homebrew packages\n homebrew:\n name: '{{ item }}'\n state: latest\n update_homebrew: yes\n loop: '{{ homebrew_packages }}'\n ignore_errors: yes\n tags:\n - brew\n\n- name: Install homebrew cask packages\n homebrew_cask:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | lukasleitsch/macos-playbook | e07d33535c1b3c8896244f0be718c814d2126e6f | 5 | roles/macos | 7,962 | [
"no_license"
] | [
{
"path": "roles/macos/handlers/main.yml",
"content": "- name: killall Dock\n command: killall Dock\n ignore_errors: yes\n\n- name: killall Finder\n command: killall Finder\n ignore_errors: yes\n\n- name: killall SystemUIServer\n command: killall SystemUIServer\n ignore_errors: yes\n\n- name: launchct... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | lukasleitsch/macos-playbook | e07d33535c1b3c8896244f0be718c814d2126e6f | 5 | roles/npm | 7,962 | [
"no_license"
] | [
{
"path": "roles/npm/tasks/main.yml",
"content": "- name: Install global npm packages\n community.general.npm:\n name: '{{ item }}'\n global: yes\n state: latest\n loop: '{{ npm_packages }}'\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 | lukasleitsch/macos-playbook | e07d33535c1b3c8896244f0be718c814d2126e6f | 5 | roles/php | 7,962 | [
"no_license"
] | [
{
"path": "roles/php/templates/ext-imagick.ini.j2",
"content": "extension=\"imagick.so\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/php/templates/ext-xdebug.ini.j2",
"content": "zend_extension=\"xdebug.so\"\n\n[xdebug]\nxdebug.mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2249,
"all_permissive": false
} |
ansible_role | lukasleitsch/macos-playbook | e07d33535c1b3c8896244f0be718c814d2126e6f | 5 | roles/shell | 7,962 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "- name: \"Clone dotfiles\"\n git:\n repo: <EMAIL>:lukas/dotfiles.git\n dest: \"{{ lookup('env','HOME') }}/.dotfiles\"\n\n- name: \"Get path fish shell\"\n command: which fish\n register: fish_path\n\n- name: 'Change shell to fish'\n become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | aldenso/jenkins-vm-vagrant | f7df899c7e99f33273a0afef20837d4d623370ef | 0 | roles/install-jenkins | 7,962 | [
"no_license"
] | [
{
"path": "roles/install-jenkins/tasks/main.yml",
"content": "---\n# tasks file for install-jenkins\n- name: Add epel repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n\n- name: Install azure gpg ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3624,
"all_permissive": false
} |
ansible_role | zendad/aws-kops-ansible | fc76987ec2a1e26d1f5ec2571fb17a046018f6f1 | 0 | roles/awsrole-install | 7,962 | [
"no_license"
] | [
{
"path": "roles/awsrole-install/files/node_policy.json",
"content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"ec2:DescribeInstances\",\n \"ec2:DescribeRegions\"\n ],\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1557,
"all_permissive": false
} |
ansible_role | zendad/aws-kops-ansible | fc76987ec2a1e26d1f5ec2571fb17a046018f6f1 | 0 | roles/kops-install | 7,962 | [
"no_license"
] | [
{
"path": "roles/kops-install/vars/main.yaml",
"content": "---\nkops_version: \"1.13.0\"\nkops_download_path: \"https://github.com/kubernetes/kops/releases/download/{{ kops_version }}/kops-linux-amd64\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/ami | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/ami/tasks/main.yml",
"content": "---\r\n- name: Get the latest Amazon Linux AMI ID\r\n command: aws ec2 describe-images --region \"{{ region }}\" --owners amazon --filters \"Name=name,Values=amzn2-ami-hvm-*-x86_64-gp2\" --query 'Images | [0].ImageId' --output text\r\n register: am... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/gateway | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/gateway/meta/main.yml",
"content": "---\r\ndependencies:\r\n - role: vpc\r\n - role: key_pair",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "ansible/roles/gateway/tasks/main.yml",
"content": "---\r\n- name: Internet ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/key_pair | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/key_pair/tasks/main.yml",
"content": "---\r\n- name: Create Key Pair\r\n amazon.aws.ec2_key:\r\n name: sockskey\r\n region: \"{{ region }}\"\r\n file_name: /home/ubuntu/mycapstone/ansible/sockskey.pem\r\n aws_access_key: \"{{ access_key }}\" # From vault as defined\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/launch_instance | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/launch_instance/tasks/main.yml",
"content": "---\r\n- name: Launch instance\r\n ec2_instance:\r\n aws_access_key: \"{{ access_key }}\" # From vault as defined\r\n aws_secret_key: \"{{ secret_key }}\"\r\n key_name: \"{{ socks_key_pair.key.name }}\"\r\n security_group: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/route_table | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/route_table/meta/main.yml",
"content": "---\r\ndependencies:\r\n - role: subnet\r\n - role: key_pair",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "ansible/roles/route_table/tasks/main.yml",
"content": "---\r\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/security_group | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/security_group/tasks/main.yml",
"content": "---\r\n- name: Create security group\r\n ec2_group:\r\n name: sock_group\r\n description: Allow necessary traffic\r\n aws_access_key: \"{{ access_key }}\" # From vault as defined\r\n aws_secret_key: \"{{ secret_key }}\"\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 668,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/subnet | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/subnet/meta/main.yml",
"content": "---\r\ndependencies:\r\n - role: gateway\r\n - role: key_pair",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible/roles/subnet/tasks/main.yml",
"content": "---\r\n- name: Subnet ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | afj-code/mycapstone | ffd2f7ec5147a3c882f49fc005f8bfe1ff1cbac1 | 0 | ansible/roles/vpc | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/vpc/meta/main.yml",
"content": "---\r\ndependencies:\r\n - role: key_pair",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/vpc/tasks/main.yml",
"content": "---\r\n- name: create VPC\r\n amazon.aws.ec2_vpc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/anaconda | 7,962 | [
"no_license"
] | [
{
"path": "roles/anaconda/tasks/main.yml",
"content": "- name: Include install_anaconda task\n include_tasks: install_anaconda.yml\n when: setup_conda",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/anaconda/defaults/main.yml",
"content... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/autofs | 7,962 | [
"no_license"
] | [
{
"path": "roles/autofs/templates/auto.nfs.j2",
"content": "data -fstype=nfs,rw,retry=0 {{ autofs_nfs_server_ip }}:/mnt/md0/data\nscratch -fstype=nfs,rw,retry=0 {{ autofs_nfs_server_ip }}:/mnt/md0/scratch\nproceedings -fstype=nfs,rw,retry=0 {{ autofs_nfs_server_ip }}:/mnt/md0/proceedings\ntools -fstype=nfs,... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4849,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/ldap | 7,962 | [
"no_license"
] | [
{
"path": "roles/ldap/tasks/main.yml",
"content": "- name: Include install_ldap_client task\n include_tasks: install_ldap_client.yaml\n when: ldap_client\n\n- name: Include install_ldap_server task\n include_tasks: install_ldap_server.yaml\n when: ldap_server\n\n- name: Include edit_ldap_conf task\n in... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7740,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/modules | 7,962 | [
"no_license"
] | [
{
"path": "roles/modules/files/openmpi/4.1.3",
"content": "#%Module1.0#####################################################################\n##\n## openmpi 4.1.3 modulefile\n## This file is maintained by Ansible - ALL MODIFICATIONS WILL BE REVERTED\n##\nproc ModulesHelp { } {\n puts stderr \"\\tSets ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3330,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/openmpi | 7,962 | [
"no_license"
] | [
{
"path": "roles/openmpi/defaults/main.yml",
"content": "---\n\n# Note that this must be the same dir as set in slurm/defaults/main.yml\npmix_install_dir: '/opt/pmix'\nopenmpi_version: '4.1.3'\ninstaller_url: 'https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-4.1.3.tar.gz'\nmd5_checksum: 'e0b99773... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/pkg | 7,962 | [
"no_license"
] | [
{
"path": "roles/pkg/tasks/install_packages_list.yaml",
"content": "---\n \n- name: Run the equivalent of \"apt-get update\" as a separate step\n apt:\n update_cache: yes\n\n- name: Install a list of packages\n apt:\n pkg:\n - accountsservice\n - adduser\n - apache2\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12016,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/slurm | 7,962 | [
"no_license"
] | [
{
"path": "roles/slurm/handlers/main.yml",
"content": "---\n\n- name: reload slurmd\n service:\n name: \"{{ slurmd_service_name }}\"\n state: reloaded\n when: \"'slurmexechosts' in group_names or 'exec' in slurm_roles\"\n\n- name: restart slurmd\n service:\n name: \"{{ slurmd_service_name }}\"\n... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 28609,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/ssh | 7,962 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: Include setup_userkeyssh task\n include_tasks: setup_userkeyssh.yaml\n when: setup_ssh\n\n- name: Include edit_sshd_conf task\n include_tasks: edit_sshd_conf.yaml\n when: setup_ssh",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2273,
"all_permissive": false
} |
ansible_role | th-nuernberg/clustermgmt | bb39456001ad52ff6ec7f19346eca6c3868db93b | 1 | roles/ufw | 7,962 | [
"no_license"
] | [
{
"path": "roles/ufw/defaults/main.yml",
"content": "---\n\ngateway_ip: '{{ gateway_ip }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/ufw/tasks/main.yml",
"content": "- name: Include setup_ufw task\n include_tasks: setup_ufw.yaml\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/hosts-common-info/roles/check_ip_in_rules | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/hosts-common-info/roles/check_ip_in_rules/tasks/main.yml",
"content": "---\r\n- name: Iptables | Find iptables rules\r\n shell: iptables -L INPUT -v -n --line-numbers | grep '{{ item }}'\r\n args:\r\n executable: /usr/bin/bash\r\n register: rules_number\r\n changed_when: rul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/hosts-common-info/roles/linux_aws | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/hosts-common-info/roles/linux_aws/tasks/main.yml",
"content": "---\n- name: AWS linux | Gathering real ip\n shell: |\n wget --inet4-only -qO - icanhazip.com || curl ifconfig.me\n register: real_ip\n changed_when: false\n\n- name: AWS linux | CentOS info\n when:\n - ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/hosts-common-info/roles/linux_not_aws | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/hosts-common-info/roles/linux_not_aws/tasks/main.yml",
"content": "---\n- name: Not AWS Linux | CentOS 7.9 info\n when:\n - ansible_distribution == 'CentOS'\n - ansible_distribution_version == '7.9'\n debug:\n msg: \"{{ ansible_distribution }} version {{ ansible_distribu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/hosts-common-info/roles/windows | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/hosts-common-info/roles/windows/tasks/main.yml",
"content": "---\n- name: Hosts | Windows info\n debug:\n msg:\n - \"{{ ansible_distribution }} version {{ ansible_distribution_version }} has real IP {{ ansible_ip_addresses | ansible.utils.ipv4('address') | ipaddr('public')... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/postgresql/roles/postgresql | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/postgresql/roles/postgresql/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg-agent\n state: present\n update_cache: true\n\n- name: A... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5229,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/admin-users | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/admin-users/tasks/ubuntu.yml",
"content": "---\n\n - name: Add admin users\n set_fact:\n admingroups: sudo\n\n - name: Creating user accounts\n user:\n name: \"{{ item }}\"\n shell: /bin/bash\n groups: \"{{ admingroups }}\"\n with_i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/backup-script | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/backup-script/vars/main.yml",
"content": "---\nbacula_backup_key: \"{{ lookup('pipe', 'vault kv get -address=http://vault.local -field=data infra/backup/ansadm-user') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4907,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/common | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/common/tasks/main.yml",
"content": "---\n\n - include: centos-7.yml\n when: ansible_distribution == \"CentOS\" and ansible_distribution_major_version == \"7\"\n\n - include: centos-8.yml\n when: ansible_distribution == \"CentOS\" and ansible_distribution_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5194,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/elastic | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/elastic/tasks/main.yml",
"content": "---\n\n- name: Elastic | Pre-config, configuring nproc settings\n copy:\n src: 20-nproc.conf\n dest: /etc/security/limits.d/20-nproc.conf\n mode: 0644\n owner: root\n\n- name: Elastic | Installing yandex-mirror el... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2974,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/grafana-sync | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/grafana-sync/templates/dadata_exporter_dashboard.json",
"content": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": \"-- Grafana --\",\n \"enable\": true,\n \"hide\": true,\n \"iconColor\": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5987,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/installations | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/installations/templates/beats/filebeat.yml",
"content": "---\nfilebeat.inputs:\n- type: log\n enabled: true\n paths: /var/log/nginx/*access.log\n fields:\n type: nginx_access\n fields_under_root: true\n scan_frequency: 5s\n- type: log\n enabled: true\n ... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 20704,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/kibana | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/kibana/tasks/install.yml",
"content": "- name: Kibana | Installing yandex-mirror elastic repo\n copy:\n src: elastic-8.x.list\n dest: /etc/apt/sources.list.d/elastic-8.x.list\n owner: root\n group: root\n mode: '0644'\n\n- name: Kibana | Installin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/logstash | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/logstash/vars/main.yml",
"content": "---\nlogstash_jvm_xms: 3g\nlogstash_jvm_xmx: 3g\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "ansible-common/server-setup/roles/logstash/templates/03-output.conf.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4655,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/prometheus-sync | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/prometheus-sync/tasks/main.yml",
"content": "---\n- include: conf-sync.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible-common/server-setup/roles/prometheus-sync/tasks/conf-sync.yml",
"c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6571,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/sql-exporter | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/sql-exporter/tasks/main.yml",
"content": "---\n- include: configure.yml\n- include: grafana.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "ansible-common/server-setup/roles/sql-exporter/tasks/conf... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4668,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/telegraf-agent | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/telegraf-agent/tasks/ubuntu.yml",
"content": "---\n- name: Telegraf-agent | Install transport packages\"\n apt:\n name: \"apt-transport-https\"\n state: present\n\n- name: Telegraf-agent | Download telegraf apt key\n apt_key:\n url: \"https://repos.inf... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3244,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/server-setup/roles/wazuh-agent | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/server-setup/roles/wazuh-agent/handlers/main.yml",
"content": "---\n - name: wazuh restart\n service:\n name: wazuh-agent\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "ansible-common/se... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3122,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | ansible-common/windows_firewall/roles/win_wf | 7,962 | [
"no_license"
] | [
{
"path": "ansible-common/windows_firewall/roles/win_wf/templates/wf_template.j2",
"content": "Import-Module NetSecurity\n$exit_code = 0\n\nif (Get-NetFirewallRule -DisplayName 'sshd' -ErrorAction SilentlyContinue)\n{\n echo \"Remove rule for SSH-access from any IP's\"\n Remove-NetFirewallRule -Displa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3834,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/k8s_switcher/roles/k8s_switcher | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/k8s_switcher/roles/k8s_switcher/tasks/main.yml",
"content": "---\n- name: Import autostart\n import_tasks: 'tasks/start_k8s_stand.yml'\n when:\n - (action_type == '1') and (k8s_ns is defined)\n- name: Import autostop\n import_tasks: 'tasks/stop_k8s_stand.yml'\n when:\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3724,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/kubernetes_monitoring/roles/blackbox_exporter | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/kubernetes_monitoring/roles/blackbox_exporter/defaults/main.yml",
"content": "---\nblackbox_exporter_chart_version: 5.8.1\nblackbox_exporter_namespace: monitoring\n\nblackbox_exporter_values: {}\nblackbox_exporter_values_extra: {}\n...\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2029,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/kubernetes_monitoring/roles/efbk_stack | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/kubernetes_monitoring/roles/efbk_stack/tasks/main.yml",
"content": "---\n- name: Check role requirements\n assert:\n that:\n - efbk_chart_version|length > 0\n\n- name: Check role requirements if elasticsearch install requested\n assert:\n that:\n - efbk_cur... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11139,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/kubernetes_monitoring/roles/logging_operator | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/kubernetes_monitoring/roles/logging_operator/tasks/main.yml",
"content": "---\n- name: Check role requirements\n assert:\n that:\n - logging_operator_chart_version|length > 0\n\n- name: Set URL for chart repo\n include_vars: \"{{ logging_operator_chart_repo }}_char... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7364,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/kubernetes_monitoring/roles/prom_stack | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/kubernetes_monitoring/roles/prom_stack/vars/original_chart_repo.yml",
"content": "---\nprom_stack_chart_repo_url: https://prometheus-community.github.io/helm-charts\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"pat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 26873,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | k8s/ansible_playbooks/kubernetes_vault/roles/banzaicloud_mutating_webhook | 7,962 | [
"no_license"
] | [
{
"path": "k8s/ansible_playbooks/kubernetes_vault/roles/banzaicloud_mutating_webhook/tests/antest/site.yml",
"content": "---\n- name: Local role testing\n hosts: localhost\n gather_facts: false\n\n environment:\n VAULT_ADDR: \"{{ bcmw_vault_addr }}\"\n VAULT_FORMAT: json\n\n tasks:\n - name: Im... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 14658,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | vault/ansible playbooks/vault/roles/etcd | 7,962 | [
"no_license"
] | [
{
"path": "vault/ansible playbooks/vault/roles/etcd/tasks/set_fact.yml",
"content": "---\n- name: set fact\n set_fact:\n etcd_address: \"{{ etcd_address }}\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "vault/ansible playbooks/vault/r... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 17002,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | vault/ansible playbooks/vault/roles/group_certificates | 7,962 | [
"no_license"
] | [
{
"path": "vault/ansible playbooks/vault/roles/group_certificates/defaults/main.yml",
"content": "---\n\n# group in inventory for which hosts generate certificates\ngroup_certificates_inventory_group: vault\n\ngroup_certificates_ca_key: \"/etc/{{ group_certificates_inventory_group }}/ssl/ca.key\"\ngroup_cer... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9816,
"all_permissive": false
} |
ansible_role | babibob/personal-gains | 4b5a71937970eb47126c2fe2ee59ab91149b2400 | 0 | vault/ansible playbooks/vault/roles/vault | 7,962 | [
"no_license"
] | [
{
"path": "vault/ansible playbooks/vault/roles/vault/defaults/main.yml",
"content": "---\n\n# group in inventory for which hosts generate certificates\nvault_inventory_group: vault\nvault_etcd_inventory_group: \"{{ vault_inventory_group }}\"\n\nvault_ca_key: \"/etc/{{ vault_inventory_group }}/ssl/ca.key\"\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2690,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/base | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/tasks.yaml",
"content": "---\n# tasks file for roles/base\n- name: Update timezone\n file:\n src: /usr/share/zoneinfo/{{ timezone }}\n dest: /etc/localtime\n state: link\n notify: update tzdata\n\n- name: Upgrade all existing packages\n apt:\n upgrade: dist... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/ceph | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/ceph/defaults/main.yml",
"content": "---\n# defaults file for ceph\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "ansible/roles/ceph/tasks/main.yml",
"content": "---\n# tasks file for ceph\n\n- name: Ensure ceph soft... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/common | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- { import_tasks: tasks.yaml, become: yes, tags: common }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "ansible/roles/common/tasks/tasks.yaml",
"content": "---\n# tasks file ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2921,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/db_server | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/db_server/handlers/main.yml",
"content": "---\n# handlers file for roles/db-server\n- { include: tasks.yaml, become: yes }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/db_server/tasks/main.yml",
"cont... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4027,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/hosts | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/hosts/tasks/main.yml",
"content": "---\n# tasks file for hosts\n- { import_tasks: tasks.yaml, become: yes , tags: \"hosts\"}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "ansible/roles/hosts/tasks/tasks.yaml",
"conten... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/ldap_client | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap_client/tasks/main.yml",
"content": "---\n# tasks file for ldap_client\n\n- name: configure ldap.conf\n become: yes\n tags:\n - ldap\n - ldap.conf\n - build\n block:\n - name: Set BASE for {{ ldap_dns_domain_name }}\n when: ldap_dns_domain_name is defined\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6126,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/ldap_server | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap_server/vars/main.yml",
"content": "---\n# vars file for ldap_server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible/roles/ldap_server/defaults/main.yml",
"content": "---\n# defaults file for ldap_server",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9593,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/manage_users | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/manage_users/tasks/main.yml",
"content": "---\n# tasks file for manage_users\n- { import_tasks: tasks.yaml, become: yes, tags: \"users\", when: users is defined }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "ansible/r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2542,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/nextflow | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/nextflow/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nextflow",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "ansible/roles/nextflow/defaults/main.yml",
"content": "---\n# ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | ilifu/slurm_training_cluster | 89ce73ee81ae3e25c40772002e499e7b4f952e09 | 1 | ansible/roles/slurm_common | 7,962 | [
"no_license"
] | [
{
"path": "ansible/roles/slurm_common/vars/main.yml",
"content": "---\n# vars file for roles/slurm_common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "ansible/roles/slurm_common/tasks/main.yml",
"content": "---\n- { import_tasks: tasks.yam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9424,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.