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 | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/motd | 8,176 | [
"permissive"
] | [
{
"path": "roles/motd/tasks/main.yml",
"content": "---\n- name: set motd\n template: \n src: motd.j2 \n dest: /etc/motd\n when: set_motd == True\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": true
} |
ansible_role | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/nfsserver | 8,176 | [
"permissive"
] | [
{
"path": "roles/nfsserver/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - nfsserver",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 67
},
{
"path": "roles/nfsserver/vars/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2287,
"all_permissive": true
} |
ansible_role | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/podman | 8,176 | [
"permissive"
] | [
{
"path": "roles/podman/tasks/main.yml",
"content": "---\n- name: download images\n podman_image:\n name: \"{{ item }}\"\n username: \"{{ registry_user }}\"\n password: \"{{ <PASSWORD> }}\"\n loop:\n - docker.io/library/postgres \n - docker.io/library/centos ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1282,
"all_permissive": true
} |
ansible_role | peterducai/ansible-rh-infra | 005fe06e677c4503fdeb3dd878947dfd9ccaa556 | 1 | roles/tower | 8,176 | [
"permissive"
] | [
{
"path": "roles/tower/defaults/main.yml",
"content": "---\n# defaults file for tower\ntower_installer_url: https://releases.ansible.com/ansible-tower/setup-bundle/\ntower_installer: ansible-tower-setup-bundle-3.5.3-1.el8",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": true
} |
ansible_role | antonym/ecopoiesis-utility-builder-centos | 0673dd2c9cd0b7c7750d51b05937c8fcd7ebc40b | 0 | roles/prep-dell | 8,176 | [
"no_license"
] | [
{
"path": "roles/prep-dell/tasks/main.yml",
"content": "---\n#\n# Dell OpenManage Tooling (RHEL) - http://linux.dell.com/repo/hardware/dsu/ \n#\n\n- name: Install Dell System Update repo key\n rpm_key:\n key: http://linux.dell.com/repo/hardware/dsu/public.key\n state: present\n when: ansible_distrib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | antonym/ecopoiesis-utility-builder-centos | 0673dd2c9cd0b7c7750d51b05937c8fcd7ebc40b | 0 | roles/prep-utility | 8,176 | [
"no_license"
] | [
{
"path": "roles/prep-utility/tasks/main.yml",
"content": "---\n\n- name: Install EPEL RPM for CentOS 7\n yum:\n name: http://mirrors.kernel.org/fedora-epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm\n state: present\n when: ansible_distribution == 'CentOS' and ansible_distribution_version == ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1814,
"all_permissive": false
} |
ansible_role | shireenrao/deploycode | 83cc6a6f02d7ea212c2c5eb05122de8f99abde68 | 0 | roles/common | 8,176 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "###\n# sync files under src to target folder on server\n##\n- import_tasks: syncsource.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/common/tasks/syncsource.yml",
"content": "###\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | byrn-baker/mt_demo | 23df53b5047b1d21887e854d8f21066440c5eee9 | 0 | roles/nautobot_query | 8,076 | [
"no_license"
] | [
{
"path": "roles/nautobot_query/tasks/main.yaml",
"content": "- name: Get device data from Nautobot\n set_fact:\n nb_devices: \"{{ query('networktocode.nautobot.lookup_graphql', query_string, graph_variables=graph_variables, url=nb_url, token=nb_token) }}\"\n\n- name: Get vrf data from Nautobot\n set_f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | fe80/fe80.nomad | 399c3edb76d54c1bb07b6781fd9d7534ba9589b7 | 0 | roles/nomad | 8,076 | [
"permissive"
] | [
{
"path": "roles/nomad/tasks/repository.yml",
"content": "---\n- name: Nomad | Install Hashicorp gpg\n ansible.builtin.apt_key:\n url: \"{{ nomad_apt_repository }}/gpg\"\n state: present\n validate_certs: true\n\n- name: Nomad | Install Hashicorp repository\n ansible.builtin.apt_repository:\n ... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 7790,
"all_permissive": true
} |
ansible_role | podelom/deploy_hippy_stack | dce1584931a4853f6fa93fa1e5342a08a74e2001 | 0 | roles/alertmanager | 8,076 | [
"no_license"
] | [
{
"path": "roles/alertmanager/tasks/main.yaml",
"content": "---\n- name: ensure alert_manager directory owner is nobody\n file:\n path: \"{{ alert_manager_volume_source}}\"\n owner: root\n group: root\n mode: 0755 \n state: directory \n\n- name: get host's external IP address\n # See http:/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3224,
"all_permissive": false
} |
ansible_role | podelom/deploy_hippy_stack | dce1584931a4853f6fa93fa1e5342a08a74e2001 | 0 | roles/grafana | 8,076 | [
"no_license"
] | [
{
"path": "roles/grafana/templates/datasources.yaml.j2",
"content": "apiVersion: 1\ndatasources:\n - name: Prometheus\n type: prometheus\n access: proxy\n url: http://{{external_ip_address}}:9090\n - name: Loki\n type: loki\n access: proxy\n url: http://{{external_ip_address}}:3100",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5075,
"all_permissive": false
} |
ansible_role | podelom/deploy_hippy_stack | dce1584931a4853f6fa93fa1e5342a08a74e2001 | 0 | roles/init_prepare | 8,076 | [
"no_license"
] | [
{
"path": "roles/init_prepare/tasks/main.yaml",
"content": "- name: get host's external IP address\n # See http://www.commandlinefu.com/commands/view/5427/get-your-external-ip-address\n # for alternatives to this command\n command: curl --silent --fail http://ifconfig.me/ip\n register: host_external_ip\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1250,
"all_permissive": false
} |
ansible_role | podelom/deploy_hippy_stack | dce1584931a4853f6fa93fa1e5342a08a74e2001 | 0 | roles/prometheus | 8,076 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "---\n- name: ensure prometheus data directory owner is nobody\n #become: yes\n file:\n path: \"{{ prometheus_volume_source}}\"\n owner: root\n group: root\n mode: 0777 \n state: directory \n notify: \n - Resta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2689,
"all_permissive": false
} |
ansible_role | podelom/deploy_hippy_stack | dce1584931a4853f6fa93fa1e5342a08a74e2001 | 0 | roles/undergreen.prometheus-node-exporter | 8,076 | [
"no_license"
] | [
{
"path": "roles/undergreen.prometheus-node-exporter/vars/main.yaml",
"content": "url: \"{% if prometheus_node_exporter_url is not defined %}{% if prometheus_node_exporter_version is version_compare('0.13.0', '>=') %}https://github.com/prometheus/node_exporter/releases/download/v{{ prometheus_node_exporter_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5895,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/addhttpproxy | 8,076 | [
"no_license"
] | [
{
"path": "roles/addhttpproxy/tasks/main.yml",
"content": "---\n- name: Add http proxy for yum\n blockinfile:\n path: /etc/yum.conf\n block: |\n proxy=http://{{http_proxy}}:{{http_proxy_port}}\n proxy_username={{proxy_user}}\n proxy_password={{proxy_pass}}\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/anaconda | 8,076 | [
"no_license"
] | [
{
"path": "roles/anaconda/tasks/main.yml",
"content": "---\n- name: Create /apps \n file: path=/apps state=directory\n- name: Download anaconda bundle\n get_url:\n url: http://13.229.69.44/anaconda2.tar.gz\n dest: /tmp/anaconda2.tar.gz\n- name: Extract anaconda bundle\n unarchive: src=/tmp/anaconda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/common | 8,076 | [
"no_license"
] | [
{
"path": "roles/common/tasks/package-tool.yml",
"content": "---\n# tasks for install repo and common packages tool\n- name: Install EPEL repository on Centos\n yum: name=epel-release state=present\n when: ansible_distribution == 'CentOS'\n\n- name: Install EPEL repository on Red Hat Enterprise Linux\n y... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 18549,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/firewall | 8,076 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: check if services is exists\n command: systemctl status firewalld\n ignore_errors: yes\n register: service_status\n\n\n- name: disabled firewalld\n service: name=firewalld enabled=no\n when: \"service_status.rc == 0\"\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/java | 8,076 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: fetch java rpm (Redhat)\n when: ansible_os_family == 'RedHat'\n command: 'wget --no-check-certificate --no-cookies --header \"Cookie: oraclelicense=accept-securebackup-cookie\" http://download.oracle.com/otn-pub/java/jdk/{{ var_java_ver }}-{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/pythonnumpy | 8,076 | [
"no_license"
] | [
{
"path": "roles/pythonnumpy/tasks/main.yml",
"content": "---\n- name: Install repository for numpy\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present\n\n- name: Install numpy\n yum: name=numpy state=present",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/updatejavajce | 8,076 | [
"no_license"
] | [
{
"path": "roles/updatejavajce/tasks/main.yml",
"content": "---\n- name: Update Java JCE (local_policy.jar)\n copy: src=local_policy.jar dest={{ java_home }}/jdk/jre/lib/security/\n\n- name: Update Java JCE (US_export_policy.jar)\n copy: src=US_export_policy.jar dest={{ java_home }}/jdk/jre/lib/security/"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | hungnd11111984/test-semaphone | dcfec718cab0b2004c74193427f22c05a00472b5 | 0 | roles/updatentpserver | 8,076 | [
"no_license"
] | [
{
"path": "roles/updatentpserver/tasks/main.yml",
"content": "---\n- name: Check NTP service had installed ?\n command: systemctl status ntpd\n ignore_errors: yes\n register: ntp_service\n\n- name: Install NTP service if not existed\n yum: name=ntp state=present\n when: \"ntp_service.rc != 0\" \n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 900,
"all_permissive": false
} |
ansible_role | pgillet/poc-messaging | 22474ed0acf1a9abc1e93c711294a58969624177 | 0 | centos7-artemis-server/ansible/roles/artemis | 8,076 | [
"no_license"
] | [
{
"path": "centos7-artemis-server/ansible/roles/artemis/tasks/instance/instance.yml",
"content": "---\n- name: \"Init broker with default values.\"\n set_fact:\n _broker:\n artemis_home: \"{{ broker.artemis_home | default(artemis_home_symlink) }}\"\n name: \"{{ broker.name }}\"\n path: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5855,
"all_permissive": false
} |
ansible_role | lccoronel/ansible-full-cycle | 8fc7db7122a28aae5e613f7617db1acef2eba368 | 0 | fc-ansible/roles/docker_swarm_manager | 8,076 | [
"no_license"
] | [
{
"path": "fc-ansible/roles/docker_swarm_manager/tasks/main.yml",
"content": "---\n- name: Init docker swarm\n docker_swarm:\n state: present\n api_version: 1.43\n register: init_swarm\n\n- name: join\n set_fact:\n join_token_worker: \"{{ init_swarm.swarm_facts.JoinTokens.Worker }}\"\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | mxchn4/ansible-aws-swarm-spark | bb850895576460c2262524ab1a69cd3e92d9d2a8 | 1 | roles/sparkmaster | 8,076 | [
"no_license"
] | [
{
"path": "roles/sparkmaster/templates/sparkstack.yml",
"content": "version: \"3\"\r\nservices:\r\n\r\n {{ master }}:\r\n image: gettyimages/spark\r\n hostname: {{ master }}\r\n ports:\r\n - 4040:4040\r\n - 8090:8080\r\n networks:\r\n - backend\r\n deploy:\r\n placement:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | avoutsina/UTNFRA_SO_Recu_2do_Parcial_Voutsina | 2090b2eacf6fb5235219432b0c3866dc9fb5b7f0 | 0 | 202407_Recu/ansible/roles/2PRecuperatorio | 8,076 | [
"no_license"
] | [
{
"path": "202407_Recu/ansible/roles/2PRecuperatorio/vars/main.yml",
"content": "---\n# vars file for 2PRecuperatorio\nNOMBRE: \"Alejandro\"\nAPELLIDO: \"<NAME>\"\nDIVISION: \"116\"\nFECHA: \"12/07\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | avoutsina/UTNFRA_SO_Recu_2do_Parcial_Voutsina | 2090b2eacf6fb5235219432b0c3866dc9fb5b7f0 | 0 | 202407_Recu/ansible/roles/instala_tools_voutsina | 8,076 | [
"no_license"
] | [
{
"path": "202407_Recu/ansible/roles/instala_tools_voutsina/defaults/main.yml",
"content": "---\n# defaults file for instala_tools_voutsina\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "202407_Recu/ansible/roles/instala_tools_voutsina/handlers/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 564,
"all_permissive": false
} |
ansible_role | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/docker | 9 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install docker for mac\n homebrew_cask:\n name=docker\n state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/dotfiles | 9 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: clone dotfiles repo\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_dest }}\"\n become: no\n \n- name: Ensure all existing dotfiles are links\n shell: \"ls -F {{ dotfiles_home }}/{{ item }}\"\n register: exis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/macvim | 9 | [
"no_license"
] | [
{
"path": "roles/macvim/tasks/main.yml",
"content": "---\n- name: install macvim\n homebrew_cask:\n name=macvim\n state=present\n\n- name: install Vundle\n git:\n repo: https://github.com/VundleVim/Vundle.Vim.git\n dest: ~/.vim/bundle/Vundle.vim\n\n- name: install Vundle plugins\n shell: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/make | 9 | [
"no_license"
] | [
{
"path": "roles/make/tasks/main.yml",
"content": "---\n- name: clone make-tools repo\n git:\n repo: https://github.com/rblack42/make-tools.git\n dest: ~/_sys/make\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/pandoc | 9 | [
"no_license"
] | [
{
"path": "roles/pandoc/tasks/main.yml",
"content": "---\n- name: install pandoc\n homebrew:\n name={{ item }}\n state=latest\n with_items:\n - pandoc\n\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 | rblack42/ansible-high-sierra | f1abc6b59520208956f6c4ddbc3d8b50906156a0 | 0 | roles/setup | 9 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: create SSH key\n shell:\n ssh-keygen -b 2048 -t rsa -f /Users/{{ ansible_user }}/.ssh/id_rsa -q -N \"\"\n args:\n creates: //Users/{{ ansible_user }}/.ssh/id_rsa\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | maartinpii/rhat-testdrive | 4da1fde45bbc4a7e2c784eed05ffa7c4ee3b8186 | 0 | apps_roles/web_server-lb/roles/gce_deploy | 9 | [
"no_license"
] | [
{
"path": "apps_roles/web_server-lb/roles/gce_deploy/tasks/main.yml",
"content": "---\n\n\n- name: Launch instance\n gce:\n instance_names: \"{{ instance_namea }},{{ instance_nameb }},{{ instance_namec }}\"\n image: \"{{ image }}\"\n service_account_email: \"{{ GCE_EMAIL }}\"\n credenti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | maartinpii/rhat-testdrive | 4da1fde45bbc4a7e2c784eed05ffa7c4ee3b8186 | 0 | apps_roles/web_server-lb/roles/gce_lb | 9 | [
"no_license"
] | [
{
"path": "apps_roles/web_server-lb/roles/gce_lb/tasks/main.yml",
"content": "---\n\n\n- name: Create Load Balancer\n gce_lb:\n name: \"{{ lb_name }}\"\n region: \"{{ region }}\"\n members: \"{{zone}}/{{instance_namea}},{{zone}}/{{instance_nameb}},{{zone}}/{{instance_namec}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | telematiko/django-base | 0b2d34cc83f058f53234946b6fa8f52be7198d74 | 0 | ansible/roles/2cfg.common | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/2cfg.common/tasks/main.yml",
"content": "---\n# tasks file for 2cfg.common\n- name: Install git\n apt: name=git state=latest\n\n\n\n- name: Add nodejs repository\n shell: curl -fsSL https://deb.nodesource.com/setup_15.x | bash -\n\n\n- name: Install nodejs\n apt:\n name: nodej... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | MAELUP/ansible-nginx | b56d3aa13ca4185763b8f66a71aa6141952959b7 | 0 | roles/dependencies | 9 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/install_packages.yml",
"content": "---\r\n- name: Disable SELinux\r\n selinux:\r\n state: disabled\r\n\r\n- name: Install packages\r\n dnf:\r\n name:\r\n - epel-release\r\n - \"@Development tools\"\r\n - dnf-utils\r\n - git\r\n - nginx\r\n state: pr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | MAELUP/ansible-nginx | b56d3aa13ca4185763b8f66a71aa6141952959b7 | 0 | roles/nginx | 9 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/install_nginx.yml",
"content": "---\r\n- name: remove older Nginx Configuration\r\n file:\r\n path: \"{{ item }}\"\r\n state: absent\r\n with_items:\r\n - /etc/nginx/nginx.conf\r\n - /etc/nginx/conf.d/default.conf\r\n\r\n- name: add nginx config\r\n template: \r\n s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | mdh02038/vagrant_pxe | 8740c043b9431d6bca55f0bc753c9390e2ff21d5 | 0 | roles/pxe | 9 | [
"no_license"
] | [
{
"path": "roles/pxe/files/install.sh",
"content": "mount -o loop /ubuntu-14.10-server-amd64.iso /mnt/\n#cp -fr /mnt/install/netboot/* /var/lib/tftpboot\nmkdir /var/www/html/ubuntu\ncp -fr /mnt/* /var/www/html/ubuntu/\numount /mnt\ncp -fr /var/www/html/ubuntu/install/netboot/ubuntu-installer /var/lib/tftpbo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1605,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/backup | 9 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/cron.yml",
"content": "---\n- name: Cronjob for each service\n ansible.builtin.cron:\n name: Backup for {{ outer_item.key }} - {{ item.key }}\n minute: \"0\"\n hour: \"0\"\n weekday: \"1\"\n job: cd {{ backup_var.root_path }}{{ backup_var.backups[outer_item.key]... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2106,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/common | 9 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Include Common for RedHat\n ansible.builtin.include_tasks:\n file: common.yml\n when: ansible_facts['os_family'] == \"RedHat\"\n\n- name: Include Common for Debian\n ansible.builtin.include_tasks:\n file: debian.yml\n when: ansible_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5287,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/kubernetes | 9 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/master.yml",
"content": "---\n- name: Git checkout\n ansible.builtin.git:\n repo: https://github.com/Jayden-Lind/LINDS-Kubernetes.git\n dest: \"{{ k8s_var.local_k8s_dir }}\"\n ignore_errors: true\n\n- name: Copy LINDS secret\n ansible.builtin.copy:\n src: linds-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9548,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/minecraft | 9 | [
"no_license"
] | [
{
"path": "roles/minecraft/tasks/main.yml",
"content": "---\n- name: Install Java\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: present\n with_items:\n - screen\n - java-latest-openjdk\n - nfs-utils\n - net-tools\n - wget\n\n- name: Start server on startup\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/plex | 9 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/backup.yml",
"content": "---\n- name: Copy files periodically to TrueNAS\n ansible.builtin.cron:\n name: Copy Plex backup {{ item }} to TrueNAS\n minute: \"0\"\n hour: \"2\"\n job: cp -p {{ plex_base_dir | regex_replace(' ', '\\ ') }}{{ item }} /mnt/truenas{{ truenas... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4791,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/terraform | 9 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/terraform.yml",
"content": "---\n- name: Include terraform vars\n ansible.builtin.include_vars:\n file: main.yml\n name: vars\n\n- name: Add Hashicorp Repo\n ansible.builtin.yum_repository:\n name: Hashicorp\n description: Hashicorp\n baseurl: https://rpm.re... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/torrent | 9 | [
"no_license"
] | [
{
"path": "roles/torrent/tasks/main.yml",
"content": "---\n- name: Install transmission + required\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - qbittorrent\n - qbittorrent-nox\n - cifs-utils\n - nfs-utils\n\n- name: Stop service qbittorrent, if started\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/truenas | 9 | [
"no_license"
] | [
{
"path": "roles/truenas/tasks/main.yml",
"content": "---\n- name: Create a filesystem\n arensb.truenas.filesystem:\n name: NAS\n\n- name: Update hostname\n arensb.truenas.hostname:\n name: \"{{ hostname }}\"\n\n- name: Share out NAS\n arensb.truenas.sharing_nfs:\n name: NFS_NAS_Kubernetes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/vyos | 9 | [
"no_license"
] | [
{
"path": "roles/vyos/tasks/main.yml",
"content": "---\n- name: Add LINDS-CA\n vyos.vyos.vyos_config:\n lines:\n - set pki ca LINDS certificate {{ item }}\n with_file: linds-ca.cer\n\n- name: Set tz\n vyos.vyos.vyos_config:\n lines:\n - set system time-zone Australia/Melbourne\n\n- name: ... | {
"task_files": 15,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 42784,
"all_permissive": false
} |
ansible_role | Jayden-Lind/LINDS-Ansible | 2b43ddba4c46aece5115e0f099fab4174adfa083 | 0 | roles/wsl | 9 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/zsh.yml",
"content": "---\n- name: Ensure Zsh is installed on Ubuntu\n ansible.builtin.apt:\n name: zsh\n state: present\n update_cache: true\n\n- name: Change default shell to Zsh for the user\n ansible.builtin.user:\n name: \"{{ user }}\"\n shell: \"{{ zsh_path ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5328,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/etcd_cluster | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd_cluster/templates/etcd.service.j2",
"content": "[Unit]\nDescription=etcd key-value store\nDocumentation=https://github.com/etcd-io/etcd\nAfter=network.target\n\n[Service]\nType=notify\nUser=etcd\nGroup=etcd\nExecStart=/usr/local/bin/etcd --config-file /etc/etcd/etcd.conf\nResta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3321,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/okd_sn_config_daemons | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/okd_sn_config_daemons/tasks/main.yaml",
"content": "\n- name: Setting config for daemons\n block:\n - name: Create named zones directory\n file:\n path: /etc/named/zones\n state: directory\n - name: Copy config files\n copy:\n src: \"{{ role_pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5326,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/okd_sn_install_packages | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/okd_sn_install_packages/defaults/main.yaml",
"content": "okd_service_node:\n packages:\n - tar\n - zip\n - telnet\n - wget\n - curl\n - haproxy\n - bind\n - dhcp-server\n - libvirt-libs\n - httpd\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_firewalld_disable | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_firewalld_disable/tasks/main.yaml",
"content": "- name: Stop service firewalld\n systemd_service:\n name: firewalld\n state: stopped\n enabled: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_increase_lvm_size | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_increase_lvm_size/tasks/main.yaml",
"content": "---\n- name: Check if partition has free space\n shell: parted -s {{ device }} unit GB print free | grep 'Free Space' | tail -n1 | awk '{print $3}' | sed 's/GB//'\n register: free_space\n changed_when: false\n\n- name: Set fa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3383,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_install_packages | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_install_packages/defaults/main.yaml",
"content": "packages:\n - nfs-utils\n - parted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/oracle_install_packages/tasks/main.yaml",
"content": "- name: I... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_kn_install_packages | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_kn_install_packages/tasks/main.yaml",
"content": "- name: Installing list of packages\n package: name=\"{{ packages }}\" state=present\n\n- name: Generate iSCSI initiator name\n ansible.builtin.command: /sbin/iscsi-iname\n register: iscsi_initiator_name\n changed_when: fa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 641,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_nfs_server | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_nfs_server/tasks/main.yaml",
"content": "- name: Install NFS utils\n package:\n name: nfs-utils\n state: present\n\n- name: Create NFS directory\n file:\n path: /nfs-share\n state: directory\n mode: 1777\n owner: nobody\n group: nobody\n\n- name: Add cl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_selinux_disable | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_selinux_disable/tasks/main.yaml",
"content": "- name: TURN IT OFF RIGHT NOW!\n command: \"setenforce 0\"\n- name: AND FOREVER!\n lineinfile:\n dest: \"/etc/selinux/config\"\n regexp: \"^SELINUX=\"\n line: \"SELINUX=permissive\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/oracle_timezone_set | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_timezone_set/tasks/main.yaml",
"content": "- name: Set timezone\n command: timedatectl set-timezone Europe/Moscow",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/patroni_cluster | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/patroni_cluster/templates/patroni.service.override.j2",
"content": "[Service]\nEnvironment=PATRONI_postgres_PASSWORD='{{ postgres_<PASSWORD> }}'\nEnvironment=PATRONI_replication_user_PASSWORD='{{ replication_user_password }}'\nEnvironment=PATRONI_rewind_user_PASSWORD='{{ rewind_pass... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 13050,
"all_permissive": false
} |
ansible_role | VizzleTF/home_proxmox | efa22b213c444955e652b3be3ec747340503c83b | 1 | ansible/roles/postgresql_install | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql_install/tasks/main.yaml",
"content": "---\n# Tasks for PostgreSQL installation\n\n- name: Install PostgreSQL repository\n ansible.builtin.yum:\n name: \"https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm\"\n state:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | bitheater/beanstalk-admin | 7ef887a45e560ce3304bcf0ccb32bd60b1b337d2 | 1 | ansible/roles/common | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: update cache\n apt: update_cache=yes\n\n- name: ensure system base packages are installed\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n - wget\n - python-software-properties\n - make\n - ack-grep\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | bitheater/beanstalk-admin | 7ef887a45e560ce3304bcf0ccb32bd60b1b337d2 | 1 | ansible/roles/golang | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/golang/tasks/main.yml",
"content": "---\n- name: install golang\n apt: name=golang state=present\n\n- name: go home path\n lineinfile: dest=~/.bashrc line=\"export GOPATH=$HOME/gocode\"\n\n- name: go bin path\n lineinfile: dest=~/.bashrc line=\"export PATH=$HOME/gocode/bin:$PATH\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | bitheater/beanstalk-admin | 7ef887a45e560ce3304bcf0ccb32bd60b1b337d2 | 1 | ansible/roles/node | 9 | [
"no_license"
] | [
{
"path": "ansible/roles/node/tasks/main.yml",
"content": "---\n- name: install nodejs\n apt: name=nodejs state=present\n\n- name: link nodejs to node\n file: src=/usr/bin/nodejs dest=/usr/bin/node state=link\n\n- name: install npm\n apt: name=npm state=present\n\n- name: install webpack\n npm: name=web... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/haveged | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/haveged/handlers/main.yml",
"content": "---\n- name: restart haveged\n service: name=httpd state=restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 66
},
{
"path": "ansible/roles/haveged/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": true
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/httpd | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n- name: install httpd and required modules\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - mod_ssl\n tags: httpd\n\n- name: create dest dir for ssl keys and certs\n file: name=/etc/httpd/keys state=directory mode=6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1657,
"all_permissive": true
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/idensys | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/idensys/handlers/main.yml",
"content": "---\n- name: restart idensys\n service: name=idensys state=restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 68
},
{
"path": "ansible/roles/idensys/templates/applica... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11612,
"all_permissive": true
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/initial | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/initial/tasks/main.yml",
"content": "---\n\n- name: set timezone\n file: state=link src=/usr/share/zoneinfo/{{ timezone }} dest=/etc/localtime force=True\n\n- name: set timezone for java apps that may be started on the commandline\n template: src=jdk-timezone.sh.j2 dest=/etc/profi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": true
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/java | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/java/templates/jdk-timezone.sh.j2",
"content": "export TZ=\"{{ timezone }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 27
},
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n- name: set tim... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 332,
"all_permissive": true
} |
ansible_role | OpenConext-Attic/OpenConext-idensys | 3eb32ed99302043498bf218cb1bd631f9523c6f1 | 2 | ansible/roles/maven_artifact_requirements | 9 | [
"permissive"
] | [
{
"path": "ansible/roles/maven_artifact_requirements/tasks/main.yml",
"content": "---\n- name: add epel repo\n yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\n\n- name: install dependencies for lxml\n yum: name={{ item }} state=prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": true
} |
ansible_role | gonzolino/rally-config | cefe505191b7de06940cf1edffb747323da787af | 0 | ansible/roles/rally | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/rally/templates/rally_deployment.json.j2",
"content": "{\n \"type\": \"ExistingCloud\",\n \"creds\": {\n \"openstack\": {\n \"auth_url\": \"{{ cloud.auth_url }}\",\n \"region_name\": \"{{ cloud.region }}\",\n \"endpoint_type\": \"public\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4901,
"all_permissive": false
} |
ansible_role | wmuth/ansible-dev-laptop | 929a086046063caa6dc28f36958813f549e559a5 | 1 | roles/base | 4 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Remove extras\n ansible.builtin.package:\n name:\n - anaconda\n - anaconda-install-env-deps\n - anaconda-live\n - baobab\n - fpaste\n - gnome-browser-connector\n - gnome-calendar\n - gnome-classic-session-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1097,
"all_permissive": false
} |
ansible_role | wmuth/ansible-dev-laptop | 929a086046063caa6dc28f36958813f549e559a5 | 1 | roles/cleanup | 4 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "- name: DNF autoremove\n ansible.builtin.dnf:\n autoremove: true\n become: true\n\n- name: Flatpak autoremove\n ansible.builtin.command:\n cmd: flatpak remove --unused --noninteractive --assumeyes\n changed_when: \"'app/' in flatpak_autoremove_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | wmuth/ansible-dev-laptop | 929a086046063caa6dc28f36958813f549e559a5 | 1 | roles/config | 4 | [
"no_license"
] | [
{
"path": "roles/config/tasks/hardware.yml",
"content": "- name: Bluetooth no AutoEnable\n ansible.builtin.lineinfile:\n line: AutoEnable=false\n path: /etc/bluetooth/main.conf\n regex: \\#AutoEnable=true\n become: true\n when: hardware\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7438,
"all_permissive": false
} |
ansible_role | wmuth/ansible-dev-laptop | 929a086046063caa6dc28f36958813f549e559a5 | 1 | roles/software | 4 | [
"no_license"
] | [
{
"path": "roles/software/tasks/gen-custom.yml",
"content": "- name: Download calibre script\n ansible.builtin.get_url:\n dest: /tmp/calibre.sh\n mode: '0755'\n url: https://download.calibre-ebook.com/linux-installer.sh\n register: down_calibre\n when: calibre\n\n- name: Install calibre\n ansib... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6000,
"all_permissive": false
} |
ansible_role | abrenaut/sampleapp | 5a5e9128f47c5bc3dc7b6fcebafab1c3d4807437 | 0 | ansible/roles/db | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "##\n# This installs PostgreSQL on an Ubuntu system, creates a database and a user with access to the database.\n#\n---\n\n- name: ensure packages are installed\n apt: \n name: \"{{ packages }}\"\n update_cache: yes\n state: present\n vars:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | abrenaut/sampleapp | 5a5e9128f47c5bc3dc7b6fcebafab1c3d4807437 | 0 | ansible/roles/web | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n- include: install_docker.yml\n- include: run_app.yml\n- include: run_nginx.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ansible/roles/web/tasks/install_docker.yml",
"conte... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/base | 4 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: install utilities\n dnf:\n name:\n - htop\n - vim\n - python3-libselinux\n state: installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 120,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/discourse | 4 | [
"no_license"
] | [
{
"path": "roles/discourse/templates/app.yml",
"content": "## this is the all-in-one, standalone Discourse Docker container template\n##\n## After making changes to this file, you MUST rebuild\n## /var/discourse/launcher rebuild app\n##\n## BE *VERY* CAREFUL WHEN EDITING!\n## YAML FILES ARE SUPER SUPER SENS... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5968,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/distrust | 4 | [
"no_license"
] | [
{
"path": "roles/distrust/files/distrust.yml.j2",
"content": "---\nlistenAddr: 0.0.0.0:3000\nlog:\n level: trace\ndiscourse:\n server: {{ distrust.server }}\n secret: {{ distrust.secret }}\noidc:\n secret: '{{ distrust.oidc.secret }}'\n privateKey: |\n {{ distrust.oidc.privateKey | indent(4) }}\ncli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/grafana-agent | 4 | [
"no_license"
] | [
{
"path": "roles/grafana-agent/handlers/main.yml",
"content": "---\n- name: restart grafana-agent-flow\n systemd:\n name: grafana-agent-flow\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/grafana-agent/tasks/main... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 904,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/gts | 4 | [
"no_license"
] | [
{
"path": "roles/gts/tasks/main.yml",
"content": "---\n- name: create gts folder\n file:\n path: \"/srv/gts/data\"\n state: directory\n owner: 1000\n group: 1000\n\n- import_role:\n name: cloudflight.systemd_service\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1651,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/network | 4 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: 'create {{ docker_network_name }} docker network'\n docker_network:\n name: '{{ docker_network_name }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/nextcloud | 4 | [
"no_license"
] | [
{
"path": "roles/nextcloud/vars/main.yml",
"content": "---\nsystemd_service:\n name: nextcloud\n state: started\n enabled: yes\n docker:\n container_name: nextcloud\n image: docker.io/library/nextcloud@sha256:4eccebb857601b65384f7bcb9b7a7ac0acebd04aa97ae0a08ddd589ea3b917e5\n network: \"{{docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/postgres | 4 | [
"no_license"
] | [
{
"path": "roles/postgres/vars/main.yml",
"content": "---\nsystemd_service:\n name: postgres\n state: started\n enabled: yes\n docker:\n container_name: postgres\n image: docker.io/library/postgres:{{postgres_version}}-alpine\n network: '{{ docker_network_name }}'\n volume:\n - host: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/spotbot | 4 | [
"no_license"
] | [
{
"path": "roles/spotbot/vars/main.yml",
"content": "---\nsystemd_service:\n name: spotbot\n state: stopped\n docker:\n container_name: spotbot\n image: ghcr.io/parkour-vienna/spotbot:latest\n network: \"{{docker_network_name}}\"\n env:\n TZ: Europe/Vienna\n SPOTBOT_URL: '{{ vault_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | Parkour-Vienna/forum | 079a33470da6be3dc7754b0b5a5d56790936a18c | 0 | roles/traefik | 4 | [
"no_license"
] | [
{
"path": "roles/traefik/vars/main.yml",
"content": "---\nsystemd_service:\n name: traefik\n state: started\n enabled: yes\n docker:\n container_name: traefik\n image: docker.io/library/traefik:{{traefik_version}}\n network: '{{ docker_network_name }}'\n expose_port:\n - host: 80\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1395,
"all_permissive": false
} |
ansible_role | ashwnacharya/k8s_single_master_multi_node | 2607ed8d0323450b415b5adee2e2c46f05cf4fd3 | 0 | ansible/roles/common | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n\n- name: Add IP address of all hosts to all hosts\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: \"{{ hostvars[item].ip }} {{item}}\"\n state: present\n when: hostvars[item].ansible_host is defined\n with_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2899,
"all_permissive": false
} |
ansible_role | ashwnacharya/k8s_single_master_multi_node | 2607ed8d0323450b415b5adee2e2c46f05cf4fd3 | 0 | ansible/roles/master | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/master/tasks/configure_kubectl.yml",
"content": "---\n\n- name: Create the .kube directory\n file:\n path: /home/vagrant/.kube\n state: directory\n mode: 0755\n owner: vagrant\n group: vagrant\n\n\n- name: Copy kube config to .kube\n copy:\n src: /etc/kubernetes/... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4985,
"all_permissive": false
} |
ansible_role | ashwnacharya/k8s_single_master_multi_node | 2607ed8d0323450b415b5adee2e2c46f05cf4fd3 | 0 | ansible/roles/minion | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/minion/tasks/main.yml",
"content": "---\n\n# Disable it for now till we figure out the exact firewall configuration that is needed.\n- name: Configure firewall\n become: True\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: Run kubeadm join\n shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | ashwnacharya/k8s_single_master_multi_node | 2607ed8d0323450b415b5adee2e2c46f05cf4fd3 | 0 | ansible/roles/monitoring | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "---\n\n- name: Pull the kube-prometheus repo\n git:\n repo: 'https://github.com/coreos/kube-prometheus.git'\n dest: /home/vagrant/kube-prometheus\n update: no\n\n\n- name: Create the monitoring stack\n shell: kubectl create -f /home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | ashwnacharya/k8s_single_master_multi_node | 2607ed8d0323450b415b5adee2e2c46f05cf4fd3 | 0 | ansible/roles/storageos | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/storageos/tasks/main.yml",
"content": "---\n\n- name: Add storageos repo\n shell: helm repo add storageos https://charts.storageos.com\n\n\n- name: Install storageos\n shell: helm install storageos/storageos --name=storageos --namespace=storageos --set cluster.join=\"{{ \"\\,\".jo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | RLik/cnf-rabbit-cluster | ef2b27c68d8f73cc49b2e49a4025b901bf7f2f2b | 0 | roles/rabbitmq-cluster | 4 | [
"no_license"
] | [
{
"path": "roles/rabbitmq-cluster/tasks/main.yml",
"content": "---\n- name: Configure name resolution\n lineinfile:\n path: \"/etc/hosts\"\n line: \"{{ hostvars[item]['ansible_default_ipv4']['address'] }} - {{ item }}\"\n with_items: \"{{ groups['rabbit'] }}\"\n\n- name: Install RabbitMQ server\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1510,
"all_permissive": false
} |
ansible_role | hemantkhokharvce/drupal_role | 2047af8f8e0f4626fc794aafa07b4b6a276dc290 | 0 | roles/drupal | 4 | [
"no_license"
] | [
{
"path": "roles/drupal/tasks/main.yml",
"content": "---\n- name: Download drupal archive file\n get_url:\n url: https://ftp.drupal.org/files/projects/drupal-8.4.2.tar.gz\n dest: /var/www\n\n- name: make directory \n file:\n path: /var/www/html/drupal\n state: directory\n mode: 0755\n ow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | hemantkhokharvce/drupal_role | 2047af8f8e0f4626fc794aafa07b4b6a276dc290 | 0 | roles/nginx_php | 4 | [
"no_license"
] | [
{
"path": "roles/nginx_php/tasks/debian.yml",
"content": "---\n#install nginx\n- name: install nginx\n apt: name=nginx state=present\n notify:\n - restart nginx\n\n# Setup PHP on System\n- name: Install python-properties\n apt: name=python-software-properties state=present\n\n# Adding PHP repository\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1753,
"all_permissive": false
} |
ansible_role | matildeopbravo/ASCN | ff2822f71028d8e78ed5e7069385fcd22b909125 | 0 | roles/ghost_deploy | 4 | [
"no_license"
] | [
{
"path": "roles/ghost_deploy/tasks/main.yml",
"content": "---\n\n- name: Create MySQL PVC\n kubernetes.core.k8s:\n state: present\n template: mysql/mysql-pvc.yml\n namespace: default\n\n- name: Create MySQL deployment\n kubernetes.core.k8s:\n state: present\n template: mysql/mysql-deployme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | matildeopbravo/ASCN | ff2822f71028d8e78ed5e7069385fcd22b909125 | 0 | roles/ghost_undeploy | 4 | [
"no_license"
] | [
{
"path": "roles/ghost_undeploy/tasks/main.yml",
"content": "---\n\n- name: Undeploy Ghost service\n kubernetes.core.k8s:\n state: absent\n template: ghost/ghost-service.yml\n namespace: default\n wait: true\n\n- name: Undeploy Ghost\n kubernetes.core.k8s:\n state: absent\n template: gho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | matildeopbravo/ASCN | ff2822f71028d8e78ed5e7069385fcd22b909125 | 0 | roles/test_ghost | 4 | [
"no_license"
] | [
{
"path": "roles/test_ghost/tasks/main.yml",
"content": "---\n\n- name: Refresh inventory\n meta: refresh_inventory\n\n- name: Check that you can connect (GET) to Ghost and it returns a status 200\n ansible.builtin.uri:\n url: \"http://{{ ghost_ip }}:{{ghost_port}}/\"\n method: GET\n status_code:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1977,
"all_permissive": false
} |
ansible_role | vavolynets/hello_app | da09dd9919c75cd368c6445953e2e7ebb4d2bec3 | 0 | ansible/roles/nginx | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt: pkg=nginx state=latest force=yes\n tags: [nginx]\n\n- name: Install nginx-extras\n apt: pkg=nginx-extras state=latest force=yes\n tags: [nginx]\n\n- name: Remove the app's config, if exists\n ##command: rm -rf /etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 620,
"all_permissive": false
} |
ansible_role | vavolynets/hello_app | da09dd9919c75cd368c6445953e2e7ebb4d2bec3 | 0 | ansible/roles/passenger | 4 | [
"no_license"
] | [
{
"path": "ansible/roles/passenger/defaults/main.yml",
"content": "directories:\n - /etc/nginx/conf.d\n - /etc/nginx/sites-available\n - /etc/nginx/sites-enabled\n\nfiles: [\n {src: 'etc_nginx_nginx.conf', dest: '/etc/nginx/nginx.conf'},\n {src: 'etc_nginx_passenger.conf', dest: '/etc/nginx/passenger.c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2256,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.