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 | studentNV/ansible-packeges-exam2 | 078324502792852e1f7cbdb037749129df80b253 | 0 | roles/start_nginx_balancing | 466 | [
"no_license"
] | [
{
"path": "roles/start_nginx_balancing/tasks/main.yaml",
"content": "---\n- include_vars: ../../start_web_app/vars/main.yaml\n\n- include_vars: ../../create_net_docker/vars/main.yaml\n\n- name: Run tasks install and start docker\n include_role:\n name: install_and_start_docker\n\n- name: Run tasks creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | studentNV/ansible-packeges-exam2 | 078324502792852e1f7cbdb037749129df80b253 | 0 | roles/start_web_app | 466 | [
"no_license"
] | [
{
"path": "roles/start_web_app/tasks/main.yaml",
"content": "---\n- include_vars: ../../create_net_docker/vars/main.yaml\n\n- name: Run tasks install and start docker\n include_role:\n name: install_and_start_docker\n\n- name: Run tasks create network\n include_role:\n name: create_net_docker\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | noda-sin/isucon-ansible | 1f313a058c86f19108955e4b5d098ee206bdef53 | 0 | roles/common | 466 | [
"no_license"
] | [
{
"path": "roles/common/files/env.sh",
"content": "alias dstat-full='dstat -Tclmdrn'\nalias dstat-mem='dstat -Tclm'\nalias dstat-cpu='dstat -Tclr'\nalias dstat-net='dstat -Tclnd'\nalias dstat-disk='dstat -Tcldr'\n\nalias reload='sudo systemctl daemon-reload'\nalias log='sudo journalctl -fu'\nalias restart='... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2193,
"all_permissive": false
} |
ansible_role | noda-sin/isucon-ansible | 1f313a058c86f19108955e4b5d098ee206bdef53 | 0 | roles/mysql | 466 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my-before.cnf.j2",
"content": "[client]\nuser = root\npassword = {{ <PASSWORD> }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/mysql/templates/mysql.sh.j2",
"content": "#!/bin/sh\nmysql --defaults-extra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2323,
"all_permissive": false
} |
ansible_role | noda-sin/isucon-ansible | 1f313a058c86f19108955e4b5d098ee206bdef53 | 0 | roles/nginx | 466 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: add an apt signing key, uses whichever key is at the URL\n apt_key:\n url: https://nginx.org/keys/nginx_signing.key\n state: present\n become: yes\n tags: nginx\n\n- name: add nginx repository\n apt_repository:\n repo: deb http://ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3424,
"all_permissive": false
} |
ansible_role | noda-sin/isucon-ansible | 1f313a058c86f19108955e4b5d098ee206bdef53 | 0 | roles/redis | 466 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yaml",
"content": "- name: download and unarchive redis\n unarchive:\n src: http://download.redis.io/releases/redis-5.0.5.tar.gz\n dest: /usr/local/\n remote_src: yes\n become: yes\n tags: redis\n\n- name: make redis\n command: make\n args:\n chdir: /usr/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2371,
"all_permissive": false
} |
ansible_role | noda-sin/isucon-ansible | 1f313a058c86f19108955e4b5d098ee206bdef53 | 0 | roles/ruby | 466 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yaml",
"content": "- name: check test\n stat:\n path: /usr/local/rbenv\n register: result\n become: yes\n tags: ruby\n\n- name: install dependency rbenv\n apt:\n name:\n - libreadline-dev\n - zlib1g-dev\n - libssl-dev\n - libmysqlclient-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1674,
"all_permissive": false
} |
ansible_role | aro0176/Deploy-Laravel | 534df23b8ee897fc536b1590171e3d9a0bc2f393 | 0 | roles/Site | 466 | [
"no_license"
] | [
{
"path": "roles/Site/tasks/site.yml",
"content": "---\n - become: yes\n apt:\n update_cache: yes\n\n - name: Création Dossier utilisateur\n become: yes\n file:\n path: \"{{ dossier_user }}\"\n state: directory\n owner: \"{{ user }}\"\n group: \"{{ user }}\"\n mode: 0775\n\n - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4004,
"all_permissive": false
} |
ansible_role | mannytoledo/ansible-ruby-app | ccce457966824a3f278e0685d15ebac4c3d771f9 | 0 | roles/webservers | 466 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n- include: rbenv.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/webservers/tasks/rbenv.yml",
"content": "---\n- name: rails_user // create the user\n user:\n name: r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | matheus84/nRep | 912e54563cbc7e313feb9bcfb51be231b4fca5ac | 0 | roles/wordpress | 466 | [
"no_license"
] | [
{
"path": "roles/wordpress/files/wp-config.php",
"content": "<?php\n/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the\n * installation. You don't have to use the web site, you can\n * copy this file to \"wp-config.php\" and fill in the values.\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4185,
"all_permissive": false
} |
ansible_role | david-abn/Ansible-Webserver-config | af993c8549bf10db62e87b4cf6f4d715eccb7def | 0 | roles/webservers | 466 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n- name: Playbook to config web server files\n hosts: aws_djangoblog\n become_method: sudo\n become_user: david_aws\n vars_files:\n - C:\\Personal_Website\\Ansible-Webserver-config\\roles\\webservers\\vars\\main.yml\n\n tasks:\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4919,
"all_permissive": false
} |
ansible_role | skord/crb_ansible_demo | f983719a4b0867a972b59ab1fca3e2744c05be8a | 0 | roles/docker_python | 466 | [
"no_license"
] | [
{
"path": "roles/docker_python/tasks/main.yml",
"content": "---\n- name: Install pycurl\n apt: pkg=python-pycurl update_cache=yes cache_valid_time=600\n- name: Install python-dev\n apt: pkg=python-dev\n- name: Remove platform python crypto\n apt: pkg=python-crypto state=absent\n- name: Install pip\n apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | skord/crb_ansible_demo | f983719a4b0867a972b59ab1fca3e2744c05be8a | 0 | roles/gitlab | 466 | [
"no_license"
] | [
{
"path": "roles/gitlab/vars/main.yml",
"content": "gitlab_version: 7.1.0\ngitlab_mysql_login_user: root\ngitlab_mysql_user: gitlab\ngitlab_mysql_database: gitlabhq_production\ngitlab_mysql_password: <PASSWORD>\ngitlab_mysql_encoding: utf8\ngitlab_mysql_collation: utf8_unicode_ci\ngitlab_ssh_port: 10022\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2206,
"all_permissive": false
} |
ansible_role | skord/crb_ansible_demo | f983719a4b0867a972b59ab1fca3e2744c05be8a | 0 | roles/gitlab_ci | 466 | [
"no_license"
] | [
{
"path": "roles/gitlab_ci/tasks/main.yml",
"content": "- name: Create MySQL data store\n file: path={{ gitlab_ci_mysql_path }} state=directory\n\n- name: Install MySQL\n docker:\n image: sameersbn/mysql:latest\n name: gitlab_ci_mysql\n volumes:\n - \"{{ gitlab_ci_mysql_path }}:/var/lib/mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2442,
"all_permissive": false
} |
ansible_role | skord/crb_ansible_demo | f983719a4b0867a972b59ab1fca3e2744c05be8a | 0 | roles/gitlab_ci_runner | 466 | [
"no_license"
] | [
{
"path": "roles/gitlab_ci_runner/vars/main.yml",
"content": "ci_server_url: http://172.16.58.3:10080\nci_registration_token: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/gitlab_ci_runner/tasks/main.yml",
"content": "- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1446,
"all_permissive": false
} |
ansible_role | DamZiobro/coding_playground | 4e30dc0b676f0aec0301e9eba5bf456bff0c5e92 | 8 | vagrant_ansible_jenkins/roles/jenkins | 466 | [
"permissive"
] | [
{
"path": "vagrant_ansible_jenkins/roles/jenkins/tasks/main.yml",
"content": "---\n- name: apt update\n apt:\n cache_valid_time: 86400\n update_cache: true\n\n- name: Install Java\n apt:\n name: \"{{ java_jdk_package }}\"\n state: present\n\n- name: Add Jenkins repository key\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": true
} |
ansible_role | DevopsSudhir0609/toolsautomation | bf72f6023b5e7835106f08c5308c9dab9ffc484b | 0 | roles/github-runner | 466 | [
"no_license"
] | [
{
"path": "roles/github-runner/tasks/main.yml",
"content": "- name: Add github runner user\n ansible.builtin.user:\n name: github-runner\n home: /github-runner\n shell: /bin/bash\n\n- name: Download runner software\n ansible.builtin.unarchive:\n src: https://github.com/actions/runner/releases/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2661,
"all_permissive": false
} |
ansible_role | DevopsSudhir0609/toolsautomation | bf72f6023b5e7835106f08c5308c9dab9ffc484b | 0 | roles/sonarqube | 466 | [
"no_license"
] | [
{
"path": "roles/sonarqube/tasks/main.yml",
"content": "\n- name: install java\n ansible.builtin.dnf:\n name: java-17-openjdk\n state: installed\n\n\n- name: create sonarqube user\n ansible.builtin.user:\n name: sonar\n \n- name: create sonarqube directory\n ansible.builtin.file:\n path: /opt/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/ansible_add_host | 466 | [
"no_license"
] | [
{
"path": "roles/ansible_add_host/defaults/main.yml",
"content": "---\n# defaults file for ansible_add_host\nansible_root: \"{{ playbook_dir }}\"\ncompute_location: \"meadowbank house\" \nenvironment: \"development\"\nnetwork: \"build1\"\nhost: \"localhost\"\nhost_type: \"postgresql servers\"\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 961,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/pgbouncer | 466 | [
"no_license"
] | [
{
"path": "roles/pgbouncer/tasks/main.yml",
"content": "---\n\n# This playbook will configure pgbouncer\n\n#\n# Initial config \n#\n\n - name: Install PostgreSQL Centos Repository\n yum:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_barman | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_barman/templates/barman_config.conf.j2",
"content": "[{{ inventory_hostname }}]\n;; ; Human Readable Description\ndescription = \"{{ inventory_hostname }} PostgreSQL 5432\"\n\n;;\n;; ; SSH options\nssh_command = ssh -o StrictHostKeyChecking=no -q postgres@{{ inventory_hostname }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7280,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_install | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_install/handlers/main.yml",
"content": "---\n# file: roles/postgresql_install/handlers/main.yml\n\n- name: Restart Firewalld\n service:\n name: firewalld\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5872,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_mount_disks | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_mount_disks/tasks/main.yml",
"content": "---\n\n## CREATE IMITATION MOUNT POUNTS\n\n- name: Create a ext4 filesystem on all disks\n filesystem:\n fstype: ext4\n dev: \"{{ item }}\"\n with_items:\n - /dev/sdb\n - /dev/sdc\n - /dev/sdd\n\n\n- name: Create directori... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_pgbadger | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_pgbadger/README.md",
"content": "# README.md\n# Ansible Role: postgresql_monitoring \n\nAn Ansible role that installs and configures PostgreSQL Monitoring, namely httpd and pgbadger.. \n\nSupported versions of Linux:\n\n- Red Hat Enterperise Linux - 7.x\n- CentOS - 7.x\n\n## Requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2983,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_primary | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_primary/README.md",
"content": "# README.md\n# Ansible Role: postgresql_primary\n\nAn Ansible role that initialises a PostgreSQL Instance and Tunes this based on some inputs, most likely derived from vRA. \n\nSupported versions of Linux:\n\n- Red Hat Enterperise Linux - 7.x\n- Ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4628,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_replica | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_replica/handlers/main.yml",
"content": "---\n# file: roles/postgresql_replica/handlers/main.yml\n\n- name: Restart PostgreSQL\n service: name=postgresql-{{ pg_ver }} state=restarted\n\n- name: Restart Firewalld\n service: name=firewalld state=restarted\n\n...\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3499,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_telegraf | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_telegraf/tasks/main.yml",
"content": "---\n# This Role adds the correct files for telegraf to send \n# VM tags and required postgres metrics to influx / grafana\n\n\n - name: Add Telegraf Tag file\n template:\n src: templates/tags.conf.j2\n dest: \"/etc/telegraf/tel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2211,
"all_permissive": false
} |
ansible_role | jocasta/postgres_ansible | 052499b1d7a901786bc24f16ce08314a2af13890 | 0 | roles/postgresql_uninstall | 466 | [
"no_license"
] | [
{
"path": "roles/postgresql_uninstall/tasks/main.yml",
"content": "---\n# This playbook will install PostgreSQL Server\n#\n# postgres package installation \n#\n - name: Install PostgreSQL Server\n yum: state=installed name={{ item }}\n with_items:\n - postgresql{{ pg_short_ver }}-server\n - pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3704,
"all_permissive": false
} |
ansible_role | jsimone427/jpoc | fa92dbfe0529c156f0a74feb418ae9f5a02915ed | 0 | roles/nxos_acl | 463 | [
"no_license"
] | [
{
"path": "roles/nxos_acl/tasks/main.yml",
"content": "---\n- name: add acl lines\n nxos_config:\n host: \"{{ inventory_hostname }}\"\n lines:\n - 100 permit ip host 1.1.1.1 any\n - 200 permit ip host 2.2.2.2 any\n - 300 permit ip host 3.3.3.3 any\n - 400 permit ip host 4.4.4.4 an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | jsimone427/jpoc | fa92dbfe0529c156f0a74feb418ae9f5a02915ed | 0 | roles/nxos_interface | 463 | [
"no_license"
] | [
{
"path": "roles/nxos_interface/tasks/main.yml",
"content": "---\n- name: Sets interface information\n nxos_interface:\n host: \"{{ inventory_hostname }}\"\n interface: \"{{ interface }}\"\n admin_state: \"{{ admin_state }}\"\n description: \"{{ interface_description }}\"\n transport: cli\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | jsimone427/jpoc | fa92dbfe0529c156f0a74feb418ae9f5a02915ed | 0 | roles/nxos_ntp | 463 | [
"no_license"
] | [
{
"path": "roles/nxos_ntp/templates/arista-os.j2",
"content": "{% if msit_buildingitsitetypedesc is defined and 'IT Data Center' in msit_buildingitsitetypedesc %}\nntp server {{ ntp_service_ipv4 }}\n\n{% else %}\nntp authenticate\nntp authentication-key 1 md5 {{ ntp_peering_key }}\nntp trusted-key 1\nntp se... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9268,
"all_permissive": false
} |
ansible_role | jsimone427/jpoc | fa92dbfe0529c156f0a74feb418ae9f5a02915ed | 0 | roles/nxos_upgrade | 463 | [
"no_license"
] | [
{
"path": "roles/nxos_upgrade/tasks/main.yml",
"content": "---\n# tasks file for roles/nxos_upgrade\n- name: Check running NXOS code version\n nxos_command:\n commands: show version\n host: \"{{ inventory_hostname }}\"\n register: show_version\n tags:\n - nxos_upgrade\n - fw_upgrade\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2619,
"all_permissive": false
} |
ansible_role | jsimone427/jpoc | fa92dbfe0529c156f0a74feb418ae9f5a02915ed | 0 | roles/nxos_vlan | 463 | [
"no_license"
] | [
{
"path": "roles/nxos_vlan/tasks/main.yml",
"content": "---\n- name: Set VLAN\n nxos_vlan:\n host: \"{{ inventory_hostname }}\"\n vlan_id: \"{{ nxos_vlan }}\"\n admin_state: \"{{ vlan_admin_state }}\"\n state: \"{{ vlan_state }}\"\n transport: cli\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | devops-playground/tap4ci | 8ba967866eb11716c267a1e92bb06da4827411c0 | 1 | roles/password_store | 463 | [
"no_license"
] | [
{
"path": "roles/password_store/tasks/push.yml",
"content": "---\n- name: Decrypt password store files to be pushed\n set_fact:\n password_store_pushed: \"{{ ( password_store_pushed | default([]) ) + [ ( item | combine( { 'content': ( lookup('passwordstore', item.src + ' returnall=true') ) } ) ) ] }}\"\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3791,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/elastic | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/elastic/tasks/main.yml",
"content": "---\n- name: install apps\n apt:\n update_cache: true\n name: \"{{ item }}\"\n state: present\n loop:\n - gnupg\n - gnupg1\n - gnupg2\n # - default-jre\n # - default-jdk\n\n- name: Add an Apt signing key, uses whicheve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1483,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/filebeat | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/filebeat/tasks/main.yml",
"content": "---\n- name: install apps\n apt:\n update_cache: true\n name: \"{{ item }}\"\n state: present\n loop:\n - gnupg\n - gnupg1\n - gnupg2\n\n- name: Add an Apt signing key, uses whichever key is at the URL\n ansible.builtin.ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/kibana | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/kibana/tasks/main.yml",
"content": "---\n- name: Copy kibana conf files\n copy:\n src: \"{{ item.src_file }}\"\n dest: \"{{ item.dest_file }}\"\n mode: 0640\n group: kibana\n loop:\n - { src_file: \"kibana.yml\", dest_file: \"/etc/kibana/kibana.yml\" }\n notify:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/logstash | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/logstash/tasks/main.yml",
"content": "---\n- name: Copy conf files\n copy:\n src: \"{{ item.src_file }}\"\n dest: \"{{ item.dest_file }}\"\n mode: 0644\n loop:\n - {\n src_file: \"01-main.conf\",\n dest_file: \"/etc/logstash/conf.d/01-main.conf\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/numdub | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/numdub/tasks/main.yml",
"content": "---\n- name: Copy app binary\n copy:\n src: numdub\n dest: /opt/numdub\n mode: 0755\n notify:\n - restart numdub\n\n- name: Link app binary to sys path\n file:\n src: \"/opt/numdub\"\n dest: /usr/local/bin/numdub\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/rsyslog | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/rsyslog/tasks/main.yml",
"content": "---\n# - name: install rsyslog plugins\n# apt:\n# update_cache: true\n# name: \"{{ item }}\"\n# state: present\n# loop:\n# - rsyslog-elasticsearch\n# notify:\n# - restart rsyslog\n\n- name: Copy rsyslog conf files\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | makuznet/15_9-go-rsyslog-elk | cde350163f57721670cd2fa3fd41ff121ccba551 | 0 | playbooks/roles/rsyslog-server | 463 | [
"no_license"
] | [
{
"path": "playbooks/roles/rsyslog-server/tasks/main.yml",
"content": "---\n- name: install rsyslog plugins\n apt:\n update_cache: true\n name: \"{{ item }}\"\n state: present\n loop:\n - rsyslog-elasticsearch\n notify:\n - restart rsyslog\n\n- name: Copy rsyslog conf files\n copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/common | 463 | [
"no_license"
] | [
{
"path": "roles/common/tasks/mongodb-schema.yml",
"content": "- name: Copy MongoDB Yum Repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB Server\n ansible.builtin.yum:\n name: mongodb-org-shell\n state: installed\n\n#- name: ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 13842,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/elk | 463 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "- name: Setup Logstash\n ansible.builtin.include_tasks: \"logstash.yml\"\n when: logstash is defined\n\n- name: Setup Filebeat\n ansible.builtin.include_tasks: \"filebeat.yml\"\n when: filebeat\n\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/frontend | 463 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Remove old HTTP Documents\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Create HTTP Document Directory\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/mysql | 463 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "component: mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Disable MySQL 8 Version\n ansible.builtin.shell: dnf module disable mysql -y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/prometheus | 463 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/record-rules.yml",
"content": "groups:\n - name: custom\n rules:\n - record: node_memory_used_percent\n expr: ceil(100 - (100 * node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes))\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7048,
"all_permissive": false
} |
ansible_role | raghudevopsb70/roboshop-ansible | acf05625c7daa14a0a2edc0a9d6a47f87c256e61 | 0 | roles/redis | 463 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Install Redis Repo\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6\n ansible.builtin.shell: dnf module enable redis:remi-6.2 -y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/chromium | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/chromium/tasks/main.yml",
"content": "---\n - name: Install Chromium\n apt:\n name: chromium-browser\n state: latest\n update_cache: yes\n cache_valid_time: \"{{ aptcachetime }}\"\n tags: [\"chromium\"]\n\n - name: Set Chromium as default browser\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1675,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/elasticsearch | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/elasticsearch/defaults/main.yml",
"content": "---\n aptcachetime: 3600\n elasticsearch:\n start: false\n service_enabled: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "PersEnvSetup/roles/elasticsearch/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/general | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/general/tasks/main.yml",
"content": "---\n# - name: Update and upgrade apt packages\n# shell: apt-get upgrade\n# become: true\n# become_method: sudo\n# tags: [\"general\",\"gdpr\"]\n#\n# - name: Update and upgrade apt packages\n# shell: apt-get update\n# bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/nodejs | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/nodejs/tasks/main.yml",
"content": "---\n - name: Installing apt-key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present\n tags: [\"node\"]\n\n - name: Import the NodeSource GPG key into apt\n apt_key: url=https://deb.nodesource.com/gpgk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/python | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/python/tasks/debian.yml",
"content": "---\n - name: \"Create environments folder\"\n file: \n path: python_envs_home\n state: directory\n mode: 0775\n recurse: yes\n become: true\n become_method: sudo\n tags: [\"packages\",\"python\"]\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1288,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/rabbitmq | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/rabbitmq/vars/main.yml",
"content": "---\n rabbitmq_version: 3.0.2-1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "PersEnvSetup/roles/rabbitmq/tasks/debian.yml",
"content": "---\n - name: ensure python-softwa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1376,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | PersEnvSetup/roles/vagrant | 463 | [
"no_license"
] | [
{
"path": "PersEnvSetup/roles/vagrant/tasks/main.yml",
"content": "---\n - name: Check if Vagrant is installed\n command: dpkg-query -W vagrant\n register: vagrant_check_deb\n failed_when: vagrant_check_deb.rc > 1\n changed_when: vagrant_check_deb.rc == 1\n tags: [\"vagrant\"]\n\n - name: D... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | ProjectEnvSetup/roles/atom | 463 | [
"no_license"
] | [
{
"path": "ProjectEnvSetup/roles/atom/tasks/debian.yml",
"content": "---\n - name: Download atom for Debian OS family\n get_url: url={{ atom_url_deb }} dest={{atom_tmp_deb}}\n tags: [\"packages\",\"atom\"]\n\n - name: Install atom for Debian OS family\n apt: \n deb: \"{{atom_tmp_deb}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | ProjectEnvSetup/roles/chrome | 463 | [
"no_license"
] | [
{
"path": "ProjectEnvSetup/roles/chrome/vars/main.yml",
"content": "---\n chrome_package: google-chrome-stable\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "ProjectEnvSetup/roles/chrome/tasks/debian.yml",
"content": "---\n - name: \"apt |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | ProjectEnvSetup/roles/docker | 463 | [
"no_license"
] | [
{
"path": "ProjectEnvSetup/roles/docker/tasks/debian.yml",
"content": "---\n - name: Install prerequisites\n apt: name={{item}} update_cache=yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n become: true\n become_metho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | ProjectEnvSetup/roles/mariadb | 463 | [
"no_license"
] | [
{
"path": "ProjectEnvSetup/roles/mariadb/vars/main.yml",
"content": "---\n - mariadb_root_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "ProjectEnvSetup/roles/mariadb/tasks/debian.yml",
"content": "---\n - name: Check ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2680,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | ProjectEnvSetup/roles/python | 463 | [
"no_license"
] | [
{
"path": "ProjectEnvSetup/roles/python/tasks/debian.yml",
"content": "---\n - name: \"Create environments folder\"\n file: \n path: python_envs_home\n state: directory\n tags: [\"packages\",\"python\"]\n\n - name: \"Create individual environment folder\"\n file: \n path: \"{{pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1153,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | SolidAnsible/roles/build_solid_image | 463 | [
"no_license"
] | [
{
"path": "SolidAnsible/roles/build_solid_image/defaults/main.yml",
"content": "---\n node_solid_server_folder_path_debian: \"/node/temp\"\n node_solid_server_folder_path_redhat: \"/node/temp\"\n node_solid_server_url: \"https://github.com/solid/node-solid-server.git\"\n community_solid_server_folder_pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 934,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | SolidAnsible/roles/get_community_solid_server | 463 | [
"no_license"
] | [
{
"path": "SolidAnsible/roles/get_community_solid_server/defaults/main.yml",
"content": "---\n community_solid_server_folder_path_debian: \"/community/temp\"\n community_solid_server_folder_path_redhat: \"/community/temp\"\n community_solid_server_url: \"https://github.com/solid/community-server.git\"\n"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1085,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | SolidAnsible/roles/get_node_solid_server | 463 | [
"no_license"
] | [
{
"path": "SolidAnsible/roles/get_node_solid_server/tasks/debian.yml",
"content": "---\n - name: \"Check if Node Solid folder exists\"\n stat:\n path: \"{{ playbook_dir }}{{ node_solid_server_folder_path_debian }}\"\n register: solid_server_code\n tags: [\"solid\",\"get_node_solid_server\"]\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | GeorgeManakanatas/Ansible | 055d50c34fdeb855352b6686fbe44e904f253081 | 0 | SolidAnsible/roles/python | 463 | [
"no_license"
] | [
{
"path": "SolidAnsible/roles/python/vars/main.yml",
"content": "---\n aptcachetime: 3600\n python_envs_home: \"/home/georgemanakanatas/Documents/pythonEnvs\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "SolidAnsible/roles/python/tasks/debia... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | hukumjain/openshift-sep-2022-batch1 | 646b0ec6077a9505d84c6264d2054a815945e138 | 0 | Day8/TektutorTaskOperator/roles/tektutortask | 463 | [
"no_license"
] | [
{
"path": "Day8/TektutorTaskOperator/roles/tektutortask/handlers/main.yml",
"content": "---\n# handlers file for TekTutorTask\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "Day8/TektutorTaskOperator/roles/tektutortask/defaults/main.yml",
"co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | snkrdunk/isucon | 9d99387b49b875c2101d5dec655f46c5d84932ac | 0 | ansible/roles/alp | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/alp/tasks/install.yaml",
"content": "- name: Install alp\n environment:\n PATH: \"{{ ansible_env.PATH }}:/home/isucon/.local/go/bin\"\n shell:\n chdir: /home/isucon/\n cmd: \"{{ item }}\"\n with_items:\n - \"go install github.com/tkuchiki/alp/cmd/alp@latest\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | snkrdunk/isucon | 9d99387b49b875c2101d5dec655f46c5d84932ac | 0 | ansible/roles/mysql | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/deploy.yaml",
"content": "- name: Deploy configuration files\n become: true\n copy:\n src: \"{{ item }}\"\n dest: \"/{{ item }}\"\n owner: root\n group: root\n mode: \"0644\"\n backup: true\n notify: restart_mysql\n with_items:\n - etc/systemd/sy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | snkrdunk/isucon | 9d99387b49b875c2101d5dec655f46c5d84932ac | 0 | ansible/roles/pprotein | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/pprotein/tasks/build-agent.yaml",
"content": "- name: Clone pprotein\n become: true\n git:\n repo: https://github.com/rinchsan/pprotein.git\n dest: /home/isucon/pprotein\n- name: Build pprotein\n become: true\n environment:\n PATH: \"{{ ansible_env.PATH }}:/usr/bin:/hom... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | snkrdunk/isucon | 9d99387b49b875c2101d5dec655f46c5d84932ac | 0 | ansible/roles/slp | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/slp/tasks/install.yaml",
"content": "- name: Install slp\n environment:\n PATH: \"{{ ansible_env.PATH }}:/home/isucon/.local/go/bin\"\n shell:\n chdir: /home/isucon/\n cmd: \"{{ item }}\"\n with_items:\n - \"go install github.com/tkuchiki/slp/cmd/slp@latest\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | ryhennessy/ansible-lab | 9cdbc6b454fa41270afc838c1e6f0622514e7061 | 0 | roles/Datadog.datadog | 463 | [
"no_license"
] | [
{
"path": "roles/Datadog.datadog/README.md",
"content": "# Ansible Datadog Role\n\n\n[](https://galaxy.ansible.com/Datadog/datadog/)\n[](https://tra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 23346,
"all_permissive": false
} |
ansible_role | singhgaurav24/Docker-Automation-Using-Ansible | 11500dc91570c7e3aa26d66174104657c11b0672 | 0 | roles/Lab_011 | 463 | [
"no_license"
] | [
{
"path": "roles/Lab_011/tasks/lab_01.yml",
"content": "---\n- name: ensure repository key is installed\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: ensure docker registry is available\n apt_repository: \n repo: 'deb https://download.docker.com/linux/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1334,
"all_permissive": false
} |
ansible_role | singhgaurav24/Docker-Automation-Using-Ansible | 11500dc91570c7e3aa26d66174104657c11b0672 | 0 | roles/Lab_02 | 463 | [
"no_license"
] | [
{
"path": "roles/Lab_02/defaults/main.yml",
"content": "---\n# defaults file for /etc/ansible/Assignment/roles/Lab_02",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/Lab_02/tasks/main.yml",
"content": "---\n- include: lab_02.yml\n# tasks ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | singhgaurav24/Docker-Automation-Using-Ansible | 11500dc91570c7e3aa26d66174104657c11b0672 | 0 | roles/Lab_03 | 463 | [
"no_license"
] | [
{
"path": "roles/Lab_03/defaults/main.yml",
"content": "---\n# defaults file for /etc/ansible/Assignment/roles/Lab_03",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/Lab_03/tasks/main.yml",
"content": "---\n- include: lab_03.yml\n# tasks ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 870,
"all_permissive": false
} |
ansible_role | singhgaurav24/Docker-Automation-Using-Ansible | 11500dc91570c7e3aa26d66174104657c11b0672 | 0 | roles/Lab_04 | 463 | [
"no_license"
] | [
{
"path": "roles/Lab_04/tasks/lab_04.yml",
"content": "---\n- name: install docker-compose\n shell: sudo curl -L \"https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-compose\n && sudo chmod +x /usr/local/bin/docker-compose\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1045,
"all_permissive": false
} |
ansible_role | Saby2002/tcpip | 0dff4e3568b49f3383393a58b982f4e13c6e26a1 | 0 | Ansible_lab/netconf_Ops/roles/NETCONF_MANAGEMENT | 463 | [
"no_license"
] | [
{
"path": "Ansible_lab/netconf_Ops/roles/NETCONF_MANAGEMENT/tasks/main.yml",
"content": "---\n- name: SET VARS \n set_fact: \n temp_dir: /tmp/Ansible_Netconf\n oc_dir: files/public/release/models\n\n- name: CREATING TEMPLATE FOLDER\n file:\n dest: \"{{ temp_dir }}\"\n state: directory\n\n- n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3937,
"all_permissive": false
} |
ansible_role | bskton/vagrant-ember | acca0f591e4a10298059b4658155a135dd6fd4bf | 0 | ansible/roles/ember | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/ember/tasks/main.yml",
"content": "- name: Install xz-utils\n apt: name=xz-utils state=latest\n\n- name: Download Node.js\n get_url:\n url: https://nodejs.org/dist/v{{ node_version }}/node-v{{ node_version }}-linux-x64.tar.xz\n dest: /home/{{ admin_user }}/node-v{{ node_vers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3131,
"all_permissive": false
} |
ansible_role | panpan-wu/awsami | 060cd2072c9ccc9e748e997cd1a590f55b0c7184 | 0 | ami/roles/nginx | 463 | [
"no_license"
] | [
{
"path": "ami/roles/nginx/defaults/main.yaml",
"content": "nginx_version: 1.15.12\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "ami/roles/nginx/tasks/main.yaml",
"content": "- name: \"nginx: install dependency\"\n become: yes\n apt:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5705,
"all_permissive": false
} |
ansible_role | panpan-wu/awsami | 060cd2072c9ccc9e748e997cd1a590f55b0c7184 | 0 | ami/roles/supervisor | 463 | [
"no_license"
] | [
{
"path": "ami/roles/supervisor/tasks/main.yaml",
"content": "- name: supervisor\n become: yes\n apt:\n name: supervisor\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | panpan-wu/awsami | 060cd2072c9ccc9e748e997cd1a590f55b0c7184 | 0 | ami/roles/system | 463 | [
"no_license"
] | [
{
"path": "ami/roles/system/tasks/main.yaml",
"content": "- name: /etc/sysctl.conf\n become: yes\n copy:\n src: etc_sysctl.conf\n dest: /etc/sysctl.conf\n owner: root\n group: root\n mode: \"u=rw,g=r,o=r\"\n\n- name: /etc/systemd/system.conf\n become: yes\n copy:\n src: etc_systemd_sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | panpan-wu/awsami | 060cd2072c9ccc9e748e997cd1a590f55b0c7184 | 0 | ami/roles/telegraf | 463 | [
"no_license"
] | [
{
"path": "ami/roles/telegraf/tasks/main.yaml",
"content": "- name: \"telegraf: ensure the system can use the HTTPS transport for APT\"\n stat:\n path: /usr/lib/apt/methods/https\n register: apt_https_transport\n\n- name: \"telegraf: install APT HTTPS transport\"\n apt:\n name: \"apt-transport-http... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7609,
"all_permissive": false
} |
ansible_role | coliveros2017/entregable5 | a3fa86d9b7b436135d13fb35b45049159b89dd12 | 0 | ansible/roles/my_rol | 463 | [
"no_license"
] | [
{
"path": "ansible/roles/my_rol/tasks/main.yml",
"content": "---\n - name: Creando un index html\n template: src=index.html dest=/tmp/index.html\n - name: Creando un saludo html\n template: src=saludo.html dest=/tmp/saludo.html\n\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | giannisalinetti/memcached-operator | dba2871e5648e30fa948a08d514d3eee7299646d | 0 | roles/memcached | 464 | [
"no_license"
] | [
{
"path": "roles/memcached/tasks/main.yml",
"content": "---\n# tasks file for memcached\n- name: \"Ensure memcached is deployed\"\n community.kubernetes.k8s:\n state: present\n definition: \"{{ lookup('template', 'memcached-deployment.yml.j2') }}\"\n namespace: \"{{ ansible_operator_meta.namespace... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | chawlashikha91/Project3 | 388efe97eaf46064c57dd38f9c406967e13e7cae | 0 | .circleci/ansible/roles/configure-prometheus-node-exporter | 464 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-prometheus-node-exporter/tasks/main.yml",
"content": "- name: \"download and install node exporter.\"\n unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz\n dest: /tmp\n remote... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | chawlashikha91/Project3 | 388efe97eaf46064c57dd38f9c406967e13e7cae | 0 | .circleci/ansible/roles/deploy | 464 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n # - name: \"copy distribution zip\"\n # become: true\n # copy:\n # src: dist.zip\n # dest: dist.zip\n \n - name: Extract artifact.tar.gz file to EC2 isntance\n unarchive:\n src: ../../backend/artefacts.ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1927,
"all_permissive": false
} |
ansible_role | jsmartin/ansible-tower-demo | d4022f528692f4a0b85e2725bdd0d761dbc0025a | 4 | provisioning/roles/tower-bootstrap | 464 | [
"no_license"
] | [
{
"path": "provisioning/roles/tower-bootstrap/vars/Debian.yml",
"content": "packages:\n - unzip\n - python-pip\n - python-dev\n - gcc",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "provisioning/roles/tower-bootstrap/tasks/Debian.yml",
"con... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | jsmartin/ansible-tower-demo | d4022f528692f4a0b85e2725bdd0d761dbc0025a | 4 | provisioning/roles/tower-demo | 464 | [
"no_license"
] | [
{
"path": "provisioning/roles/tower-demo/templates/setup.sh.j2",
"content": "# generated script\n\n\n#generate users\n\n{% for user in tower_users %}\ntower-cli user create --username {{ user.username }} --password <PASSWORD> --email {{ user.email }} --first-name {{ user.first_name }} --last-name {{ user.la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | ansible-collections/ibm_zos_cics | b7585f7211cb45576f5ccb50957cc14df8103f6b | 18 | tests/integration/targets/cics_cmci/playbooks/roles/cmci_check_exists | 464 | [
"no_license"
] | [
{
"path": "tests/integration/targets/cics_cmci/playbooks/roles/cmci_check_exists/tasks/main.yml",
"content": "---\n- name: Check if target {{ resource_type }} is installed in {{ context }}/{{ scope }}\n delegate_to: localhost\n ibm.ibm_zos_cics.cmci_get:\n type: \"{{ resource_type }}\"\n context: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | ansible-collections/ibm_zos_cics | b7585f7211cb45576f5ccb50957cc14df8103f6b | 18 | tests/integration/targets/cics_cmci/playbooks/roles/cmci_delete_if_exists | 464 | [
"no_license"
] | [
{
"path": "tests/integration/targets/cics_cmci/playbooks/roles/cmci_delete_if_exists/tasks/main.yml",
"content": "---\n- name: Check if target {{ resource_type }} is installed in {{ context }}/{{ scope }}\n ansible.builtin.include_role:\n name: cmci_check_exists\n\n- name: Delete resource block\n when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | ansible-collections/ibm_zos_cics | b7585f7211cb45576f5ccb50957cc14df8103f6b | 18 | tests/integration/targets/cics_cmci/playbooks/roles/cmci_disable_discard | 464 | [
"no_license"
] | [
{
"path": "tests/integration/targets/cics_cmci/playbooks/roles/cmci_disable_discard/tasks/main.yml",
"content": "---\n###\n# DISABLE AND DISCARD file1 in related scope if it exists\n###\n- name: Disable resource\n delegate_to: localhost\n ibm.ibm_zos_cics.cmci_action:\n type: \"{{ resource_type }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1809,
"all_permissive": false
} |
ansible_role | ansible-collections/ibm_zos_cics | b7585f7211cb45576f5ccb50957cc14df8103f6b | 18 | tests/integration/targets/cics_cmci/playbooks/roles/cmci_disable_discard_if_exists | 464 | [
"no_license"
] | [
{
"path": "tests/integration/targets/cics_cmci/playbooks/roles/cmci_disable_discard_if_exists/tasks/main.yml",
"content": "---\n- name: Check if target {{ resource_type }} is installed in {{ context }}/{{ scope }}\n ansible.builtin.include_role:\n name: cmci_check_exists\n\n- name: Disable and discard {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | ansible-collections/ibm_zos_cics | b7585f7211cb45576f5ccb50957cc14df8103f6b | 18 | tests/integration/targets/cics_templating/roles/aux_temp_storage | 464 | [
"no_license"
] | [
{
"path": "tests/integration/targets/cics_templating/roles/aux_temp_storage/meta/main.yml",
"content": "# (c) Copyright IBM Corp. 2025\n# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)\n---\ngalaxy_info:\n author: ibm_zos_cics\n description: Templating test\n company: IBM\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2708,
"all_permissive": false
} |
ansible_role | techmod/ansible | 145d51f79468fa5909c164b5456ef3410a6a3e43 | 0 | roles/base | 464 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": " - name: install updates (Ubuntu)\n tags: always\n apt: \n upgrade: dist\n update_cache: yes\n changed_when: false\n when: ansible_distribution == \"Ubuntu\"\n\n - name: install updates (CentOS)\n tags: always\n yum: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | techmod/ansible | 145d51f79468fa5909c164b5456ef3410a6a3e43 | 0 | roles/elasticsearch | 464 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": " - name: copy elasticsearch file checksum\n copy:\n src: /etc/ansible/roles/elasticsearch/files/elasticsearch-8.4.0-amd64.deb.sha512\n dest: /root/\n owner: root\n group: root\n mode: 0440 \n\n - name: copy e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | techmod/ansible | 145d51f79468fa5909c164b5456ef3410a6a3e43 | 0 | roles/kibana | 464 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": " - name: copy kibana file\n copy:\n src: /etc/ansible/roles/kibana/files/kibana-8.4.0-amd64.deb\n dest: /root/\n owner: root\n group: root\n mode: 0440 \n\n\n - name: Install java\n command: sudo apt install def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | techmod/ansible | 145d51f79468fa5909c164b5456ef3410a6a3e43 | 0 | roles/samba | 464 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": " - name: install samba package\n tags: samba\n package:\n name: samba\n state: latest \n - name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | Maskin-D-A/SFadmin_mda | f216171ff99a69145b2a80eada605f11ab5107e6 | 0 | ansible/roles/elastic | 464 | [
"no_license"
] | [
{
"path": "ansible/roles/elastic/tasks/main.yml",
"content": "---\n - name: \"Import key\"\n shell:\n cmd: \"apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv B00A0BD1E2C63C11\"\n\n - name: \"Add repository contents\"\n shell:\n cmd: 'echo \"deb [arch=amd64] http://r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1348,
"all_permissive": false
} |
ansible_role | Maskin-D-A/SFadmin_mda | f216171ff99a69145b2a80eada605f11ab5107e6 | 0 | ansible/roles/filebeat | 464 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "---\n - name: copy filebeat\n copy:\n src: filebeat-7.17.8-amd64.deb\n dest: /tmp/\n\n - name: install filebeat\n ansible.builtin.apt:\n deb: /tmp/filebeat-7.17.8-amd64.deb\n when:\n ansible_os_family == \"Debian\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | Maskin-D-A/SFadmin_mda | f216171ff99a69145b2a80eada605f11ab5107e6 | 0 | ansible/roles/kibana | 464 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "---\n - name: copy kibana\n copy:\n src: kibana-7.17.8-amd64.deb\n dest: /tmp/\n\n - name: install kibana\n ansible.builtin.apt:\n deb: /tmp/kibana-7.17.8-amd64.deb\n when:\n ansible_os_family == \"Debian\"\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | Maskin-D-A/SFadmin_mda | f216171ff99a69145b2a80eada605f11ab5107e6 | 0 | ansible/roles/php | 464 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- name: Install full PHP 7.4\n ansible.builtin.apt:\n name:\n - php7.4\n - php7.4-fpm\n - php7.4-cli\n - php7.4-mysql\n - php7.4-curl\n - php7.4-gd\n - php7.4-mbstring\n - libapache2-mod-php7.4\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | Maskin-D-A/SFadmin_mda | f216171ff99a69145b2a80eada605f11ab5107e6 | 0 | ansible/roles/zabbix | 464 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/tasks/main.yml",
"content": "---\n- name: remove zabbix-agent\n shell: apt-get remove --purge zabbix-agent -y \n when:\n ansible_os_family == \"Debian\"\n\n- name: Remove dependencies that are no longer required\n ansible.builtin.apt:\n autoremove: yes\n when:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | qixiang/fedora-ansible | c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e | 0 | roles/ansible-ansible-openshift-ansible | 464 | [
"no_license"
] | [
{
"path": "roles/ansible-ansible-openshift-ansible/tasks/main.yml",
"content": "---\n# tasks file for ansible-ansible-openshift-ansible\n#\n\n- name: Install required packages\n package: name=\"{{ item }}\" state=installed\n with_items:\n - ansible\n - git\n - pyOpenSSL\n\n- name: git clone the o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1399,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.