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
paulomarchi/DevOps
edf0986066182df2536e4a3a8b38fdd2c4509af0
1
ansible/roles/ec2_terminate
7,992
[ "no_license" ]
[ { "path": "ansible/roles/ec2_terminate/tasks/main.yml", "content": "- name: Get instance EC2 facts\n ec2_remote_facts:\n region: \"{{ aws_region }}\"\n filters:\n instance-type: \"{{ instance_type }}\"\n key_name: \"{{ project_name }}-{{ env }}-key\"\n \"tag:Name\": \"{{ project_name }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2072, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/auth
7,999
[ "no_license" ]
[ { "path": "roles/auth/templates/docker-compose.yaml", "content": "version: '2'\n\nservices:\n {{ role_id }}oauth2:\n image: {{ docker_registry }}/{{ images.oauth2 }}\n volumes:\n - ./oauth2/:/tmp/oauth2/config\n - ./output/:/tmp/oauth2/output\n ports:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5621, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/elasticsearch
7,999
[ "no_license" ]
[ { "path": "roles/elasticsearch/templates/docker-compose.yaml", "content": "version: '2'\n\nservices:\n elasticsearch{{ node_id }}:\n image: {{ docker_registry }}/{{ images.elasticsearch }}\n volumes:\n - ./config/elasticsearch.yml:/usr/share/elasticsearch/elasticsearch-2.2.0/conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8295, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/image
7,999
[ "no_license" ]
[ { "path": "roles/image/files/oauth2/Dockerfile", "content": "FROM ubuntu:14.04\nMAINTAINER <NAME> <<EMAIL>>\n\nRUN echo \"deb http://archive.ubuntu.com/ubuntu precise main universe\" >> /etc/apt/sources.list\nRUN apt-get update \nRUN apt-get upgrade -y\nRUN apt-get install -y software-properties-common\nRUN...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8668, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/kafka
7,999
[ "no_license" ]
[ { "path": "roles/kafka/templates/docker-compose.yaml", "content": "version: '2'\n\nservices:\n kafka{{ node_id }}:\n image: {{ docker_registry }}/{{ images.kafka }}\n volumes:\n - ./zookeeper/:/tmp/zookeeper\n - ./kafka/:/tmp/kafka\n hostname: kafka{{ node_id }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2162, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/kibana
7,999
[ "no_license" ]
[ { "path": "roles/kibana/tasks/main.yml", "content": "- name: create kibana staging directory\n file: path={{ project_stage_dir }}/kibana state=directory\n- name: create kibana configuration directory in kibana staging directory\n file: path={{ project_stage_dir }}/kibana/config state=directory\n- name: cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
xialingxiao/andokaelk
3940f831964f37574d472f210d210e7579264812
1
roles/logstash
7,999
[ "no_license" ]
[ { "path": "roles/logstash/templates/docker-compose-receiver.yaml", "content": "version: '2'\n\nservices:\n {{ type }}:\n image: {{ docker_registry }}/{{ images.logstash }}\n volumes:\n - ./config/:/tmp/logstash/config\n - ./input/:/tmp/logstash/input\n - ./o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3361, "all_permissive": false }
ansible_role
sambdan/comcast
7ff7ff6b6e1b095f4dbd8229498afd2b9a0f90a5
0
terraform/ansible/roles/docker
7,999
[ "no_license" ]
[ { "path": "terraform/ansible/roles/docker/tasks/main.yml", "content": "- hosts: all\n become: true\n\n gather_facts: false\n pre_tasks:\n - name: Install python2 for Ansible\n raw: bash -c \"test -e /usr/bin/python || (apt -qqy update && apt install -qqy python-minimal)\"\n register: output\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
tidpunrana/Ansible-Docker-Centos7
ba701fa66e6190e730448ffe40d14add45c9007e
0
punrana/roles/common
7,999
[ "no_license" ]
[ { "path": "punrana/roles/common/tasks/main.yml", "content": "- name: Add repository\n yum_repository:\n name: epel\n description: EPEL YUM repo\n baseurl: https://download.fedoraproject.org/pub/epel/$releasever/$basearch/\n- name: Add multiple repositories into the same file (1/2)\n yum_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
tidpunrana/Ansible-Docker-Centos7
ba701fa66e6190e730448ffe40d14add45c9007e
0
punrana/roles/deploy-docker
7,999
[ "no_license" ]
[ { "path": "punrana/roles/deploy-docker/tasks/main.yml", "content": "---\n- name: Deploy Nginx-Proxy \n docker:\n name: proxy_1\n image: pisup/punrana-nginx-proxy\n state: started\n ports:\n - \"80:80\"\n - \"443:443\"\n\n- name: Deploy mongodb\n docker:\n name: db-mongodb\n ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1128, "all_permissive": false }
ansible_role
tidpunrana/Ansible-Docker-Centos7
ba701fa66e6190e730448ffe40d14add45c9007e
0
punrana/roles/status
7,999
[ "no_license" ]
[ { "path": "punrana/roles/status/tasks/main.yml", "content": "---\n- name: check Stauts\n status:\n comand: ansible -i hosts all -m command -a \"docker ps -a \"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
Irsute/labs
42843acba77c31ae54ccb16c0a3a6add914e6dde
0
ansible/roles/microsoft.IIS
7,999
[ "no_license" ]
[ { "path": "ansible/roles/microsoft.IIS/tasks/certif.yml", "content": "---\r\n # I've used the Global Sign One for the exemple\r\n- name: copy root CA on target\r\n win_copy:\r\n src: ../files/racine.pem\r\n dest: C:\\Temp\\\r\n\r\n- name: Import root certificate\r\n win_certificate_store:\r\n pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
klandon/gr
b0e47efe8c9a5e4b149d38e1a1645954f911f88d
0
app/build/roles/app
7,999
[ "no_license" ]
[ { "path": "app/build/roles/app/tasks/main.yml", "content": "---\n# modify index.html\n\n- name: Copy new index\n ansible.builtin.copy:\n src: files/index.html\n dest: /app/index.html\n owner: root\n group: root\n mode: '0777'\n force: yes\n\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
klandon/gr
b0e47efe8c9a5e4b149d38e1a1645954f911f88d
0
app/build/roles/base
7,999
[ "no_license" ]
[ { "path": "app/build/roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n#upgrade all existing packages\n- name: Update yum based distro packages\n yum:\n name: \"*\"\n state: latest\n update_cache: true\n\n#mount app volume\n- name: creating mount point (directory)\n file:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
klandon/gr
b0e47efe8c9a5e4b149d38e1a1645954f911f88d
0
app/build/roles/webserver
7,999
[ "no_license" ]
[ { "path": "app/build/roles/webserver/tasks/main.yml", "content": "---\n# Install web server\n- name: Update yum based distro packages\n yum:\n name: nginx\n state: latest\n update_cache: yes\n\n- name: Copy new config\n ansible.builtin.copy:\n src: files/nginx.conf\n dest: /etc/nginx/nginx....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
richlamdev/ansible-raspberrypi-os
dd91b3296f3ecfacbc13774da9185ce5464b51f5
0
roles/base
7,999
[ "no_license" ]
[ { "path": "roles/base/tasks/remove_packages.yml", "content": "--- # Remove standard packages\n\n- name: packages - remove unnecessary standard packages\n apt:\n state: absent\n pkg: \n - avahi-daemon\n - cifs-utils\n\n- name: Remove useless packages from the cache\n apt: \n autoclean: T...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4078, "all_permissive": false }
ansible_role
richlamdev/ansible-raspberrypi-os
dd91b3296f3ecfacbc13774da9185ce5464b51f5
0
roles/ufw
7,999
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n\n- import_tasks: install.yml\n tags:\n - networking\n - ufw\n - ufw-install\n\n- import_tasks: reset.yml\n tags:\n - networking\n - ufw\n - ufw-reset\n\n- import_tasks: config.yml\n tags:\n - networking\n - ufw\n - ufw-con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1384, "all_permissive": false }
ansible_role
ZakharovVitaly/gitea-postgres
709ad1830e75bac9f1a5ec6a6e50463aa97bb2e6
0
roles/gitea
7,999
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "- import_tasks: installgitea.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/gitea/templates/gitea.service.j2", "content": "[Unit]\nDescription=Gitea\nAfter=syslog.target\nAfter=ne...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4857, "all_permissive": false }
ansible_role
ZakharovVitaly/gitea-postgres
709ad1830e75bac9f1a5ec6a6e50463aa97bb2e6
0
roles/mountrepo
7,999
[ "no_license" ]
[ { "path": "roles/mountrepo/tasks/installdb.yml", "content": "- name: Uploading Gitea database dump to /tmp\n copy:\n src: \"{{gitea_db}}.sql\"\n dest: \"/tmp\"\n owner: postgres\n group: root\n mode: 0640\n\n- name: Restoring database dump\n become: true\n become_user: postgres\n become_m...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 114285, "all_permissive": false }
ansible_role
ZakharovVitaly/gitea-postgres
709ad1830e75bac9f1a5ec6a6e50463aa97bb2e6
0
roles/postgres
7,999
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "- import_tasks: installpostgres.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/postgres/tasks/installpostgres.yml", "content": "- name: Installing Postgresql\n apt:\n nam...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 931, "all_permissive": false }
ansible_role
ZakharovVitaly/gitea-postgres
709ad1830e75bac9f1a5ec6a6e50463aa97bb2e6
0
roles/postinst
7,999
[ "no_license" ]
[ { "path": "roles/postinst/tasks/finish.yml", "content": "- name: \"REBOOTING TARGET. SSH PORT IS {{ssh_bind_port}} USER NAME IS {{admin_user}} USER PASSWORD IS {{<PASSWORD>}} ROOT PASSWORD IS {{<PASSWORD>}}\"\n shell: \"sleep 5 && reboot\"\n async: 1\n poll: 0\n ignore_errors: yes\n", "license_type"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
ZakharovVitaly/gitea-postgres
709ad1830e75bac9f1a5ec6a6e50463aa97bb2e6
0
roles/preinst
7,999
[ "no_license" ]
[ { "path": "roles/preinst/tasks/preparing.yml", "content": "- name: Resetting root password\n shell: \"yes '{{new_root_password}}' | passwd root\"\n\n- name: Python-apt package installation.\n shell: \"/usr/bin/apt -y install python-apt\"\n\n- name: Apt supplemental packages installation\n apt:\n name:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2338, "all_permissive": false }
ansible_role
Jack-Middleton/DevOps_Practical_Project
ee0910f54370fc7c523dbe37fe5948517bd51450
0
roles/swarm-worker
7,999
[ "no_license" ]
[ { "path": "roles/swarm-worker/vars/main.yml", "content": "---\n# vars file for roles/swarm-worker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/swarm-worker/handlers/main.yml", "content": "---\n# handlers file for roles/swarm-worker\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 398, "all_permissive": false }
ansible_role
P4ndaFR/homesuite-ansible
ff7f5014d148cfe4a016d04368af6b7dd0465bc6
12
roles/caddy
7,999
[ "no_license" ]
[ { "path": "roles/caddy/tasks/main.yaml", "content": "- name: Download caddy binary\n get_url:\n url: https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off\n dest: /tmp/caddy.tar.gz\n\n- name: Create dir for extraction\n file:\n path: /tmp/caddy\n state: directory\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1866, "all_permissive": false }
ansible_role
P4ndaFR/homesuite-ansible
ff7f5014d148cfe4a016d04368af6b7dd0465bc6
12
roles/collabora
7,999
[ "no_license" ]
[ { "path": "roles/collabora/templates/caddy.conf.tpl", "content": "{{collabora_domain}} {\n\ttls {{letsencrypt_email}}\n\n\tproxy /loleaflet http://127.0.0.1:9980 {\n\t\ttransparent\n\t}\n\n\tproxy /hosting/discovery http://127.0.0.1:9980 {\n\t\ttransparent\n\t}\n\n\tproxy /lool http://127.0.0.1:9980 {\n\t\t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2597, "all_permissive": false }
ansible_role
P4ndaFR/homesuite-ansible
ff7f5014d148cfe4a016d04368af6b7dd0465bc6
12
roles/nextcloud
7,999
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/caddy.conf.tpl", "content": "{{nextcloud_domain}} {\n\ttls {{letsencrypt_email}}\n\n\troot /srv/http/nextcloud\n\n log /var/log/caddy/nextcloud_access.log\n\n\tfastcgi / /var/run/php/php{{php_version}}-fpm.sock php {\n\t\tenv PATH /bin\n\t}\n\n\t# checks for images\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3333, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/adminui
7,998
[ "no_license" ]
[ { "path": "roles/adminui/tasks/main.yml", "content": "---\r\n - name: copy adminui prerequisites installation file \r\n copy:\r\n src: \"{{ adminui_prereq_source_path }}\"\r\n dest: \"{{ adminui_prereq_dest_path }}\"\r\n owner: \"{{ sm_user }}\"\r\n group: \"{{ sm_user }}\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/ca_directory
7,998
[ "no_license" ]
[ { "path": "roles/ca_directory/tasks/main.yml", "content": "---\r\n - name: Create the installation dir\r\n file: path={{ dsa_home }} owner={{ dsa_user }} group={{ dsa_user }} state=directory mode=0777\r\n\r\n - name: copy capki installation file \r\n copy:\r\n src: \"{{ capki_source_file_path }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2230, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/disable_firewalld
7,998
[ "no_license" ]
[ { "path": "roles/disable_firewalld/tasks/main.yml", "content": "- name: Ensure firewalld is stopped\r\n service:\r\n name: firewalld\r\n state: stopped", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/java_8
7,998
[ "no_license" ]
[ { "path": "roles/java_8/tasks/main.yml", "content": "- name: Extract the Oracle JDK 8 archive\r\n unarchive: \r\n src=/tmp/jdk-8u241-linux-x64.tar\r\n dest=/opt\r\n\r\n- name: set java file with full permissions\r\n file:\r\n path: /opt/jdk1.8.0_241\r\n owner: \"{{ sm_user }}\"\r\n group: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/policy_server
7,998
[ "no_license" ]
[ { "path": "roles/policy_server/tasks/main.yml", "content": "---\r\n - name: Create the installation dir\r\n file: path={{ sm_home }} owner={{ sm_user }} group={{ sm_user }} state=directory mode=0777\r\n\r\n - name: copy policy server installation file \r\n copy:\r\n src: \"{{ ps_source_file_pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 751, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/policy_store
7,998
[ "no_license" ]
[ { "path": "roles/policy_store/tasks/main.yml", "content": "---\r\n # Create Policy Store Schema\r\n - name: Copy netegrity.dxc to the right place \r\n command: cp -r {{ sm_home }}/siteminder/eTrust/netegrity.dxc {{ dxhome_path }}/config/schema/netegrity.dxc\r\n\r\n - name: Copy etrust.dxc to the right...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2091, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/prerequisites
7,998
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\r\n - name: site-minder on redhat family\r\n assert:\r\n that:\r\n - \"ansible_userspace_bits == '64'\"\r\n - \"ansible_os_family == 'RedHat'\"\r\n\r\n - name: Install libstdc++\r\n yum: name=libstdc++ state=installed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1661, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/psm_console
7,998
[ "no_license" ]
[ { "path": "roles/psm_console/tasks/main.yml", "content": "---\r\n - name: Set the required .profile for smuser\r\n template: src=profile dest=/home/{{ sm_user }}/.profile\r\n become_user: \"{{ sm_user }}\"\r\n\r\n - name: Run ca-ps-env.ksh\r\n command: /bin/ksh -l -c \"source /home/smuser/CA/site...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3091, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/start_jboss
7,998
[ "no_license" ]
[ { "path": "roles/start_jboss/tasks/main.yml", "content": "---\r\n\r\n - name: Start the psdsa DSA\r\n command: /bin/sh -l -c \"dxserver start psdsa\"\r\n become_user: \"{{ dsa_user }}\"\r\n\r\n - name: Start the SiteMinder Policy Server\r\n command: /bin/ksh -l -c \"start-ps\"\r\n become_user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
udaykumar061991/siteminder
ee79838b5a9aaebc8e943b13c9ba88c30084bec7
0
roles/start_services
7,998
[ "no_license" ]
[ { "path": "roles/start_services/tasks/main.yml", "content": "---\r\n - name: Ensure the RNGD service is started ! Otherwise, the SiteMinder server will be very slow...\r\n service: name=rngd state=started enabled=yes\r\n tags: test\r\n\r\n - name: Start the SiteMinder Policy Server\r\n command: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
Pappik/learn-ansible
d741fbe9c0303a01a288c018fb6a165bc602d5cf
0
roles/demo
7,998
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "- name: print from roles\n ansible.builtin.debug:\n msg: \"from roles\"", "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
p3t33/ansible_desktop
6e1edc643fac37b7e69fe184c96c2f4efe87d718
0
roles/base
7,998
[ "no_license" ]
[ { "path": "roles/base/software/base_packages.yml", "content": "- name: install base packages\n package:\n name:\n - inxi\n - curl\n - samba\n - restic\n - zsh\n - mc\n - vim\n - syncthing\n\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1823, "all_permissive": false }
ansible_role
p3t33/ansible_desktop
6e1edc643fac37b7e69fe184c96c2f4efe87d718
0
roles/desktop
7,998
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "# Load distro-specific variables\n#\n\n- block:\n # add ppa repositories \n - import_tasks: software/add_repositories.yml\n\n # install user software\n - import_tasks: software/desktop_packages.yml\n \n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 786, "all_permissive": false }
ansible_role
p3t33/ansible_desktop
6e1edc643fac37b7e69fe184c96c2f4efe87d718
0
roles/development
7,998
[ "no_license" ]
[ { "path": "roles/development/software/packages_development.yml", "content": "- name: install development packages\n tags: dev,development,packages\n package:\n name:\n - htop\n - valgrind\n - cmake\n - gcc\n - g++\n - clang\n - clang-tidy\n - clang-forma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 791, "all_permissive": false }
ansible_role
n9bc/ansible_base
778f26c2187673021f76f136a1652ab459538d7c
0
roles/base
7,998
[ "no_license" ]
[ { "path": "roles/base/vars/main.yml", "content": "brentc_passwd: <PASSWORD>\nswappiness_value: 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/base/tasks/users/brentc.yml", "content": "- name: users | brentc | create group\n tags: gr...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6686, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/dotfiles
7,998
[ "no_license" ]
[ { "path": "roles/dotfiles/files/.tmuxinator/dev3.yml", "content": "# ~/.tmuxinator/dev3.yml\n\nname: dev3\nproject_root: .\n\nwindows:\n - editor:\n layout: 545f,318x81,0,0[318x65,0,0{106x65,0,0,0,105x65,107,0,6,105x65,213,0,7},318x15,0,66,5]\n panes:\n - \n - \n - \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 12228, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/gem
7,998
[ "no_license" ]
[ { "path": "roles/gem/tasks/main.yml", "content": "---\n- name: Installing Ruby\n command: ruby-install ruby\n\n- name: Installing Compass\n gem: name=compass pre_release=yes\n\n- name: Installing Tmuxinator\n gem: name=tmuxinator\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/homebrew
7,998
[ "no_license" ]
[ { "path": "roles/homebrew/caskfonts/Brewfile", "content": "tap 'caskroom/cask'\ntap 'caskroom/fonts'\nbrew 'caskroom/cask/brew-cask'\ncask 'font-hasklig'\ncask 'font-roboto'\ncask 'font-roboto-mono'\ncask 'font-roboto-slab'\ncask 'font-fira-code'\ncask 'font-fira-mono-for-powerline'\ncask 'font-fira-mono'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3981, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/pip
7,998
[ "no_license" ]
[ { "path": "roles/pip/defaults/main.yml", "content": "---\npipinstalls:\n - bpython\n - cffi\n - doc2dash\n - i3-py\n - ipython\n - jupyter\n - psutil\n - pygit2\n - pyuv\n - Sphinx\n - virtualenvwrapper\n - powerline-status\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/shell
7,998
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n- name: Add /usr/local/sbin to /etc/paths\n become: yes\n lineinfile:\n dest=/etc/paths\n group=wheel\n line=/usr/local/sbin\n owner=root\n insertbefore=BOF\n\n- name: Add /usr/local/bin to /etc/paths\n become: yes\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
crainiarc/setup-files
a70ee692b280446e054b25bce970e6bcc3b6a13e
2
roles/vim
7,998
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Compiling YouCompleteMe\n command: ./install.sh chdir=~/.vim/bundle/YouCompleteMe\n\n- name: Initializing Vim Bundle\n command: vim +PluginInstall! +PluginClean +qall\n\n- name: Configuring Command-T\n command:\n ruby extconf.rb\n creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
ArdanaCLM/octavia-ansible
a2ae6abba7fe6da1d272a042a9b549460b9aee67
0
roles/octavia-common
7,998
[ "permissive" ]
[ { "path": "roles/octavia-common/tasks/_create_mgmt_sec_group.yml", "content": "#\n# (c) Copyright 2016 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the L...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 43265, "all_permissive": true }
ansible_role
ArdanaCLM/octavia-ansible
a2ae6abba7fe6da1d272a042a9b549460b9aee67
0
roles/octavia-post-configure
7,998
[ "permissive" ]
[ { "path": "roles/octavia-post-configure/tasks/neutron_to_octavia_migration.yml", "content": "\n#\n# (c) Copyright 2020 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2466, "all_permissive": true }
ansible_role
ArdanaCLM/octavia-ansible
a2ae6abba7fe6da1d272a042a9b549460b9aee67
0
roles/octavia-worker
7,998
[ "permissive" ]
[ { "path": "roles/octavia-worker/tasks/configure.yml", "content": "#\n# (c) Copyright 2016-2017 Hewlett Packard Enterprise Development LP\n# (c) Copyright 2017 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1152, "all_permissive": true }
ansible_role
fizmata/sensible
b878536cda4ef4bc2e5a61cb0b61162f28f52e99
0
roles/ping
7,998
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yaml", "content": "---\n- name: Ping the remote hosts\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 42, "all_permissive": false }
ansible_role
alidoosti01/openvpn-ansible
57667f83fb2bfd83f11f3d3278d9cfd6e6e18122
0
roles/firewall
7,998
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n\n- name: Enable IP forward\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n state: present\n sysctl_set: yes\n reload: yes\n\n- name: test firewall\n ansible.builtin.iptables:\n table: nat\n chain: POSTROUTING\n sourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
alidoosti01/openvpn-ansible
57667f83fb2bfd83f11f3d3278d9cfd6e6e18122
0
roles/generate-client
7,998
[ "no_license" ]
[ { "path": "roles/generate-client/tasks/templates/client.ovpn.j2", "content": "client\nproto {{ openvpn_protocol }}\ndev {{ openvpn_dev }}\nremote {{ openvpn_client_server }} 1194\nresolv-retry infinite\nnobind\nuser nobody\ngroup nobody\npersist-key\npersist-tun\nkey-direction 1\nverb 3\npull-filter ignore ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
alidoosti01/openvpn-ansible
57667f83fb2bfd83f11f3d3278d9cfd6e6e18122
0
roles/pre-config
7,998
[ "no_license" ]
[ { "path": "roles/pre-config/tasks/main.yml", "content": "---\n\n- name: apt update and upgrade\n apt:\n update_cache: yes\n\n- name: install openvpn and easyrsa\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - openvpn\n - easy-rsa\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
alidoosti01/openvpn-ansible
57667f83fb2bfd83f11f3d3278d9cfd6e6e18122
0
roles/server-config
7,998
[ "no_license" ]
[ { "path": "roles/server-config/tasks/main.yml", "content": "---\n\n- name: Ensure /etc/openvpn/easy-rsa exists\n ansible.builtin.file:\n path: \"{{ easy_rsa_path }}\"\n state: directory\n mode: \"0755\"\n\n- name: Easyrsa init-pki\n ansible.builtin.command:\n cmd: \"{{ openvpn_easyrsa_path }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2768, "all_permissive": false }
ansible_role
AHasanin/cicd-project
109076bcb063c1bfea7f79a63956e5aee393a33f
0
.circleci/ansible/roles/configure-server
7,998
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n\n- name: \"Update apt packages\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"Upgrade apt packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"Download node js 14\"\n become: yes\n get_url:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
AHasanin/cicd-project
109076bcb063c1bfea7f79a63956e5aee393a33f
0
.circleci/ansible/roles/deploy
7,998
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n- name: \"Copy backend files\"\n copy:\n src: ~/project/artifact.tar.gz\n dest: ~/artifact.tar.gz\n\n- name: \"Extract backend files\"\n shell: |\n tar -xvf artifact.tar.gz\n\n- name: \"Install packages\"\n shell: npm ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
mikespartan/infrastructure
f7d9fdfcfedc616d459d7ddfb40275722904b068
0
ansible/roles/Zabbix_Setup
7,998
[ "no_license" ]
[ { "path": "ansible/roles/Zabbix_Setup/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - Zabbix_Setup", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/Zabbix_Setup/vars/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1636, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/grafana
7,998
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yml", "content": "---\n- name: Install Grafana\n apt:\n name: grafana\n state: present\n\n- name: Start Grafana service\n service:\n name: grafana-server\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/loki
7,998
[ "no_license" ]
[ { "path": "ansible/roles/loki/tasks/main.yml", "content": "---\n- name: Download Loki\n get_url:\n url: \"https://github.com/grafana/loki/releases/download/v2.8.0/loki-linux-amd64.zip\"\n dest: \"/tmp/loki-linux-amd64.zip\"\n\n- name: Unzip Loki\n unarchive:\n src: \"/tmp/loki-linux-amd64.zip\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1088, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/nodejs
7,998
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install Node.js and npm\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - nodejs\n - npm\n\n- name: Install PM2 globally\n npm:\n name: pm2\n glo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 921, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/promtail
7,998
[ "no_license" ]
[ { "path": "ansible/roles/promtail/tasks/main.yml", "content": "---\n- name: Download Promtail\n get_url:\n url: \"https://github.com/grafana/loki/releases/download/v2.8.0/promtail-linux-amd64.zip\"\n dest: \"/tmp/promtail-linux-amd64.zip\"\n\n- name: Unzip Promtail\n unarchive:\n src: \"/tmp/prom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/snapshots
7,998
[ "no_license" ]
[ { "path": "ansible/roles/snapshots/tasks/main.yml", "content": "---\n- name: Copy service account key file to remote machine\n copy:\n src: /tmp/.secrets/terraform-key.json\n dest: /tmp/terraform-key.json\n mode: '0600'\n \n- name: Authenticate gcloud with service account\n command: gcloud aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
Lukas-Bouhlel/task-management-system
ee28f6a29c46593c643cda7ccad304a44f039ee7
0
ansible/roles/unzip
7,998
[ "no_license" ]
[ { "path": "ansible/roles/unzip/tasks/main.yml", "content": "---\n- name: Install unzip on the VM\n hosts: vm\n become: true\n tasks:\n - name: Update apt package index\n apt:\n update_cache: yes\n\n - name: Install unzip\n apt:\n name: unzip\n state: present", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
sad1sm/touch-module
aa75b71247850507b335cb7f57fac76e1d8dab92
0
roles/role-touch-file
7,998
[ "no_license" ]
[ { "path": "roles/role-touch-file/tasks/main.yml", "content": "---\n\n- name: Create file.\n netology.touch_module.touch_module:\n path: \"{{ path }}\"\n content: \"{{ content }}\"\n register: job_result\n\n- debug:\n msg: \"{{ job_result.message }}\"", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 252, "all_permissive": false }
ansible_role
mcagriaktas/Ansible-Airflow-Deployment
d2f727d6fd7e5d9ccc115a15a8fe128a2ac89bf8
0
containers/ansible-admin/playbooks/roles/airflow
7,998
[ "no_license" ]
[ { "path": "containers/ansible-admin/playbooks/roles/airflow/templates/scheduler.cfg.j2", "content": "[core]\ndags_folder = {{ airflow_home }}/dags\nplugins_folder = {{ airflow_home }}/plugins\nexecutor = LocalExecutor\nload_examples = True\ndefault_timezone = UTC\n\n[logging]\nbase_log_folder = {{ airflow_h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4227, "all_permissive": false }
ansible_role
mhiro2/ansible-ubuntu-server
d9ce6c55d315969df452a9bf1d2dd7e69dab7081
0
roles/docker
7,998
[ "no_license" ]
[ { "path": "roles/docker/vars/main.yaml", "content": "---\ndocker_ce:\n apt_key: https://download.docker.com/linux/ubuntu/gpg\n repo: https://download.docker.com/linux/ubuntu\n deps:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n packa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2482, "all_permissive": false }
ansible_role
mhiro2/ansible-ubuntu-server
d9ce6c55d315969df452a9bf1d2dd7e69dab7081
0
roles/envs
7,998
[ "no_license" ]
[ { "path": "roles/envs/tasks/pyenv.yaml", "content": "---\n- name: Check if anyenv is executable\n stat:\n path: \"{{ anyenv.install_dir }}/bin/anyenv\"\n register: anyenv_bin_stat\n\n- name: Assert anyenv is installed\n assert:\n that: anyenv_bin_stat.stat.exists\n msg: 'ERROR: anyenv is not ins...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1892, "all_permissive": false }
ansible_role
mhiro2/ansible-ubuntu-server
d9ce6c55d315969df452a9bf1d2dd7e69dab7081
0
roles/nvidia-docker
7,998
[ "no_license" ]
[ { "path": "roles/nvidia-docker/vars/main.yaml", "content": "---\nnvidia_docker_package_name: nvidia-container-toolkit\n\nnvidia_docker_apt_key: https://nvidia.github.io/nvidia-docker/gpgkey\n\nnvidia_docker_repo:\n download_url: https://nvidia.github.io/nvidia-docker/ubuntu20.04/nvidia-docker.list\n file:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 840, "all_permissive": false }
ansible_role
mhiro2/ansible-ubuntu-server
d9ce6c55d315969df452a9bf1d2dd7e69dab7081
0
roles/nvidia-driver
7,998
[ "no_license" ]
[ { "path": "roles/nvidia-driver/tasks/install.yaml", "content": "---\n- name: Download nvidia driver\n get_url:\n url: \"{{ nvidia_driver_download_url }}\"\n dest: \"{{ tmp_dir }}/{{ nvidia_driver_installer }}\"\n owner: root\n group: root\n mode: '0755'\n\n- name: Disable nouveau driver\n m...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2060, "all_permissive": false }
ansible_role
mhiro2/ansible-ubuntu-server
d9ce6c55d315969df452a9bf1d2dd7e69dab7081
0
roles/system
7,998
[ "no_license" ]
[ { "path": "roles/system/tasks/packages.yaml", "content": "---\n- name: Upgrade all packages to the latest version\n apt:\n upgrade: dist\n update_cache: yes\n autoremove: yes\n when: force_upgrade == True\n\n- name: Import gpg key for HashiCorp repository\n apt_key:\n url: \"{{ hashicorp.apt_...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 5147, "all_permissive": false }
ansible_role
jsjhr/glusterdemo
2205eac2ca39ffbfc49d0fc95edcd5df4c17bcc4
0
roles/glusterclient
7,998
[ "no_license" ]
[ { "path": "roles/glusterclient/handlers/main.yml", "content": "---\n# handlers file for glusterclient", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/glusterclient/defaults/main.yml", "content": "---\n# defaults file for glusterclient", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 527, "all_permissive": false }
ansible_role
jsjhr/glusterdemo
2205eac2ca39ffbfc49d0fc95edcd5df4c17bcc4
0
roles/glusterfs
7,998
[ "no_license" ]
[ { "path": "roles/glusterfs/templates/public_addresses.j2", "content": "{{ ctdb_floating_ip }} {{ ctdb_interface }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/glusterfs/tasks/main.yml", "content": "---\n- name: Install ctdb & redhat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3465, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
project_poc/roles/apache
7,995
[ "no_license" ]
[ { "path": "project_poc/roles/apache/tasks/install.yml", "content": "---\n - name: describe the hosts\n debug: msg=\"Computer {{ ansible_hostname }} is running {{ ansible_os_family }} or equivalent\"\n - name: install the apache web server\n yum:\n name: \"{{ package_name }}\"\n updat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 948, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
project_poc/roles/php
7,995
[ "no_license" ]
[ { "path": "project_poc/roles/php/defaults/main.yml", "content": "---\n# defaults file for php\n app:\n version: V-1.1 \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "project_poc/roles/php/tasks/main.yml", "content": "---\n# tasks ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1134, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_project/roles/dockerimage
7,995
[ "no_license" ]
[ { "path": "sample_project/roles/dockerimage/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dockerimage", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "sample_project/roles/dockerimage/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1724, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_project/roles/estdockerimage
7,995
[ "no_license" ]
[ { "path": "sample_project/roles/estdockerimage/handlers/main.yml", "content": "---\n# handlers file for estdockerimage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "sample_project/roles/estdockerimage/tests/test.yml", "content": "---\n- hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1264, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_project/roles/helloworldimage
7,995
[ "no_license" ]
[ { "path": "sample_project/roles/helloworldimage/defaults/main.yml", "content": "---\n# defaults file for helloworldimage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "sample_project/roles/helloworldimage/handlers/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1428, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_webapp/roles/apache
7,995
[ "no_license" ]
[ { "path": "sample_webapp/roles/apache/tasks/service.yml", "content": "---\n - name: start apche web server\n service:\n name: apache2\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "sample...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 242, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_webapp/roles/frontend
7,995
[ "no_license" ]
[ { "path": "sample_webapp/roles/frontend/defaults/main.yml", "content": "---\n# defaults file for frontend\n app:\n version: V-1.1.2 \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "sample_webapp/roles/frontend/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
atanumukherjee/ansible-demo
ec4e5ea8a56332d8e9550c2d81a60a4fca71a03b
0
sample_webapp/roles/php
7,995
[ "no_license" ]
[ { "path": "sample_webapp/roles/php/tasks/install.yml", "content": "---\n# install php related packages\n - name: install php\n package:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - php\n - php-mysql\n notify: restart apache\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/cloudcore-init
7,995
[ "no_license" ]
[ { "path": "ansible/roles/cloudcore-init/tasks/main.yaml", "content": "---\n# clean previous cloudcore installations\n- name: remove kubeedge directory\n file:\n path: /etc/kubeedge\n state: absent\n\n- name: create kubernetes CDRs for kubeedge\n shell: |\n kubectl apply -f https://raw.githubuserc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2669, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/cloudcore-stop
7,995
[ "no_license" ]
[ { "path": "ansible/roles/cloudcore-stop/tasks/main.yaml", "content": "---\n- name: stop cloudcore\n systemd:\n name: cloudcore\n daemon_reload: true\n state: stopped\n\n# delete existing kubeedge directory\n- name: delete /etc/kubeedge directory\n file:\n path: /etc/kubeedge\n state: absent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/configure-node
7,995
[ "no_license" ]
[ { "path": "ansible/roles/configure-node/tasks/main.yaml", "content": "---\n## Forwarding IPv4 and letting iptables see bridged traffic \n# Load modules for Kubernetes\n- name: create an empty file for Kubernetes modules params\n file:\n path: /etc/modules-load.d/k8s.conf\n state: touch\n # make ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1572, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/edgecore-join
7,995
[ "no_license" ]
[ { "path": "ansible/roles/edgecore-join/files/edgecore.yaml", "content": "# With --defaultconfig flag, users can easily get a default full config file as reference, with all fields (and field descriptions) included and default values set. \n# Users can modify/create their own configs accordingly as reference...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8430, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/edgecore-stop
7,995
[ "no_license" ]
[ { "path": "ansible/roles/edgecore-stop/tasks/main.yaml", "content": "---\n- name: stop edgecore\n systemd:\n name: edgecore\n daemon_reload: true\n state: stopped\n\n# delete existing kubeedge directory\n- name: delete /etc/kubeedge directory\n file:\n path: /etc/kubeedge\n state: absent\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/fetch-kubernetes-config
7,995
[ "no_license" ]
[ { "path": "ansible/roles/fetch-kubernetes-config/tasks/main.yaml", "content": "- name: fetch kubectl config file\n fetch:\n src: /root/.kube/config\n dest: /tmp/kube-config\n flat: yes # override the default behavior of appending hostname/path/to/file to the destination\n\n- name: fetch kubeadm ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 435, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-cloudcore
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-cloudcore/tasks/main.yaml", "content": "---\n- name: download kubeedge binaries\n get_url:\n url: \"https://github.com/kubeedge/kubeedge/releases/download/{{ kubeedge_version }}/kubeedge-{{ kubeedge_version }}-linux-{{ arch }}.tar.gz\"\n dest: /tmp/kubeedge.tar.gz\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-cni
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-cni/tasks/main.yaml", "content": "---\n- name: install dependency packages\n apt:\n pkg:\n - socat\n - conntrack\n - ebtables\n state: latest\n update_cache: true\n\n# download tar\n- name: download cni tarball\n get_url:\n url: \"https://github....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-containerd
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-containerd/handlers/main.yaml", "content": "---\n- name: restart containerd\n systemd:\n name: containerd\n daemon_reload: true\n enabled: true\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-edgecore
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-edgecore/tasks/main.yaml", "content": "---\n# download edgecore \n- name: download kubeedge binaries\n get_url:\n url: \"https://github.com/kubeedge/kubeedge/releases/download/{{ kubeedge_version }}/kubeedge-{{ kubeedge_version }}-linux-{{ arch }}.tar.gz\"\n dest: /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1089, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-keadm
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-keadm/tasks/main.yaml", "content": "---\n# download keadm\n- name: download keadm\n get_url:\n url: https://github.com/kubeedge/kubeedge/releases/download/{{ keadm_version }}/keadm-{{ keadm_version }}-linux-{{ arch }}.tar.gz\n dest: /tmp/keadm.tar.gz\n\n- name: untar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/install-kubernetes
7,995
[ "no_license" ]
[ { "path": "ansible/roles/install-kubernetes/handlers/main.yaml", "content": "---\n- name: restart kubelet\n systemd:\n name: kubelet\n daemon_reload: true\n enabled: true\n state: restarted\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2414, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/keadm-init
7,995
[ "no_license" ]
[ { "path": "ansible/roles/keadm-init/tasks/main.yaml", "content": "---\n- name: deploy cloudcore as pod\n shell: keadm init --advertise-address={{ master_ip }} --profile version={{ kubeedge_version }} --kube-config=/root/.kube/config", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/keadm-join
7,995
[ "no_license" ]
[ { "path": "ansible/roles/keadm-join/tasks/main.yaml", "content": "---\n# let root interact with the cluster\n- name: create root .kube directory\n file:\n path: /root/.kube\n state: directory\n mode: 0755\n\n- name: copy config to root home\n copy:\n src: /tmp/kube-config\n dest: /root/.kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1829, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/keadm-reset
7,995
[ "no_license" ]
[ { "path": "ansible/roles/keadm-reset/tasks/main.yaml", "content": "---\n# delete cluster\n- name: remove cloudcore pod\n shell: keadm reset --force\n\n- name: delete kubeedge folder\n file:\n path: /etc/kubeedge\n state: absent", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/kubeadm-init
7,995
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-init/tasks/main.yaml", "content": "# https://buildvirtual.net/deploy-a-kubernetes-cluster-using-ansible/#\n--- \n- name: copy kubernetes config file\n copy:\n src: ../files/kubeadm-master.yaml\n dest: /home/{{ ansible_user }}/kubeadm-master.yaml\n\n# add advertise IP ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3647, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/kubeadm-join
7,995
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-join/tasks/main.yaml", "content": "---\n# let root interact with the cluster\n- name: create root .kube directory\n file:\n path: /root/.kube\n state: directory\n mode: 0755\n\n- name: copy config to root home\n copy:\n src: /tmp/kube-config\n dest: /root/.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 920, "all_permissive": false }
ansible_role
albacanete/k8s-kubeedge-cluster
93da3e0da1f0894bd5536a1794ba339beca8d74b
0
ansible/roles/kubeadm-reset
7,995
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm-reset/tasks/main.yaml", "content": "---\n# delete cluster\n- name: remove kubernetes cluster without prompt\n shell: kubeadm reset --force\n\n- name: remove kubernetes config folder\n file:\n path: /etc/kubernetes\n state: absent\n\n# remove kubectl config files\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 867, "all_permissive": false }
ansible_role
samiamoura/devsecops-phonebook
844787a81ca78beba7c15f69a0ac5f06939dc6f0
12
ansible/roles/deploy-application
7,995
[ "no_license" ]
[ { "path": "ansible/roles/deploy-application/tasks/main.yml", "content": "---\n- name: Create domain directory to store certs domain file\n file:\n path: \"/etc/docker/certs.d/{{ dns_addr_server_gitlab }}\"\n state: directory\n mode: '0755'\n\n- name: Copy ca.crt file with owner\n copy:\n conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1635, "all_permissive": false }