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
bgrabows1/cloudera-director
bd194f9b6f2c0c4b2807e20966a8f55a19bc6a15
0
ansible/roles/director.destroy
2,198
[ "no_license" ]
[ { "path": "ansible/roles/director.destroy/tasks/main.yml", "content": "---\n- name: Set Terraform variables\n set_fact:\n director_public_dns: \"{{ jsonVar | json_query('modules[0].outputs.director_public_dns.value')}}\"\n cloudera_director_ami: \"{{ jsonVar | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6997, "all_permissive": false }
ansible_role
bgrabows1/cloudera-director
bd194f9b6f2c0c4b2807e20966a8f55a19bc6a15
0
ansible/roles/director.environment
2,198
[ "no_license" ]
[ { "path": "ansible/roles/director.environment/tasks/main.yml", "content": "---\n- name: Load environment template\n set_fact:\n environment_template: \"{{ lookup('template', 'environment_template.j2') }}\"\n\n- name: List all environments\n uri:\n url: \"{{ cloudera_director_create_envir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2077, "all_permissive": false }
ansible_role
bgrabows1/cloudera-director
bd194f9b6f2c0c4b2807e20966a8f55a19bc6a15
0
ansible/roles/director.kerberos
2,198
[ "no_license" ]
[ { "path": "ansible/roles/director.kerberos/tasks/main.yml", "content": "- name: Install kerberos packages\n package:\n name: \"{{ pkg }}\"\n state: present\n with_items:\n - krb5-libs\n - krb5-workstation\n - krb5-server\n loop_control:\n loop_var: pkg\n\n- name: Create Kerberos serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1524, "all_permissive": false }
ansible_role
bgrabows1/cloudera-director
bd194f9b6f2c0c4b2807e20966a8f55a19bc6a15
0
ansible/roles/director.setup
2,198
[ "no_license" ]
[ { "path": "ansible/roles/director.setup/templates/application.properties.j2", "content": "#\n# Copyright (c) 2015 Cloudera, Inc. All rights reserved.\n#\n\n#\n# A non-exhaustive list of server-wide configuration parameters with defaults.\n#\n\n#\n# Server Configurations\n#\n\n# The port on which the Directo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 23434, "all_permissive": false }
ansible_role
kycherr/terraform-pve-lx
5e5c65471951800fc725fc6ea340b3f1ee8480f8
0
ansible/roles/db
2,198
[ "no_license" ]
[ { "path": "ansible/roles/db/vars/main.yml", "content": "pg_version: 14\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n- name: Install required Python libraries\n apt:\n name:\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2191, "all_permissive": false }
ansible_role
kycherr/terraform-pve-lx
5e5c65471951800fc725fc6ea340b3f1ee8480f8
0
ansible/roles/server
2,198
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "- name: Install required packages\n apt:\n name:\n - apache2\n - php\n - php-pgsql\n - php-xml\n - php-curl\n - composer\n - git\n - curl\n state: present\n update_cache: yes\n\n- name: Mark Larave...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4301, "all_permissive": false }
ansible_role
oharsta/id-resolver
4c52ee288172702d5fcf9af821bbb04b2f48eed9
0
ansible/roles/id-resolver-gui
2,198
[ "no_license" ]
[ { "path": "ansible/roles/id-resolver-gui/tasks/main.yml", "content": "---\n- name: create apache folder\n file: path=/var/www/id-resolver owner=www-data group=www-data mode=2755 state=directory\n\n- name: download html archive\n maven_artifact:\n group_id: org.openconext\n artifact_id: id-resolver-g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1109, "all_permissive": false }
ansible_role
oharsta/id-resolver
4c52ee288172702d5fcf9af821bbb04b2f48eed9
0
ansible/roles/id-resolver-server
2,198
[ "no_license" ]
[ { "path": "ansible/roles/id-resolver-server/templates/application.yml.j2", "content": "logging:\n config: file://{{ id_resolver_dir }}/logback.xml\n level:\n org.springframework.web.filter.CommonsRequestLoggingFilter: DEBUG\n org.hibernate.SQL: WARN\n resolver: DEBUG\n\nserver:\n port: {{ server...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5625, "all_permissive": false }
ansible_role
oharsta/id-resolver
4c52ee288172702d5fcf9af821bbb04b2f48eed9
0
ansible/roles/java
2,198
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- name: set timezone for java apps that may be started on the commandline\n template: src=jdk-timezone.sh.j2 dest=/etc/profile.d/jdk-timezone.sh owner=root group=root mode=0644\n\n- name: installing repo for Java 8 in Ubuntu\n apt_repository:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
oharsta/id-resolver
4c52ee288172702d5fcf9af821bbb04b2f48eed9
0
ansible/roles/mysql
2,198
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n\n- name: install mysql\n package: name={{ item }} state=present\n with_items:\n - python-mysqldb\n - mysql-server\n\n- name: MySQL my.cnf\n template: src=my.cnf.j2 dest=/root/.my.cnf mode=0600 owner=root group=root\n\n- name: start...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1134, "all_permissive": false }
ansible_role
gve-sw/wlc_ansible
09ab3c50a44aa958312e3aeefc51640c0bbd1556
0
ansible/roles/cisco-wlc-commands
2,198
[ "no_license" ]
[ { "path": "ansible/roles/cisco-wlc-commands/tasks/main.yml", "content": "#- name: SYS | OBTAIN LOGIN CREDENTIALS\n #include_vars: /etc/ansible/vault.yaml\n #no_log: True\n- name: Set Variables\n include_vars: vars/main.yml\n\n\n- name: SYS | DEFINE PROVIDER\n set_fact:\n cli:\n username: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 985, "all_permissive": false }
ansible_role
gve-sw/wlc_ansible
09ab3c50a44aa958312e3aeefc51640c0bbd1556
0
ansible/roles/cisco-wlc-install
2,198
[ "no_license" ]
[ { "path": "ansible/roles/cisco-wlc-install/vars/main.yml", "content": "\ncreds:\n username: xxxxx\n password: <PASSWORD>\n\nftp:\n username: xxxxx\n password: <PASSWORD>\n ip: xxx.yyy.aaa.bbb\n path: /downloads/\n filename: AIR-CT5500-K9-8-2-170-0.aes\n startbootversion: 192.168.3.11\n endbootversi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2711, "all_permissive": false }
ansible_role
gve-sw/wlc_ansible
09ab3c50a44aa958312e3aeefc51640c0bbd1556
0
ansible/roles/cisco-wlc-radio
2,198
[ "no_license" ]
[ { "path": "ansible/roles/cisco-wlc-radio/tasks/main.yml", "content": "- name: Set Variables\n include_vars: vars/main.yml\n\n- name: SYS | DEFINE PROVIDER\n set_fact:\n cli:\n username: \"{{ creds['username'] }}\"\n password: \"{{ creds['<PASSWORD>'] }}\"\n timeout: 60\n no_log:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1030, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_ha_postgres/roles/patroni_install
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_ha_postgres/roles/patroni_install/templates/barman.conf.j2", "content": "[barman]\nbarman_home = /var/lib/barman\nbarman_user = barman\nlog_file = /backup/barman/barman.log\ncompression = gzip\nreuse_backup = link\nbackup_method = rsync\narchiver = on\nimmediate_checkpoint = true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 18785, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/docker_install
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/docker_install/meta/main.yml", "content": "---\r\ngalaxy_info:\r\n role_name: Install docker\r\n author: VikSh404\r\n description: Install docker.\r\n license: \"MIT\"\r\n min_ansible_version: 2.11\r\n platforms:\r\n - name: ubuntu\r\n versions:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1914, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/hostname_from_inventory
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/hostname_from_inventory/tasks/main.yml", "content": "---\r\n- name: Set hostname from inventory\r\n hostname:\r\n name: \"{{ hostname }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/k8s_init
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/k8s_init/tasks/main.yml", "content": "---\r\n- name: Init k8s cluster (This block run once)\r\n block:\r\n - name: collect facts about system services\r\n service_facts:\r\n register: services_state\r\n\r\n - name: Initialize the Kubernetes cluster u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2400, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/k8s_install
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/k8s_install/meta/main.yml", "content": "---\r\ngalaxy_info:\r\n role_name: k8s_install\r\n author: VikSh404\r\n description: Install packages for k8s.\r\n license: \"MIT\"\r\n min_ansible_version: 2.11\r\n platforms:\r\n - name: ubuntu\r\n versions:\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2001, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/k8s_join_node
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/k8s_join_node/tasks/main.yml", "content": "---\r\n- name: collect facts about system services\r\n service_facts:\r\n# register: services_state\r\n \r\n- name: Copy the join command to server location\r\n copy: src=/tmp/join-command dest=/tmp/join-command.sh mode=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/k8s_preconfigure_network
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/k8s_preconfigure_network/handlers/main.yml", "content": "---\r\n- name: Reread variables from sysctl\r\n command: sudo sysctl -p\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "Ansible/ansible_k8s_etc/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/k8sthw-install
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/k8sthw-install/tasks/main.yml", "content": "---\r\n- name: Create a directory for an etcd and an k8s if it does not exist\r\n file:\r\n path: \"{{ item }}\"\r\n state: directory\r\n mode: '0755'\r\n loop:\r\n - /etc/etcd\r\n - /var/lib/etcd\r\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 14026, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/linux_os_update
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/linux_os_update/tasks/main.yml", "content": "---\r\n- name: include tasks only if files exist.\r\n include_tasks:\r\n file: \"{{ params['files'][0] }}\" \r\n vars:\r\n params:\r\n files:\r\n - \"{{ ansible_distribution }}.yml\"\r\n\r\n# - name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 466, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/linux_os_useradd
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/linux_os_useradd/tasks/main.yml", "content": "- name: Add the user {{ user_name }} with a bash shell {{ user_shell }} and home dir {{ user_home }}, appending the groups {{ user_groups }} to the user's groups\n user:\n name: \"{{ user_name }}\"\n groups: \"{{ u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 797, "all_permissive": false }
ansible_role
VikSh404/loci
658b6cbc6cf054936fd1eefc0a4a186ff28e5dab
5
Ansible/ansible_k8s_etc/roles/prometheus_node_exporter_install
2,198
[ "no_license" ]
[ { "path": "Ansible/ansible_k8s_etc/roles/prometheus_node_exporter_install/templates/node_exporter.service.j2", "content": "# Managed by Ansible\r\n# Loci project\r\n[Unit]\r\nDescription=Prometheus Node Exporter on host {{ ansible_hostname }}\r\nWants=network-online.target\r\nAfter=network-online.target\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1345, "all_permissive": false }
ansible_role
isambtb/k8s-on-vms-ansible
cd1d6f9433f0d161388738d6256a8b2d44edd77a
0
playbooks/roles/kubernetes
2,198
[ "no_license" ]
[ { "path": "playbooks/roles/kubernetes/tasks/install_k8s.yml", "content": "---\n- name: Install apt-transport-https\n become: yes\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Kubernetes apt key\n become: yes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-ke...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2653, "all_permissive": false }
ansible_role
michaelford85/ansible-networking
91eea712b19453181412340429c198cd5e69f4e1
1
roles/base-config
2,218
[ "no_license" ]
[ { "path": "roles/base-config/tasks/main.yml", "content": "---\n# tasks file for base-config\n\n- name: Collect Router facts\n ios_facts:\n register: all_facts\n\n# - name: debug router facts\n# debug:\n# var: all_facts\n\n- name: Set hostname\n ios_config:\n lines: hostname {{ inventory_hostname...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
michaelford85/ansible-networking
91eea712b19453181412340429c198cd5e69f4e1
1
roles/manage_ec2_instances
2,218
[ "no_license" ]
[ { "path": "roles/manage_ec2_instances/tasks/create_webserver.yml", "content": "---\n# tasks file for create_webserver\n\n## control node setup ###\n- name: set webserver node type\n set_fact:\n ansible_node: \"{{ ec2_control_node['ansible'] }}\"\n\n- name: find ami for webserver\n ec2_ami_facts:\n r...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7481, "all_permissive": false }
ansible_role
bhaskardegala/ansible-tasks
36b7e95c1258895f769c98fd251bb40c41eafd46
0
roles/docker
2,218
[ "no_license" ]
[ { "path": "roles/docker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gameoflife", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for gameof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1291, "all_permissive": false }
ansible_role
bhaskardegala/ansible-tasks
36b7e95c1258895f769c98fd251bb40c41eafd46
0
roles/gameoflife
2,218
[ "no_license" ]
[ { "path": "roles/gameoflife/tasks/main.yml", "content": "---\n# tasks file for gameoflife\n - fail:\n msg: \"try to perform this task on ubuntu\"\n when: \n - ansible_os_family != \"Debian\"\n - debug:\n msg: \"initilizting the task\"\n - name: \"installing software-properties\"\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2704, "all_permissive": false }
ansible_role
bhaskardegala/ansible-tasks
36b7e95c1258895f769c98fd251bb40c41eafd46
0
roles/kubernetes
2,218
[ "no_license" ]
[ { "path": "roles/kubernetes/defaults/main.yml", "content": "---\n# defaults file for gameoflife", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n# tasks file for gameoflife\n - fail:\n msg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 700, "all_permissive": false }
ansible_role
bhaskardegala/ansible-tasks
36b7e95c1258895f769c98fd251bb40c41eafd46
0
roles/shopizer
2,218
[ "no_license" ]
[ { "path": "roles/shopizer/tasks/main.yml", "content": "---\n# tasks file for gameoflife\n - fail:\n msg: \"try to perform this task on ubuntu\"\n when: \n - ansible_os_family != \"Debian\"\n - debug:\n msg: \"initilizting the task\"\n - debug:\n msg: \"installing java as a pre-requir...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2255, "all_permissive": false }
ansible_role
tukeJonny/NTPAmpMitigator
91abcfb107166b411596b26678a03a037165f188
1
build/ansible/roles/apache2
2,218
[ "no_license" ]
[ { "path": "build/ansible/roles/apache2/tasks/main.yml", "content": "---\n- name: Install latest httpd\n yum: name=httpd state=latest\n tags:\n - apache2\n notify: restart httpd\n\n- name: export port 80\n firewalld: permanent=true port=80/tcp state=enabled immediate=true\n tags:\n - apache2\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
tukeJonny/NTPAmpMitigator
91abcfb107166b411596b26678a03a037165f188
1
build/ansible/roles/common
2,218
[ "no_license" ]
[ { "path": "build/ansible/roles/common/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum: name=* state=latest\n tags:\n - common\n\n- name: set JST timezone\n action: file src=/usr/share/zoneinfo/Japan dest=/etc/localtime state=link\n tags:\n - common\n\n- name: open vulnerable p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
tukeJonny/NTPAmpMitigator
91abcfb107166b411596b26678a03a037165f188
1
build/ansible/roles/zabbix
2,218
[ "no_license" ]
[ { "path": "build/ansible/roles/zabbix/vars/main.yml", "content": "---\nmysql_db: zabbix\nmysql_user: zabbix\nmysql_pass: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "build/ansible/roles/zabbix/tasks/python.yml", "content": "---\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1406, "all_permissive": false }
ansible_role
tukeJonny/NTPAmpMitigator
91abcfb107166b411596b26678a03a037165f188
1
build/ansible/roles/zabbix-agent
2,218
[ "no_license" ]
[ { "path": "build/ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: put zabbix-release rpm\n copy:\n src=files/zabbix-release-3.0-1.el7.noarch.rpm\n dest=/tmp/zabbix-release-3.0-1.el7.noarch.rpm\n tags:\n - zabbix-agent\n\n- name: Install rpm\n yum: name=/tmp/zabbix-release-3.0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
Mohamedbenmiled/DevopsCD
a9deb875a938756706c5b3cdd6a3ab858192c09d
0
ansible/roles/docker
2,218
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: mohamedbenmiled/devopss:latest\n build:\n path: /var/lib/jenkins/workspace/DevopsCD\n pull: no\n source: build\n state: present\n force_sourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
avanisinghal1/Assignment
64cf3c652391877a3b240277cdaf44281830495d
0
ansible/apache-nginx/roles/client-nginx
2,218
[ "no_license" ]
[ { "path": "ansible/apache-nginx/roles/client-nginx/templates/nginx.conf.j2", "content": "server {\n listen 80 default_server;\n listen [::]:80 default_server ipv6only=on;\n\n root /usr/share/nginx/html;\n index index.html index.htm;\n\n server_name vagrant;\n\n location / {\n try_fi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 763, "all_permissive": false }
ansible_role
avanisinghal1/Assignment
64cf3c652391877a3b240277cdaf44281830495d
0
ansible/lamp/roles/lamp-setup
2,218
[ "no_license" ]
[ { "path": "ansible/lamp/roles/lamp-setup/tasks/mysql.yml", "content": "---\n - name: Install the MySQL packages\n apt: name={{ item }} state=installed update_cache=yes\n with_items:\n - mysql-server-5.6\n - mysql-client-5.6\n - python-mysqldb\n - libmysqlclient-dev\n\n - name: Update MyS...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4104, "all_permissive": false }
ansible_role
avanisinghal1/Assignment
64cf3c652391877a3b240277cdaf44281830495d
0
lamp/roles/lamp-setup
2,218
[ "no_license" ]
[ { "path": "lamp/roles/lamp-setup/templates/apache2.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin \n DocumentRoot /var/www/html\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n</VirtualHost>\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1556, "all_permissive": false }
ansible_role
alpaslank-73/hello-operator
77fd6f0e4097c30b5394ca6c68cf0df3eaaab8ac
0
roles/hello
2,218
[ "no_license" ]
[ { "path": "roles/hello/tasks/main.yml", "content": "---\n# tasks file for Hello\n- name: Create namespace/project\n community.okd.k8s:\n validate_certs: false\n state: present\n resource_definition:\n apiVersion: project.openshift.io/v1\n kind: Project\n metadata:\n name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1700, "all_permissive": false }
ansible_role
identifier-services/Identifier-Services-Portal
dc6c1514af08054306fd574c3ea86d6da874f675
1
playbooks/roles/application
2,218
[ "no_license" ]
[ { "path": "playbooks/roles/application/tasks/main.yml", "content": "---\n- name: Change ownership of application files\n file: path=/opt/ids state=directory owner=ids group=ids\n\n- name: Change ownership of application files\n file: path=/opt/ids/logs state=directory owner=ids group=ids\n\n- name: Change...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1445, "all_permissive": false }
ansible_role
identifier-services/Identifier-Services-Portal
dc6c1514af08054306fd574c3ea86d6da874f675
1
playbooks/roles/common
2,218
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/main.yml", "content": "---\n- name: enable epel\n yum: name=epel-release state=latest\n\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Install git\n yum: name=git state=present\n\n- name: Install python\n yum: name=python state=present\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 626, "all_permissive": false }
ansible_role
GitEic-Bhavin/Terraform
c5f335443fcf8b286daea9fce17d416339c205ba
0
roles/apache2
2,218
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n# tasks file for apache2\n- name: Install apache2\n # hosts: mainserver\n become: true\n apt:\n name: apache2\n state: present\n update_cache: true\n notify:\n - Enable apache2 service\n - Start apache2 service\n\n- name: Allow HT...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1519, "all_permissive": false }
ansible_role
GitEic-Bhavin/Terraform
c5f335443fcf8b286daea9fce17d416339c205ba
0
roles/dependencies
2,218
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/main.yml", "content": "---\n# tasks file for dependencies\n- name: Insatlling PHP Packages \n become: true\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: true\n with_items: \n - php \n - libapache2-mod-php \n - php-dev \n - php-bcmat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
GitEic-Bhavin/Terraform
c5f335443fcf8b286daea9fce17d416339c205ba
0
roles/drupal
2,218
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n# tasks file for drupal\n- name: Download Drupal \n get_url:\n url: \"https://ftp.drupal.org/files/projects/drupal-9.3.13.zip\"\n dest: \"/home/ubuntu/drupal-9.3.13.zip\"\n\n- name: Unzip drupal file\n unarchive:\n src: \"/home/ubuntu/drup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
GitEic-Bhavin/Terraform
c5f335443fcf8b286daea9fce17d416339c205ba
0
roles/mysql
2,218
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\n# vars file for mysql\nmysql_root_password: <PASSWORD>\nmysql_db_name: your_db_name\nmysql_user: Your_db_user\nmysql_user_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4253, "all_permissive": false }
ansible_role
nassafou/ansible3
febbbafae52e3544eed714be1a6a25301f36ff7e
0
playbook/roles/apache
2,218
[ "no_license" ]
[ { "path": "playbook/roles/apache/tasks/main.yml", "content": "---\n\n\n\n\n - name: \"install apache\"\n yum:\n name: httpd\n state: present\n - name: \"apache configuration\"\n template:\n src: \"inventory.conf.j2\"\n dest: \"/etc/httpd/conf.d/inv...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1654, "all_permissive": false }
ansible_role
nassafou/ansible3
febbbafae52e3544eed714be1a6a25301f36ff7e
0
playbook/roles/mariadb
2,218
[ "no_license" ]
[ { "path": "playbook/roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mariadb\n - name: \"Install mariadb\"\n # become: yes\n yum: \n name: \"mariadb-server,MySQL-python\"\n state: \"installed\"\n # Active le service MariaDB\n - name: \"start mariadb service\"\n # beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
nassafou/ansible3
febbbafae52e3544eed714be1a6a25301f36ff7e
0
playbook/roles/nginx
2,218
[ "no_license" ]
[ { "path": "playbook/roles/nginx/tasks/main.yml", "content": "---\n - name: install ngnix\n become: yes\n apt: name=nginx state=latest\n\n - name: start\n become: yes\n service: name=nginx state=started enabled=true\n\n - name: supprimer default.conf\n become: yes\n file: path=/etc/nginx/sites-en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1258, "all_permissive": false }
ansible_role
nassafou/ansible3
febbbafae52e3544eed714be1a6a25301f36ff7e
0
playbook/roles/user
2,218
[ "no_license" ]
[ { "path": "playbook/roles/user/tasks/main.yml", "content": "---\n- name: Création d'un utilisateur\n when: user is defined\n # become: yes\n user: name={{ user }} comment=\"le user\" shell=/bin/sh\n- name: Ajout de la clef SSH\n when: user is defined\n # become: yes\n authorized_key: user={{ user }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
00-matt/ansible-remote-node
d341a0d3aad4f0e51cb614ffc7a032fbda5a4805
0
roles/wownerod
2,218
[ "permissive" ]
[ { "path": "roles/wownerod/handlers/main.yaml", "content": "---\n- name: restart wownerod\n systemd:\n daemon_reload: yes\n name: wownerod.service\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 111 }, { "path": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3359, "all_permissive": true }
ansible_role
totaldesigner/any-shell
e06a1fc0599b70c851cb43e5b5d8c801336fabe9
0
deploy/ansible/roles/ejabberd
2,218
[ "no_license" ]
[ { "path": "deploy/ansible/roles/ejabberd/tasks/main.yml", "content": "---\n- name: Install system packages\n action: apt name={{ item }}\n with_items:\n - python3-pip\n - python3-dev\n\n- name: Install specified python\n pip: name={{ item }}\n with_items:\n - docker-py>=1.7.0\n - docker-comp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
totaldesigner/any-shell
e06a1fc0599b70c851cb43e5b5d8c801336fabe9
0
deploy/ansible/roles/xmpp
2,218
[ "no_license" ]
[ { "path": "deploy/ansible/roles/xmpp/tasks/main.yml", "content": "---\n- name: Install system packages\n action: apt name={{ item }}\n with_items:\n - python3-pip\n - python3-dev\n\n- name: Install specified python\n pip: name={{ item }}\n with_items:\n - sleekxmpp==1.3.1", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
beeva-josemartinezgonzalez/lab_ansible
b66c9be9b9c39711cb3cbcb5a1a7297555a3c659
0
roles/devops2.language
2,218
[ "no_license" ]
[ { "path": "roles/devops2.language/tasks/main.yml", "content": "---\n- name: change language to spanish\n lineinfile:\n dest: /etc/locale.conf\n regexp: '^LANG='\n line: 'LANG=es.ES.UTF-8'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
beeva-josemartinezgonzalez/lab_ansible
b66c9be9b9c39711cb3cbcb5a1a7297555a3c659
0
roles/devops2.timezone
2,218
[ "no_license" ]
[ { "path": "roles/devops2.timezone/defaults/main.yml", "content": "---\n tz: \"Europe/Madrid\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/devops2.timezone/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 133, "all_permissive": false }
ansible_role
beeva-josemartinezgonzalez/lab_ansible
b66c9be9b9c39711cb3cbcb5a1a7297555a3c659
0
roles/devops2.tomcat
2,218
[ "no_license" ]
[ { "path": "roles/devops2.tomcat/tasks/main.yml", "content": "---\n- name:\n unarchive:\n src: \"{{ url }}\"\n dest: /opt\n remote_src: yes\n creates: \"{{ simbol_link_source }}\"\n\n- name: crear enlace simbolico tomcat\n file:\n src: \"{{ simbol_link_source }}\"\n dest: /opt/tomcat\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
WildBeast114514/cyber
34608a22e4e87054e8e853bdab851872d7a625bb
0
ansible/roles/base_env
2,218
[ "permissive" ]
[ { "path": "ansible/roles/base_env/tasks/main.yaml", "content": "- name: Install Basic Packages\n become: true\n ansible.builtin.apt:\n name:\n - git\n - curl\n - wget\n - unzip\n - zip\n - software-properties-common\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1880, "all_permissive": true }
ansible_role
nbkr/kubernetes-course
8dc7841db9de8502b7aed0eb6507c3d0015aaae0
0
lab/ansible/roles/disable_apparmor
2,318
[ "no_license" ]
[ { "path": "lab/ansible/roles/disable_apparmor/tasks/main.yml", "content": "- name: \"Stopping Apparmor\"\n ansible.builtin.service:\n name: apparmor\n state: stopped\n\n- name: \"Disabeling Apparmor\"\n ansible.builtin.service:\n name: apparmor\n enabled: false\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
nbkr/kubernetes-course
8dc7841db9de8502b7aed0eb6507c3d0015aaae0
0
lab/ansible/roles/docker
2,318
[ "no_license" ]
[ { "path": "lab/ansible/roles/docker/tasks/main.yml", "content": "- name: \"Installing Docker\"\n apt:\n pkg: docker.io\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
nbkr/kubernetes-course
8dc7841db9de8502b7aed0eb6507c3d0015aaae0
0
lab/ansible/roles/hostnames
2,318
[ "no_license" ]
[ { "path": "lab/ansible/roles/hostnames/tasks/main.yml", "content": "- name: \"Removing reference to localhost\"\n lineinfile:\n path: /etc/hosts\n line: \"127.0.2.1 control control\"\n state: absent\n create: true\n\n- name: \"Removing reference to localhost\"\n lineinfile:\n path: /etc/hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 919, "all_permissive": false }
ansible_role
nbkr/kubernetes-course
8dc7841db9de8502b7aed0eb6507c3d0015aaae0
0
lab/ansible/roles/kubernetes_control
2,318
[ "no_license" ]
[ { "path": "lab/ansible/roles/kubernetes_control/tasks/main.yml", "content": "- name: \"Adding Kubernetes Repo Key\"\n ansible.builtin.get_url:\n url: https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key\n dest: /etc/apt/keyrings/kubernetes-apt-keyring.asc\n # => No Checksum?\n\n- name: \"Adding...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1812, "all_permissive": false }
ansible_role
ovidiuf/playground
e8b31efc0d7cba9ea14585e66fb45aa633d14418
12
ansible/use-cases/install-amazon-corretto/roles/role-1
2,318
[ "permissive" ]
[ { "path": "ansible/use-cases/install-amazon-corretto/roles/role-1/tasks/main.yaml", "content": "---\n- import_tasks: java.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 30 }, { "path": "ansible/use-cases/install-amazon-corretto/roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": true }
ansible_role
GuySiton123/deploy_kind_nginx
dc6ee91685777a2c29f12f402b3d8b367e8c7e01
0
roles/add_host_to_group
2,318
[ "no_license" ]
[ { "path": "roles/add_host_to_group/defaults/main.yml", "content": "---\n# defaults file for add_host_to_group", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/add_host_to_group/tasks/add_dynamic_host.yaml", "content": "- name: Add dynamic ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 798, "all_permissive": false }
ansible_role
GuySiton123/deploy_kind_nginx
dc6ee91685777a2c29f12f402b3d8b367e8c7e01
0
roles/create_kind_cluster
2,318
[ "no_license" ]
[ { "path": "roles/create_kind_cluster/handlers/main.yml", "content": "---\n# handlers file for create_kind_cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/create_kind_cluster/templates/create_kind_cluster.sh", "content": "#!/bin/ba...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 951, "all_permissive": false }
ansible_role
GuySiton123/deploy_kind_nginx
dc6ee91685777a2c29f12f402b3d8b367e8c7e01
0
roles/deploy_nginx_on_kind
2,318
[ "no_license" ]
[ { "path": "roles/deploy_nginx_on_kind/tasks/render_chart.yaml", "content": "---\n- name: Copy the helm chart folder to the remoted server\n copy:\n src: webapp-chart\n dest: /tmp/\n owner: root\n group: root\n mode: 0664\n\n- name: Copy the values file to the chart folder while replacing hea...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 2729, "all_permissive": false }
ansible_role
GuySiton123/deploy_kind_nginx
dc6ee91685777a2c29f12f402b3d8b367e8c7e01
0
roles/install_kind_and_dependencies
2,318
[ "no_license" ]
[ { "path": "roles/install_kind_and_dependencies/handlers/main.yml", "content": "---\n# handlers file for install_kind_and_dependencies\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/install_kind_and_dependencies/tasks/install_docker.yaml", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2862, "all_permissive": false }
ansible_role
geoffrey1330/udapeople-cicd
d328e4cdbf0cde44f141be088ed535646855ff13
0
.circleci/ansible/roles/deploy
2,318
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Update apt packages\"\n become: true\n apt:\n update_cache: \"yes\"\n\n- name: \"Upgrade apt packages\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies\"\n become: true\n apt:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1562, "all_permissive": false }
ansible_role
planetrobbie/ansible-dancer
3535ebf47e4ff2552041ceb9d893064fdef77acb
0
roles/app-dancer
2,318
[ "no_license" ]
[ { "path": "roles/app-dancer/defaults/main.yml", "content": "---\n# file: app-dancer/defaults/main.yml\n\n# under which user to install the application code\nusername: nicira\n\n# where to look for MySQL database access\ndbaddress: 192.168.3.10", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1239, "all_permissive": false }
ansible_role
planetrobbie/ansible-dancer
3535ebf47e4ff2552041ceb9d893064fdef77acb
0
roles/base-ubuntu
2,318
[ "no_license" ]
[ { "path": "roles/base-ubuntu/defaults/main.yml", "content": "---\n# rsyslog destination\n# by default logging to both LogInsight and Elk\nntpserver: 172.16.58.3\nnameserver: 8.8.4.4\nlogger: '*.* @es01.bulb.int:5514;ls_json\\n*.* @logs.bulb.int:514'\n\n# based on franklinkim.ufw role\n# ufw_rules:\n# - { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4548, "all_permissive": false }
ansible_role
planetrobbie/ansible-dancer
3535ebf47e4ff2552041ceb9d893064fdef77acb
0
roles/mariadb
2,318
[ "no_license" ]
[ { "path": "roles/mariadb/defaults/main.yml", "content": "---\n# file: maraidb/defaults/main.yml\n\nmysql_bind_address: '192.168.3.10'\n# production envt should use VAULT instead of cleartext password\nmysql_root_db_pass: '<PASSWORD>'\nusername: nicira\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1677, "all_permissive": false }
ansible_role
CiscoSE/TECINI-2543-CLUS18
1c3235d79094750db39bd8f72c5de1391956b7f7
0
ansible/roles/network
2,318
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/create-vnics.yml", "content": "# file: create-vnics.yml\n\n - name : Create HPC VNIC Templates\n ucs_vnic_template:\n hostname: \"{{ this_ucs_hostname }}\"\n username: \"{{ this_ucs_username }}\"\n password: \"{{ <PASSWORD> }}\"\n name: \"{{ item.name...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2478, "all_permissive": false }
ansible_role
CiscoSE/TECINI-2543-CLUS18
1c3235d79094750db39bd8f72c5de1391956b7f7
0
ansible/roles/servers
2,318
[ "no_license" ]
[ { "path": "ansible/roles/servers/tasks/main.yml", "content": "# file: main.yml\n\n- include: create-uuid-pools.yml\n- include: create-service-profiles.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/roles/servers/tasks/create-service-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1786, "all_permissive": false }
ansible_role
GiladYered/ansible_study
358656709d242264f701d1457be79fff7f619e1a
0
variables_demo/roles/common
2,318
[ "no_license" ]
[ { "path": "variables_demo/roles/common/tasks/main.yml", "content": "---\n - name: Print where the parameters came from\n debug:\n msg: \"The vars arrived from {{ var_env }}.\"\n \n - name: role tasks\n debug:\n msg: \"the port is {{ http_port }} and {{ database_server }} from ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
estelsmith/gotify-docker
a407d2f8c3465038e7c8622da3a88a73d98502eb
0
roles/deploy
2,318
[ "no_license" ]
[ { "path": "roles/deploy/templates/docker-compose.yml", "content": "version: \"3.8\"\n\nservices:\n server:\n image: \"{{ app_image }}\"\n labels:\n traefik.enable: \"true\"\n traefik.http.routers.gotify.entryPoints: tls\n traefik.http.routers.gotify.rule: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2108, "all_permissive": false }
ansible_role
wladOSnull/SSITA_DevOps_2
15f0fcc4919575e60f98631308983aef4d81a72f
0
GCP/ansible/roles/tests
2,318
[ "no_license" ]
[ { "path": "GCP/ansible/roles/tests/handlers/main.yml", "content": "---\n# handlers file for tests\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "GCP/ansible/roles/tests/defaults/main.yml", "content": "---\n# defaults file for tests\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 209, "all_permissive": false }
ansible_role
Iyamoto/cicd
db7f1d261cb0a5dd3a87fbdb58ed77a631ff299c
0
ansible/roles/jenkins
2,318
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n- file:\n path: /data/jenkins_home\n state: directory\n owner: vagrant\n mode: 0755\n\n- name: Container is running\n docker_container:\n name: jenkins\n image: \"jenkins/jenkins:lts\"\n privileged: yes\n user: 1000\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
oues1436/CD
227e651a7583922d47ebc30cf7e85ceb8f28ceee
0
ansible/roles/build
2,318
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n# tasks file for build\n- name: install dependencies\n shell: npm install\n- name: build app\n shell: ng build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
oues1436/CD
227e651a7583922d47ebc30cf7e85ceb8f28ceee
0
ansible/roles/docker
2,318
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: devops\n build:\n path: /var/lib/jenkins/workspace/CD\n pull: no\n source: build\n state: present\n force_source: true\n- name: run contain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
oues1436/CD
227e651a7583922d47ebc30cf7e85ceb8f28ceee
0
ansible/roles/docker-registry
2,318
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n- name: Log into DockerHub\n docker_login:\n username: oues1436\n password: <PASSWORD>\n email: <EMAIL>\n- name: Tag and push to docker hub\n docker_image:\n name: devops:latest\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
andrelohmann/vagrant-otc_cli
9a36b22cd60993ea27f57979be66e133f9676893
1
ansible_vagrant/roles/otc_cli_installer
2,298
[ "no_license" ]
[ { "path": "ansible_vagrant/roles/otc_cli_installer/templates/clouds.yaml.j2", "content": "clouds:\n otc:\n profile: otc\n auth:\n username: '{{ otc_username }}'\n password: '{{ <PASSWORD> }}'\n project_name: '{{ otc_project_name }}'\n # or project_id: '<123456_PROJECT_ID>'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1377, "all_permissive": false }
ansible_role
walidhsn/Web__Infrastructure_with_Terraform_and_Ansible
21140b73218f3cda7aa72dff4aaa8f818df30b56
0
ansible/roles/webserver
2,298
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Deploy index.html\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n mode: 0644\n notify: Restart Nginx\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1618, "all_permissive": false }
ansible_role
chronot1995/cl-segment-routing-demo
8ff5ff5ee3431d25a319eb485411a2eb5990d6f2
1
roles/serverExtras
2,298
[ "no_license" ]
[ { "path": "roles/serverExtras/tasks/main.yaml", "content": "---\n- name: Install traceroute\n apt:\n name: traceroute\n update_cache: yes\n state: latest\n\n## Specific to Ubuntu 18 LTS:\n#- name: Remove ifupdown1 and netplan\n# apt:\n# name: ['ifupdown','ifenslave','netplan.io']\n# state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1225, "all_permissive": false }
ansible_role
chronot1995/cl-segment-routing-demo
8ff5ff5ee3431d25a319eb485411a2eb5990d6f2
1
roles/servers
2,298
[ "no_license" ]
[ { "path": "roles/servers/tasks/main.yaml", "content": "---\n- name: Copy host interface configuration\n template:\n src: interfaces-host.j2\n dest: /etc/network/interfaces\n backup: yes\n notify: reload networking\n\n- name: Sleep for server to disconnect\n pause:\n seconds: 5\n\n# - name: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1264, "all_permissive": false }
ansible_role
chronot1995/cl-segment-routing-demo
8ff5ff5ee3431d25a319eb485411a2eb5990d6f2
1
roles/switches
2,298
[ "no_license" ]
[ { "path": "roles/switches/tasks/main.yaml", "content": "---\n\n- name: Verify Minimum Software Version\n assert:\n that: \"{{ansible_lsb.release is version_compare('3.7.12', '>=') }}\"\n msg: >\n \"Cumulus Linux version must be 3.7.12 or later.\n Version {{ansible_lsb.release}} detected\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
locaIhost/regru_ansible
cc963c18c9ac273227cb68a31add64243ce9a851
0
roles/regru_add_cname
2,298
[ "no_license" ]
[ { "path": "roles/regru_add_cname/vars/main.yml", "content": "# Service settings / Служебные настройки\nregru_put_cname_record: \"https://api.reg.ru/api/regru2/zone/add_cname\"\nvalidate_ssl_certs: yes\nreturn_response_content: yes\noutput_content_type: \"json\"\n# false = enble debug log / true = disable de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1302, "all_permissive": false }
ansible_role
locaIhost/regru_ansible
cc963c18c9ac273227cb68a31add64243ce9a851
0
roles/regru_domain_info
2,298
[ "no_license" ]
[ { "path": "roles/regru_domain_info/tasks/main.yml", "content": "---\n- import_tasks: regru_get_info.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/regru_domain_info/vars/main.yml", "content": "# Service settings / Служебные настрой...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1796, "all_permissive": false }
ansible_role
aiyor-ansible-collections/devops
15115b6824fac6d1ab3ed5e8cfc8a773420ac35f
0
roles/gitlab_runner
2,298
[ "no_license" ]
[ { "path": "roles/gitlab_runner/tasks/ubuntu.yml", "content": "---\n- name: Ensure prerequisites are installed\n import_tasks: ubuntu_reqs.yml\n\n- name: Install Docker (Optional. Default yes)\n import_tasks: ubuntu_docker.yml\n when: enable_docker_for_gitlab\n\n- name: Install Gitlab Runner\n import_tas...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3186, "all_permissive": false }
ansible_role
aiyor-ansible-collections/devops
15115b6824fac6d1ab3ed5e8cfc8a773420ac35f
0
roles/workstation
2,298
[ "no_license" ]
[ { "path": "roles/workstation/defaults/main/fedora.yml", "content": "---\n# defaults file for Fedora\n\ndnf_packages:\n - dnf-plugins-core\n - python-pip3\n - gnupg\n - curl\n - ca-certificates\n - openssl\n - git\n - jq\n - zip\n - unzip\n - openssh-client\n - wget\n - dnsutils\n - sshpass\n\n...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4874, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/ansible-automation/roles/epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel
2,298
[ "no_license" ]
[ { "path": "ansible/ansible-automation/roles/epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tests/roles/epiloque.epel/tes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/ansible-automation/roles/subscription_manager
2,298
[ "no_license" ]
[ { "path": "ansible/ansible-automation/roles/subscription_manager/tasks/subscribe.yml", "content": "---\n#---------------------------------------------------\n# Key Installation\n#---------------------------------------------------\n- name: Import keys\n shell: rpmkeys --import /etc/pki/rpm-gpg/RPM-GPG-KEY-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2514, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/containers/roles/cockpit
2,298
[ "no_license" ]
[ { "path": "ansible/containers/roles/cockpit/tasks/main.yml", "content": "---\n# tasks file for cockpit\n- name: Install cockpit\n block:\n - name: Ensure cockpit packages exist\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - cockpit\n - cockpit-dashboard\n - co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/containers/roles/openstack.infra
2,298
[ "no_license" ]
[ { "path": "ansible/containers/roles/openstack.infra/tasks/main.yml", "content": "---\n#---------------------------------------------------\n# Hosts instance Creation\n#---------------------------------------------------\n- name: Add node instances to Ansible Hosts File\n lineinfile:\n path: \"{{ inven...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9977, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/containers/roles/skopeo
2,298
[ "no_license" ]
[ { "path": "ansible/containers/roles/skopeo/tasks/main.yml", "content": "# file: roles/skopeo/tasks/main.yml\n---\n\n- name: Install Skopeo\n become: yes\n yum:\n name:\n - skopeo\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
Endosys/orock-workshops
92086f7db6f7915135fd21bef12415fb9fed21d8
0
ansible/containers/roles/subscription_manager
2,298
[ "no_license" ]
[ { "path": "ansible/containers/roles/subscription_manager/tasks/main.yml", "content": "# file: roles/subscription_manager/tasks/main.yml\n---\n\n# Subscribe machines via username & password \n# or activation keys\n- import_tasks: subscribe.yml\n\n\n\n\n\n\n\n\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
SaKu2110/cloud-playground
378e0443de20d48150247720bf4eb89a116ebb8f
1
roles/common
2,298
[ "no_license" ]
[ { "path": "roles/common/tasks/docker.yml", "content": "- name: Import docker gpg key\n apt_key:\n url: \"{{ docker_gpg_key_url }}\"\n register: result\n until: result is succeeded\n\n- name: configure docker apt repo\n apt_repository:\n repo: \"{{ docker_repository }}\"\n\n- name: apt update\n ap...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2262, "all_permissive": false }
ansible_role
not-only-yours/ConfigureSrvVideoAndChatApp
82f1cbe3803adeb586a43ebf04aaafa894b1534a
1
roles/jenkins
2,298
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/createSSLForProxy.yaml", "content": "- name: installisation\n apt:\n name:\n - certbot\n\n\n- name: generation of serts\n shell: certbot certonly --standalone -d nikitasdomain.tk --staple-ocsp -m <EMAIL> --agree-tos\n#\n#- name: check file\n# stat:\n# path: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
nyambati/devops-assesment
c56ba7565e213a4f2cb15b4a90182e6ba9b9c6eb
0
ansible/roles/loadbalancer
2,298
[ "no_license" ]
[ { "path": "ansible/roles/loadbalancer/defaults/main.yml", "content": "---\n# defaults file for loadbalancer\nha_repository: ppa:vbernat/haproxy-1.7\nproxy_servers: []\nproxy_port: 80\nmax_connection: 5000\n# load_algorithm: roundrobin\nload_algorithm: static-rr\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2267, "all_permissive": false }
ansible_role
nyambati/devops-assesment
c56ba7565e213a4f2cb15b4a90182e6ba9b9c6eb
0
ansible/roles/php
2,298
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - php5-mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
MarkoM-dot/.dotfiles
eecebfed80abf65dc97f3042d9dbd1e7e434f46b
1
roles/fedora-tasks
2,298
[ "no_license" ]
[ { "path": "roles/fedora-tasks/tasks/golang.yaml", "content": "- name: Install go\n ansible.builtin.package:\n name:\n - golang\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/fedora-tasks/tasks/nodejs.yaml", ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2475, "all_permissive": false }
ansible_role
MarkoM-dot/.dotfiles
eecebfed80abf65dc97f3042d9dbd1e7e434f46b
1
roles/mac-tasks
2,298
[ "no_license" ]
[ { "path": "roles/mac-tasks/tasks/pre-tasks.yaml", "content": "- name: Install community.general collection\n community.general.ansible_galaxy_install:\n type: collection\n name: community.general\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "pa...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1423, "all_permissive": false }