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
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/catalogue
4,337
[ "no_license" ]
[ { "path": "roles/catalogue/vars/main.yml", "content": "mongodb_host: mongodb.tcloudguru.in", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/catalogue/tasks/main.yml", "content": " - name: app setup\n include_role:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1048, "all_permissive": false }
ansible_role
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/common
4,337
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd_setup.yml", "content": " - name: \"copying {{ component }} service dependencies\"\n ansible.builtin.template:\n src: \"{{ component }}.service.j2\"\n dest: \"/etc/systemd/system/{{ component }}.service\"\n\n - name: systemctl daemon re...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1660, "all_permissive": false }
ansible_role
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/payment
4,337
[ "no_license" ]
[ { "path": "roles/payment/vars/main.yml", "content": " RABBITMQ_USER: roboshop\n RABBITMQ_PASSWORD: <PASSWORD>\n rabbitmq_host: rabbitmq.tcloudguru.in\n user_host: user.tcloudguru.in\n cart_host: cart.tcloudguru.in", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/shipping
4,337
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": " - name: app_setup from common\n include_role:\n name: common\n tasks_from: app_setup\n\n - name: maven_setup from common\n include_role:\n name: common\n tasks_from: maven_setup\n\n - name: import data\n tags:\n - imp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1053, "all_permissive": false }
ansible_role
vicky-1729/roboshop-automation-ansible-roles
5bf19cc2569e6b1c3edf5d6cb48fca43388855c6
0
roles/user
4,337
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": " - name: app setup\n include_role:\n name: common\n tasks_from: app_setup\n\n - name: nodejs setup\n include_role:\n name: common\n tasks_from: nodejs_setup\n\n - name: systemd_setup\n include_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": false }
ansible_role
Abdullah0sama/toBeNamed
19ee0860e50b3a79a38954214545c05abcd6f2ee
0
roles/setup
4,197
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yaml", "content": "---\n - name: update apt-package\n become: true\n apt: \n update_cache: true\n\n - name: upgarde apt packages\n become: true\n apt: \n upgrade: true\n\n - name: install node npm\n become: true\n apt: \n name: [\"nodejs\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 560, "all_permissive": false }
ansible_role
Ayrton2718/blackbox
477c71210aef5d9dfa4edbf3b9dd8b04abf79168
4
ansible/roles/blackbox
4,197
[ "permissive" ]
[ { "path": "ansible/roles/blackbox/script/blackbox_archive", "content": "#!/bin/bash\n\nTMP_DIR=\"/tmp/blackbox_tmporary/\"\nARCHIVE_DISK=\"/media/\"\"$(whoami)\"\"/BLACKBOX\"\nARCHIVE_DIR=\"/var/tmp/blackbox_archive\"\nARCHIVE_COUNT=51\n\nif [ -d \"$ARCHIVE_DISK\" ]; then\n ARCHIVE_DIR=\"$ARCHIVE_DISK\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2988, "all_permissive": true }
ansible_role
Ayrton2718/blackbox
477c71210aef5d9dfa4edbf3b9dd8b04abf79168
4
ansible/roles/blackbox_systemd
4,197
[ "permissive" ]
[ { "path": "ansible/roles/blackbox_systemd/tasks/main.yaml", "content": "---\n- name: Create systemd service file for blackbox-archive.service\n become: yes\n template:\n src: \"{{ playbook_dir }}/roles/blackbox/script/blackbox-archive.service\"\n dest: /etc/systemd/system/blackbox-archive.service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": true }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/common
4,197
[ "no_license" ]
[ { "path": "roles/common/tasks/download.yml", "content": "- name: Add roboshop app user\n ansible.builtin.user:\n name: roboshop\n when: APP_TYPE == \"backend\"\n register: app_user_info\n\n- name: Download code\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/{{COMPO...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1606, "all_permissive": false }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/demo
4,197
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: print roles\n ansible.builtin.debug:\n msg: \"Print the task\"\n\n- name: print roles\n ansible.builtin.debug:\n msg: \"URL = {{URL}}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/frontend
4,197
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n\n- name: Download code\n include_role:\n name: common\n tasks_from: download\n vars:\n APP_LOCATION: /usr/share/nginx/html\n\n- name: Copy a file on the rem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/mongodb
4,197
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: Copy the repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: present\n\n- name: update listner in confic\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/mysql
4,197
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: copy sql repos\n ansible.builtin.copy:\n src: mysql.repos\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: remove mariadb-libs\n ansible.builtin.yum:\n name: marisdb-libs\n state: absent\n\n- name: Install MySql\n ansible.builtin.yum:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1437, "all_permissive": false }
ansible_role
vasubandaru1/ANSIBLE2
c7e148e186c468c15b415e9c294ba8a6077dadf3
0
roles/rabbitmq
4,197
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Rabbitmq repositories\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.rpm.sh | sudo bash\n\n- name: Install Erlang\n ansible.builtin.yum:\n name:\n - rabbitmq-server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/es
4,197
[ "no_license" ]
[ { "path": "elk/roles/es/vars/main.yml", "content": "es_package: elasticsearch-6.5.4.tar.gz\nes_dir: /usr/local/elasticsearch-6.5.4\nconfig_name: elasticsearch.yml\nes1: 192.168.0.112\nes2: 192.168.0.113\nes3: 192.168.0.114\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2060, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/es_head
4,197
[ "no_license" ]
[ { "path": "elk/roles/es_head/templates/node.sh", "content": "NODE_HOME=/usr/local/node-v4.4.7-linux-x64\nPATH=$NODE_HOME/bin:$PATH\nexport NODE_HOME PATH\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "elk/roles/es_head/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 147338, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/filebeat
4,197
[ "no_license" ]
[ { "path": "elk/roles/filebeat/vars/main.yml", "content": "filebeat_package: filebeat-6.5.4-linux-x86_64.tar.gz\nfilebeat_dir: /usr/local/filebeat-6.5.4-linux-x86_64 \nlog_path: /var/log/nginx/access.log\nkafka1: 192.168.0.115\nkafka2: 192.168.0.116\nkafka3: 192.168.0.117\ntopic_name: nginx\n\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 775, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/jdk
4,197
[ "no_license" ]
[ { "path": "elk/roles/jdk/vars/main.yml", "content": "java_package_name: jdk-8u211-linux-x64.tar.gz\njava_env_dir: /etc/profile.d\njava_dir: /usr/local/jdk1.8.0_211\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "elk/roles/jdk/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 605, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/kafka
4,197
[ "no_license" ]
[ { "path": "elk/roles/kafka/templates/zookeeper.properties", "content": "dataDir=/opt/data/zookeeper/data \ndataLogDir=/opt/data/zookeeper/logs\nclientPort=2181 \ntickTime=2000 \ninitLimit=20 \nsyncLimit=10 \nserver.1={{ server1 }}:2888:3888\nserver.2={{ server2 }}:2888:3888\nserver.3={{ server3 }}:2888:3888...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1756, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/kibana
4,197
[ "no_license" ]
[ { "path": "elk/roles/kibana/tasks/main.yml", "content": "- name: copy kibana\n copy: src={{ kibana_package }} dest=/tmp/ owner=root group=root\n- name: uncompression kibana\n shell: tar zxf /tmp/{{ kibana_package }} -C /usr/local\n- name: copy kibana config\n template: src=kibana.yml dest={{ kibana_dir }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 599, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/logstash
4,197
[ "no_license" ]
[ { "path": "elk/roles/logstash/templates/nginx.conf", "content": "input {\nkafka {\n type => \"nginx_log\"\n codec => \"json\"\n topics => \"nginx\"\n decorate_events => true\n bootstrap_servers => \"192.168.0.101:9092, 192.168.0.102:9092, 192.168.0.109:9092\"\n }\n}\nfilter {\n grok {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1252, "all_permissive": false }
ansible_role
newrain001/ansible-ELK
60b30023e48e373cc0df54de3649f44b7bb1a9b2
1
elk/roles/nginx
4,197
[ "no_license" ]
[ { "path": "elk/roles/nginx/tasks/main.yml", "content": "- name: yum install epel\n yum: name=epel-release state=latest\n- name: yum install nginx\n yum: name=nginx state=latest\n- name: yum install htpasswd\n yum: name=httpd-tools state=latest\n- name: copy conf file\n template: src=nginx.conf dest={{ n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3591, "all_permissive": false }
ansible_role
czirzow/dotfiles
149ba57cf2a4524fa7ac0531fbc536b72ee4731c
0
ansible/host-ansible/roles/base
4,197
[ "no_license" ]
[ { "path": "ansible/host-ansible/roles/base/tasks/main.yml", "content": "\n- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
czirzow/dotfiles
149ba57cf2a4524fa7ac0531fbc536b72ee4731c
0
ansible/host-workbox/roles/bashrc
4,197
[ "no_license" ]
[ { "path": "ansible/host-workbox/roles/bashrc/tasks/main.yml", "content": "\n- name: add .bashrc file\n tags: my-bashrc\n copy: \n src: .bashrc\n dest: ~/\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/host-workbox...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 116, "all_permissive": false }
ansible_role
pistatium/ansible_atlantic_cloud
12b06dd705a098954d5be0829b8814c82194c9ed
2
roles/base
4,197
[ "no_license" ]
[ { "path": "roles/base/handlers/main.yml", "content": "- name: reload timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/base/tasks/main.yml", "content": "- name: upgrad...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 338, "all_permissive": false }
ansible_role
pistatium/ansible_atlantic_cloud
12b06dd705a098954d5be0829b8814c82194c9ed
2
roles/fail2ban
4,197
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "- name: install fail2ban\n apt: name=fail2ban\n\n- name: copy default setting\n template: src=jail.local.j2 dest=/etc/fail2ban/jail.local\n notify: \n - reload fail2ban\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/nginx_setup
4,197
[ "no_license" ]
[ { "path": "roles/nginx_setup/tasks/main.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Remove default Nginx configuration\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify:\n - Reload Nginx\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 991, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/package_installation
4,197
[ "no_license" ]
[ { "path": "roles/package_installation/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n tags: \n - update-packges\n\n- name: Install additional packages\n apt:\n name: \"{{ additional_packages }}\"\n state: present\n tags: \n - update-packges", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/ssh_configuration
4,197
[ "no_license" ]
[ { "path": "roles/ssh_configuration/tasks/main.yml", "content": "- name: Disable root login\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin no'\n state: present\n register: root_login_change \n\n- name: Disable empty passwords\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1005, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/static_content
4,197
[ "no_license" ]
[ { "path": "roles/static_content/tasks/main.yml", "content": "- name: Create images directory\n file:\n path: /var/www/html/images\n state: directory\n owner: www-data\n group: www-data\n mode: '0755'\n\n- name: Copy images archive from role to remote server\n copy:\n src: images_archive....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/user_management
4,197
[ "no_license" ]
[ { "path": "roles/user_management/tasks/main.yml", "content": "# Ensure custom groups are present\n- name: Ensure custom groups are present\n group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ custom_groups }}\"\n tags: \n - create-user\n \n# Ensure users are managed\n- name: Ensure use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 986, "all_permissive": false }
ansible_role
rbachkarou/nginx-static
9ccf99bf6819471a933c5b3589d3d2f4cfa7fa7f
0
roles/zsh_installation
4,197
[ "no_license" ]
[ { "path": "roles/zsh_installation/tasks/main.yml", "content": "- name: Install zsh\n apt:\n name: zsh\n state: present\n update_cache: yes\n tags: \n - create-user\n\n- name: Ensure the .oh-my-zsh directory exists\n file:\n path: \"/home/{{ item.name }}/.oh-my-zsh\"\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1400, "all_permissive": false }
ansible_role
riven83/AJM
53dcb22d0d6e2ec8fd4e4432105309d9cd045f20
2
roles/jira.inup_linux
4,197
[ "no_license" ]
[ { "path": "roles/jira.inup_linux/README.md", "content": "jira.inup_linux\n\nThis is the role for installation and upgrade procedures in Windows hosts. (Debian, Ubuntu, CentOS, RHEL).\n\nRequirements\n------------\n\nAny pre-requisite is demanded for this role.\n\nRole Variables\n--------------\n\nAll role v...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 11130, "all_permissive": false }
ansible_role
riven83/AJM
53dcb22d0d6e2ec8fd4e4432105309d9cd045f20
2
roles/jira.inup_win
4,197
[ "no_license" ]
[ { "path": "roles/jira.inup_win/vars/main.yml", "content": "---\n# vars file for jira", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/jira.inup_win/tasks/start_jira.yml", "content": "- name: Starting JIRA service\n win_service:\n nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2307, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/ansible-ansible-runner
fd3606ea24af910ed97e6334f1f98d1c3d8b3b75
0
ansible/roles/virtualbox
4,197
[ "no_license" ]
[ { "path": "ansible/roles/virtualbox/tasks/main.yml", "content": "- name: Install building dependencies\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - binutils\n - gcc\n - make\n - patch\n - libgomp\n - glibc-headers\n - glibc-devel\n - kernel-headers\n - k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
rsravanam/kafka-poc
69d56951d55dd3017187b7dcaf6b421f43d6c5af
0
kafka-setup/roles/java
4,197
[ "no_license" ]
[ { "path": "kafka-setup/roles/java/defaults/main.yml", "content": "apt_cache_timeout: 3600\n\n## java vars ##\n\njava:\n home_path: \"/usr/lib/jvm/java-8-oracle\"\n package_repository: \"ppa:webupd8team/java\"\n package: \"oracle-java8-installer\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 881, "all_permissive": false }
ansible_role
rsravanam/kafka-poc
69d56951d55dd3017187b7dcaf6b421f43d6c5af
0
kafka-setup/roles/kafka
4,197
[ "no_license" ]
[ { "path": "kafka-setup/roles/kafka/templates/kafka_service.j2", "content": "#! /bin/sh\n\n### BEGIN INIT INFO\n# Provides:\t\tzookeeper\n# Required-Start:\t$remote_fs $syslog\n# Required-Stop:\t$remote_fs $syslog\n# Default-Start:\t2 3 4 5\n# Default-Stop:\n# Short-Description:\tZookeeper daemon\n### END IN...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5257, "all_permissive": false }
ansible_role
rsravanam/kafka-poc
69d56951d55dd3017187b7dcaf6b421f43d6c5af
0
kafka-setup/roles/zk
4,197
[ "no_license" ]
[ { "path": "kafka-setup/roles/zk/defaults/main.yml", "content": "apt_cache_timeout: 3600\n\n## zooKeeper vars ##\n\nclient_port: \"2181\"\ntick_time: \"2000\"\ninit_limit: \"10\"\nsync_limit: \"5\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 899, "all_permissive": false }
ansible_role
bit4man/ansible-libvirt-vms
dca5cda8ccbaf2b395cea14bb13f83124833bcde
0
roles/virt_provision
4,377
[ "no_license" ]
[ { "path": "roles/virt_provision/tasks/main.yml", "content": "---\n# tasks file for virt_provision\n- name: Ensure requirements in place\n ansible.builtin.package:\n name:\n - guestfs-tools\n - python3-libvirt\n state: present\n become: true\n\n- name: Get VMs list\n community.libvirt.virt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1692, "all_permissive": false }
ansible_role
restump/ansible-pb-lab
64a1d7fa5520c643fe5b65f607b043d808c0dffd
0
roles/docker-engine
4,377
[ "no_license" ]
[ { "path": "roles/docker-engine/vars/main.yml", "content": "---\n# vars file for docker-engine\n\napt_cache_valid_time: 3600\n\npython_update_repo: ppa:fkrull/deadsnakes-python2.7\n\ndocker_gpg_key_id: <KEY>\ndocker_gpg_key_url: https://download.docker.com/linux/ubuntu/gpg\ndocker_apt_repo: \"deb [arch=amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4035, "all_permissive": false }
ansible_role
gsr-shanks/ovnkube-ansible
a4eb1f9ebc6fff611743e4179e8abaafcd77f273
0
roles/bpfman
4,377
[ "permissive" ]
[ { "path": "roles/bpfman/tasks/deploy_ebpf-program.yaml", "content": "- name: Download go-xdp-counter-install-selinux.yaml\n ansible.builtin.get_url:\n url: \"https://github.com/bpfman/bpfman/releases/download/{{ bpfman_version }}/go-xdp-counter-install-selinux.yaml\"\n dest: \"../roles/bpfman/go-xdp-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3358, "all_permissive": true }
ansible_role
gsr-shanks/ovnkube-ansible
a4eb1f9ebc6fff611743e4179e8abaafcd77f273
0
roles/cluster_network
4,377
[ "permissive" ]
[ { "path": "roles/cluster_network/tasks/expand_hostprefix.yaml", "content": "- name: Get current CIDR and hostPrefix\n shell: |\n oc get network.config.openshift.io cluster -o jsonpath='{.spec.clusterNetwork[0].cidr} {.spec.clusterNetwork[0].hostPrefix}'\n register: network_config\n changed_when: false...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6616, "all_permissive": true }
ansible_role
gsr-shanks/ovnkube-ansible
a4eb1f9ebc6fff611743e4179e8abaafcd77f273
0
roles/metallb
4,377
[ "permissive" ]
[ { "path": "roles/metallb/tasks/main.yaml", "content": "- name: Include shared ImageContentSourcePolicy tasks\n import_tasks: ../../shared/icsp.yaml\n\n- name: Include shared CatalogSource tasks\n import_tasks: ../../shared/catalogsource.yaml\n\n- name: Install MetalLB Operator\n import_tasks: install_met...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2171, "all_permissive": true }
ansible_role
gsr-shanks/ovnkube-ansible
a4eb1f9ebc6fff611743e4179e8abaafcd77f273
0
roles/nmstate
4,377
[ "permissive" ]
[ { "path": "roles/nmstate/tasks/main.yaml", "content": "- name: Include shared ImageContentSourcePolicy tasks\n import_tasks: ../../shared/icsp.yaml\n\n- name: Include shared CatalogSource tasks\n import_tasks: ../../shared/catalogsource.yaml\n\n- name: Install NMState Operator\n import_tasks: install_nms...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2517, "all_permissive": true }
ansible_role
gsr-shanks/ovnkube-ansible
a4eb1f9ebc6fff611743e4179e8abaafcd77f273
0
roles/shared
4,377
[ "permissive" ]
[ { "path": "roles/shared/tasks/degraded_cluster_operators.yaml", "content": "- name: Get all degraded cluster operators\n shell: oc get co --no-headers | awk '$5==\"True\" {print $1}'\n register: degraded_operators\n changed_when: false\n\n- name: Find namespaces with pods related to degraded operators\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5079, "all_permissive": true }
ansible_role
tanji/ansible_lab
1001ccea6717abcfd9491dfe0a4a010bccd970bb
0
roles/common
4,377
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: install epel repository\n yum: \n name: epel-release\n state: present\n\n- name: make sure iptables enabled and tsarted\n service:\n name: iptables\n state: started\n enabled: yes\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
tanji/ansible_lab
1001ccea6717abcfd9491dfe0a4a010bccd970bb
0
roles/haproxy
4,377
[ "no_license" ]
[ { "path": "roles/haproxy/handlers/main.yml", "content": "---\n\n- name: restart-haproxy\n service:\n name: haproxy \n state: restarted\n\n- name: save iptables\n command: service iptables save\n notify: iptables-restart\n\n- name: iptables-restart\n service:\n name: iptables\n state: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1966, "all_permissive": false }
ansible_role
tanji/ansible_lab
1001ccea6717abcfd9491dfe0a4a010bccd970bb
0
roles/mysql
4,377
[ "no_license" ]
[ { "path": "roles/mysql/files/create_table.sql", "content": "USE lab;\nCREATE TABLE users (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT,first_name VARCHAR (15),last_name VARCHAR (20));\nINSERT INTO users (id,first_name,last_name) VALUES (NULL, 'Nir','Tal');\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1954, "all_permissive": false }
ansible_role
tanji/ansible_lab
1001ccea6717abcfd9491dfe0a4a010bccd970bb
0
roles/webservers
4,377
[ "no_license" ]
[ { "path": "roles/webservers/handlers/main.yml", "content": "---\n\n- name: reload-nginx\n service:\n name: nginx\n state: reloaded\n\n- name: save iptables\n command: service iptables save\n notify: iptables-restart\n\n- name: iptables-restart\n service:\n name: iptables\n state: restarted\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3671, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/add-tools
4,377
[ "no_license" ]
[ { "path": "ansible/roles/add-tools/tasks/main.yml", "content": "---\n- name: adding tools\n dnf:\n name:\n - vim\n - git\n - tmux\n - htop\n - unzip\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/common
4,377
[ "no_license" ]
[ { "path": "ansible/roles/common/templates/systemwide_proxy.sh.j2", "content": "export http_proxy=\"http://eric_molle:NiXR0w+W@10.49.64.5:8080\"\nexport https_proxy=\"http://eric_molle:NiXR0w+W@10.49.64.5:8080\"\nexport ftp_proxy=\"http://eric_molle:NiXR0w+W@10.49.64.5:8080\"\n\nexport HTTP_PROXY=\"http://er...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2049, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/consul
4,377
[ "no_license" ]
[ { "path": "ansible/roles/consul/tasks/main.yml", "content": "---\n- name: working in /opt\n file:\n path: '{{item}}'\n state: directory\n mode: 755\n owner: root\n group: root\n recurse: yes\n with_items:\n - /opt/consul\n - /opt/etc/consul \n - /opt/etc/consul.d\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2604, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/consul2dns
4,377
[ "no_license" ]
[ { "path": "ansible/roles/consul2dns/tasks/main.yml", "content": "---\n\n- name: install ing named\n yum:\n name: bind\n state: present\n\n- name: configuring named\n lineinfile:\n path: /etc/named.conf\n state: present\n line: include \"/etc/named/consul.conf\"; \n\n\n- name: adding consul ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/dns
4,377
[ "no_license" ]
[ { "path": "ansible/roles/dns/tasks/main.yml", "content": "---\n\n\n- name: adding NetworkManager config\n template:\n src: localdns.conf.j2\n dest: /etc/NetworkManager/conf.d/localdns.conf\n\n- name: create netmasq config file\n file: path=/etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf owner=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/docker
4,377
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "#- name: install dnf plugins\n# dnf: \n# name: dnf-plugins-core\n# state: present\n#\n#- name: install docker ce repo\n# yum_repository:\n# name: Docker CE \n# description: Docker ce \n# baseurl: https://download.docker.com/linux/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/java
4,377
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- name: installing java\n dnf:\n name: java-1.8.0-openjdk-headless\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/nomad
4,377
[ "no_license" ]
[ { "path": "ansible/roles/nomad/templates/nomad-client.hcl.j2", "content": "# Increase log verbosity\n\nlog_level=\"DEBUG\"\n\ndata_dir=\"/opt/etc/nomad\"\n\nclient {\n enabled = true\n node_class=\"node\"\n\n servers = [{% for host in groups['nomad-master'] %}\"{{hostvars[host]['ansible_host']}}:4647\"{%...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2837, "all_permissive": false }
ansible_role
lapinferoce/nomad-consul-playground
e1e144495be591717dcbc96b9a1037360a10eb0f
0
ansible/roles/rkt
4,377
[ "no_license" ]
[ { "path": "ansible/roles/rkt/tasks/main.yml", "content": "---\n- name: installing rocket\n dnf:\n name: rkt\n state: latest\n\n- name: starting rkt service\n systemd:\n name: rkt-metadata\n enabled: yes\n state: started\n daemon_reload: yes\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
barohcambridge/gpicase2
794d8aa7cb756a29124484f0a0c20f5242a7e349
0
ansible/roles/base
4,377
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Install user SSH key\n vars:\n ansible_ssh_user: pi\n ansible_ssh_pass: <PASSWORD>\n ansible_ssh_extra_args: \"-o StrictHostKeyChecking=no\"\n ansible.posix.authorized_key:\n user: pi\n key: https://github.com/mcb30.keys\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
barohcambridge/gpicase2
794d8aa7cb756a29124484f0a0c20f5242a7e349
0
ansible/roles/emulationstation
4,377
[ "no_license" ]
[ { "path": "ansible/roles/emulationstation/tasks/main.yml", "content": "- name: Configure input\n ansible.builtin.copy:\n src: files/es_input.cfg\n dest: /opt/retropie/configs/all/emulationstation/es_input.cfg\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
devtdq1701/fresh-percona-centos7
774f1654698334cde9b5d833405417ba096a6229
0
roles/percona
4,377
[ "no_license" ]
[ { "path": "roles/percona/tasks/main.yml", "content": "---\n- name: Add Percona yum repository\n yum:\n name: https://repo.percona.com/yum/percona-release-latest.noarch.rpm\n state: present\n\n- name: Install deltarpm\n yum:\n name: deltarpm\n state: latest\n\n- name: update centos 7\n yum: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 753, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/IIS
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/IIS/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for IIS\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "Ansible/roles/IIS/tasks/main.yml", "content": "#SPDX-License-Identifier...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1014, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/create-vm-esxi
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/create-vm-esxi/tests/test.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n- hosts: localhost\n remote_user: root\n roles:\n - create-vm-esxi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "Ansible/roles/crea...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1594, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/install-apps
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/install-apps/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n# tasks file for install-apps\n- name: Install packages\n ansible.builtin.apt:\n name: \"{{ packages }}\"\n state: present\n when: ansible_os_family == \"Debian\"\n tags:\n - packages", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/lab-windows
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/lab-windows/tasks/main.yml", "content": "- name: Configure Windows\n import_tasks: 02_config_win.yml\n tags: config_win\n\n- name: Install IIS\n import_tasks: 01_install_iis.yml\n tags: install_iis", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6675, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/nginx
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html lang=\"pt-BR\">\n<head>\n <meta charset=\"UTF-8\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n <title>Site de Teste</title>\n <script src=\"https://cdn.tailwindcss.com\"></s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4375, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/nginx01
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/nginx01/templates/site.conf.j2", "content": "server {\n listen {{ nginx_port }};\n server_name {{ nginx_server_name }};\n\n root {{ nginx_doc_root }};\n index {{ nginx_index }};\n\n location / {\n try_files $uri $uri/ =404;\n }\n}\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3130, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/system-update
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/system-update/templates/sshd_config.j2", "content": "# Template: sshd_config.j2 - baseado no padrão do Ubuntu\n\n# Porta e protocolo\nPort {{ ssh_port }}\nProtocol {{ ssh_protocol }}\nListenAddress {{ ansible_default_ipv4.address }}\n\n# Host keys\n#HostKey /etc/ssh/ssh_host_rsa_ke...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3055, "all_permissive": false }
ansible_role
rafamellonh/Ansible
34beefdba2dffd144eb2f2d57b1e359da53d35b9
0
Ansible/roles/vm-azure
4,377
[ "no_license" ]
[ { "path": "Ansible/roles/vm-azure/tasks/network.yml", "content": "---\n\n- name: Create Virtual Network\n azure.azcollection.azure_rm_virtualnetwork:\n resource_group: \"{{ resource_group }}\"\n name: \"{{ vnet_name }}\"\n address_prefixes: \"{{ vnet_address_prefix }}\"\n state: present\n lo...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4464, "all_permissive": false }
ansible_role
devanshpatni/centralized_monitoring
7fa89bedb9e4b481e7d085b79f5308c0c462b410
0
Ansible/roles/aws_provision
4,477
[ "no_license" ]
[ { "path": "Ansible/roles/aws_provision/tasks/main.yml", "content": "- name: Find latest Ubuntu AMI\n amazon.aws.ec2_ami_info:\n owners: [\"{{ ami_owner }}\"]\n filters:\n name: \"{{ ami_name_filter }}\"\n region: \"{{ aws_region }}\"\n register: ami_info\n\n- name: Set AMI ID\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1611, "all_permissive": false }
ansible_role
devanshpatni/centralized_monitoring
7fa89bedb9e4b481e7d085b79f5308c0c462b410
0
Ansible/roles/monitoring_setup
4,477
[ "no_license" ]
[ { "path": "Ansible/roles/monitoring_setup/tasks/main.yml", "content": "---\n- name: Setup Prometheus and Grafana\n hosts: monitoring\n become: yes\n roles:\n - role: grafana.grafana.grafana\n - role: prometheus.prometheus.prometheus", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
4ydishe/PXE
5e9a01a5600c4aa5d08e91c44c95c7fad4d3361e
0
ansible/roles/pxe_server
4,477
[ "no_license" ]
[ { "path": "ansible/roles/pxe_server/tasks/main.yml", "content": "---\r\n- name: Disable firewall\r\n service:\r\n name: ufw\r\n state: stopped\r\n enabled: no\r\n\r\n- name: Update apt package index\r\n apt:\r\n update_cache: yes\r\n register: apt_update\r\n until: apt_update is succeeded\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3969, "all_permissive": false }
ansible_role
chewbh/tantei-platform
7e452e04f89bc311dcadd8a7e084545616b8a58b
0
ansible/roles/rancher-load-balancer
4,477
[ "no_license" ]
[ { "path": "ansible/roles/rancher-load-balancer/templates/rancher-lb-nginx.conf.j2", "content": "worker_processes 4;\nworker_rlimit_nofile 40000;\n\nevents {\n worker_connections 8192;\n}\n\nstream {\n upstream rancher_servers_http {\n least_conn;\n{% for host in groups['rancher'] %}\n se...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1690, "all_permissive": false }
ansible_role
chewbh/tantei-platform
7e452e04f89bc311dcadd8a7e084545616b8a58b
0
ansible/roles/rancher-node
4,477
[ "no_license" ]
[ { "path": "ansible/roles/rancher-node/tasks/main.yml", "content": "- name: \"get rke {{ rke_version }}\"\n get_url:\n url: \"https://github.com/rancher/rke/releases/download/{{ rke_version }}/rke_linux-amd64\"\n dest: /usr/local/bin/rke\n mode: \"0755\"\n become: yes\n register: rke_binary\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 11538, "all_permissive": false }
ansible_role
chewbh/tantei-platform
7e452e04f89bc311dcadd8a7e084545616b8a58b
0
ansible/roles/standard-node
4,477
[ "no_license" ]
[ { "path": "ansible/roles/standard-node/handlers/main.yml", "content": "- name: restart chronyd\n systemd:\n state: restarted\n daemon_reload: yes\n name: chronyd\n enabled: yes\n become: yes\n\n- name: restart firewalld\n systemd:\n state: restarted\n daemon_reload: yes\n name: firew...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 14340, "all_permissive": false }
ansible_role
dronocode/vbox-atomic-kube
1821801b47aa105f789b0b6bf31d203dc7d3c451
0
roles/flannel
4,477
[ "no_license" ]
[ { "path": "roles/flannel/tasks/main.yml", "content": "- name: move off flanneld\n become: yes\n command: creates=/etc/sysconfig/flanneld.old mv /etc/sysconfig/flanneld /etc/sysconfig/flanneld.old\n\n- name: create flanneld\n become: yes\n template: src=flanneld dest=/etc/sysconfig/flanneld mode=0644\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 822, "all_permissive": false }
ansible_role
gridgentoo/mapr-ansible
2ae956c4e4b16b08cbfbe9ebd83c40e4f897a9f4
0
roles/mapr-spark-historyserver-install
4,477
[ "no_license" ]
[ { "path": "roles/mapr-spark-historyserver-install/tasks/main.yml", "content": "---\n# Install Spark on YARN\n- name: Install mapr-spark-historyserver\n package: name=mapr-spark-historyserver state=present\n register: sparkhs_result\n\n- name: Configure.sh -R\n shell: /opt/mapr/server/configure.sh -R\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
bradleyjones/ansible-playbooks
eed16d5acb247b79c71b87b272c8d2ee069b1d64
0
roles/containers
4,477
[ "no_license" ]
[ { "path": "roles/containers/tasks/docker-setup.yaml", "content": "---\n- name: Add docker gpg key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: Add docker repository\n apt_repository:\n repo: deb https://downlo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 792, "all_permissive": false }
ansible_role
bradleyjones/ansible-playbooks
eed16d5acb247b79c71b87b272c8d2ee069b1d64
0
roles/dev-setup
4,477
[ "no_license" ]
[ { "path": "roles/dev-setup/tasks/venv.yaml", "content": "---\n- pip:\n name: 'virtualenv'\n\n- pip:\n name: 'gertty'\n virtualenv: \"/home/{{ system_user }}/.venv\"\n virtualenv_command: virtualenv\n\n- pip:\n name: 'git-review'\n virtualenv: \"/home/{{ system_user }}/.venv\"\n virtuale...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3283, "all_permissive": false }
ansible_role
bradleyjones/ansible-playbooks
eed16d5acb247b79c71b87b272c8d2ee069b1d64
0
roles/proxmox-host
4,477
[ "no_license" ]
[ { "path": "roles/proxmox-host/templates/hosts.j2", "content": "# Generated from Ansible playbook for Proxmox\n127.0.0.1 localhost\n::1 localhost ip6-localhost ip6-loopback\n{{ ansible_default_ipv4.address }} {{ ansible_hostname }}.myproxmox.com {{ ansible_hostname }} pvelocalhost\n\n# The followi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2227, "all_permissive": false }
ansible_role
bradleyjones/ansible-playbooks
eed16d5acb247b79c71b87b272c8d2ee069b1d64
0
roles/virtualmachines
4,477
[ "no_license" ]
[ { "path": "roles/virtualmachines/tasks/virtualbox.yaml", "content": "---\n- name: install virtualbox\n package:\n name: virtualbox\n state: latest\n\n- name: install virtualbox-dkms\n package:\n name: virtualbox-dkms\n state: latest\n\n- name: install linux headers\n package:\n name: linux...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
Akash-Nadigepu/ansible-project-
f0d2f959041122324e1b2b7762f04d34ac325a66
0
roles/webserver
4,477
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver role\n\n- name: Install Apache\n apt:\n name: apache2\n state: present\n update_cache: yes\n tags: apache\n\n- name: Copy custom index.html\n template:\n src: index.html.j2\n dest: /var/www/html/index.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
jac494/blinkingboxes_home_ansible
8b7b7b5c9cdf1cb59907a7a4857aab5f94c93853
0
roles/docker_host
4,477
[ "no_license" ]
[ { "path": "roles/docker_host/defaults/main.yml", "content": "docker__ubuntu_version_codename: \"noble\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/docker_host/tasks/main.yml", "content": "---\n- name: Ensure Old Docker Packages Are N...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 702, "all_permissive": false }
ansible_role
jac494/blinkingboxes_home_ansible
8b7b7b5c9cdf1cb59907a7a4857aab5f94c93853
0
roles/java
4,477
[ "no_license" ]
[ { "path": "roles/java/defaults/main.yml", "content": "java__version: \"21\"\njava__package: \"openjdk-{{ java__version }}-jdk\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Install Java\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 170, "all_permissive": false }
ansible_role
jac494/blinkingboxes_home_ansible
8b7b7b5c9cdf1cb59907a7a4857aab5f94c93853
0
roles/jenkins_host
4,477
[ "no_license" ]
[ { "path": "roles/jenkins_host/tasks/main.yml", "content": "---\n- name: Add Jenkins GPG Key\n ansible.builtin.apt_key:\n url: \"https://pkg.jenkins.io/debian/jenkins.io.key\"\n state: present\n\n- name: Add Jenkins Repository to Apt Sources\n ansible.builtin.apt_repository:\n repo: \"deb http://p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 436, "all_permissive": false }
ansible_role
jac494/blinkingboxes_home_ansible
8b7b7b5c9cdf1cb59907a7a4857aab5f94c93853
0
roles/vagrant_host
4,477
[ "no_license" ]
[ { "path": "roles/vagrant_host/tasks/main.yml", "content": "- name: Vagrant | apt source\n block:\n - name: Hashicorp Vagrant Repo | no apt key\n ansible.builtin.get_url:\n url: https://apt.releases.hashicorp.com/gpg\n dest: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2876, "all_permissive": false }
ansible_role
kishorereddy11/ansible_yt_examples
2ab0b2e028dc2cea8b0141ee8438e14dfbfce133
0
roles/python
4,477
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: installing packages for python env\n become: yes\n vars:\n ansible_python_interpreter: /usr/bin/python3.12\n apt: \n name:\n - python3.12-pip\n update_cache: yes\n- name: creates directory \n file: \n path: ./basic-http-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
jmetso/tasklist-cicd
ecca111a4b540ba3c48bd9f3bc19bf577230351a
0
ansible/roles/create-develop-pipeline
4,477
[ "no_license" ]
[ { "path": "ansible/roles/create-develop-pipeline/tasks/main.yml", "content": "# roles/create-develop-pipeline/tasks/main.yml\n---\n- name: Setup generic webhook trigger secret with existing value for develop pipeline\n shell: \"oc process --local -f {{ playbook_dir }}/files/secret-trigger-template.yaml -p ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4169, "all_permissive": false }
ansible_role
jmetso/tasklist-cicd
ecca111a4b540ba3c48bd9f3bc19bf577230351a
0
ansible/roles/openshift-login
4,477
[ "no_license" ]
[ { "path": "ansible/roles/openshift-login/tasks/main.yml", "content": "# roles/openshift-login/tasks/main.yml\n---\n- name: Check if logged in\n command: \"oc whoami\"\n register: logged_check_result\n ignore_errors: true\n no_log: true\n\n- name: Check openshift login url\n fail:\n msg: \"Openshift ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1678, "all_permissive": false }
ansible_role
116davinder/minio-cluster-ansible
d3f4a700d89c3fd3316b3a265b52ab51bd41d269
6
playbooks/roles/common
4,477
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n\n- name: Installing Common Packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - wget\n - net-tools\n\n- name: Creating minio Group | {{ minio_group }}\n group:\n name: \"{{ minio_group }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
116davinder/minio-cluster-ansible
d3f4a700d89c3fd3316b3a265b52ab51bd41d269
6
playbooks/roles/install
4,477
[ "no_license" ]
[ { "path": "playbooks/roles/install/tasks/main.yml", "content": "---\n\n- name: Downloading Minio | AMD-64 bit | {{ minio_default_install_dir }}/minio\n get_url:\n url: https://dl.minio.io/server/minio/release/linux-amd64/minio\n dest: \"{{ minio_default_install_dir }}/minio\"\n mode: 0775\n own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
116davinder/minio-cluster-ansible
d3f4a700d89c3fd3316b3a265b52ab51bd41d269
6
playbooks/roles/service
4,477
[ "no_license" ]
[ { "path": "playbooks/roles/service/tasks/main.yml", "content": "---\n\n- name: Creating minio Serivce\n template:\n src: service.j2\n dest: /etc/systemd/system/minio.service\n\n- name: Starting minio Service\n systemd:\n name: minio\n state: started\n enabled: true\n daemon_reload: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
AjayMisraIT/AnsibleTest
b64a63197f08f7adb66d5fa9bebf418291ecda0c
0
AD_Add_User_To_Group/roles/Add_AD_User_To_Group
4,477
[ "no_license" ]
[ { "path": "AD_Add_User_To_Group/roles/Add_AD_User_To_Group/tasks/main.yml", "content": "---\n# tasks file for Add_AD_User_To_Group\n- name: Get AD user detail\n win_shell: Get-ADUser -Filter {SamAccountName -eq \"{{ ad_user_samname }}\"}\n register: user\n\n- name: Debug user details\n debug: \n var: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 937, "all_permissive": false }
ansible_role
wik1502/NLPPlayBook
9df29bea1801dcaec39cab2be4df087e1cd535f1
0
roles/gitrepo
4,477
[ "no_license" ]
[ { "path": "roles/gitrepo/tasks/main.yml", "content": "- name: ディレクトリがなければ作成\n become: yes\n tags:\n - test\n file:\n path=/repos/nlpdev\n state=directory\n owner=root\n group=root\n\n- name: git_clone\n become: true\n git:\n repo: \"https://github.com/wik1502/NLPDEV.git\"\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
wik1502/NLPPlayBook
9df29bea1801dcaec39cab2be4df087e1cd535f1
0
roles/installs
4,477
[ "no_license" ]
[ { "path": "roles/installs/tasks/main.yml", "content": "---\n - name: Install vim\n yum: name=vim-enhanced state=latest\n\n - name: Install git\n become: true\n yum:\n name: git\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
wik1502/NLPPlayBook
9df29bea1801dcaec39cab2be4df087e1cd535f1
0
roles/python
4,477
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n - name: make new repositories\n yum: name=https://centos7.iuscommunity.org/ius-release.rpm state=latest\n\n - name: Install python36u\n yum: name=python36u state=latest\n\n - name: Install python36u-pip\n yum: name=python36u-pip state=la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
ivMokretsov/AA-3986
c7088f05312b0b52296db88cf99e6298cfa26df2
0
imokretsov/nginx_collection/roles/install_nginx
4,477
[ "no_license" ]
[ { "path": "imokretsov/nginx_collection/roles/install_nginx/tasks/main.yml", "content": "---\n- name: Ensure Nginx is installed (Debian-based systems)\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n notify: Restart Nginx\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
seanjh/duplo
504eb8a2da0bc4f612d5b5b0b045485617ec690e
1
roles/ack
4,477
[ "no_license" ]
[ { "path": "roles/ack/tasks/main.yml", "content": "---\n\n- name: install ack\n become: true\n apt:\n name: ack\n cache_valid_time: 3600\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
seanjh/duplo
504eb8a2da0bc4f612d5b5b0b045485617ec690e
1
roles/aws
4,477
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "---\n\n- name: install aws cli\n pip:\n name: awscli\n state: latest\n executable: /opt/python3/current/bin/pip3\n\n- name: create the aws config diretory\n file:\n path: ~/.aws\n state: directory\n owner: sean\n group: sean\n mode:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
seanjh/duplo
504eb8a2da0bc4f612d5b5b0b045485617ec690e
1
roles/chrome
4,477
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n\n- name: check for chrome\n shell: google-chrome --version\n failed_when: false\n changed_when: false\n register: result\n\n- name: get chrome\n when: result.rc != 0\n block:\n - name: download chrome\n get_url:\n url: https://d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 480, "all_permissive": false }