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 | bigazzzz/simplecloud | 72ca2cd12a8a349c15928469df396c5ed12afecf | 0 | roles/restore | 7,498 | [
"no_license"
] | [
{
"path": "roles/restore/handlers/main.yml",
"content": "---\n\n - name: reload nginx\n systemd:\n name: nginx\n state: reloaded\n\n - name: restart mysql\n systemd:\n name: mysql\n state: restarted\n\n - name: flush privileges mysql\n community.mysql.mysql_query:\n logi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2608,
"all_permissive": false
} |
ansible_role | bigazzzz/simplecloud | 72ca2cd12a8a349c15928469df396c5ed12afecf | 0 | roles/simplecloud_dns | 7,498 | [
"no_license"
] | [
{
"path": "roles/simplecloud_dns/tasks/main.yml",
"content": "---\n\n - name: Get domain records\n uri:\n url: \"https://api.simplecloud.ru/v3/domains/{{ simplecloud_dns_id }}/records\"\n method: GET\n return_content: yes\n status_code: 200\n body_format: json\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1619,
"all_permissive": false
} |
ansible_role | dhaeseq/bibliotheque-ui | d59bcc95fe74dc53a87892668a2bc2a8c8d191a7 | 0 | roles/bibliothequeapplication | 7,498 | [
"no_license"
] | [
{
"path": "roles/bibliothequeapplication/tasks/main.yml",
"content": "---\n\n# BUILD PREPROD UI IMAGE FROM NEXUS AND PUSH DOCKERHUB\n- name: Build preprod ui image from nexus and send it to DockerHub\n docker_image:\n build:\n path: \"{{ role_path }}/files/ui\"\n args:\n nexus_server: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2230,
"all_permissive": false
} |
ansible_role | dhaeseq/bibliotheque-ui | d59bcc95fe74dc53a87892668a2bc2a8c8d191a7 | 0 | roles/docker | 7,498 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n# RESET CONNECTION FOR PIPELINING\n- name: reset ssh connection\n meta: reset_connection\n tags:\n - loginDockerhub\n - freshInstallDocker\n\n# LOG IN DOCKERHUB\n- name: log into docker hub registry\n docker_login:\n username: \"{{ dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | stefwalter/sed-dist-git | 77903be7e802d73cf9a73d116bc509ed12448c8e | 0 | tests/roles/beakerlib | 7,498 | [
"no_license"
] | [
{
"path": "tests/roles/beakerlib/files/rpm.py",
"content": "#!/usr/bin/python\n\nclass TransactionSet:\n def dbMatch(self, key, value):\n return []\n\ndef ts():\n return TransactionSet()\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | stefwalter/sed-dist-git | 77903be7e802d73cf9a73d116bc509ed12448c8e | 0 | tests/roles/cloud | 7,498 | [
"no_license"
] | [
{
"path": "tests/roles/cloud/library/qemu_playbook.py",
"content": "#!/usr/bin/env python\n\nimport os\nimport shutil\nimport signal\nimport subprocess\nimport sys\nimport tempfile\n\n# HACK: Ansible requires this exact string to be here\nfrom ansible.module_utils.basic import *\n\n#\n# Test this module lik... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4628,
"all_permissive": false
} |
ansible_role | stefwalter/sed-dist-git | 77903be7e802d73cf9a73d116bc509ed12448c8e | 0 | tests/roles/rpm | 7,498 | [
"no_license"
] | [
{
"path": "tests/roles/rpm/tasks/main.yml",
"content": "---\n- name: Install the test subject RPMs\n package: name={{item}} state=latest\n with_items: \"{{ subjects }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "tests/roles/rpm/README.md... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/apache | 7,498 | [
"permissive"
] | [
{
"path": "roles/apache/handlers/main.yml",
"content": "---\n\n- name: reload apache\n service: name=apache2 state=reloaded\n\n- name: restart apache\n service: name=apache2 state=restarted\n\n- name: enable apache\n service: name=apache2 enabled=yes\n\n",
"license_type": "permissive",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 908,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/common | 7,498 | [
"permissive"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\n\ncommon_download_dir: /var/cache/ansible/download\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 54
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 384,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/deploy | 7,498 | [
"permissive"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n\n- name: add rundeck's public key to deploy user\n authorized_key:\n user: \"{{ deploy_user }}\"\n key: \"{{ lookup('file', deploy_rundeck_public_key) }}\"\n",
"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": 213,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/elasticsearch | 7,498 | [
"permissive"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n\n- name: enable elasticsearch repository\n apt_repository:\n repo: \"deb http://packages.elasticsearch.org/elasticsearch/{{ elasticsearch_version }}/debian stable main\"\n state: present\n\n- name: add elasticsearch repo key\n apt_key... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/github_repo | 7,498 | [
"permissive"
] | [
{
"path": "roles/github_repo/defaults/main.yml",
"content": "---\n\ngithub_repo_temp: \"/tmp/{{ hackathon_edition }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 54
},
{
"path": "roles/github_repo/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2337,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/github_repo_docs | 7,498 | [
"permissive"
] | [
{
"path": "roles/github_repo_docs/templates/_config.yml.j2",
"content": "title: {{ docs_title }}\nurl: \"http://{{ github_organization }}.github.io\"\nmarkdown: redcarpet\nexclude: ['vendor']\ndomain: {{ domain }}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1787,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/github_repo_microservice | 7,498 | [
"permissive"
] | [
{
"path": "roles/github_repo_microservice/templates/application.yaml.j2",
"content": "\nspring:\n jackson.deserialization.fail-on-unknown-properties: false\n groovy.template.check-template-location: false\n\nrest.api.version: 1.0\ncity.finding.service.url: \"http://api.openweathermap.org/data/2.5/weather\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2574,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/github_repo_properties | 7,498 | [
"permissive"
] | [
{
"path": "roles/github_repo_properties/defaults/main.yml",
"content": "---\n\ngithub_repo_properties_temp: \"/tmp/{{ hackathon_edition }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 65
},
{
"path": "roles/github_repo_properties/temp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1374,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/grafana | 7,498 | [
"permissive"
] | [
{
"path": "roles/grafana/templates/grafana-vhost.j2",
"content": "\nNameVirtualHost *:80\n\n<VirtualHost *:80>\n\n DocumentRoot {{ grafana_root }}/current\n ServerName {{ grafana_host }}\n\n <Directory {{ grafana_root }}/current>\n Options Indexes FollowSymLinks MultiViews\n AllowOver... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3493,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/graphite | 7,498 | [
"permissive"
] | [
{
"path": "roles/graphite/defaults/main.yml",
"content": "---\n\ngraphite_host: graphite.example.com\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 41
},
{
"path": "roles/graphite/tasks/main.yml",
"content": "---\n\n- name: install re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2600,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/hystrix_dashboard | 7,498 | [
"permissive"
] | [
{
"path": "roles/hystrix_dashboard/tasks/main.yml",
"content": "---\n\n- name: install tomcat7 package\n apt:\n pkg: tomcat7\n state: present\n update_cache: yes\n\n- name: configure tomcat7\n template:\n src: server.xml.j2\n dest: /etc/tomcat7/server.xml\n owner: root\n group: tomcat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1208,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/jenkins | 7,498 | [
"permissive"
] | [
{
"path": "roles/jenkins/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure dependencies are installed.\n apt: pkg=curl state=installed\n\n- name: Add Jenkins apt repository key.\n apt_key:\n url: \"https://jenkins-ci.org/debian/jenkins-ci.org.key\"\n state: present\n\n- name: Add Jenkins apt ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5482,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/jenkins_seed_job | 7,498 | [
"permissive"
] | [
{
"path": "roles/jenkins_seed_job/defaults/main.yml",
"content": "---\njenkins_seed_job_host: localhost\njenkins_seed_job_port: 8080\njenkins_seed_job_cli_client: /tmp/jenkins-cli.jar\n\njenkins_seed_job_git_url: https://github.com/microservice-hackathon/jenkins-pipeline-dsl\njenkins_seed_job_git_branch: ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2839,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/kibana | 7,498 | [
"permissive"
] | [
{
"path": "roles/kibana/templates/kibana-apache-site.j2",
"content": "<VirtualHost *:80>\n\n DocumentRoot {{ kibana_dir }}/current\n\tServerName {{ kibana_host }} \n\n <Directory /srv/>\n Options Indexes FollowSymLinks\n AllowOverride None\n Require all granted\n </Directory>\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1690,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/logstash | 7,498 | [
"permissive"
] | [
{
"path": "roles/logstash/templates/conf.d/21-es-output.conf.j2",
"content": "output {\n\telasticsearch {\n\t\thost => \"127.0.0.1\"\n\t}\n}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 53
},
{
"path": "roles/logstash/templates/conf.d/1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2135,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/logstash_forwarder | 7,498 | [
"permissive"
] | [
{
"path": "roles/logstash_forwarder/tasks/main.yml",
"content": "---\n\n- name: enable logstash repository\n apt_repository:\n repo: \"deb http://packages.elasticsearch.org/logstashforwarder/debian stable main\"\n state: present\n\n- name: add logstash apt key\n apt_key:\n url: http://packages.el... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1314,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/mongodb | 7,498 | [
"permissive"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n\n- name: install mongodb server\n apt:\n pkg: mongodb-server\n state: latest\n\n- name: start and enable mongodb\n service:\n name: mongodb\n state: started\n enabled: yes\n",
"license_type": "permissive",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/oracle_jdk | 7,498 | [
"permissive"
] | [
{
"path": "roles/oracle_jdk/defaults/main.yml",
"content": "---\n\noracle_jvm_location: \"/usr/lib/jvm\"\noracle_jdk_download_url: http://download.oracle.com/otn-pub/java/jdk/{{ oracle_jdk_version }}/{{ oracle_jdk_archive }}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2981,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/rundeck | 7,498 | [
"permissive"
] | [
{
"path": "roles/rundeck/tasks/install.yml",
"content": "---\n\n- name: download rundeck package\n get_url:\n url: \"{{ rundeck_download_url }}\"\n dest: /tmp\n\n- name: install java\n apt:\n name: default-jre\n state: present\n\n- name: install rundeck package\n apt:\n deb: \"/tmp/{{ rund... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4688,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/seyren | 7,498 | [
"permissive"
] | [
{
"path": "roles/seyren/tasks/main.yml",
"content": "---\n\n- name: create seyren service group\n group:\n name: \"{{ seyren_group }}\"\n system: yes\n state: present\n\n- name: create seyren service user\n user:\n name: \"{{ seyren_user }}\"\n group: \"{{ seyren_group }}\"\n shell: /bin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2008,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/sonatype-nexus | 7,498 | [
"permissive"
] | [
{
"path": "roles/sonatype-nexus/templates/nginx.conf.j2",
"content": "#{{ ansible_managed }}\n{% if sonatype_nexus_nginx_ssl == true %}\nserver {\n server_name {{ sonatype_nexus_nginx_fqdn }};\n listen 80{% if sonatype_nexus_nginx_default_site == true %} default{% endif %};\n rewrite ^ https://$host$requ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7082,
"all_permissive": true
} |
ansible_role | microservice-hackathon/infrastructure | 0aa687a095b84cb2490f894f681bd19de1355003 | 9 | roles/zookeeper | 7,498 | [
"permissive"
] | [
{
"path": "roles/zookeeper/vars/main.yml",
"content": "---\n\nzookeeper_exhibitor_jar: \"exhibitor-{{ zookeeper_exhibitor_version }}.jar\"\nzookeeper_archive_name: \"zookeeper-{{ zookeeper_version }}\"\nzookeeper_download_dest: \"/tmp/{{ zookeeper_archive_name }}.tar.gz\"\nzookeeper_download_url: \"{{ zooke... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4070,
"all_permissive": true
} |
ansible_role | Unfairz/appx | 56521e761a486cade9384e350dccccdda23e7ca9 | 0 | roles/kvm | 7,498 | [
"no_license"
] | [
{
"path": "roles/kvm/files/getip.sh",
"content": "virsh domifaddr {{ item.name }} | awk '{ print $4 }' | tail -n 2 | head -n 1 | cut -d \"/\" -f 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/kvm/tasks/main.yml",
"content": "---\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8365,
"all_permissive": false
} |
ansible_role | Unfairz/appx | 56521e761a486cade9384e350dccccdda23e7ca9 | 0 | roles/main | 7,498 | [
"no_license"
] | [
{
"path": "roles/main/vars/main.yml",
"content": "---\n# vars file for roles/main",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/main/tasks/main.yml",
"content": "---\n# tasks file for roles/main\n\n- name: update all packages\n yum:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2245,
"all_permissive": false
} |
ansible_role | jjgrinwis/tower_vsphere | 28e7a77ec63df7346f9a8cf0f7a34b19d324fc68 | 0 | roles/docker_centos | 7,491 | [
"no_license"
] | [
{
"path": "roles/docker_centos/tasks/main.yml",
"content": "---\n# check if centos version is 7 or higher\n# then install docker using script\n\n- name: check Centos version\n fail: msg=\"Centos version should by 7 or higher\"\n when: ansible_distribution_major_version < 7\n\n- name: first yum update\n y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | jjgrinwis/tower_vsphere | 28e7a77ec63df7346f9a8cf0f7a34b19d324fc68 | 0 | roles/docker_ubuntu | 7,491 | [
"no_license"
] | [
{
"path": "roles/docker_ubuntu/tasks/main.yml",
"content": "---\n# tasks to install docker on Ubuntu\n#\n\n- name: update package information\n apt: update_cache=yes\n\n- name: install first serie of packages, should be installed for every Ubuntu version\n apt: name={{ item }} state=present\n with_items:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | ghibbo/Challenge | 3684857d1ad351063c16a7c4a9f11553a9c22f7c | 0 | roles/docker | 7,491 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: Create Docker Disk\n include_tasks: docker-disk.yml\n\n- name: Install Docker CE \n include_tasks: docker-centos.yml\n\n- name: Include gen-certs.yml\n include: gen-certs.yml\n tags: [common, certs]\n\n- name: Doc... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7422,
"all_permissive": false
} |
ansible_role | ghibbo/Challenge | 3684857d1ad351063c16a7c4a9f11553a9c22f7c | 0 | roles/initialize | 7,491 | [
"no_license"
] | [
{
"path": "roles/initialize/handlers/main.yml",
"content": "---\n# handlers file for initialize\n- name: restart_sshd\n service:\n name: sshd\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/initialize/tasks/create_u... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2508,
"all_permissive": false
} |
ansible_role | ghibbo/Challenge | 3684857d1ad351063c16a7c4a9f11553a9c22f7c | 0 | roles/swarm | 7,491 | [
"no_license"
] | [
{
"path": "roles/swarm/vars/main.yml",
"content": "---\n# vars file for swarm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/swarm/tasks/main.yml",
"content": "---\n# tasks file for swarm\n- name: Configure Docker Swarm\n include_task... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/common | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/common/tasks/main.yml",
"content": "---\n - name: install basic linux components\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - openssl\n - python34\n - python34-pip\n - tree\n\n - name: Upgrade p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/ebs_vol | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/ebs_vol/README.md",
"content": "Responsible for attaching ebs volume attachment.\n\n## Procedure :\n\n Create a YAML file in task directory under the name host.\n\n## Example :\n\n Create a block per volume like below -\n\n\n - ec2_vol:\n instan... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/mount | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/mount/tasks/main.yml",
"content": "---\n - include: \"{{ ansible_hostname }}.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "infra-repo-master/infra-repo-master/roles/mount/templates/sys... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/mysql7 | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/mysql7/handlers/main.yml",
"content": "---\n- name: restart mysql\n service: name=mysqld state=started enabled=true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "infra-repo-master/infra-repo-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/nginx | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/nginx/tasks/install_nginx.yml",
"content": "# Install / update pacakges :\n- name: RedHat | Nginx package\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n#Create conf.d if doesn't exist\n- name: Creates directory\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3217,
"all_permissive": false
} |
ansible_role | livelinux2/Infra_activities | 7b49c58438b15d2a807c82a068cb394bc26d9380 | 0 | infra-repo-master/infra-repo-master/roles/php7 | 7,491 | [
"no_license"
] | [
{
"path": "infra-repo-master/infra-repo-master/roles/php7/tasks/main.yml",
"content": "---\n\n- name: fix php depend issues - libargon\n yum:\n name: \"{{ libargon_repo_url }}\"\n state: present\n\n- name: fix php depend issues - libtidy\n yum:\n name: \"{{ libargon_repo_url }}\"\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | scorputty/vagrant-testservers | 8b66775d851553cca10dc511e987d287030c3874 | 0 | ansible/roles/role-goss | 7,491 | [
"no_license"
] | [
{
"path": "ansible/roles/role-goss/tasks/main.yml",
"content": "---\n# Install latest version of goss to /usr/local/bin\n- name: Install goss\n shell: \"curl -fsSL https://goss.rocks/install | sh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/apt | 7,491 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n\n- name: Upgrade APT\n apt: upgrade=yes force=yes\n register: aptupgraded\n\n- name: Update APT\n when: aptupgraded|success\n apt: update_cache=true\n register: aptupdated\n\n- name: Restart Server\n when:\n - aptupgraded|success\n - aptupd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/crontab | 7,491 | [
"no_license"
] | [
{
"path": "roles/crontab/tasks/main.yml",
"content": "---\n\n- name: Install Cron to Renew Certs\n when: ssl_enabled\n cron:\n name: \"LetsEncrypt Renewal\"\n day: \"*\"\n hour: 1\n minute: 30\n job: \"/usr/bin/letsencrypt renew >> /var/log/le-renew.log\"\n\n- name: Install Cron to Reload N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/git | 7,491 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Set Permissions for www dir\n file: path=/var/www state=directory mode=0644 owner=www-data group=www-data\n register: dir_updated\n\n- name: Setup global git config\n git_config:\n name: push.default\n scope: global\n value: 'simpl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2720,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/nginx | 7,491 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/setup-site.yml",
"content": "---\n\n- include_vars: file=\"../../php/defaults/main.yml\"\n\n- name: Add {{ server_name }} Config\n template: src={{ server_name }}.conf dest=/etc/nginx/sites-available/{{ server_name }} owner=root group=root\n\n- name: Enable Site Config\n file:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5565,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/node | 7,491 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n\n- name: Add Node PPA\n shell: curl --silent --location https://deb.nodesource.com/setup_{{ node_version }} | bash -\n\n- name: Install Node\n apt: pkg=nodejs state=installed update_cache=yes\n\n- name: Install Node Global Modules\n npm:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/php | 7,491 | [
"no_license"
] | [
{
"path": "roles/php/handlers/main.yml",
"content": "---\n\n- name: Start PHP-FPM\n service: name=php{{ php_version }}-fpm state=started\n\n- name: Restart PHP-FPM\n service: name=php{{ php_version }}-fpm state=restarted\n\n- include: ../../nginx/handlers/main.yml",
"license_type": "no_license",
"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6879,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/ufw | 7,491 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n\n- name: Set Firewall Default policy\n ufw: state=enabled policy=reject\n\n- name: Allow SSH Access\n ufw: rule=allow port=ssh\n\n- name: Allow HTTP\n ufw: rule=allow port=http\n\n- name: Allow HTTPS\n when: ssl_enabled\n ufw: rule=allow port=http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | llaski/laravel-server-provisioning | ea10ec8ae11a23a6f29b276b1dd6308091fe0f69 | 0 | roles/users | 7,491 | [
"no_license"
] | [
{
"path": "roles/users/tasks/setup-user.yml",
"content": "---\n\n- name: Generate password\n shell: python -c 'import crypt; print crypt.crypt(\"{{ user.initial_password }}\", <PASSWORD>\")'\n register: generated_password\n\n- name: Add User {{ user.name }}\n when: groupwebcreated|success\n user: name={... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3176,
"all_permissive": false
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/K8s_delete | 7,491 | [
"permissive"
] | [
{
"path": "roles/K8s_delete/tasks/delete_topolvm.yaml",
"content": "- name: delete topolvm/certificates.yaml\n run_once: true\n shell: \"kubectl delete -f $HOME/K8s_manifest/topolvm/base/certificates.yaml\"\n\n- name: delete topolvm\n run_once: true\n shell: |\n kustomize build $HOME/K8s_manifest/top... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3234,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/K8s_deploy | 7,491 | [
"permissive"
] | [
{
"path": "roles/K8s_deploy/tasks/install_helm3.yaml",
"content": "- name: Add an Apt signing key, uses whichever key is at the URL\n become: true\n apt_key:\n url: https://helm.baltorepo.com/organization/signing.asc\n state: present\n\n- name: register apt_repository\n become: true\n apt_reposito... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 36281,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/common | 7,491 | [
"permissive"
] | [
{
"path": "roles/common/tasks/initialize.yaml",
"content": "- name: apt update & apt upgrade\n become: true\n apt:\n upgrade: safe\n update_cache: yes\n state: latest \n\n- name: allow port 22 for ssh\n become: true\n ufw:\n rule: allow\n port: \"22\"\n\n- name: ufw enable\n become: tr... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2157,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/control_plane | 7,491 | [
"permissive"
] | [
{
"path": "roles/control_plane/tasks/open_ports.yaml",
"content": "- name: allow ports for Kubernetes\n become: true\n ufw:\n rule: allow\n port: \"{{ item }}\"\n loop:\n - \"53\"\n - \"123\"\n - \"443\"\n - \"6443\"\n - \"8285\"\n - \"8472\"\n - \"9153\"\n - \"10000\"\n - \"6444\"\n - \"... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 11409,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/delete_lvm | 7,491 | [
"permissive"
] | [
{
"path": "roles/delete_lvm/tasks/main.yaml",
"content": "---\n- import_tasks: \"vgremove.yaml\"\n- import_tasks: \"uninstall_lvmd.yaml\"\n- import_tasks: \"uninstall_lvm2.yaml\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 111
},
{
"path... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 870,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/reset_cluster | 7,491 | [
"permissive"
] | [
{
"path": "roles/reset_cluster/tasks/main.yaml",
"content": "---\n- import_tasks: \"kubeadm.yaml\"\n- import_tasks: \"delete_file.yaml\"\n when: \"'controlPlaneNodes' in group_names\"\n- import_tasks: \"iplink.yaml\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1545,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/reset_env | 7,491 | [
"permissive"
] | [
{
"path": "roles/reset_env/tasks/uninstall_K8s_pkgmanager.yaml",
"content": "- name: uninstall kustomize\n become: true\n file:\n state: absent\n path: \"/usr/local/bin/kustomize\"\n\n- name: uninstall helm3\n become: true\n apt:\n state: absent\n purge: true\n name: helm",
"license_t... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1531,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/ssh-copy-id | 7,491 | [
"permissive"
] | [
{
"path": "roles/ssh-copy-id/tasks/main.yaml",
"content": "---\n- import_tasks: ssh.yaml",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 28
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 28,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/topolvm | 7,491 | [
"permissive"
] | [
{
"path": "roles/topolvm/tasks/main.yaml",
"content": "---\n- import_tasks: open_ports.yaml\n- import_tasks: install_lvm2.yaml\n- import_tasks: install_lvmd.yaml",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 103
},
{
"path": "roles/topolvm... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1417,
"all_permissive": true
} |
ansible_role | tenzen-y/ansible-rook-ceph | 4abd0c1dba408f6db7ffe16a90101a49de591886 | 7 | roles/worker | 7,491 | [
"permissive"
] | [
{
"path": "roles/worker/tasks/main.yaml",
"content": "---\n- import_tasks: \"open_ports.yaml\"\n- import_tasks: \"kubeadm.yaml\"\n when: constitution==\"redundant\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 102
},
{
"path": "roles/wor... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1208,
"all_permissive": true
} |
ansible_role | a194088539/javashop_v7.1.5 | 0820019a37efa27f7091e519044fd7da1a88e53b | 0 | kubernetes-master/kubeadm-ansible/roles/docker | 7,491 | [
"permissive"
] | [
{
"path": "kubernetes-master/kubeadm-ansible/roles/docker/tasks/pkg.yml",
"content": "---\n- name: Install apt-transport-https\n when: ansible_os_family == \"Debian\"\n apt:\n name: \"apt-transport-https\"\n state: present\n update_cache: yes\n\n- name: Add Docker APT GPG key\n when: ansible_os_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5665,
"all_permissive": true
} |
ansible_role | rondenzellgil/Installing-nagios-to-ubuntu-and-centos-with-ansible-galaxy | 20c297cb258aa7f3de24e7e523caae665fe9d788 | 0 | roles/nagios_centos | 7,491 | [
"no_license"
] | [
{
"path": "roles/nagios_centos/tasks/main.yml",
"content": "---\n\n- name: Install packages for Nagios\n yum:\n name:\n - gcc\n - glibc\n - glibc-common\n - perl\n - httpd\n - php\n - wget\n - gd\n - gd-devel\n state: latest\n update_cache: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1897,
"all_permissive": false
} |
ansible_role | rondenzellgil/Installing-nagios-to-ubuntu-and-centos-with-ansible-galaxy | 20c297cb258aa7f3de24e7e523caae665fe9d788 | 0 | roles/nagios_ubuntu | 7,491 | [
"no_license"
] | [
{
"path": "roles/nagios_ubuntu/tasks/main.yml",
"content": "---\n\n- name: Install packages for nagios\n apt:\n name:\n - autoconf\n - gcc\n - libc6\n - make\n - wget\n - unzip\n - apache2\n - php\n - libapache2-mod-php\n - libgd-dev\n state: latest\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1954,
"all_permissive": false
} |
ansible_role | msfidelis/k8s-complete-stack | 8bb6957dbf2c9ab393a85c6fdaa85c8b2c9bdadc | 13 | roles/argo | 7,491 | [
"no_license"
] | [
{
"path": "roles/argo/tasks/main.yml",
"content": "- name: Download Argo CLI\n get_url:\n url: https://github.com/argoproj/argo-cd/releases/download/v1.6.2/argocd-linux-amd64\n dest: /usr/local/bin/argocd\n mode: '0777'\n\n- name: Put argocd template\n template: \n src: argo.yml.j2\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | msfidelis/k8s-complete-stack | 8bb6957dbf2c9ab393a85c6fdaa85c8b2c9bdadc | 13 | roles/cert-manager | 7,491 | [
"no_license"
] | [
{
"path": "roles/cert-manager/tasks/main.yml",
"content": "- name: Put cert-manager template\n template: \n src: cert-manager.yml.j2\n dest: /tmp/cert-manager.yml\n mode: 777\n\n- name: Deploy cert-manager \n shell: 'kubectl apply -f /tmp/cert-manager.yml'\n\n- name: Verify deployment\n shell: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | huhu-tiger/GoDevEach | 36e9854a962fe82711507809a54d6ccbf42cecf5 | 0 | ansible/ansible-singleMission/roles/example | 7,491 | [
"no_license"
] | [
{
"path": "ansible/ansible-singleMission/roles/example/tasks/main.yml",
"content": "---\n#- name: Show gathered facts\n# debug:\n# var: ansible_facts\n- name: Save gathered facts to file\n copy:\n content: \"{{ ansible_facts }}\"\n dest: /tmp/gather_facts.json\n\n#- name: Use gathered facts\n# s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | huhu-tiger/GoDevEach | 36e9854a962fe82711507809a54d6ccbf42cecf5 | 0 | ansible/ansibleplaybook-extravars-file/roles/echo | 7,491 | [
"no_license"
] | [
{
"path": "ansible/ansibleplaybook-extravars-file/roles/echo/tasks/main.yml",
"content": "- name: copy files\n copy: src={{role_path}}/templates/tt.sh dest=/tmp/ mode=755\n- name: run shell scripts\n shell: bash -c /tmp/tt.sh {{abc}}",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | msmagnanijr/ovirt-terraform-ansible | 6dde4d1b166f8dacfdfbcc176173266add200e1b | 0 | ansible-data/roles/httpd | 7,491 | [
"no_license"
] | [
{
"path": "ansible-data/roles/httpd/tasks/main.yaml",
"content": "- name: ensure httpd is at the latest version\n dnf:\n name: httpd\n state: latest\n\n- name: start httpd\n service:\n name: httpd\n state: started\n\n- name: open port 80 for http access\n firewalld:\n service: http\n pe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | VTUL/fcrepo4-ansible | 9687e63d7cf0ddbe1359b5688cf380a5e739d76c | 3 | ansible/roles/common | 7,491 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: install building software and build essentials\n apt:\n name: '{{ item }}'\n state: present\n cache_valid_time: '{{ apt_cache_timeout }}'\n update_cache: yes\n with_items:\n - acl\n - build-essential\n - apt-tra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | VTUL/fcrepo4-ansible | 9687e63d7cf0ddbe1359b5688cf380a5e739d76c | 3 | ansible/roles/fedora4 | 7,491 | [
"no_license"
] | [
{
"path": "ansible/roles/fedora4/tasks/main.yml",
"content": "---\n- name: stop tomcat\n service:\n name: tomcat7\n state: stopped\n notify: restart tomcat\n\n- name: add the fedora group\n group:\n name: '{{ fedora_group }}'\n\n- name: create the fedora user\n user:\n name: '{{ fedora_user ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5144,
"all_permissive": false
} |
ansible_role | VTUL/fcrepo4-ansible | 9687e63d7cf0ddbe1359b5688cf380a5e739d76c | 3 | ansible/roles/postgresql | 7,491 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n- name: add postgresql key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n id: B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8\n state: present\n\n- name: add postgresql repository\n apt_repository:\n repo: '... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | VTUL/fcrepo4-ansible | 9687e63d7cf0ddbe1359b5688cf380a5e739d76c | 3 | ansible/roles/tomcat7 | 7,491 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat7/handlers/main.yml",
"content": "---\n- name: restart tomcat\n service:\n name: tomcat7\n state: restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/roles/tomcat7/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1261,
"all_permissive": false
} |
ansible_role | InitRoot/Rock64AnsibleELK | 8d7b7445441ee08a4ea74e5f9dfedfcd59f1239f | 1 | roles/elasticsearch-rpi | 7,491 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-rpi/tasks/main.yml",
"content": "---\n- block:\n\n - name: Install | install from apt repository\n apt:\n name: elasticsearch\n state: latest\n update_cache: yes\n when: install_type == \"apt\"\n\n - name: Install | download deb file\n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | InitRoot/Rock64AnsibleELK | 8d7b7445441ee08a4ea74e5f9dfedfcd59f1239f | 1 | roles/logstash-rpi | 7,491 | [
"no_license"
] | [
{
"path": "roles/logstash-rpi/tasks/main.yml",
"content": "---\n- block:\n\n - name: Install | download deb file\n get_url:\n url: \"{{ logstash_deb_url }}\"\n dest: /home/{{ ansible_user }}\n\n\n - name: Install | install from downloaded deb\n apt:\n deb: /home/{{ ansible_user }}/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3049,
"all_permissive": false
} |
ansible_role | chapmanu/news | e937089cbe8ce7ce14c510a2813dbf9e1e43210b | 0 | devops/ansible/roles/rails-application | 7,491 | [
"no_license"
] | [
{
"path": "devops/ansible/roles/rails-application/tasks/main.yml",
"content": "---\n- include_tasks: app-user.yml\n- include_tasks: nginx-sites.yml\n- include_tasks: rails-packages.yml\n- include_tasks: capistrano.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | gbh-tech/ansible-deployment-action | 6b6859567f143495cf2c9c9d407400ff913d7037 | 0 | ansible/roles/authentication | 7,497 | [
"no_license"
] | [
{
"path": "ansible/roles/authentication/tasks/main.yml",
"content": "---\n- ansible.builtin.import_tasks: auth.yml\n tags:\n - auth\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/roles/authentication/tasks/auth.yml",
"content": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | gbh-tech/ansible-deployment-action | 6b6859567f143495cf2c9c9d407400ff913d7037 | 0 | ansible/roles/env_vars | 7,497 | [
"no_license"
] | [
{
"path": "ansible/roles/env_vars/tasks/env.yml",
"content": "---\n- name: Test env\n ansible.builtin.command:\n cmd:\n echo \"Test env\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/env_vars/tasks/main.yml",
"conten... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | gbh-tech/ansible-deployment-action | 6b6859567f143495cf2c9c9d407400ff913d7037 | 0 | ansible/roles/info | 7,497 | [
"no_license"
] | [
{
"path": "ansible/roles/info/tasks/info.yml",
"content": "---\n- name: Test info\n ansible.builtin.command:\n cmd:\n echo \"Test info\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "ansible/roles/info/tasks/main.yml",
"content": "... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/base_raspberry_config | 7,497 | [
"no_license"
] | [
{
"path": "roles/base_raspberry_config/tasks/main.yml",
"content": "- name: Set gpu memory to {{ gpu_mem }}\n lineinfile:\n name: /boot/config.txt\n regexp: '^gpu_mem='\n line: \"gpu_mem={{ gpu_mem }}\"\n become: true\n\n- name: Enable camera\n lineinfile:\n name: /boot/config.txt\n regexp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1026,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/camera | 7,497 | [
"no_license"
] | [
{
"path": "roles/camera/tasks/main.yml",
"content": "- name: Load module bcm2835-v4l2 on startup\n copy:\n src: bcm2835-v4l2.conf\n dest: /etc/modules-load.d/bcm2835-v4l2.conf\n owner: root\n group: root\n mode: 0640\n become: true\n\n- name: Install motion\n package:\n name: motion\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/homebridge | 7,497 | [
"no_license"
] | [
{
"path": "roles/homebridge/tasks/main.yml",
"content": "- name: Install system dependencies\n package:\n name:\n - libavahi-compat-libdnssd-dev\n - nodejs\n - npm\n state: present\n become: true\n\n- name: Install homebridge and plugins\n npm:\n name: homebridge\n global: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/install_avahi | 7,497 | [
"no_license"
] | [
{
"path": "roles/install_avahi/tasks/main.yml",
"content": "- name: Install insserv\n package:\n name: insserv\n state: latest\n become: true\n\n- name: Install avahi\n package:\n name: avahi-daemon\n state: latest\n become: true\n\n- name: Copy avahi configuration\n template:\n src: ava... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/install_git | 7,497 | [
"no_license"
] | [
{
"path": "roles/install_git/tasks/main.yml",
"content": "- name: Install git\n package:\n name: git\n state: latest\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/install_kodi | 7,497 | [
"no_license"
] | [
{
"path": "roles/install_kodi/tasks/main.yml",
"content": "---\n- name: \"Install kodi\"\n apt:\n name: kodi\n state: latest\n force: yes\n become: true\n\n- name: \"Create kodi directory\"\n file: \n path: /home/pi/.kodi/userdata\n state: directory\n recurse: yes\n\n- name: \"Add sourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/install_shairplay | 7,497 | [
"no_license"
] | [
{
"path": "roles/install_shairplay/tasks/main.yml",
"content": "- name: Checkout repo shairplay\n git:\n repo: https://github.com/juhovh/shairplay.git\n dest: /home/pi/shairplay\n\n- name: Install dependencies\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - autoconf\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/meal_management | 7,497 | [
"no_license"
] | [
{
"path": "roles/meal_management/templates/app.yml.j2",
"content": "facebook_id: {{facebook_id}}\nsender_id:\n - {{facebook_sender_id}}\n{% for id in facebook_secondary_sender_id %}\n - {{ id }}\n{% endfor %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/mount_timecapsule | 7,497 | [
"no_license"
] | [
{
"path": "roles/mount_timecapsule/tasks/main.yml",
"content": "---\n- name: \"Mount timecapsule\"\n mount:\n name: \"{{timecapsule_path}}\"\n src: \"{{timecapsule_src}}\"\n fstype: cifs\n opts: username={{timecapsuleUsername}},password={{timecapsulePassword}},rw,uid=1000,iocharset=utf8,sec=ntl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 267,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/nodejs | 7,497 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Define nodejs_install_npm_user\n set_fact:\n nodejs_install_npm_user: \"{{ ansible_user | default(... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2235,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/nokia_to_fitbit_bridge | 7,497 | [
"no_license"
] | [
{
"path": "roles/nokia_to_fitbit_bridge/tasks/main.yml",
"content": "- name: \"Checkout repository\"\n git:\n repo: https://github.com/RNiveau/nokiaToFitbitBridge\n dest: /home/pi/nokiaToFitbitBridge\n\n- name: \"Install package\"\n npm:\n path: /home/pi/nokiaToFitbitBridge\n state: present\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1430,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/python | 7,497 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "- name: Install python\n package:\n name: \"{{item}}\"\n state: latest\n with_items:\n - python\n - python-pip\n - python-dev\n - virtualenv\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/run_homebridge | 7,497 | [
"no_license"
] | [
{
"path": "roles/run_homebridge/tasks/main.yml",
"content": "---\n- name: \"Run homebrige\"\n shell: nohup /home/pi/.nvm/versions/node/v6.10.0/bin/homebridge &",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/run_kodi | 7,497 | [
"no_license"
] | [
{
"path": "roles/run_kodi/tasks/main.yml",
"content": "---\n- name: \"Run kodi\"\n shell: nohup kodi-standalone &",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 55,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/test | 7,497 | [
"no_license"
] | [
{
"path": "roles/test/vars/main.yml",
"content": "test: toto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11
},
{
"path": "roles/test/tasks/main.yml",
"content": "---\n- name: \"Some test\"\n template:\n src: templates/config.json.j2\n dest: /home/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | RNiveau/raspberry-ansible | fff466f0c4dbdca504cdc97f7f014a625c24bb51 | 0 | roles/update_repositories | 7,497 | [
"no_license"
] | [
{
"path": "roles/update_repositories/tasks/main.yml",
"content": "- name: Add kodi repository\n apt_repository:\n repo: deb http://pipplware.pplware.pt/pipplware/dists/stretch/main/binary /\n state: present\n become: true\n when:\n - use_kodi is defined\n - use_kodi\n\n- name: Update reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | Thicoxxi/ansible_autobots | c0012fc5a83a026977f0104e231b3d30ab416070 | 0 | roles/apache | 7,497 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n\n# Installing Apache\n\n- name: Installing Apache Packages for CentOS or RedHat \n dnf:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - httpd\n - tar\n - curl\n when: ansible_distribution == \"Cent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | Thicoxxi/ansible_autobots | c0012fc5a83a026977f0104e231b3d30ab416070 | 0 | roles/cockpit | 7,497 | [
"no_license"
] | [
{
"path": "roles/cockpit/tasks/main.yml",
"content": "---\n\n# Cockpit installation\n- name: Cockpit installation\n dnf:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - cockpit\n - cockpit-machines\n\n# Started Cockpit\n- name: Starting cockpit\n systemd:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | Thicoxxi/ansible_autobots | c0012fc5a83a026977f0104e231b3d30ab416070 | 0 | roles/common | 7,497 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n# Package management and S.O update\n\n- name: Operating system update\n dnf: name=* state=latest update_cache=yes\n when: ansible_distribution == \"CentOS\" or ansible_distribution == \"RedHat\"\n\n- name: Debian Like | Update Cache\n apt: upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1662,
"all_permissive": false
} |
ansible_role | Thicoxxi/ansible_autobots | c0012fc5a83a026977f0104e231b3d30ab416070 | 0 | roles/common_win | 7,497 | [
"no_license"
] | [
{
"path": "roles/common_win/tasks/main.yml",
"content": "---\n\n# Installing Chocolatey\n\n- name: CHOCOLATEY | Instalando Chocolatey\n win_shell: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 766,
"all_permissive": false
} |
ansible_role | Thicoxxi/ansible_autobots | c0012fc5a83a026977f0104e231b3d30ab416070 | 0 | roles/dnf | 7,497 | [
"no_license"
] | [
{
"path": "roles/dnf/tasks/main.yml",
"content": "---\n\n# Installing EPEL Repository\n\n- name: Add the EPEL Repository\n yum:\n name: epel-release\n state: present\n when: (ansible_facts['distribution'] == \"CentOS\" and ansible_facts['distribution_major_version'] == \"7\" or ansible_facts['distri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1647,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.