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 | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/get-vars | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/get-vars/tasks/main.yml",
"content": "- name: \"Gather facts\"\r\n setup: \r\n with_items: groups['all']\r\n\r\n- name: \"Setup masterIP variable\"\r\n set_fact: masterIP=\"{{ hostvars[item].ansible_host }}\"\r\n with_inventory_hostnames: sparkMaster\r\n\r\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/ipfixcol | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/ipfixcol/tasks/storage-plugins.yml",
"content": "# Storage plugins\n\n# fastbit\n- name: Build fastbit storage plugin\n command: >\n {{ item }}\n chdir={{ build.dir }}/plugins/storage/fastbit\n creates=/usr/local/share/ipfixcol/plugins/ipfixcol-fastbit-output.... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 15929,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/kafka | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/kafka/defaults/main.yml",
"content": "---\n# file: roles/kafka/defaults/main.yml\n\nkafka_dir: /opt/kafka\nkafka_download_url: https://archive.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz \nkafka_filename: kafka_2.12-2.3.0\nretention: 30000\nkafka_maximum_heap_spac... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3838,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/spark | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/spark/templates/spark-slave.service.j2",
"content": "[Unit]\nDescription=Spark Slave service\nDocumentation=https://spark.apache.org/docs/latest/\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target\n\n[Service]\nType=forking\nUser={{ user }}... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8505,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/ubuntu-systemd-normalizer | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/ubuntu-systemd-normalizer/vars/main.yml",
"content": "---\n\nnormalizer_user: normalizer",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "provisioning/ansible/roles/ubuntu-systemd-normalizer/tasks/users.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1666,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/ansible/roles/web | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/web/templates/chgpasswd.py.j2",
"content": "#!/usr/bin/env python2\n\n#from gluon.widget import console\nfrom gluon.main import save_password\n\n#console()\nsave_password(\"{{ <PASSWORD> }}\",443)\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4575,
"all_permissive": false
} |
ansible_role | CSIRT-MU/Stream4Flow | 897fca153ea2cc80ae7accb1d14a65c67d05c36f | 102 | provisioning/test/integration/roles/integration-test | 7,401 | [
"no_license"
] | [
{
"path": "provisioning/test/integration/roles/integration-test/templates/query_for_data.py",
"content": "from urllib import urlopen\nimport simplejson as json\n\n\n\ndef contains(set):\n if 40 in set:\n if 60 in set:\n if 20 in set:\n return True\n return False\n\n\nd... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2043,
"all_permissive": false
} |
ansible_role | muirdok/nexkek | f08add9f0d1340d6ab0a603212d371334a46d9c0 | 0 | old_stuff/roles/vdbench_lin_local | 7,401 | [
"no_license"
] | [
{
"path": "old_stuff/roles/vdbench_lin_local/tasks/main.yml",
"content": "---\n- include_vars: \"{{ vars_file }}\"\n- assert:\n that:\n - vconf != \"\"\n - vdarcht != \"\"\n - vdpath != \"\"\n - vdbshell != \"\"\n- name: Configure resolvconf\n lineinfile: dest=/etc/resolv.conf line='nameserve... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1275,
"all_permissive": false
} |
ansible_role | BendinRS/HomeworkPostgreSQL | 51bfc9f19acbe2a343d7d9350ef6f1a77efa5834 | 0 | roles/barman | 7,401 | [
"no_license"
] | [
{
"path": "roles/barman/tests/test.yml",
"content": "---\n- hosts: barmanhost\n remote_user: root\n roles:\n - barman\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/barman/tasks/main.yml",
"content": "---\n- name: update yum caсhe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 507,
"all_permissive": false
} |
ansible_role | BendinRS/HomeworkPostgreSQL | 51bfc9f19acbe2a343d7d9350ef6f1a77efa5834 | 0 | roles/pg | 7,401 | [
"no_license"
] | [
{
"path": "roles/pg/handlers/main.yml",
"content": "---\n# handlers file for pg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/pg/tasks/main.yml",
"content": "---\n- name: update yum caсhe\n yum:\n update_cache: true\n\n# - name: E... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3109,
"all_permissive": false
} |
ansible_role | BendinRS/HomeworkPostgreSQL | 51bfc9f19acbe2a343d7d9350ef6f1a77efa5834 | 0 | roles/replica | 7,401 | [
"no_license"
] | [
{
"path": "roles/replica/defaults/main.yml",
"content": "---\n# defaults file for pg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/replica/tasks/main.yml",
"content": "---\n- name: update yum caсhe\n yum:\n update_cache: true",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_backup | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_backup/tasks/main.yml",
"content": "- name: Create a backups sub folder\n file: path=\"{{ backup_folder }}\" state=directory\n\n- name: Copy certs to backup dir\n shell: \"cp -Rp {{ cert_path }} {{ backup_folder }}\"\n ignore_errors: true\n\n# Databases are numbered, with 0 being c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_configure | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_configure/handlers/main.yml",
"content": "# handlers file for openldap\n- name: \"Restart slapd\"\n become: yes\n become_method: sudo\n service:\n name: slapd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 19245,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_install | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_install/tasks/install.yml",
"content": "- name: Check debconf for slapd entries\n shell: (debconf-get-selections | grep -q -s slapd); echo $?\n register: debconf\n ignore_errors: yes\n\n# check them with `debconf-get-selections | grep slapd`\n- name: \"Set OpenLDAP unattended insta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1538,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_restore_backup | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_restore_backup/tasks/main.yml",
"content": "# http://tylersguides.com/articles/backup-restore-openldap/\n\n- name: Stop OpenLDAP\n service:\n name: slapd\n state: stopped\n\n- name: Move existing OpenLDAP configuration DIT, /etc/ldap/slapd.d, to backup folder\n shell: \"mv /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2102,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_restore_backup_test | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_restore_backup_test/tasks/main.yml",
"content": "# unit tests\n\n# remove definitions (not configuration) and\n# restore backup (data definitions, users, uo and groups)\n- set_fact:\n backup_folder: \"{{ backup_folder }}/tests\"\n- debug: msg=\"Backup folder used to dumps everythin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_test | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_test/tasks/main.yml",
"content": "- name: \"OpenLDAP UNIT TEST #####################\"\n import_tasks: unit_tests.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "roles/slapd_test/tasks/unit_tests.yml",
"content": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5958,
"all_permissive": false
} |
ansible_role | peppelinux/ansible-slapd-eduperson2016 | 9c4d268b20d8bf483ef48121fb3b885f86ca906b | 11 | roles/slapd_uninstall | 7,401 | [
"no_license"
] | [
{
"path": "roles/slapd_uninstall/tasks/cleanup.yml",
"content": "- name: Stop slapd\n service: name=slapd state=stopped enabled=false\n ignore_errors: yes\n \n- name: Uninstall slapd\n apt: name=slapd state=absent purge=yes\n\n- name: Remove /var/lib/ldap\n file: path=/var/lib/ldap state=absent\n\n- na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 422,
"all_permissive": false
} |
ansible_role | xsgordon/okd-kubevirt-demo | f94b89250420eb3f518cd2ac4f063de6141ba6d3 | 0 | roles/kubevirt | 7,401 | [
"no_license"
] | [
{
"path": "roles/kubevirt/vars/versions.yaml",
"content": "---\nkubevirt_version: v0.14.0\ncdi_version: v1.5.2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/kubevirt/tasks/main.yaml",
"content": "---\n- include_vars: versions.yaml\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2803,
"all_permissive": false
} |
ansible_role | xsgordon/okd-kubevirt-demo | f94b89250420eb3f518cd2ac4f063de6141ba6d3 | 0 | roles/oc | 7,401 | [
"no_license"
] | [
{
"path": "roles/oc/tasks/main.yaml",
"content": "---\n- name: Download oc client\n get_url:\n url: \"https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz\"\n dest: \"/root/\"\n\n- name: Extract oc client\n unarchive:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1805,
"all_permissive": false
} |
ansible_role | xsgordon/okd-kubevirt-demo | f94b89250420eb3f518cd2ac4f063de6141ba6d3 | 0 | roles/packet | 7,401 | [
"no_license"
] | [
{
"path": "roles/packet/tasks/main.yaml",
"content": "---\n- pip:\n name: packet-python\n\n- include_vars: packet_config.yaml\n tags: always\n\n- include_vars: packet_config_secret.yaml\n tags: always\n\n- packet_sshkey:\n key_file: \"{{packet_ssh_key}}\"\n label: \"OKD KubeVirt Demo Key\"\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1654,
"all_permissive": false
} |
ansible_role | rosogon/ansible-openvpn | 7149125fba91ce66dc64354593f1316ca419dfcb | 0 | roles/openvpn | 7,401 | [
"permissive"
] | [
{
"path": "roles/openvpn/defaults/main.yml",
"content": "---\n# defaults file for openvpn\n\nopenvpn_mode: server\n\nopenvpn_server_config_tpl: templates/server.conf.j2\nopenvpn_client_config_tpl: templates/client.conf.j2\nopenvpn_server_ip: \"{{ hostvars[groups['servers'][0]].inventory_hostname }}\"\nopenv... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2731,
"all_permissive": true
} |
ansible_role | darkroom2/server-setup-ansible | 70efa0581ce962aa4cfb38685d7390afcb8caed8 | 0 | roles/docker-compose | 7,401 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Add Docker GPG key\n become: true\n ansible.builtin.apt_key:\n url: 'https://download.docker.com/linux/ubuntu/gpg'\n keyring: '{{ docker_keyring_path }}'\n state: present\n\n- name: Check dpkg architecture\n become: false\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | CloudSantosh/web-db-loadbalancer | 3fbce9cab5aafa79a8e21a74bbaeae78c07c06a1 | 0 | ansible_vm_aws/roles/python | 7,401 | [
"no_license"
] | [
{
"path": "ansible_vm_aws/roles/python/tasks/main.yml",
"content": "---\n- name: installing packages for python env\n become: true\n yum:\n name:\n - python3-pip\n update_cache: yes\n- name: Creates directory\n file:\n path: ./basic-http-server\n state: directory\n\n- name: Copy files to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | sorsby-homelab/infrastructure | f39123fee29206e8c9ec1dc774ddb8d2c95a6f7d | 0 | roles/create_vm | 7,401 | [
"permissive"
] | [
{
"path": "roles/create_vm/handlers/main.yml",
"content": "---\n# handlers file for roles/create_vm\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 40
},
{
"path": "roles/create_vm/tasks/configure.yml",
"content": "---\n# tasks file fo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3020,
"all_permissive": true
} |
ansible_role | sorsby-homelab/infrastructure | f39123fee29206e8c9ec1dc774ddb8d2c95a6f7d | 0 | roles/vm_hardening | 7,401 | [
"permissive"
] | [
{
"path": "roles/vm_hardening/vars/main.yml",
"content": "---\n# vars file for roles/vm_hardening\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 39
},
{
"path": "roles/vm_hardening/meta/main.yml",
"content": "---\ngalaxy_info:\n auth... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 568,
"all_permissive": true
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/girder-grunt | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/girder-grunt/meta/main.yml",
"content": "---\n\ndependencies:\n - role: girder-variables\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "ansible/roles/girder-grunt/tasks/main.yml",
"content": " - name: npm | package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/girder-install | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/girder-install/meta/main.yml",
"content": "---\n\ndependencies:\n - role: girder-variables\n - role: mongodb-variables\n - role: user-generate\n name: \"{{ girder_user }}\"\n group: \"{{ girder_group }}\"\n crypt_pass: \"{{ girder_crypt_pass }}\"\n system: true\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3773,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/girder-service | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/girder-service/tasks/main.yml",
"content": "---\n\n - name: girder | service\n service:\n name: girder\n state: \"{{ state }}\"\n when: notify_services|bool\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/girder-variables | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/girder-variables/meta/main.yml",
"content": "---\n\ndependencies:\n - role: git-cache\n repo: git://github.com/girder/girder.git\n version: \"{{ girder_version }}\"\n variable_prefix: girder\n state: present\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2879,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/git-cache | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/git-cache/tasks/main.yml",
"content": "---\n\n - name: logic flags | compute\n set_fact:\n do_install: >\n {{ state == \"present\" }}\n remove_repo: >\n {{ state == \"absent\" }}\n\n - name: git | install\n apt: name=git state=present upda... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2132,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/minerva | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/minerva/tasks/main.yml",
"content": "---\n - name: Probe minerva folder\n stat: path=\"{{minerva_install_root}}\"\n register: path\n tags: minerva\n\n - name: Get minerva from github\n git:\n repo: https://github.com/Kitware/minerva.git\n version: \"{{ minerv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1813,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/mongodb-install | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb-install/tasks/main.yml",
"content": "---\n - name: Add MongoDB repo key\n command: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10\n sudo: yes\n tags: girder\n\n - name: Add MongoDB repo\n apt_repository: repo='deb http://downloads-distro.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1118,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/mongodb-service | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb-service/meta/main.yml",
"content": "---\n\ndependencies:\n - role: mongodb-variables\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "ansible/roles/mongodb-service/tasks/main.yml",
"content": "---\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/rabbitmq-install | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq-install/tasks/main.yml",
"content": "---\n\n - name: install\n apt:\n name: rabbitmq-server\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "ansible/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/rabbitmq-service | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq-service/tasks/main.yml",
"content": "---\n\n - name: rabbitmq | service\n service:\n name: rabbitmq-server\n state: \"{{ state }}\"\n when: notify_services|bool\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/rabbitmq-variables | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq-variables/tasks/main.yml",
"content": "---\n\n - name: rabbitmq | service | logic flags | compute\n set_fact:\n remove_data_root: \"{{ state == 'absent' }}\"\n remove_install_root: \"{{ state == 'absent' }}\"\n stop_services: \"{{ state == 'absent' ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/upstart | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/upstart/meta/main.yml",
"content": "---\n\ndependencies:\n - role: user-generate\n name: \"{{ user }}\"\n system: true\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ansible/roles/upstart/temp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | OpenDataAnalytics/gaia | 783427d1f5cb5121e99b009177ee315561042ddb | 33 | ansible/roles/user-generate | 7,401 | [
"no_license"
] | [
{
"path": "ansible/roles/user-generate/tasks/main.yml",
"content": "---\n\n - name: user | probe\n user:\n name: \"{{ name }}\"\n state: present\n register: probe\n\n - name: facts | set\n set_fact:\n group: \"{{ group|default(name) }}\"\n system_group: \"{{ (system_gr... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2166,
"all_permissive": false
} |
ansible_role | mmmex/postgresql | a55065689440788639ef393c086e62342fafacfc | 0 | ansible/roles/depend | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/depend/tasks/main.yml",
"content": "---\n- name: Set timezone to Europe/Moscow\n timezone:\n name: Europe/Moscow\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install dependencies\n yum:\n name:\n - python\n - python-dev... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | mmmex/postgresql | a55065689440788639ef393c086e62342fafacfc | 0 | ansible/roles/pgbackrest | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/pgbackrest/templates/master.conf.j2",
"content": "[global]\nlog-level-file=detail\nrepo1-host=backup\nrepo1-host-user=postgres\n\n[demo]\npg1-path=/var/lib/pgsql/15/data",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2105,
"all_permissive": false
} |
ansible_role | mmmex/postgresql | a55065689440788639ef393c086e62342fafacfc | 0 | ansible/roles/postgres-cluster | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres-cluster/tasks/main.yml",
"content": "---\n- name: Init database\n command: /bin/postgresql-15-setup initdb\n args:\n creates: /var/lib/pgsql/15/data/postgresql.conf\n when: ansible_facts['hostname'] == \"master\"\n\n- name: Copy postgresql.conf file\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4040,
"all_permissive": false
} |
ansible_role | mmmex/postgresql | a55065689440788639ef393c086e62342fafacfc | 0 | ansible/roles/ssh-keys | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh-keys/tasks/main.yml",
"content": "---\n- name: Generate ssh key for \"{{ ssh_key_user }}\"\n user: \n name: \"{{ ssh_key_user }}\"\n generate_ssh_key: yes\n ssh_key_type: ed25519\n ssh_key_file: .ssh/id_ed25519\n state: present\n register: ssh_key\n\n- name: Fet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1490,
"all_permissive": false
} |
ansible_role | rvegesna/ansible8 | d0559370eac882b508493f91cfc95e0c5b7b6fbd | 0 | roles/webservers | 7,402 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n- name: Install apache web server\n yum: name=httpd state=installed\n- name: copy index.html\n copy: src=index.html dest=/var/www/html\n notify: restart httpd\n- name: start httpd service\n service: name=httpd state=started\n\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | AutomateWithAnsible/Ansible-Windows-and-Linux-Examples | 86cc821d131667251eb6d54e7952e790d09c017c | 1 | roles/Downloads-and-Archives | 7,402 | [
"no_license"
] | [
{
"path": "roles/Downloads-and-Archives/defaults/main.yml",
"content": "---\n# defaults file for somecoolrolename\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/Downloads-and-Archives/handlers/main.yml",
"content": "---\n# handlers fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1584,
"all_permissive": false
} |
ansible_role | AutomateWithAnsible/Ansible-Windows-and-Linux-Examples | 86cc821d131667251eb6d54e7952e790d09c017c | 1 | roles/Files-and-File-Transfers | 7,402 | [
"no_license"
] | [
{
"path": "roles/Files-and-File-Transfers/defaults/main.yml",
"content": "---\n# defaults file for basics\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/Files-and-File-Transfers/tasks/main.yml",
"content": "---\n- name: \"Create a dire... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2209,
"all_permissive": false
} |
ansible_role | AutomateWithAnsible/Ansible-Windows-and-Linux-Examples | 86cc821d131667251eb6d54e7952e790d09c017c | 1 | roles/Package-Advanced | 7,402 | [
"no_license"
] | [
{
"path": "roles/Package-Advanced/handlers/main.yml",
"content": "---\n- name: apache\n service:\n name: httpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/Package-Advanced/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | AutomateWithAnsible/Ansible-Windows-and-Linux-Examples | 86cc821d131667251eb6d54e7952e790d09c017c | 1 | roles/Package-Basic | 7,402 | [
"no_license"
] | [
{
"path": "roles/Package-Basic/tasks/main.yml",
"content": "---\n# tasks file for basics\n\n- name: Just be basic and Install Vim\n package:\n name: vim\n state: present\n tags: basic-vim-install\n\n- name: Just be basic and Uninstall Vim\n package:\n name: vim\n state: absent\n tags: basic-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | AutomateWithAnsible/Ansible-Windows-and-Linux-Examples | 86cc821d131667251eb6d54e7952e790d09c017c | 1 | roles/Windows | 7,402 | [
"no_license"
] | [
{
"path": "roles/Windows/vars/main.yml",
"content": "---\n# vars file for Windows\nvms:\n - name: \"Example-VM-Name\"\n ip: \"123.456.789.012\"\n - name: \"Example-2-VM-Name\"\n ip: \"123.456.789.013\"\n - name: \"Example-3-VM-Name\"\n ip: \"123.456.789.013\"\n - name: \"Example-4-VM-Name\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | eficode-academy/ansible-workshop | 916d588d82ba61b3f2e347c7135e4c2004d56761 | 1 | exercises/tags/roles/tags | 7,402 | [
"no_license"
] | [
{
"path": "exercises/tags/roles/tags/tasks/main.yml",
"content": "- name: Check if file 1 exists\n stat:\n path: /tmp/serious_file1.txt\n register: file1_register\n tags:\n - file1\n - file2\n\n- name: Check if file 2 exits\n stat:\n path: /tmp/serious_file2.txt\n register: file2_register\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | dwesh163/Quizzoto.ops | a0502a6195ff2b7b5ca7d6e78121e13468142d44 | 0 | roles/quizzoto | 7,402 | [
"no_license"
] | [
{
"path": "roles/quizzoto/tasks/main.yml",
"content": "- include_vars: quizzoto-vars.yml\n\n- name: debug\n ansible.builtin.debug:\n msg: \"npm i && {{ 'npm run dev' if quizzoto_env == 'test' else 'npm run build && npm run start'}}\"\n\n- name: \"Clone quizzoto repository\"\n ansible.builtin.git:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | dwesh163/Quizzoto.ops | a0502a6195ff2b7b5ca7d6e78121e13468142d44 | 0 | roles/traefik | 7,402 | [
"no_license"
] | [
{
"path": "roles/traefik/tasks/traefik.yml",
"content": "---\n# tasks file for idevfsd-traefik\n\n- include_vars: traefik-vars.yml\n- include_vars: quizzoto-vars.yml\n\n- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n mode: \"755\"\n with_items:\n - \"{{ traefik_p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3050,
"all_permissive": false
} |
ansible_role | timhansendev/ansible_windows_sql_server | 47c3a7ecccf7259e6be23a7bb9b65828cbc84bfb | 1 | roles/mssql | 7,402 | [
"no_license"
] | [
{
"path": "roles/mssql/tasks/main.yml",
"content": "---\n\n# Load required powershell modules\n- name: Powershell | Check for SQLServer DSC Powershell module\n win_psmodule:\n name: SQLServerDsc\n state: present\n\n- name: Powershell | Check for Storage DSC Powershell module\n win_psmodule:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10831,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/consul | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/consul/templates/service_definition.json.j2",
"content": "{{ item|to_nice_json }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "deploy/roles/consul/templates/initscript.sh.j2",
"content": "#! /bin/bash\n# Go/Revel se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4883,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/consul_del | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/consul_del/tasks/main.yml",
"content": "---\n\n# This role allows us to remove values from consul\n\n- name: \"Remove consul key: {{ key }}\"\n uri: url=http://localhost:8500/v1/kv/{{ key }}?recurse method=DELETE return_content=yes status_code=200\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/consul_service | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/consul_service/templates/sidekiq.json.j2",
"content": "{\n\t\"service\": {\n\t\t\"name\": \"{{ consul_services.type }}_{{ consul_services.name }}\",\n\t\t\"tags\": {{ consul_services.tags|safe }},\n\t\t\"check\": {\n\t\t\t\"notes\": \"Check that {{ consul_services.type }} {{ consul_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3789,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/consul_set | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/consul_set/tasks/main.yml",
"content": "---\n\n# This role allows us to set values to consul\n\n- name: \"Set {{ key }} to {{ value }}\"\n uri: url=http://localhost:8500/v1/kv/{{ key }} method=PUT body={{ value }} return_content=yes\n register: response\n\n- action: fail\n when: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/datadog_haproxy | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/datadog_haproxy/tasks/main.yml",
"content": "- name: Configure datadog to use haproxy\n template: src=haproxy.yaml dest=/etc/dd-agent/conf.d/haproxy.yaml\n\n- name: Restart datadog\n service: name=datadog-agent state=restarted\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 354,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/datadog_install | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/datadog_install/tasks/main.yml",
"content": " - name: Check if Datadog is installed\n command: dd-agent\n register: dd_agent\n ignore_errors: true\n\n - name: Install Datadog\n shell: DD_API_KEY={{ datadog.key }} bash -c \"$(curl -L https://raw.githubusercontent.com/Dat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/datadog_nginx | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/datadog_nginx/tasks/main.yml",
"content": "- name: Install configs for datadog\n template: src=nginx.yaml dest=/etc/dd-agent/conf.d/nginx.yaml\n\n- name: Restart datadog-agent\n service: name=datadog-agent state=restarted\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/datadog_postgres | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/datadog_postgres/templates/postgres.yaml",
"content": "init_config:\n\ninstances:\n - host: localhost\n port: 5432\n username: {{ datadog.postgresql.user }}\n password: {{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 685,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/fail2ban | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/fail2ban/tasks/main.yml",
"content": "---\n\n# This role installs fail2ban and configures the local jail.\n\n- name: Ensure Fail2ban's presence\n apt: name=fail2ban state=present\n\n- name: Ensure configuration's presence\n copy: src=jail.local dest=/etc/fail2ban/jail.local\n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/force_xterm_bash | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/force_xterm_bash/tasks/main.yml",
"content": "---\n\n# This role sets the bashrc of the current user as well as root to have \"export TERM=xterm\".\n# This stops weird errors when you ssh in with non-xterm-based terminals\n\n- name: Ensure TERM=xterm\n lineinfile: dest=~/.bashrc lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/hosts | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/hosts/tasks/main.yml",
"content": "---\n\n# This role ensures the /etc/hosts file has a hostname in it.\n\n- name: Ensure localhost in /etc/hosts file\n lineinfile: dest=/etc/hosts state=present line='127.0.0.1 localhost' insertafter=EOF owner=root group=root mode=0644\n\n- name: En... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/nginx | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/nginx/templates/nginx.conf",
"content": "user www-data;\nworker_processes 1;\n\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/nodejs | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/nodejs/tasks/main.yml",
"content": "---\n\n# This role installs nodejs on the server.\n\n- name: Ensure NodeJS's presence\n apt: name=nodejs state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/postgres_db_setup | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/postgres_db_setup/tasks/main.yml",
"content": "---\n\n- name: Ensure the Postgres user exists\n user: name=postgres state=present\n sudo_user: root\n\n- name: Ensure the new Postgres user \"{{ db.username }}\" exists\n user: name={{ db.username }} state=present\n sudo_user: root\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 572,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/postgres_extensions | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/postgres_extensions/tasks/main.yml",
"content": "---\n\n- name: Install Postgres Schemas on {{ db.name }}\n shell: psql -d {{ db.name }} -c 'CREATE SCHEMA IF NOT EXISTS {{ item.schema }};'\n with_items: db.extensions\n sudo_user: postgres\n\n- name: Install Public access to schema... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/postgres_install | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/postgres_install/tasks/main.yml",
"content": "- name: Install python-software-properties\n apt: pkg=software-properties-common state=installed\n\n- name: Add Postgres Repository Key\n apt_key: id=ACCC4CF8 url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1223,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/rails | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/rails/templates/unicorn.rb.j2",
"content": "worker_processes {{ rails.unicorn.worker_processes }}\nAPP_PATH = \"{{ rails.unicorn.directory }}\"\nworking_directory APP_PATH\nlisten \"/tmp/{{ rails.unicorn.directory_name }}.sock\", :backlog => 64\ntimeout 30\npid APP_PATH + \"/tmp/pid... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/rbenv | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/rbenv/tasks/main.yml",
"content": "- name: Install ruby-building prerequesites\n apt: name={{ item }} state=installed\n with_items:\n - autoconf\n - automake\n - bison\n - build-essential\n - curl\n - exuberant-ctags\n - git-core\n - libc6-dev\n - libffi6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2171,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/redis | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/redis/tasks/main.yml",
"content": "---\n\n# This role installs Redis\n\n- name: Ensure Redis's presence\n apt: name=redis-server state=present\n\n- name: Ensure Redis has been started\n service: name=redis-server state=started enabled=true\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/repository_pull | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/repository_pull/tasks/main.yml",
"content": "---\n\n- name: Upload SSH Key\n copy: src=id_rsa_deployment dest=/tmp/id_rsa_deployment mode=600\n\n- name: Configure SSH Script\n template: src=git_ssh.j2 dest=/tmp/git_ssh.sh mode=700\n\n- name: Synchronising {{ repository.dest }}\n g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/repository_setup | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/repository_setup/tasks/main.yml",
"content": "---\n\n- name: Ensure git's presence\n apt: pkg=git state=present\n\n- name: Ensure /var/www's presence\n file: dest=/var/www owner=deploy group=www-data mode=755 state=directory\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/rpush | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/rpush/tasks/main.yml",
"content": "---\n\n- name: Ensure there's no upstart config of the same place\n file: path=/etc/init.d/rpush_{{ nginx.vhost|lower|replace('.', '_') }} state=absent\n\n- name: Ensure Rpush Init configuration file for {{ nginx.vhost }}\n template: src=rpush.sh.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1812,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/sidekiq | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/sidekiq/templates/sidekiq.sh.j2",
"content": "#!/bin/bash\n# sidekiq Init script for Sidekiq\n# chkconfig: 345 100 75\n#\n# Description: Starts and Stops Sidekiq message processor for Stratus application.\n#\n# User-specified exit parameters used in this script:\n#\n# Exit Code 5 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2759,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/timezone | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/timezone/tasks/main.yml",
"content": "---\n\n# This role sets the timezone and ensures ntp is installed\n# to keep the clock in sync.\n\n- name: Set Timezone to {{ zone }}\n shell: echo \"{{ zone }}\" | sudo tee /etc/timezone\n\n- name: Reconfigure tzdata package\n shell: dpkg-reco... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/unattended_upgrades | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/unattended_upgrades/tasks/main.yml",
"content": "---\n\n- name: Install Unattended Upgrades Package\n apt: pkg=unattended-upgrades state=present\n\n- name: Enable Unattended Upgrades\n template: src=10periodic dest=/etc/apt/apt.conf.d/10periodic\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | ScottishGreens/postcode-lookup-api | 70b51ee1beeb8fa7ee559415dd80fd6a94a739cc | 1 | deploy/roles/unicorn | 7,402 | [
"no_license"
] | [
{
"path": "deploy/roles/unicorn/tasks/main.yml",
"content": "---\n\n- name: Ensure there's no upstart config of the same place\n file: path=/etc/init/unicorn_{{ nginx.vhost|lower|replace('.', '_') }}.conf state=absent\n\n- name: Ensure Unicorn Init configuration file for {{ nginx.vhost }}\n template: src=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | kimcharli/apstra-api | dfa4eb2a0618aa36a3230d0040b41d199a2b5186 | 2 | ansible/roles/auth | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/auth/tasks/main.yaml",
"content": "---\n- name: Get AuthToken\n uri:\n method: POST\n url: \"{{aos_url}}/api/aaa/login\"\n validate_certs: no\n return_content: yes\n body_format: json\n body: \"{ 'username': '{{ aos.aos_server.username }}', 'password': '{{ aos.aos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | kimcharli/apstra-api | dfa4eb2a0618aa36a3230d0040b41d199a2b5186 | 2 | ansible/roles/routing_zone | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/routing_zone/tasks/find.yaml",
"content": "---\n- debug: var=this_routing_zone\n\n- name: List Routing Zones\n uri:\n method: GET\n headers: \"{{ header_auth_json }}\"\n url: \"{{ aos_url }}/api/blueprints/{{ blueprint_id }}/security-zones\"\n validate_certs: no\n re... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3962,
"all_permissive": false
} |
ansible_role | kimcharli/apstra-api | dfa4eb2a0618aa36a3230d0040b41d199a2b5186 | 2 | ansible/roles/virtual_network | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/virtual_network/templates/connectivity_template.j2",
"content": "{\n \"policies\": [\n {\n \"id\": \"{{vn_ep_name}}\",\n \"label\": \"{{vn_ep_name}}\",\n \"description\": \"vlan {{this_virtual_network.label}} vxlan vlan tagged\",\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4234,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/borgbackup | 7,402 | [
"no_license"
] | [
{
"path": "roles/borgbackup/tasks/main.yml",
"content": " - name: Ensure borgbackup repository is added\n apt_repository:\n repo: 'ppa:costamagnagianfranco/borgbackup'\n state: present\n\n - name: Ensure borgbackup and dependencies are installed\n apt:\n name: borgbackup\n update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/common | 7,402 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " - name: Make sure Ansible PPA is in place\n apt_repository:\n repo: 'ppa:ansible/ansible'\n state: present\n\n - name: Upgrade apt to the latest packages\n apt:\n upgrade: dist\n update_cache: yes\n cache_valid_time: 3600... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/docker | 7,402 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": " - name: Ensure Docker 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 [arch=amd64] https://d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/dry | 7,402 | [
"no_license"
] | [
{
"path": "roles/dry/tasks/main.yml",
"content": "### https://github.com/moncho/dry\n\n- name: Download Dry (top-like tool for Docker)\n get_url:\n url: https://moncho.github.io/dry/dryup.sh\n dest: /root/dryup.sh\n mode: 0755\n\n- name: Install Dry\n shell: /root/dryup.sh\n args:\n chdir: /r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/nginx-proxy | 7,402 | [
"no_license"
] | [
{
"path": "roles/nginx-proxy/tasks/main.yml",
"content": "### https://github.com/jwilder/nginx-proxy\n### https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion\n\n- name: Get UID of {{ docker_user }}\n shell: id -u \"{{ docker_user }}\"\n register: docker_user_id\n\n- name: Create nginx-proxy c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2011,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/portainer | 7,402 | [
"no_license"
] | [
{
"path": "roles/portainer/tasks/main.yml",
"content": "### https://github.com/portainer/portainer\n\n- name: Create Portainer Config Directory\n file:\n path: /opt/docker/portainer\n mode: 0775\n state: directory\n recurse: yes\n\n- name: Download and Run Portainer container\n docker_containe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | rjarow/doowop | d72f3b73c9fa8fa46d18d0ccbcd1173d3e7306a2 | 1 | roles/ufw | 7,402 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": " - name: Install UFW Firewall\n apt:\n name: ufw\n state: present\n update_cache: yes\n cache_valid_time: 3600\n\n - name: Configure UFW defaults (Allow all outgoing, Deny all incoming)\n ufw:\n direction: \"{{ item.direction... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | aswinks123/Ansible-Projects | 7f0bcfa8b43dda8b04503dd40f2d16d9efabd494 | 0 | Server-Patch-Management/roles/checking_updates | 7,402 | [
"no_license"
] | [
{
"path": "Server-Patch-Management/roles/checking_updates/tasks/main.yml",
"content": "- name: Check for updates on Debian/Ubuntu\n ansible.builtin.shell: apt list --upgradeable 2>/dev/null | grep -v \"Listing...\"\n register: update_list\n when: ansible_os_family == \"Debian\"\n\n- name: Set fact if upd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | aswinks123/Ansible-Projects | 7f0bcfa8b43dda8b04503dd40f2d16d9efabd494 | 0 | Server-Patch-Management/roles/updating_system | 7,402 | [
"no_license"
] | [
{
"path": "Server-Patch-Management/roles/updating_system/tasks/main.yml",
"content": "- name: Upgrade packages on Ubuntu\n ansible.builtin.apt:\n upgrade: dist\n update_cache: yes\n\n- name: Check if reboot is required\n ansible.builtin.stat:\n path: /var/run/reboot-required\n register: reboot_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | anauecuri/aula | 74daebe37bc0a36449821bb0ca2ea19a8deaa480 | 0 | ansible/roles/asa_noturna | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/asa_noturna/tasks/install_nginx.yml",
"content": "- name: Instalando NGINX\n package:\n name: nginx\n state: present\n\n- name: Iniciar NGINX\n service:\n name: nginx\n state: restarted \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | anauecuri/aula | 74daebe37bc0a36449821bb0ca2ea19a8deaa480 | 0 | ansible/roles/puppet | 7,402 | [
"no_license"
] | [
{
"path": "ansible/roles/puppet/tasks/main.yml",
"content": "---\n# tasks file for puppet\n- name: Roles de Instalação do Puppet-agent\n hosts: all\n tasks:\n - include: prerequisitos.yml\n - include: install_ubuntu.yml\n when: ansible_distribution == \"Ubuntu\"\n - include: install_centos.y... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | pnavais/rpi4-ansible | bf982a6c508798620d6464124ffb191ba96e1d44 | 7 | roles/arch | 7,398 | [
"no_license"
] | [
{
"path": "roles/arch/tasks/main.yml",
"content": "---\n- name: Add br_netfilter to /etc/modules-load.d/\n copy:\n content: \"br_netfilter\"\n dest: /etc/modules-load.d/br_netfilter.conf\n mode: \"u=rw,g=,o=\"\n\n- name: Load br_netfilter\n modprobe:\n name: br_netfilter\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 826,
"all_permissive": false
} |
ansible_role | pnavais/rpi4-ansible | bf982a6c508798620d6464124ffb191ba96e1d44 | 7 | roles/download | 7,398 | [
"no_license"
] | [
{
"path": "roles/download/tasks/main.yml",
"content": "---\n- name: Retrieve latest crictl release\n delegate_to: localhost\n run_once: true\n become: no\n changed_when: False\n shell:\n cmd: curl -s \"{{ crictl_releases_url }}\" | grep \"browser_download_url\\\":\" | grep \"crictl.*\\-arm64\" | cu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1609,
"all_permissive": false
} |
ansible_role | pnavais/rpi4-ansible | bf982a6c508798620d6464124ffb191ba96e1d44 | 7 | roles/reset | 7,398 | [
"no_license"
] | [
{
"path": "roles/reset/tasks/main.yml",
"content": "---\n- name: Uninstall k3s and stop services on master\n command: /usr/local/bin/k3s-uninstall.sh\n args:\n removes: /usr/local/bin/k3s\n when: \"inventory_hostname == groups['k3s_rpi_master'][0]\"\n\n- name: Uninstall k3s and stop services on worker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | macioxl/k8s-vagrant | 9b39279ff71bb09f8b99befe49b91670ec707dfa | 0 | provision/roles/k8s-common | 7,398 | [
"no_license"
] | [
{
"path": "provision/roles/k8s-common/tasks/main.yml",
"content": "---\n# tasks file for k8s-common\n\n- name: Put SELinux in permissive mode, logging actions that would be blocked.\n selinux:\n policy: targeted\n state: disabled\n\n- name: Disable swap\n command: swapoff -a\n changed_when: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2413,
"all_permissive": false
} |
ansible_role | macioxl/k8s-vagrant | 9b39279ff71bb09f8b99befe49b91670ec707dfa | 0 | provision/roles/k8s-masters | 7,398 | [
"no_license"
] | [
{
"path": "provision/roles/k8s-masters/tasks/master-rest.yml",
"content": "---\n\n- name: Copy the join command to server location\n copy: src=./tmp/join-command dest=/tmp/join-command mode=0400\n\n- name: Copy cert key to server location\n copy: src=./tmp/cert-key dest=/tmp/cert-key mode=0400\n\n- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3556,
"all_permissive": false
} |
ansible_role | macioxl/k8s-vagrant | 9b39279ff71bb09f8b99befe49b91670ec707dfa | 0 | provision/roles/lb | 7,398 | [
"no_license"
] | [
{
"path": "provision/roles/lb/templates/keepalived.conf.j2",
"content": "#jinja2: trim_blocks:False\n! /etc/keepalived/keepalived.conf\n! Configuration File for keepalived\nglobal_defs {\n router_id LVS_DEVEL\n dynamic_interfaces\n}\nvrrp_script check_apiserver {\n script \"/usr/libexec/keepalived/check_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | feedhenry/mobile-control-panel | 5c2ab6a5e6d67b811f81e795c807be7cb4601eab | 9 | installer/roles/ansible-service-broker-setup | 7,398 | [
"no_license"
] | [
{
"path": "installer/roles/ansible-service-broker-setup/tasks/main.yml",
"content": "---\n# tasks file for ansible-service-broker-setup\n\n- name: Check if Ansible Service Broker already exists\n shell: oc get broker ansible-service-broker\n register: oc_get_broker\n changed_when: false\n failed_when:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2821,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.