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
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/teamviewer
483
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/main.yml", "content": "- name: add teamviewer sign key\n tags: teamviewer\n apt_key:\n url: https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc\n keyring: /usr/share/keyrings/teamviewer.gpg\n state: present\n\n- name: add teamviewer apt re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/telegram
483
[ "no_license" ]
[ { "path": "roles/telegram/tasks/main.yml", "content": "- name: install telegram\n tags: telegram\n community.general.snap:\n name: telegram-desktop", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/users
483
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- include_vars: \"secrets.yml\"\n tags: always\n- include_vars: \"users.yml\"\n tags: always\n\n- block:\n - import_tasks: sysadmin.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "roles/us...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2042, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/virtualbox
483
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "- name: install virtualbox\n tags: virtualbox\n apt:\n name: virtualbox\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/vlc
483
[ "no_license" ]
[ { "path": "roles/vlc/tasks/main.yml", "content": "- name: install vlc\n tags: vlc\n community.general.snap:\n name: vlc", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/vmware-player
483
[ "no_license" ]
[ { "path": "roles/vmware-player/tasks/main.yml", "content": "- name: download vmware-player installation file\n tags: vmware\n get_url:\n url: https://download3.vmware.com/software/WKST-PLAYER-1623-New/VMware-Player-Full-16.2.3-19376536.x86_64.bundle\n dest: ./vmware-player.bundle\n mode: 0755\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
gholami-mohammad/setup-dev-env
44c3536358bb20c170a232aa39f4a37cc0d8ba9c
0
roles/vscode
483
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "- name: add vscode sign key\n tags:\n - vscode\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n keyring: /usr/share/keyrings/microsoft.gpg\n state: present\n\n- name: add vscode apt repository\n tags: \n - vscode\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
JaseKirby/kubernetes-cluster-test
b5207123a86e145c0b4016c2e8cd3fbea250aedc
1
roles/kube-cert
483
[ "no_license" ]
[ { "path": "roles/kube-cert/templates/etc/pki/node-csr.conf.j2", "content": "[ req ]\ndefault_bits = 2048\nprompt = no\ndefault_md = sha256\nreq_extensions = req_ext\ndistinguished_name = dn\n \n[ dn ]\nO = system:nodes\nCN = system:node:{{ item }}\n \n[ req_ext ]\nsubjectAltName = @alt_names\n \n[ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8613, "all_permissive": false }
ansible_role
JaseKirby/kubernetes-cluster-test
b5207123a86e145c0b4016c2e8cd3fbea250aedc
1
roles/kube-docker
483
[ "no_license" ]
[ { "path": "roles/kube-docker/defaults/main.yml", "content": "---\nkube_docker_data_root: /var/lib/docker\nkube_docker_insecure_registries: []\nkube_docker_max_log_file_size: 10m", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/kube-docker/tas...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1599, "all_permissive": false }
ansible_role
JaseKirby/kubernetes-cluster-test
b5207123a86e145c0b4016c2e8cd3fbea250aedc
1
roles/kube-es
483
[ "no_license" ]
[ { "path": "roles/kube-es/defaults/main.yml", "content": "---\nkube_primary_master: \"{{ groups['kube-masters'][0] }}\"\nkube_es_sysctl_file: /etc/sysctl.d/97-kube-es.conf\nkube_es_label: example.com/es-ds-ready=true\nkube_es_data_volume_dir: /var/lib/elasticsearch", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 878, "all_permissive": false }
ansible_role
JaseKirby/kubernetes-cluster-test
b5207123a86e145c0b4016c2e8cd3fbea250aedc
1
roles/kube-master
483
[ "no_license" ]
[ { "path": "roles/kube-master/templates/etc/logging/es-svc.yml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: elasticsearch-logging\n namespace: kube-system\nspec:\n ports:\n - port: 9200\n protocol: TCP\n targetPort: db\n selector:\n app: elasticsearch-logging\n", "license_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 31566, "all_permissive": false }
ansible_role
JaseKirby/kubernetes-cluster-test
b5207123a86e145c0b4016c2e8cd3fbea250aedc
1
roles/kube-node
483
[ "no_license" ]
[ { "path": "roles/kube-node/templates/etc/proxy.config.j2", "content": "apiVersion: v1\nkind: Config\nclusters:\n - cluster:\n certificate-authority: {{ kube_config_dir }}/pki/ca.crt\n server: https://{{ kube_primary_master_ip }}:6443\n name: kubernetes\ncontexts:\n - context:\n cluster: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7489, "all_permissive": false }
ansible_role
surajsunrays/openjdk-8-ansible-role
b12b603d3715deca0c3c7ca1ed3a41ac15c68272
0
roles/openjdk
474
[ "no_license" ]
[ { "path": "roles/openjdk/vars/main.yml", "content": "---\n# vars file for openjdk\npackages:\n - openjdk-8-jdk\n - openjdk-8-jre\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/openjdk/files/export_variables.sh", "content": "#...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 860, "all_permissive": false }
ansible_role
DocLM/oci-terraform-minecraft-server
9e6a2aaa6c14e482dc3627dc90b646b962daf384
1
ansible/roles/auto-updates
474
[ "no_license" ]
[ { "path": "ansible/roles/auto-updates/tasks/main.yml", "content": "- name: Gather os specific variables\n include_vars:\n file: \"{{ item }}\"\n with_first_found:\n - '{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml'\n - '{{ ansible_distribution }}.yml'\n - '{{ ansible_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
DocLM/oci-terraform-minecraft-server
9e6a2aaa6c14e482dc3627dc90b646b962daf384
1
ansible/roles/knockd
474
[ "no_license" ]
[ { "path": "ansible/roles/knockd/tasks/main.yml", "content": "- name: Gather os specific variables\n include_vars:\n file: \"{{ item }}\"\n with_first_found:\n - '{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml'\n - '{{ ansible_distribution }}.yml'\n - '{{ ansible_os_fami...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 859, "all_permissive": false }
ansible_role
DocLM/oci-terraform-minecraft-server
9e6a2aaa6c14e482dc3627dc90b646b962daf384
1
ansible/roles/knockd-firewalld
474
[ "no_license" ]
[ { "path": "ansible/roles/knockd-firewalld/tasks/main.yml", "content": "- name: Gather os specific variables\n include_vars:\n file: \"{{ item }}\"\n with_first_found:\n - '{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml'\n - '{{ ansible_distribution }}.yml'\n - '{{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 927, "all_permissive": false }
ansible_role
DocLM/oci-terraform-minecraft-server
9e6a2aaa6c14e482dc3627dc90b646b962daf384
1
ansible/roles/ksplice
474
[ "no_license" ]
[ { "path": "ansible/roles/ksplice/tasks/main.yml", "content": "- name: Gather os specific variables\n include_vars:\n file: \"{{ item }}\"\n with_first_found:\n - '{{ ansible_distribution }}-{{ ansible_distribution_major_version}}.yml'\n - '{{ ansible_distribution }}.yml'\n - '{{ ansible_os_fam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
DocLM/oci-terraform-minecraft-server
9e6a2aaa6c14e482dc3627dc90b646b962daf384
1
ansible/roles/minecraft
474
[ "no_license" ]
[ { "path": "ansible/roles/minecraft/templates/minecraft-backup.configuration.j2", "content": "NAMESPACE={{ backup_namespace }}\nBUCKET={{ backup_bucket }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/minecraft/templates/minecraft.se...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 10749, "all_permissive": false }
ansible_role
shad7/vagrant-pydev
ca1a3a4336c7ded126d5d9e4f083442c898a696f
3
provision/roles/setup
474
[ "no_license" ]
[ { "path": "provision/roles/setup/tasks/python26.yml", "content": "---\n# python26 install\n\n# https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tgz\n\n- name: install python 2.6\n apt: name=python2.6-complete state=latest", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2320, "all_permissive": false }
ansible_role
abrahamvarricatt/ansible-gocd-infra
3d21c2e1bed7c047e66753acabf3d31a64d48d91
0
roles/common
474
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n - name: Add open JDK repository\n apt_repository:\n repo: 'ppa:openjdk-r/ppa'\n become: true\n\n - name: Add gocd repository\n apt_repository:\n repo: deb https://download.gocd.org /\n state: present\n filename: 'goc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
abrahamvarricatt/ansible-gocd-infra
3d21c2e1bed7c047e66753acabf3d31a64d48d91
0
roles/gocd-agents
474
[ "no_license" ]
[ { "path": "roles/gocd-agents/tasks/main.yml", "content": "---\n\n - name: Install gocd agent\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - 'go-agent'\n notify: restart gocd-agent\n become: true\n\n - name: Configure gocd server\n lineinfile:\n path: /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 490, "all_permissive": false }
ansible_role
abrahamvarricatt/ansible-gocd-infra
3d21c2e1bed7c047e66753acabf3d31a64d48d91
0
roles/gocd-server
474
[ "no_license" ]
[ { "path": "roles/gocd-server/tasks/update-dns-record.yml", "content": "---\n\n - name: update CloudFlare DNS records\n cloudflare_dns:\n zone: \"{{ cloudflare_zone }}\"\n record: \"{{ cloudflare_subdomain }}\"\n type: A\n value: \"{{ ansible_default_ipv4.address }}\"\n account_e...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1973, "all_permissive": false }
ansible_role
em-le/simple-of-simple
3706d647d26fe83c8bca26f5d6a375c2a9898b98
0
ansible/roles/docker
474
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure /tmp/tools directory exists\n file:\n path: /tmp/tools\n state: directory\n mode: '0755'\n\n- name: Copy install-docker.sh to remote host\n copy:\n src: install-docker.sh\n dest: /tmp/tools/install-docker.sh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1713, "all_permissive": false }
ansible_role
em-le/simple-of-simple
3706d647d26fe83c8bca26f5d6a375c2a9898b98
0
ansible/roles/git
474
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: Install git and\n apt:\n name:\n - git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
em-le/simple-of-simple
3706d647d26fe83c8bca26f5d6a375c2a9898b98
0
ansible/roles/gitlab
474
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/files/install-gitlab.sh", "content": "#!/bin/bash\nset -e\n\nif [ -f /etc/gitlab/gitlab.rb ]; then\n echo \"Gitlab already installed, Skip...\"\n exit 0\nfi\n\napt update\napt install -y curl openssh-server ca-certificates tzdata perl\ncurl -s https://packages.gitlab.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 809, "all_permissive": false }
ansible_role
em-le/simple-of-simple
3706d647d26fe83c8bca26f5d6a375c2a9898b98
0
ansible/roles/jenkins
474
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/files/install-jenkins.sh", "content": "#!/bin/bash\n\nif systemctl list-units --type=service | grep -q jenkins; then\n echo \"Jenkins service exists, Skip...\"\n exit 0\nfi\n\napt update\napt install fontconfig openjdk-21-jre -y\nwget -O /etc/apt/keyrings/jenkins-keyring.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1478, "all_permissive": false }
ansible_role
em-le/simple-of-simple
3706d647d26fe83c8bca26f5d6a375c2a9898b98
0
ansible/roles/jenkins-agent
474
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-agent/tasks/main.yml", "content": "---\n- name: Ensure /var/lib/jenkins directory exists and owned by jenkins\n file:\n path: /var/lib/jenkins\n state: directory\n owner: jenkins\n group: jenkins\n mode: '0755'\n\n- name: Install fontconfig and openjdk-21-jre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1383, "all_permissive": false }
ansible_role
sanjog152/kafka-vagrant
7ba18387d2205bedf340f1405eedc1d089f07bdf
0
ansible/roles/java
474
[ "no_license" ]
[ { "path": "ansible/roles/java/templates/profile.java.sh.j2", "content": "JAVA_HOME=/usr/lib/jvm/{{ symlink_path }}\nexport JAVA_HOME\nPATH=$JAVA_HOME/bin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/java/templates/ssmtp.con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1469, "all_permissive": false }
ansible_role
sanjog152/kafka-vagrant
7ba18387d2205bedf340f1405eedc1d089f07bdf
0
ansible/roles/kafka
474
[ "no_license" ]
[ { "path": "ansible/roles/kafka/templates/email_text_kafka.txt.j2", "content": "To: {{ alert_email }}\nFrom: {{ alert_email }}\nSubject: Kafka is not running on {{ kafka_hostname }}\n\nKafka is not running\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3365, "all_permissive": false }
ansible_role
sanjog152/kafka-vagrant
7ba18387d2205bedf340f1405eedc1d089f07bdf
0
ansible/roles/zookeeper
474
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/tasks/main.yml", "content": "---\n- name: update apt \n apt: update_cache=yes cache_valid_time={{apt_cache_timeout}}\n tags: bootstrap\n\n- name: create group for zookeeper\n group:\n name: zookeeper\n state: present\n tags: zookeeper\n\n- name: create user for z...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3634, "all_permissive": false }
ansible_role
fxdgear/my-dev-stack-ansible
a2c79e1f630bf6611dabc6accd2b0d441f6b452a
0
roles/common
474
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nother_depend:\n - curl\n - wget\n - vim\n - tmux\n - ncat\n - strace\n - jq\n - ripgrep\n - flameshot\n - bat\n - exa\n - apt-transport-https \n - ca-certificates\n\nvcs:\n - mercurial\n - git\n - subversion\n\npython:\n - python3...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1360, "all_permissive": false }
ansible_role
fxdgear/my-dev-stack-ansible
a2c79e1f630bf6611dabc6accd2b0d441f6b452a
0
roles/fish
474
[ "no_license" ]
[ { "path": "roles/fish/tasks/os_family/Debian.yml", "content": "---\n- name: install fish repo\n apt_repository:\n repo=\"deb http://download.opensuse.org/repositories/shells:/fish:/release:/2/Debian_12/ /\"\n filename=\"fish\"\n state=present\n update_cache=yes\n when: ansible_distribution == ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2092, "all_permissive": false }
ansible_role
fxdgear/my-dev-stack-ansible
a2c79e1f630bf6611dabc6accd2b0d441f6b452a
0
roles/nvm
474
[ "no_license" ]
[ { "path": "roles/nvm/tasks/main.yml", "content": "---\n- name: Check if NVM is already installed\n become: yes\n become_user: \"{{ user.name }}\"\n stat:\n path: \"{{ user.home }}/.nvm/nvm.sh\"\n register: nvm_file\n\n- name: Install NVM\n become: yes\n become_user: \"{{ user.name }}\"\n shell: >\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1738, "all_permissive": false }
ansible_role
Dinesh12331233/ansible-roboshop-roles-p1
89bce80f66b43f382f47aa8884179a21b74f5669
0
roles/catalogue
481
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app setup will be done from here \n include_role: \n name: common \n tasks_from: app-setup \n\n- name: nodejs-setup will be done from here \n include_role: \n name: common \n tasks_from: nodejs-setup \n\n- name: copying mongo.rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 988, "all_permissive": false }
ansible_role
Dinesh12331233/ansible-roboshop-roles-p1
89bce80f66b43f382f47aa8884179a21b74f5669
0
roles/common
481
[ "no_license" ]
[ { "path": "roles/common/tasks/python-setup.yaml", "content": "- name: install python3 packages \n ansible.builtin.dnf: \n name: \"{{ item }}\"\n state: installed \n loop: \n - python3 \n - gcc \n - python3-devel \n\n- name: install dependencies \n args: \n chdir: /app \n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
Dinesh12331233/ansible-roboshop-roles-p1
89bce80f66b43f382f47aa8884179a21b74f5669
0
roles/payment
481
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app setup will be done from here \n include_role: \n name: common \n tasks_from: app-setup \n\n- name: python setup will be done from here \n include_role:\n name: common \n tasks_from: python-setup \n\n- name: systemd setup wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
Dinesh12331233/ansible-roboshop-roles-p1
89bce80f66b43f382f47aa8884179a21b74f5669
0
roles/shipping
481
[ "no_license" ]
[ { "path": "roles/shipping/vars/main.yaml", "content": "MYSQL_HOST: mysql.deepthi.tech \nCART_HOST: cart.deepthi.tech \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/shipping/tasks/main.yaml", "content": "- name: app setup will be done ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 777, "all_permissive": false }
ansible_role
Dinesh12331233/ansible-roboshop-roles-p1
89bce80f66b43f382f47aa8884179a21b74f5669
0
roles/user
481
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: app setup will be done from here \n include_role:\n name: common \n tasks_from: app-setup \n\n- name: nodejs setup will be done from here \n include_role:\n name: common \n tasks_from: nodejs-setup \n\n- name: systemd setup will be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
nbeernink/katello-setup
fb0e594c7cd78553fc5e5fec0fbf2a4e42e2c6b9
0
provision/roles/foreman
481
[ "no_license" ]
[ { "path": "provision/roles/foreman/tasks/main.yml", "content": "---\n- name: Install required repositories\n yum:\n name:\n - https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm\n - http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n - https://yum.thefor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
nbeernink/katello-setup
fb0e594c7cd78553fc5e5fec0fbf2a4e42e2c6b9
0
provision/roles/node
481
[ "no_license" ]
[ { "path": "provision/roles/node/tasks/main.yml", "content": "---\n- name: Install puppetlabs repo\n yum:\n name:\n - https://yum.puppetlabs.com/puppet5/puppet5-release-el-7.noarch.rpm\n - https://yum.theforeman.org/client/1.21/el7/x86_64/foreman-client-release.rpm\n\n- name: Install packages\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
DRVTiny/misc-4-ansible
62fe282a06cfd45e3933f389cb5f9a039ca06e0c
0
playbooks/roles/joe
481
[ "no_license" ]
[ { "path": "playbooks/roles/joe/tasks/main.yml", "content": "- name: install joe on RedHat-based\n yum:\n name: joe\n state: latest\n become: true\n when: ansible_os_family == \"RedHat\"\n- name: install joe on Debian-based\n apt:\n name: joe\n state: latest\n become: true\n when: ansible_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1002, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/additional-service_check
481
[ "no_license" ]
[ { "path": "roles/additional-service_check/tasks/main.yml", "content": "---\n\n#Check if services are present\n\n- include_vars: ../../../group_vars/package.yml\n\n- name: Check if services are present\n stat: path=/etc/init.d/\"{{service_name}}\"\n register: service_status\n\n\n- name: Stop service\n ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/dns_check
481
[ "no_license" ]
[ { "path": "roles/dns_check/tasks/main.yml", "content": "---\n\n- name: DNS lookup for host by DNS server 1\n debug: msg=\"Querying <DNS_SERVER1> for IPv4 address for <hostname> produces {{ lookup('dig', '<hostname>', '@<DNS_SERVER1') }}\"\n\n- name: DNS lookup for host by DNS server 2 \n debug: msg=\"Que...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 629, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/file_check
481
[ "no_license" ]
[ { "path": "roles/file_check/tasks/main.yml", "content": "---\n\n- include_vars: ../../../groupvars/all\n\n- name: Check if Directory Exists\n stat:\n path: \"{{ name_node_files }}\"\n register: file_status\n\n- debug:\n msg: \"Path exists and is a directory\"\n when: file_status.stat.isdir is defin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/firewall_check
481
[ "no_license" ]
[ { "path": "roles/firewall_check/tasks/main.yml", "content": "---\n\n- name: Disable firewalld\n service: name=firewalld enabled=no\n register: firewall_status\n\n- name: be sure firewalld is stopped\n service: name=firewalld state=stopped\n ignore_errors: yes", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/ntp_check
481
[ "no_license" ]
[ { "path": "roles/ntp_check/tasks/main.yml", "content": "---\n\n- name: Ensure NTP-related packages are installed.\n package:\n name: ntp\n state: present\n\n- name: Ensure NTP is running\n service:\n name: ntpd\n state: started\n enabled: yes", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/os_check
481
[ "no_license" ]
[ { "path": "roles/os_check/tasks/main.yml", "content": "---\n\n- name: Check OS version\n command: cat /etc/redhat-release\n register: os_version\n\n- debug: msg=\"{{ os_version.stdout }}\"\n\n- debug: msg=\"{{ os_version.stderr }}\"\n\n- debug:\n msg: \"Correct OS version\"\n when: (ansible_distributi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/port_check
481
[ "no_license" ]
[ { "path": "roles/port_check/tasks/main.yml", "content": "---\n\n- name: Install net-tools to run the port check\n yum:\n name: net-tools\n\n- name: Check if the network ports are free\n command: netstat -tupln | egrep -i \"8888|7180|7183|7187\"\n register: result\n\n- debug:\n msg: \"Ports are not ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/rngd_check
481
[ "no_license" ]
[ { "path": "roles/rngd_check/tasks/main.yml", "content": "---\n\n- name: ensure rng-tools is installed\n yum: name=rng-tools state=latest update_cache=yes\n\n- name: ensure rngd is running\n service: name=rngd state=started enabled=yes", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/rpm-packages_check
481
[ "no_license" ]
[ { "path": "roles/rpm-packages_check/tasks/main.yml", "content": "---\n\n- include_vars: ../../../group_vars/package.yml\n\n- name: check if packages are installed\n yum:\n list: \"{{ package }}\"\n register: is_installed\n# yum: \n# name: \"{{ package }}\"\n# state: latest\n# when: (is_install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/scm
481
[ "no_license" ]
[ { "path": "roles/scm/templates/scm.j2", "content": "{\n \"items\" : [\n {\n \"name\" : \"REMOTE_PARCEL_REPO_URLS\",\n \"value\" : {% set repo_j = joiner(\",\") %}\n \"{% for repo in scm_repositories %}{{ repo_j() }}{{ repo }}{% endfor %}\"\n }\n ]\n}\n", "license_type": "no_licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2617, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/ssh_check
481
[ "no_license" ]
[ { "path": "roles/ssh_check/tasks/main.yml", "content": "---\n\n#Check if the ssh service is available and running \n\n- name: Service enabled and running\n service:\n name: sshd\n enabled: true\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/static-ip_check
481
[ "no_license" ]
[ { "path": "roles/static-ip_check/tasks/main.yml", "content": "---\n\n#See how the IP addresses are assigned \n\n- name: Check for Static IP\n command: cat /etc/sysconfig/network-scripts/ifcfg-{{ ansible_default_ipv4.interface }}\n register: result\n\n- debug: msg=\"{{ result.stdout_lines}}\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/swappiness
481
[ "no_license" ]
[ { "path": "roles/swappiness/tasks/main.yml", "content": "---\n\n#Setting Swappiness to 1 \n\n- name: Get swappiness value\n command: cat /proc/sys/vm/swappiness\n register: actual_swappiness\n\n- name: Set VM Swappiness to 1\n sysctl:\n name: vm.swappiness\n value: 1\n state: present\n when: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
bhagya7893/ansible-precheck
ddc8834be6e03b989aeb5988feb2694f713256bb
0
roles/thp
481
[ "no_license" ]
[ { "path": "roles/thp/tasks/main.yml", "content": "---\n\n#Setting THP to Never\n\n- name: Disable Transparent Huge Pages\n lineinfile:\n path: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX'\n line: 'GRUB_CMDLINE_LINUX=\"console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300 transparent_hug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
samshiffer/4.ansible_fourth_lesson
c88fc5ce9bd0eb290d6b5575cd0351fa8e771c18
0
00_linter/roles/testrole
481
[ "no_license" ]
[ { "path": "00_linter/roles/testrole/tasks/main.yml", "content": "---\n# tasks file for testrole\n- name: included role with linting problems \n debug: \n msg: \"this task has trailing spaces\" \n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
temafey/n8n-super-agent
07305024d63b9c21aed7fc99a2d93081431bab58
0
ansible/roles/docker
481
[ "no_license" ]
[ { "path": "ansible/roles/docker/handlers/main.yml", "content": "---\n# Обработчики для роли docker\n\n- name: restart docker\n service:\n name: docker\n state: restarted\n ignore_errors: yes\n\n- name: reload docker\n systemd:\n name: docker\n daemon_reload: yes\n ignore_errors: yes\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 12513, "all_permissive": false }
ansible_role
temafey/n8n-super-agent
07305024d63b9c21aed7fc99a2d93081431bab58
0
ansible/roles/hetzner
481
[ "no_license" ]
[ { "path": "ansible/roles/hetzner/tasks/main.yml", "content": "---\n# Задачи для роли Hetzner Cloud Firewall\n\n- name: Проверка необходимых переменных\n fail:\n msg: \"Переменная {{ item }} не определена\"\n when: item is not defined or item | length == 0\n with_items:\n - hetzner_api_token\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4928, "all_permissive": false }
ansible_role
temafey/n8n-super-agent
07305024d63b9c21aed7fc99a2d93081431bab58
0
ansible/roles/security
481
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "---\n# Роль Security - основные задачи\n\n- name: Обновление пакетов безопасности\n apt:\n name:\n - fail2ban\n - ufw\n - unattended-upgrades\n - apt-listchanges\n - openssh-server\n state: present\n tags: securi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7737, "all_permissive": false }
ansible_role
temafey/n8n-super-agent
07305024d63b9c21aed7fc99a2d93081431bab58
0
ansible/roles/system
481
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/swap.yml", "content": "---\n# Настройка файла подкачки\n\n- name: Проверка наличия файла подкачки\n stat:\n path: /swapfile\n register: swap_file\n\n- name: Создание файла подкачки\n command: \"dd if=/dev/zero of=/swapfile bs=1M count={{ swap_size_mb }}\"\n when:...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4830, "all_permissive": false }
ansible_role
cnrvd/vote-project-repo
64bfcd3338c73bb5a94e03fed001113cf724c536
0
ansible/roles/base
481
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "- name: Upgrade apt cache and uprade packages\n apt: \n update_cache: true\n uprade: dist\n\n\n- name: Install base packages\n apt:\n name: \"{{ base_packages }}\"\n state: present\n\n- name: Enable and start UFW\n ufw:\n state: e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
craftstino/CloudComputingVagrantCeulemansStijn
e5324e1d74ae99ae61f25e15bc29d468d41e0238
0
test-src/roles/stijncdatabase
481
[ "no_license" ]
[ { "path": "test-src/roles/stijncdatabase/defaults/main.yml", "content": "---\n# defaults file for stijncdatabase", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "test-src/roles/stijncdatabase/tasks/main.yml", "content": "- name: database\n apt:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 465, "all_permissive": false }
ansible_role
craftstino/CloudComputingVagrantCeulemansStijn
e5324e1d74ae99ae61f25e15bc29d468d41e0238
0
test-src/roles/stijncweb
481
[ "no_license" ]
[ { "path": "test-src/roles/stijncweb/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - stijncweb", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "test-src/roles/stijncweb/vars/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 977, "all_permissive": false }
ansible_role
r-tellez/ansible
acd18b0d54149960cc75da564b3112e2caabaaec
0
ansible/nginx/roles/nginx_install
481
[ "no_license" ]
[ { "path": "ansible/nginx/roles/nginx_install/tasks/main.yml", "content": "---\r\n\r\n# Install Nginx\r\n\r\n- name: Update OS\r\n apt:\r\n name: \"*\"\r\n state: latest\r\n\r\n- name: Install Nginx\r\n apt:\r\n name: nginx\r\n state: present\r\n \r\n- name: Start & Enable Service Nginx\r\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
KieniL/archive
a3e7b951c5ba541709bd5d9cc7795fe5a91ff5b1
0
configurationmanagement/ansible/jiradatacenter/roles/apache
481
[ "no_license" ]
[ { "path": "configurationmanagement/ansible/jiradatacenter/roles/apache/templates/jiracluster.conf.j2", "content": "<VirtualHost *:80>\nServerName {{ dnsname }}\nHeader add Set-Cookie \"ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/\" env=BALANCER_ROUTE_CHANGED\n<Proxy balancer://{{ dnsname }}>\n{% for host in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1393, "all_permissive": false }
ansible_role
KieniL/archive
a3e7b951c5ba541709bd5d9cc7795fe5a91ff5b1
0
configurationmanagement/ansible/jiradatacenter/roles/jira
481
[ "no_license" ]
[ { "path": "configurationmanagement/ansible/jiradatacenter/roles/jira/templates/cluster.properties.j2", "content": "jira.node.id = {{inventory_hostname}}\njira.shared.home = {{sharehomedirectory}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3478, "all_permissive": false }
ansible_role
KieniL/archive
a3e7b951c5ba541709bd5d9cc7795fe5a91ff5b1
0
configurationmanagement/ansible/jiradatacenter/roles/nfsclient
481
[ "no_license" ]
[ { "path": "configurationmanagement/ansible/jiradatacenter/roles/nfsclient/tasks/main.yml", "content": "---\n# tasks file for nfsclient\n- name: create user\n user:\n name: \"{{ shareuser }}\"\n uid: 2003\n- name: update cache\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n- name: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1192, "all_permissive": false }
ansible_role
KieniL/archive
a3e7b951c5ba541709bd5d9cc7795fe5a91ff5b1
0
configurationmanagement/ansible/jiradatacenter/roles/nfsserver
481
[ "no_license" ]
[ { "path": "configurationmanagement/ansible/jiradatacenter/roles/nfsserver/templates/export.conf.j2", "content": "{% for host in nodes_to_share %}\n{{shareinstalldirectory}} {{hostvars[host]['ansible_host']}}(rw,sync,no_subtree_check,all_squash,anonuid=2003,anongid=2003)\n{{sharehomedirectory}} {{hostvars[ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": false }
ansible_role
KieniL/archive
a3e7b951c5ba541709bd5d9cc7795fe5a91ff5b1
0
configurationmanagement/ansible/jiradatacenter/roles/postgres
481
[ "no_license" ]
[ { "path": "configurationmanagement/ansible/jiradatacenter/roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: update cache\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\n- name: install postgres\n apt:\n pkg:\n - python-psycopg2\n - \"postgresql-{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1320, "all_permissive": false }
ansible_role
jerrywardlow/p3catalog
7fd88f02236496e39fea97e81ec7f3a479c768c2
0
provision/ansible/roles/base
482
[ "no_license" ]
[ { "path": "provision/ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: present\n with_items: \"{{ base_packages }}\"\n\n- name: Ditch password SSH authentication\n lineinfile:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": false }
ansible_role
jerrywardlow/p3catalog
7fd88f02236496e39fea97e81ec7f3a479c768c2
0
provision/ansible/roles/db
482
[ "no_license" ]
[ { "path": "provision/ansible/roles/db/tasks/postgres.yml", "content": "---\n\n- name: Add PostgreSQL repository key\n apt_key:\n id: ACCC4CF8\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present\n\n- name: Add PostgreSQL repository\n apt_repository:\n repo: \"deb http://a...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1951, "all_permissive": false }
ansible_role
jerrywardlow/p3catalog
7fd88f02236496e39fea97e81ec7f3a479c768c2
0
provision/ansible/roles/web
482
[ "no_license" ]
[ { "path": "provision/ansible/roles/web/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n cache_valid_time: 3600\n state: present\n with_items:\n - python\n - python-pip\n - python-psycopg2\n\n- include: app.yml\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
scmexpert/ansible_demo
dd4a6d75c772ceff117756e6f40ca75896d77cba
0
roles/nginx
482
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configure.yml", "content": "---\n#configure nginx\n- name: configure nginx\n copy: src=index.html dest=/var/www/html/index.html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/nginx/tasks/install.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
ansible-tower/roles/win_ad_install
482
[ "no_license" ]
[ { "path": "ansible-tower/roles/win_ad_install/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_install\n\n- name: AD-Domain-Services\n win_feature:\n name: AD-Domain-Services\n state: present\n include_management_tools: yes\n include_sub_folders: yes\n\n- name: setup ad controlle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
ansible-tower/roles/win_ad_user
482
[ "no_license" ]
[ { "path": "ansible-tower/roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_user\n\n- name: create windows domain groups\n win_domain_group:\n name: \"{{ item.group_name }}\"\n scope: \"{{ item.group_scope }}\"\n state: present\n with_items: \"{{ user_info }}\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
ansible-tower/roles/win_service_config
482
[ "no_license" ]
[ { "path": "ansible-tower/roles/win_service_config/tasks/main.yml", "content": "---\n# tasks file for roles/win_service_config\n- name: install package\n win_chocolatey:\n name: \"{{ package_name }}\"\n params: \"{{ parameters }}\"\n state: present\n when: ansible_distribution == \"Microsoft Windo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
cloud-lab/roles/ec2-facts
482
[ "no_license" ]
[ { "path": "cloud-lab/roles/ec2-facts/tasks/main.yml", "content": "---\n# tasks file for ec2-facts\n- name: Fetch Instance Info\n ec2_instance_facts:\n region: us-east-1\n filters:\n \"tag:instance_filter\": \"three-tier-app-pipatel*\"\n register: ec2_instance_facts\n\n- name: Add host\n add_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
cloud-lab/roles/osp-facts
482
[ "no_license" ]
[ { "path": "cloud-lab/roles/osp-facts/tasks/main.yml", "content": "---\n# tasks file for osp-facts\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n - name: Add host\n add_host:\n name: \"{{ item.public_v4 }}\"\n groups:\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
patel-piyush/ansible-automation
db1307fe3c33c73cf7c0c483636957b02b1b826d
0
lab1/roles/db-server
482
[ "no_license" ]
[ { "path": "lab1/roles/db-server/tasks/main.yml", "content": "---\n# tasks file for roles/db-server\n\n - name: install postgres\n yum:\n name: postgresql-server\n state: latest\n\n - name: enable postgressql at boot\n service:\n name: postgresql\n enabled: yes\n\n - name: check ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 736, "all_permissive": false }
ansible_role
kenzaOut16/devops-app
2a376c58841dc14bb74f98ceca3fdc279eb954d7
0
ansible-project/ansible/roles/launch_app
482
[ "no_license" ]
[ { "path": "ansible-project/ansible/roles/launch_app/tasks/main.yml", "content": "---\n# tasks file for roles/launch_app\n- name: Run APP\n docker_container:\n name: backendapi\n image: kenzaoutayeb/devops-app-api\n env:\n SPRING_DATASOURCE_URL: jdbc:postgresql://database:5432/db\n ports:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
kenzaOut16/devops-app
2a376c58841dc14bb74f98ceca3fdc279eb954d7
0
ansible-project/ansible/roles/launch_database
482
[ "no_license" ]
[ { "path": "ansible-project/ansible/roles/launch_database/tasks/main.yml", "content": "# tasks file for roles/database\n- name: Run database\n docker_container:\n name: database\n image: kenzaoutayeb/devops-app-database\n networks:\n - name: app-network\n ports:\n - \"5432:5432\"\n va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
kenzaOut16/devops-app
2a376c58841dc14bb74f98ceca3fdc279eb954d7
0
ansible-project/ansible/roles/launch_proxy
482
[ "no_license" ]
[ { "path": "ansible-project/ansible/roles/launch_proxy/tasks/main.yml", "content": "---\n# tasks file for roles/launch_proxy\n- name: Run ReverseProxy\n docker_container:\n name: httpd\n image: kenzaoutayeb/devops-app-httpd\n networks:\n - name: app-network\n ports:\n - \"80:80\"\n va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
J33r0/Ansible-BGP-Automation
cb84d31ebcdae5c742d89bc40d88571119ed5930
0
roles/frr-config
482
[ "no_license" ]
[ { "path": "roles/frr-config/tasks/main.yml", "content": "---\n- name: Configure each router in AS{{ local_as }}\n include_tasks: router.yml\n loop: \"{{ routers }}\"\n loop_control:\n loop_var: router", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }, { "...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3611, "all_permissive": false }
ansible_role
flymegugu/08-Ansible
f09324ef467c29f51c84105ed0d97b9ea031e439
0
asb-playbook/nginx/roles/nginx
482
[ "no_license" ]
[ { "path": "asb-playbook/nginx/roles/nginx/tasks/main.yaml", "content": "---\n- name: install nginx package\n yum: name={{ item }} state=latest\n with_items:\n - epel-release\n - nginx\n- name: copy index.html\n copy: src=index.html dest=/usr/share/nginx/html/index.html\n\n- name: copy nginx.conf te...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 429, "all_permissive": false }
ansible_role
anban9616/centos7_ansible
4eed1d2497627a415d404d04ad5ba71cd3d2b1ba
0
ansible/roles/hadoop-suite
482
[ "no_license" ]
[ { "path": "ansible/roles/hadoop-suite/tasks/zookeeper.yml", "content": "\n- name: unarchive zookeeper\n unarchive:\n src: \"{{ zookeeper_file }}\"\n dest: /home/hadoop\n copy: yes\n owner: hadoop\n group: hadoop\n\n- name: copy zoo.cfg\n copy:\n src: \"{{ zk_dir }}/conf/zoo_sample.cfg\"\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3231, "all_permissive": false }
ansible_role
anban9616/centos7_ansible
4eed1d2497627a415d404d04ad5ba71cd3d2b1ba
0
ansible/roles/init-env
482
[ "no_license" ]
[ { "path": "ansible/roles/init-env/tasks/main.yml", "content": "---\n# tasks file for init-env\n- name: find repo file\n find:\n paths: /etc/yum.repos.d\n patterns: \"*.repo\"\n register: files_to_delete\n tags: repo\n\n- name: remove repo file\n file:\n path: \"{{ item.path }}\"\n state: abs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2191, "all_permissive": false }
ansible_role
anban9616/centos7_ansible
4eed1d2497627a415d404d04ad5ba71cd3d2b1ba
0
ansible/roles/mysql-hac
482
[ "no_license" ]
[ { "path": "ansible/roles/mysql-hac/defaults/main.yml", "content": "---\n# defaults file for mysql-hac", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/mysql-hac/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: r...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7969, "all_permissive": false }
ansible_role
anban9616/centos7_ansible
4eed1d2497627a415d404d04ad5ba71cd3d2b1ba
0
ansible/roles/tomcat-hac
482
[ "no_license" ]
[ { "path": "ansible/roles/tomcat-hac/vars/main.yml", "content": "---\n# vars file for tomcat-hac\n\njdk_file: \"jdk-8u261-linux-x64.tar.gz\"\ntomcat_file: \"apache-tomcat-9.0.39.tar.gz\"\njdk_path: /usr/local/java/jdk1.8.0_261\ntomcat_path: /usr/local/tomcat/apache-tomcat-9.0.39\nnginx1_ip: 10.0.0.13\nnginx2...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 6873, "all_permissive": false }
ansible_role
general-programming/tumblrarchives
74386daf0f50d7dfd07042207ff29105fb3430fa
0
quicknode/roles/setup_openvpn
482
[ "no_license" ]
[ { "path": "quicknode/roles/setup_openvpn/tasks/main.yml", "content": "---\n\n- name: \"openvpn - Install\"\n package:\n name: \"openvpn\"\n state: present\n\n- name: \"openvpn - Copy main config\"\n copy:\n src: \"server.ovpn\"\n dest: \"/etc/openvpn/client.conf\"\n owner: root\n group: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
general-programming/tumblrarchives
74386daf0f50d7dfd07042207ff29105fb3430fa
0
quicknode/roles/update_configs
482
[ "no_license" ]
[ { "path": "quicknode/roles/update_configs/defaults/main.yml", "content": "syslog_server: '192.168.3.1'\nsyslog_port: '5140'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "quicknode/roles/update_configs/tasks/main.yml", "content": "---\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1385, "all_permissive": false }
ansible_role
general-programming/tumblrarchives
74386daf0f50d7dfd07042207ff29105fb3430fa
0
quicknode/roles/update_packages
482
[ "no_license" ]
[ { "path": "quicknode/roles/update_packages/tasks/main.yml", "content": "---\n\n- name: \"Packages - apt-get upgrade\"\n apt:\n upgrade: yes\n cache_valid_time: 172800\n\n- name: \"Packages - Admin convienence packages\"\n package:\n name:\n - byobu\n - htop\n - apt-transport-https\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
Tony-Dja/kubernetes-cluster-deploy-vagrant-ansible
1e95e4aa1dc08ff7c6d91925071222a46be31bc5
0
roles/master
482
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yml", "content": "- name: Initialize the Kubernetes cluster using kubeadm\n command: kubeadm init --apiserver-advertise-address=\"{{ node_ip }}\" --apiserver-cert-extra-sans=\"{{ node_ip }}\" --node-name=\"{{ node_name }}\" --pod-network-cidr={{ pod_network }}\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1299, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/cassandra
482
[ "no_license" ]
[ { "path": "roles/cassandra/defaults/main.yml", "content": "---\ncassandra_has_ssd: \"{{ not(\n (cassandra_ssd_disk is undefined)\n or\n (cassandra_ssd_disk is none)\n or\n (cassandra_ssd_disk | trim == '')\n ) }}\"\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2253, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/cockroach
482
[ "no_license" ]
[ { "path": "roles/cockroach/templates/crdb.piorneer.service.j2", "content": "[Unit]\nDescription=Cockroach Database cluster node\nRequires=network.target\n\n[Service]\nType=notify\nWorkingDirectory={{ crdb_workdir }}\nExecStart=/usr/local/bin/cockroach start --insecure --listen-addr={{ service_ip }} --cache=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3449, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/envoy
482
[ "no_license" ]
[ { "path": "roles/envoy/tasks/main.yml", "content": "---\n- name: create envoy configuration directory\n file:\n path: \"{{ envoy_conf_path | dirname }}\"\n state: directory\n\n- name: add envoy configuration\n template:\n src: envoy.yaml.j2\n dest: \"{{ envoy_conf_path }}\"\n\n- name: enable e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2825, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/host-setup
482
[ "no_license" ]
[ { "path": "roles/host-setup/templates/etc-hosts.j2", "content": "# {{ ansible_managed }}\n127.0.0.1\tlocalhost\n::1 localhost\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b ip6-allnodes\nfc00:db20:3...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 904, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/linux_tune
482
[ "no_license" ]
[ { "path": "roles/linux_tune/tasks/main.yml", "content": "---\n- name: create application user\n user:\n name: \"{{ application_user }}\"\n\n- name: ensure timesyncd is running\n service:\n name: systemd-timesyncd\n state: restarted\n\n- name: tune ulimit (root)\n pam_limits:\n domain: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1741, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/redis
482
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- name: install Redis server/sentinel\n apt:\n update_cache: True\n name: \"{{ item }}\"\n loop:\n - redis\n - redis-sentinel\n\n- name: replace apt provided Redis binaries with more recent version\n copy:\n src: \"redis-5.0.3/{{ item }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1710, "all_permissive": false }
ansible_role
iamken1204/aionic-playground
ff149e25294faa4eca55029a297dc8b631c407e8
0
roles/scylla
482
[ "no_license" ]
[ { "path": "roles/scylla/defaults/main.yml", "content": "---\nscylla_has_ssd: \"{{ not(\n (scylla_ssd_disk is undefined)\n or\n (scylla_ssd_disk is none)\n or\n (scylla_ssd_disk | trim == '')\n ) }}\"\nscylla_develop_mode: \"{{ scylla_has_ssd }}\"\nscylla_monitor_dir: \"/tmp/scyll...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6537, "all_permissive": false }
ansible_role
ObjectTechnica/Ansible-ELK
87e945dac49f12f1e6e4991eb193b776ac830574
0
roles/si-elk
482
[ "no_license" ]
[ { "path": "roles/si-elk/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{{ elk_address }} si-elk.localdomain si-elk\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5828, "all_permissive": false }