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 | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/jenkins-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/jenkins-role/tasks/main.yml",
"content": "- name: '[Jenkins] - Updating Cache Update'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n\n- name: '[Jenkins] - Getting Debian package repository'\n get_url:\n url: https://pkg.jenkin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1879,
"all_permissive": false
} |
ansible_role | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/k8s-kubectl-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/k8s-kubectl-role/tasks/main.yml",
"content": "- name: '[Kubectl] Downloading'\n ansible.builtin.command: wget https://dl.k8s.io/release/v1.30.2/bin/linux/amd64/kubectl\n when: ansible_os_family == 'Debian'\n\n- name: '[Kubectl] Changing permissions'\n ansible.builtin.command: chm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/k8s-master-node-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/k8s-master-node-role/tasks/main.yml",
"content": "- name: Creating Setup Directory\n file: \n path: /home/ubuntu/k8s_setup/\n state: directory\n when: ansible_os_family == 'Debian'\n\n- name: Installing Kubernetes\n include_tasks: install-master-k8s.yml\n when: ansible_os_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3094,
"all_permissive": false
} |
ansible_role | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/k8s-worker-node-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/k8s-worker-node-role/tasks/install-worker-k8s.yml",
"content": "- name: Updating Cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == 'Debian'\n\n- name: Getting Google PGP APT Public Key\n ansible.builtin.command: curl -s https://packages.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1635,
"all_permissive": false
} |
ansible_role | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/maven-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/maven-role/tasks/main.yml",
"content": "- name: '[Maven] Installing'\n apt:\n name: maven\n state: present\n when: ansible_os_family == 'Debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | techhubme/devops-ci-cd | 2ea2263ee6b2d3b93a85298301be9c05c79114f6 | 0 | Ansible/roles/unzip-role | 312 | [
"no_license"
] | [
{
"path": "Ansible/roles/unzip-role/tasks/main.yml",
"content": "- name: '[Unzip] - Installing' \n apt:\n name: unzip\n state: present\n when: ansible_os_family == 'Debian'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/alluxio | 312 | [
"no_license"
] | [
{
"path": "roles/alluxio/tasks/main.yml",
"content": "---\n- name: Create folder for Alluxio\n file:\n path: \"/tmp/domain\"\n state: directory\n mode: 0755\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/clean | 312 | [
"no_license"
] | [
{
"path": "roles/clean/README.md",
"content": "# Clean Role\n\nClean cluster after removing Rook storage system.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/clean/tasks/main.yml",
"content": "---\n- name: Clean artifact path\n file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/common | 312 | [
"no_license"
] | [
{
"path": "roles/common/README.md",
"content": "# Common Role\n\nInstall common packages for Kubernetes masters and nodes.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Stop and disable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1833,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/configuration | 312 | [
"no_license"
] | [
{
"path": "roles/configuration/README.md",
"content": "# Configuration Role\n\nConfigure Kubernetes nodes.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/configuration/tasks/main.yml",
"content": "---\n# TODO dynamically load hostnames... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/master | 312 | [
"no_license"
] | [
{
"path": "roles/master/README.md",
"content": "# Master Role\n\nInstall packages for Kubernetes master.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/master/tasks/main.yml",
"content": "---\n- name: Create k8s.conf\n copy:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/node | 312 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Pull docker images for kubernetes\n shell: docker pull \"{{ item.image }}\"\n loop: \"{{ kubernetes_images }}\"\n\n- name: Tag docker images for kubernetes\n shell: docker tag \"{{ item.image }}\" \"{{ item.original }}\"\n loop: \"{{ kubern... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | mapreducelab/kubernetes-ansible | ce1723cf8083b8a9401edcc79ab317eb40a51556 | 5 | roles/rook | 312 | [
"no_license"
] | [
{
"path": "roles/rook/tasks/main.yml",
"content": "---\n- name: Partition disks for Rook storage system\n parted:\n device: \"/dev/{{ item }}\"\n number: 1\n flags: [ lvm ]\n label: msdos\n part_type: primary\n part_start: 0%\n part_end: 100%\n state: present\n loop: \"{{ rook_disk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | kalaolani/cassandra311x-ansible-rolling-restart | 72887b251854bc8d3a263bf792f21b6fce67d630 | 1 | etc/ansible/roles/cassandra3x_operate_start | 312 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/cassandra3x_operate_start/tasks/start_cassandra.yml",
"content": "---\n- name: start cassandra service\n service: \n name: cassandra \n state: started\n \n- name: nodetool statusbinary\n command: \"nodetool -u {{ cassandra3x_remote_jmx_user }} -pw {{ cassandra3x_remot... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | kalaolani/cassandra311x-ansible-rolling-restart | 72887b251854bc8d3a263bf792f21b6fce67d630 | 1 | etc/ansible/roles/cassandra3x_operate_stop | 312 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/cassandra3x_operate_stop/tasks/stop_cassandra.yml",
"content": "---\n- name: nodetool flush - flush memtables for all keyspaces\n command: \"nodetool -u {{ cassandra3x_remote_jmx_user }} -pw {{ cassandra3x_remote_jmx_pass}} flush\"\n\n- name: nodetool stop - stop the compaction... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | sethmcl/ansible-101 | d91033c239db9a96647d11cb0d8367f80109359e | 0 | roles/nvm | 312 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "- name: Install nvm\n git: repo=https://github.com/creationix/nvm.git dest=~/.nvm version={{ nvm.version }}\n tags: nvm\n\n- name: Source nvm in ~/.profile\n lineinfile: >\n dest=~/.profile\n line=\"source ~/.nvm/nvm.sh\"\n tags: nvm\n\n- name: Sou... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_alma | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_alma/tasks/main.yml",
"content": "---\n- name: Create Nexus Alma Linux proxy repository\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/repositories/yum/proxy\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_blob | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_blob/tasks/main.yml",
"content": "---\n- name: Create blob store for APT\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/blobstores/file\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> }}\"\n body: \"{{ loo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_debian | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_debian/tasks/main.yml",
"content": "---\n- name: Create Nexus Debian proxy repository\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/repositories/apt/proxy\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_rocky | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_rocky/tasks/main.yml",
"content": "---\n- name: Create Nexus Rocky Linux proxy repository\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/repositories/yum/proxy\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_splunk | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_splunk/tasks/main.yml",
"content": "---\n- name: Create Nexus Splunk proxy repository\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/repositories/raw/proxy\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week2/nexus-configuration/roles/nexus_ubuntu | 312 | [
"no_license"
] | [
{
"path": "week2/nexus-configuration/roles/nexus_ubuntu/tasks/main.yml",
"content": "---\n- name: Create Nexus Ubuntu proxy repository\n uri:\n url: \"{{ nexus_repository_url }}/service/rest/v1/repositories/apt/proxy\"\n method: POST\n user: \"{{ nexus_user }}\"\n password: \"{{ <PASSWORD> }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 434,
"all_permissive": false
} |
ansible_role | mzandinia/sample-project-on-AWS | 681df5a39051827fa91975185118a05e1e3845aa | 0 | week3/ansible-project/repo-configuration/roles/repos-config | 312 | [
"no_license"
] | [
{
"path": "week3/ansible-project/repo-configuration/roles/repos-config/tasks/debian.yml",
"content": "---\n- name: Rename original sources.list\n ansible.builtin.shell: mv /etc/apt/sources.list /etc/apt/sources.list.bak\n\n- name: Rename and move debian.sources\n ansible.builtin.shell: mv /etc/apt/sources... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 722,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/common | 312 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - name: Install base packages\n apt: name={{ item }} state=latest update_cache=yes cache_valid_time=3600\n with_items:\n - ntp\n - vim\n - screen\n - curl\n - git\n - sudo\n - sysstat\n\n - name: Make vim defa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/config-beaver | 312 | [
"no_license"
] | [
{
"path": "roles/config-beaver/tasks/main.yml",
"content": "---\n - name: Install Beaver config\n template: src=beaver.conf.j2 dest=/etc/beaver/beaver.conf owner=root group=beaver mode=644\n notify: restart beaver\n\n - name: Install Beaver log file config using instance_roles variable\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/config-elasticsearch | 312 | [
"no_license"
] | [
{
"path": "roles/config-elasticsearch/tasks/main.yml",
"content": "---\n - name: Create elasticsearch.yml\n template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml owner=root group=root mode=0644\n notify:\n - restart elasticsearch\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/config-logstash | 312 | [
"no_license"
] | [
{
"path": "roles/config-logstash/templates/input.conf.j2",
"content": "input {\n rabbitmq {\n queue => \"logstash-queue\"\n vhost => \"/logstash\"\n host => \"{{ rabbitmq_vip }}\"\n user => \"{{ rabbitmq_user_logstash }}\"\n password => \"{{ rabbitmq_password_logstash }}\"\n key => \"logst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/config-sensu-client | 312 | [
"no_license"
] | [
{
"path": "roles/config-sensu-client/files/base/check-cmd.rb",
"content": "#!/usr/bin/env ruby\n#\n# Generic check raising an error if exit code of command is not N.\n# ===\n#\n# <NAME> <<EMAIL>>\n#\n# Released under the same terms as Sensu (the MIT license); see LICENSE\n# for details.\n\nrequire 'rubygems... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2539,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/config-sensu-server | 312 | [
"no_license"
] | [
{
"path": "roles/config-sensu-server/files/checks/redis_checks.json",
"content": "{\n \"checks\": {\n \"redis-check\": {\n \"type\": \"metric\",\n \"command\": \"/etc/sensu/plugins/base/check-procs.rb -p redis -C 1 \",\n \"interval\": 60,\n \"subscribers\": [ \"redis\" ],\n \"ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6342,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-beaver | 312 | [
"no_license"
] | [
{
"path": "roles/install-beaver/tasks/main.yml",
"content": "---\n - name: Install Pip\n apt: pkg=python-pip state=latest update_cache=yes cache_valid_time=3600\n\n - name: Install Beaver\n pip: name=beaver version={{ beaver_version }}\n\n - name: Create Beaver group \n group: name=beaver ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-elasticsearch | 312 | [
"no_license"
] | [
{
"path": "roles/install-elasticsearch/tasks/main.yml",
"content": "---\n - name: Add elasticsearch repo key\n apt_key: id=D88E42B4 url=http://packages.elasticsearch.org/GPG-KEY-elasticsearch state=present\n\n - name: Add repo to apt list\n apt_repository: repo='deb http://packages.elasticsearch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 645,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-kibana | 312 | [
"no_license"
] | [
{
"path": "roles/install-kibana/templates/kibana.conf.j2",
"content": "#\n# Nginx proxy for Elasticsearch + Kibana\n#\n# In this setup, we are password protecting the saving of dashboards. You may\n# wish to extend the password protection to all paths.\n#\n# Even though these paths are being called as the r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3354,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-logstash | 312 | [
"no_license"
] | [
{
"path": "roles/install-logstash/tasks/main.yml",
"content": "---\n - name: Add elasticsearch repo key\n apt_key: id=D88E42B4 url=http://packages.elasticsearch.org/GPG-KEY-elasticsearch state=present\n\n - name: Add repo to apt list\n apt_repository: repo='deb http://packages.elasticsearch.org/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 621,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-redis | 312 | [
"no_license"
] | [
{
"path": "roles/install-redis/tasks/main.yml",
"content": "---\n - name: Install Redis\n apt: pkg=redis-server={{ redis_version}} state=present update_cache=yes cache_valid_time=3600\n\n - name: Enable Redis\n service: name=redis-server enabled=yes state=started\n",
"license_type": "no_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-sensu-client | 312 | [
"no_license"
] | [
{
"path": "roles/install-sensu-client/templates/rabbitmq.json.j2",
"content": "{\n \"rabbitmq\": {\n \"host\": \"{{ rabbitmq_vip }}\",\n \"port\": 5672,\n \"user\": \"sensu\",\n \"password\": \"<PASSWORD>\",\n \"vhost\": \"/sensu\"\n }\n}\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-sensu-dashboard | 312 | [
"no_license"
] | [
{
"path": "roles/install-sensu-dashboard/tasks/main.yml",
"content": "---\n - name: Add sensu repo key\n apt_key: id=7580C77F url=http://repos.sensuapp.org/apt/pubkey.gpg state=present\n\n - name: Add repo to apt list\n apt_repository: repo='deb http://repos.sensuapp.org/apt sensu main' state=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/install-sensu-server | 312 | [
"no_license"
] | [
{
"path": "roles/install-sensu-server/files/sensu-handler.rb",
"content": "require 'net/http'\nrequire 'json'\nrequire 'sensu-plugin/utils'\nrequire 'mixlib/cli'\n\nmodule Sensu\n\n class Handler\n include Sensu::Plugin::Utils\n include Mixlib::CLI\n\n attr_accessor :argv\n\n def initialize(arg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5354,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/logstash-rabbitmq-config | 312 | [
"no_license"
] | [
{
"path": "roles/logstash-rabbitmq-config/tasks/main.yml",
"content": "---\n - name: Create logstash vhost on rabbitmq\n rabbitmq_vhost: name=/logstash state=present\n\n - name: Create logstash user on rabbitmq\n rabbitmq_user: user={{ rabbitmq_user_logstash }}\n password={{ rabb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/nginx | 312 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx={{ nginx_version }} state=present update_cache=yes cache_valid_time=3600\n\n- name: Remove default link in sites-enabled\n file: path=/etc/nginx/sites-enabled/default state=absent\n\n- name: Enable nginx\n se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/sensu-rabbitmq-config | 312 | [
"no_license"
] | [
{
"path": "roles/sensu-rabbitmq-config/tasks/main.yml",
"content": "---\n - name: Create sensu vhost on rabbitmq\n rabbitmq_vhost: name=/sensu state=present\n\n - name: Create sensu user on rabbitmq\n rabbitmq_user: user={{ rabbitmq_user_sensu }}\n password={{ <PASSWORD> }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | wcollani/blog-monitoring-log | c3416c84457919d81d11e1470ff0948b8a9e0e47 | 2 | roles/sensu-redis-config | 312 | [
"no_license"
] | [
{
"path": "roles/sensu-redis-config/tasks/main.yml",
"content": "---\n - name: install redis config\n template: src=redis.conf.j2 dest=/etc/redis/redis.conf owner=root group=redis mode=0440\n notify: restart redis-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | Harry84/DevOps-Core-Practical-Project | df9ae821f7f8071b09ba86ae9497854ae8277705 | 0 | ansible/roles/dockerinstall | 312 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerinstall/tasks/main.yml",
"content": "---\n# tasks file for dockerinstall\n- name: Installing dependencies for docker\n apt:\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | Harry84/DevOps-Core-Practical-Project | df9ae821f7f8071b09ba86ae9497854ae8277705 | 0 | ansible/roles/swarm-join | 312 | [
"no_license"
] | [
{
"path": "ansible/roles/swarm-join/tasks/main.yml",
"content": "---\n# tasks file for swarm-join\n- name: \"Add worker to swarm\"\n docker_swarm:\n state: join\n # advertise_addr: \"{{ ansible_hostname }}\"\n advertise_addr: swarm-worker\n join_token: \"{{ hostvars['swarm-manager']['swarm_info... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | Harry84/DevOps-Core-Practical-Project | df9ae821f7f8071b09ba86ae9497854ae8277705 | 0 | ansible/roles/swarm-manager | 312 | [
"no_license"
] | [
{
"path": "ansible/roles/swarm-manager/tasks/main.yml",
"content": "---\n# tasks file for swarm-manager\n- name: Init swarm\n docker_swarm:\n state: present\n register: swarm_info\n\n- name: \"pip install\"\n pip: \n name: jsondiff\n \n- name: \"Deploy app\"\n docker_stack:\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/build_dhcp_file | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/build_dhcp_file/templates/structured_dhcp.j2",
"content": "{% set devices = mgmt_interfaces[0]['data'] %}\nztp:\n default:\n registration: 'http://10.42.0.1/ztp/bootstrap'\n gateway: 10.42.0.2\n nameservers:\n - '192.168.130.253'\n general:\n subnets:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/config_dhcp_service_cvp | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/config_dhcp_service_cvp/tasks/main.yaml",
"content": "- name: 'Execute DHCP configuration role'\n import_role:\n name: arista.cvp.dhcp_configuration\n vars:\n mode: offline\n output_dir: '{{inventory}}'\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/create_folders | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/create_folders/tasks/main.yaml",
"content": "- name: Create Output Folders\n file:\n path: \"{{item}}\"\n state: directory\n loop:\n - intended\n - intended/structured_configs\n - intended/configs",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/dc_group_var_create | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/dc_group_var_create/templates/node_template/spine.j2",
"content": "{% set ns = namespace() %}\n{% if device['local_asn'] != None %}\nrouter_bgp:\n as: {{ device['local_asn'] }}\n{% for iface in device['interfaces'] %}\n{% if iface['name'] == 'Loopback0' %}\n{% for ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 37487,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/query_nautobot | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/query_nautobot/vars/main.yaml",
"content": "graph_variables:\n device: \"{{device}}\"\nquery_string: |\n query ($device: [String]) {\n devices(name: $device) {\n name\n device_type {\n slug\n }\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5254,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Arista_Pod/roles/query_nautobot_dhcp | 312 | [
"no_license"
] | [
{
"path": "Arista_Pod/roles/query_nautobot_dhcp/tasks/main.yaml",
"content": "- name: Get MGMT Prefix from Nautobot\n set_fact:\n mgmt_prefix: \"{{ query('networktocode.nautobot.lookup_graphql', query_dhcp_prefix, graph_variables=dhcp_var, url=nb_url, token=nb_token) }}\"\n\n- name: Get MGMT interfaces ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Cisco_Pod/roles/nautobot_mac_query | 312 | [
"no_license"
] | [
{
"path": "Cisco_Pod/roles/nautobot_mac_query/tasks/main.yaml",
"content": "- name: Get Mac from Nautobot\n networktocode.nautobot.query_graphql:\n url: \"{{ nb_url }}\"\n token: \"{{ nb_token }}\"\n validate_certs: False\n query: \"{{ query_string }}\"\n register: \"nb_device_mac\"\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | byrn-baker/Ansible-Workshop | 59520c014490ab279ac374884c86a120750d7e46 | 8 | Cisco_Pod/roles/nautobot_query | 312 | [
"no_license"
] | [
{
"path": "Cisco_Pod/roles/nautobot_query/tasks/main.yaml",
"content": "- name: Get data from Nautobot\n networktocode.nautobot.query_graphql:\n url: \"{{ nb_url }}\"\n token: \"{{ nb_token }}\"\n validate_certs: False\n query: \"{{ query_string }}\"\n register: \"nb_devices\"\n\n- name: Creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | MarquitosMRK/fhw-marcosaa-ansible-ud10-roles | 2f4e47cae901a45212e813d64b3f97455f117859 | 0 | ud10-roles/roles/envprep | 313 | [
"no_license"
] | [
{
"path": "ud10-roles/roles/envprep/tasks/main.yml",
"content": "---\n- name: Desinstalar apache2\n apt:\n name: apache2\n state: absent\n- name: Desinstalar nginx\n apt:\n name: nginx\n state: absent\n- name: Eliminar HTML\n file:\n path: /var/www/html/*\n state: absent",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/appid | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/appid/tasks/main.yml",
"content": "---\n- name: get IAM token\n uri:\n url: \"https://iam.cloud.ibm.com/identity/token\"\n method: POST\n body_format: form-urlencoded\n body: \"grant_type=urn:ibm:params:oauth:grant-type:apikey&apikey={{ ibmcloud_api_key }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2030,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/common | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: login IBM Cloud\n shell:\n cmd: ibmcloud login --apikey \"{{ ibmcloud_api_key }}\" --no-region\n\n- name: set target\n shell:\n cmd: ibmcloud target -r \"{{ region }}\" -o \"{{ org }}\" -s \"{{ space }}\" -g \"{{ res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1362,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/deploy | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: create kfdef\n file:\n path: \"{{ lookup('env', 'HOME') }}/kfdef\"\n state: directory\n mode: '0777'\n\n- name: download kfdef\n get_url:\n url: \"{{ kfdef_uri }}\"\n dest: \"{{ lookup('env', 'HOME') }}/kfde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/gateway | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/gateway/tasks/main.yml",
"content": "---\n- name: update kubeflow-gateway\n shell: |\n GATEWAY=$(cat << EOF\n apiVersion: networking.istio.io/v1alpha3\n kind: Gateway\n metadata:\n name: kubeflow-gateway\n namespace: kubeflow\n spec:\n select... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1709,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/istio | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/istio/tasks/main.yml",
"content": "---\n- name: copy cert to istio-system\n shell: |\n KUBECONFIG={{ kube_config }} {{ lookup('env', 'HOME') }}/bin/kubectl delete secret -n istio-system istio-ingressgateway-certs || true\n KUBECONFIG={{ kube_config }} {{ lookup('env... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 703,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/multi-user-classic | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/multi-user-classic/tasks/main.yml",
"content": "---\n- name: create load balancer for istio-ingressgatewway\n shell: |\n KUBECONFIG={{ kube_config }} {{ lookup('env', 'HOME') }}/bin/kubectl get svc/istio-ingressgateway -n istio-system -o json \\\n | {{ lookup('env',... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1166,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/multi-user-vpc | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/multi-user-vpc/tasks/main.yml",
"content": "---\n- name: create load balancer for istio-ingressgatewway\n shell: |\n KUBECONFIG={{ kube_config }} {{ lookup('env', 'HOME') }}/bin/kubectl get svc/istio-ingressgateway -n istio-system -o json \\\n | {{ lookup('env', 'HO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 894,
"all_permissive": true
} |
ansible_role | yhwang/auto-kubeflow | b9789719fe728b4a8df66d7de5957796fd2ce0e6 | 1 | terraform/ansible/roles/storageclass | 313 | [
"permissive"
] | [
{
"path": "terraform/ansible/roles/storageclass/tasks/main.yml",
"content": "---\n- name: use file-gold-gid\n shell: |\n OLD_STORAGE_CLASS=$(KUBECONFIG={{ kube_config }} {{ lookup('env', 'HOME') }}/bin/kubectl get sc -o jsonpath='{.items[?(@.metadata.annotations.storageclass\\.kubernetes\\.io\\/is-defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 739,
"all_permissive": true
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/common | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: \"install vim, curl\"\n apt:\n name: vim,curl\n become: true\n become_user: root\n\n- name: \"install apt-transport-https, ca-certificates, software-properties-common\"\n apt:\n name: apt-transport-https,ca-certificates,so... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/docker | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/handlers/main.yml",
"content": "- name: restart Docker\n service: name=docker state=restarted enabled=true\n become: true\n become_user: root\n\n- name: test Docker\n shell: docker run hello-world\n become: true\n become_user: root",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/etcd | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/etcd/tasks/main.yml",
"content": "- name: send certs file\n copy:\n src=\"{{ item }}\"\n dest=\"/home/solon/etcd-certificate/\"\n with_fileglob:\n - roles/etcd/files/crts/*.pem\n\n- name: install etcd\n apt:\n name: etcd\n become: true\n become_user: root\n notif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/kubelet | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/kubelet/tasks/main.yml",
"content": "- name: add packages.cloud.google.com to trust cert\n shell: /home/solon/trust_cert.sh packages.cloud.google.com 443\n become: true\n become_user: root\n\n- name: update /etc/apt/sources.list.d/kubernetes.list\n template:\n src: kubernet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/master | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/master/files/kubeadm.yml",
"content": "apiVersion: kubeadm.k8s.io/v1alpha1\nkind: MasterConfiguration\n# etcd:\n# endpoints:\n# - https://127.0.0.1:2379\n# caFile: /home/solon/etcd-certificate/ca.pem\n# certFile: /home/solon/etcd-certificate/client.pem\n# keyFile: /hom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | dailongchen/ansible_kube_project | c380cd6efb35cc2794a41ad58c654859c47027cc | 0 | playbooks/roles/node | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/node/tasks/main.yml",
"content": "---\n\n- set_fact: cluster_join_script={{ hostvars[groups['kube-master'][0]]['cluster_join_script'] }}\n\n- name: Join kubernetes cluster\n shell: echo '' | {{ cluster_join_script }}\n when: cluster_join_script is defined",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | Anirudh-Hungund/MediaWiki-TF-Ansible | 43481d3254addcc8d24211cc8f3e1a7de788d15f | 0 | Ansible/roles/configuration | 313 | [
"no_license"
] | [
{
"path": "Ansible/roles/configuration/tasks/main.yml",
"content": "---\n# tasks file for configuration\n- name: Starting the MySQL Service Post Installation\n become: true\n ansible.builtin.systemd_service:\n name: mariadb\n state: started\n\n# mysql_secure_installation\n- name: Update MariaDB root... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2089,
"all_permissive": false
} |
ansible_role | Anirudh-Hungund/MediaWiki-TF-Ansible | 43481d3254addcc8d24211cc8f3e1a7de788d15f | 0 | Ansible/roles/mediawiki | 313 | [
"no_license"
] | [
{
"path": "Ansible/roles/mediawiki/tasks/main.yml",
"content": "---\n# tasks file for mediawiki\n\n- name: Creating Folder for Mediawiki under /var/www\n become: true\n ansible.builtin.file:\n path: \"{{ mediawikipath }}\"\n state: directory\n mode: 0755\n\n- name: Download and UnArchive MediaWik... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1984,
"all_permissive": false
} |
ansible_role | Anirudh-Hungund/MediaWiki-TF-Ansible | 43481d3254addcc8d24211cc8f3e1a7de788d15f | 0 | Ansible/roles/osupdate | 313 | [
"no_license"
] | [
{
"path": "Ansible/roles/osupdate/tasks/main.yml",
"content": "---\n# tasks file for prerequisite\n- \n name: Installing Latest OS Packages Updates\n become: true\n ansible.builtin.dnf:\n name: \"*\"\n state: latest",
"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": 152,
"all_permissive": false
} |
ansible_role | Anirudh-Hungund/MediaWiki-TF-Ansible | 43481d3254addcc8d24211cc8f3e1a7de788d15f | 0 | Ansible/roles/prerequisite | 313 | [
"no_license"
] | [
{
"path": "Ansible/roles/prerequisite/tasks/main.yml",
"content": "---\n- name: PHP Module Reset in CentOS/RHEL\n become: true\n ansible.builtin.shell: dnf module reset php -y\n\n- name: Enabling Module of PHP 7.4 in Centos/RHEL\n become: true\n ansible.builtin.shell: dnf module enable php:7.4 -y\n \n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | axelluguercio/ansible-LEMP-install | 2ef91ae9214a8754ece366c382ff777fa7af5ba9 | 0 | roles/common | 313 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "--- \r\n- name: Hacer un add del repo remi\r\n yum:\r\n name: http://rpms.famillecollet.com/enterprise/remi-release-{{ ansible_distribution_major_version }}.rpm\r\n state: present\r\n\r\n- name: Importar la GPG key\r\n rpm_key:\r\n key: http://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | axelluguercio/ansible-LEMP-install | 2ef91ae9214a8754ece366c382ff777fa7af5ba9 | 0 | roles/nginx | 313 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Instalar libselinux-python\r\n yum: name=libselinux-python state=present \r\n \r\n- name: Instalar nginx para CentOS 7\r\n yum: name=nginx state=latest\r\n\r\n- name: Copiar el archivo de nginx default.conf\r\n template:\r\n src: def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | axelluguercio/ansible-LEMP-install | 2ef91ae9214a8754ece366c382ff777fa7af5ba9 | 0 | roles/php | 313 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\r\n- name: Instalar php{{ php_ver | replace('.','') }}\r\n yum: \r\n name:\r\n - php{{ php_ver | replace('.','') }}\r\n - php{{ php_ver | replace('.','') }}-php-mcrypt\r\n - php{{ php_ver | replace('.','') }}-php-mbstring\r\n - ph... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | rmetzler/ansible-shellshock-fix | 586a1d8552988358e14a99f3267ec22c4d62e0f0 | 1 | playbooks/roles/apt-update | 313 | [
"no_license"
] | [
{
"path": "playbooks/roles/apt-update/tasks/main.yml",
"content": "---\n- copy: src=debian-6-lts.list dest=/etc/apt/sources.list.d/debian-6-lts.list\n when: ansible_distribution_major_version == \"6\"\n\n# Uncomment the following to test for the vuln.\n#\n# - shell: \"export evil='() { :;}; echo vulnerabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | RND-SOFT/swarm-example | 9d7f3e0030766c4c556ff9847c9d451a42e65c4f | 4 | ansible/roles/debug | 313 | [
"no_license"
] | [
{
"path": "ansible/roles/debug/tasks/main.yml",
"content": "---\n- name: Print message\n debug:\n msg: System {{ inventory_hostname }} has ip {{ ansible_host }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | esg-rokpokwasili/ansibleroles | f84dcae618298c6d854ef91ca9518f110f34dd3a | 0 | roles/Couchbase | 313 | [
"no_license"
] | [
{
"path": "roles/Couchbase/hosts",
"content": "[couchbase_datastores] # bucket_name: americano-static / bucket_password: <PASSWORD>\n10.0.4.87 ansible_ssh_private_key_file=<insertpath> ansible_user=<insertuser>\n10.0.4.117 ansible_ssh_private_key_file=<insertpath> ansible_user=<insertuser>\n10.0.4.186 ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | esg-rokpokwasili/ansibleroles | f84dcae618298c6d854ef91ca9518f110f34dd3a | 0 | roles/common | 313 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install Common Software\n yum:\n name: ['vim','wget','git']\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | esg-rokpokwasili/ansibleroles | f84dcae618298c6d854ef91ca9518f110f34dd3a | 0 | roles/filebeat | 313 | [
"no_license"
] | [
{
"path": "roles/filebeat/defaults/main.yml",
"content": "filebeat_logs:\n apache:\n paths:\n - '/var/log/apache2/*error.log'\n close_inactive: '2h'\n tail_files: true\n tags:\n - 'prod'\n - 'americano'\n - 'web'\n serverlog:\n paths:\n - '/var/log/serverlog/*.log'\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | LenticularCloud/playbook_milliways | bea9c889cf5fd24b1cabe686e91d6c17e8930fa8 | 4 | ansible/roles/debops.gogs | 313 | [
"no_license"
] | [
{
"path": "ansible/roles/debops.gogs/templates/etc/gogs/conf/app.ini",
"content": "# {{ ansible_managed }}\n\n{% for section,values in gogs_config.iteritems() %}\n{{ '' if section == '' else '[' + section + ']' }}\n{% for key, value in values.iteritems() %}\n{{ key + ' = ' + value }}\n{% endfor %}\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12667,
"all_permissive": false
} |
ansible_role | LenticularCloud/playbook_milliways | bea9c889cf5fd24b1cabe686e91d6c17e8930fa8 | 4 | ansible/roles/debops.lenticular_admin | 313 | [
"no_license"
] | [
{
"path": "ansible/roles/debops.lenticular_admin/templates/etc/prosody/prosody.cfg.lua.j2",
"content": "-- {{ ansible_managed }}\n{% import 'templates/import/debops__tpl_macros.j2' as debops__tpl_macros with context %}\n\n{% macro lua_print(object, prefix='',depth=0) %}\n{% if object is mapping ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11004,
"all_permissive": false
} |
ansible_role | lucaspolo/wordpress_ansible | 535992229462131632599dc33b742184a89230d9 | 1 | roles/mysql | 313 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependência do sistema operacional'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - mysql-server-5.6\n - python-mysqldb\n\n- name: 'Cria o banco do MySQL'\n mysql_db: \n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | lucaspolo/wordpress_ansible | 535992229462131632599dc33b742184a89230d9 | 1 | roles/webserver | 313 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Instala pacotes de dependência do sistema operacional'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | lucaspolo/wordpress_ansible | 535992229462131632599dc33b742184a89230d9 | 1 | roles/wordpress | 313 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: 'Download do arquivo de instalação do Wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n- name: 'Descompacta o arquivo do Wordpress'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1136,
"all_permissive": false
} |
ansible_role | AjeethP/test-s3-rep | cfe311bf86b59695185cd50052ac2019d00dd091 | 0 | roles/ae_windows_base | 313 | [
"no_license"
] | [
{
"path": "roles/ae_windows_base/tasks/main.yml",
"content": "---\n- name: testing\n debug:\n msg:\n - \"This is for collection testing\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 76,
"all_permissive": false
} |
ansible_role | qgsoriano1/Final_Exam_Soriano | 43334cc4421149c1b5cb01bde5ecbcefc12b0cfc | 0 | roles/install | 313 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "- name: install nagios in Ubuntu\n apt:\n name:\n - nagios4\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install nagios in CentOS\n dnf:\n name:\n - nagios\n state: latest\n upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | 3lding/ansible | dc3c02684a5c9ee8373030702379f637f9ea39e0 | 3 | roles/coreos_kubernetes | 314 | [
"no_license"
] | [
{
"path": "roles/coreos_kubernetes/handlers/main.yml",
"content": "---\n# handlers file for coreos_kubernetes\n#\n# Reboot machine\n- name: reboot machine \n reboot:\n connect_timeout: 60\n reboot_timeout: 180\n post_reboot_delay: 180\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4909,
"all_permissive": false
} |
ansible_role | coderplay/provision | 45bc624d9ce0c852be6c4eb10abf7b9454064dd2 | 0 | roles/common | 314 | [
"no_license"
] | [
{
"path": "roles/common/templates/hosts",
"content": "# {{ ansible_managed }}\n\n127.0.0.1 localhost\n\n{% for host in groups['all'] %}\n{{ hostvars[host][\"ansible_default_ipv4\"][\"address\"] }} {{ host }} {{ hostvars[host][\"ansible_hostname\"] }}\n{% endfor %}\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2176,
"all_permissive": false
} |
ansible_role | coderplay/provision | 45bc624d9ce0c852be6c4eb10abf7b9454064dd2 | 0 | roles/oracle_jdk | 314 | [
"no_license"
] | [
{
"path": "roles/oracle_jdk/tasks/main.yml",
"content": "---\n# file: roles/oracle_jdk/tasks/main.yml\n\n- name: add webupd8team java repository for Ubuntu\n apt_repository: repo='ppa:webupd8team/java'\n when: ansible_distribution == \"Ubuntu\"\n tags:\n - install-java\n\n- name: add webupd8team java ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1287,
"all_permissive": false
} |
ansible_role | coderplay/provision | 45bc624d9ce0c852be6c4eb10abf7b9454064dd2 | 0 | roles/system_user | 314 | [
"no_license"
] | [
{
"path": "roles/system_user/vars/main.yml",
"content": "users:\n # - { user: zookeeper , group: zookeeper }\n # - { user: kafka , group: kafka }\n - { user: mzhou , group: big }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | kieranmanning/VPS | 0130dd7d8c2eeef5436c68512d45f76bd7376d6b | 0 | roles/fileserver | 314 | [
"no_license"
] | [
{
"path": "roles/fileserver/templates/fileserver-nginx.j2",
"content": "server {\n server_name {{ fileserver_domain }};\n root /var/www/files;\n\n listen 443 ssl; # managed by Certbot\n\n\n location / {\n autoindex on;\n \tauth_basic {{ fileserver_htpasswd_user }};\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2582,
"all_permissive": false
} |
ansible_role | kieranmanning/VPS | 0130dd7d8c2eeef5436c68512d45f76bd7376d6b | 0 | roles/pi-tailscale-certs | 314 | [
"no_license"
] | [
{
"path": "roles/pi-tailscale-certs/tasks/main.yml",
"content": "- name: generate tailscale certs\n command: > \n tailscale cert\n --cert-file {{vaultwarden_cert_path}}\n --key-file {{vaultwarden_key_path}}\n {{ vaultwarden_domain }} \n notify: restart nginx",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | kieranmanning/VPS | 0130dd7d8c2eeef5436c68512d45f76bd7376d6b | 0 | roles/vaultwarden | 314 | [
"no_license"
] | [
{
"path": "roles/vaultwarden/tasks/backups.yml",
"content": "- name: ensure postfix installed for alerts\n package:\n name: postfix\n\n- name: ensure mail package installed for alerts\n package:\n name: \"{{ 'mailutils' if ansible_distribution == 'Debian' else 's-nail' }}\"\n\n- name: drop script th... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5013,
"all_permissive": false
} |
ansible_role | cthulh1/tfans | b65d27541e067c08d511d52c958ef6054d34b929 | 0 | roles/deploy_nginx_web | 314 | [
"no_license"
] | [
{
"path": "roles/deploy_nginx_web/tasks/ngxUbuntu.yml",
"content": "---\n- name: Update cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Nginx install\n ansible.builtin.apt:\n name: \"{{ nginx_version }}\"\n state: present\n notify: Start nginx service\n",
"license_type": "no_lic... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 5661,
"all_permissive": false
} |
ansible_role | cthulh1/tfans | b65d27541e067c08d511d52c958ef6054d34b929 | 0 | roles/tls_cert_and_renew | 314 | [
"no_license"
] | [
{
"path": "roles/tls_cert_and_renew/README.md",
"content": "# Ansible роль: tls_cert_and_renew\n\n## Описание\n\nЭта роль позволяет автоматически получить LetsEncrypt сертификат, сгенерировать виртуальный хост (virtualhost) на основе заданных параметров на заданное количество удаленных машин и создать на ни... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5237,
"all_permissive": false
} |
ansible_role | cw3de/nuc-config | 0f273587f6337a0b3ae93f89a8474ba006ba27a5 | 0 | roles/install_packages | 314 | [
"no_license"
] | [
{
"path": "roles/install_packages/tasks/main.yml",
"content": "---\n- name: install packages\n become: True\n pacman:\n name:\n - man\n - vim\n - parted\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | cw3de/nuc-config | 0f273587f6337a0b3ae93f89a8474ba006ba27a5 | 0 | roles/setup_docker | 314 | [
"no_license"
] | [
{
"path": "roles/setup_docker/tasks/main.yml",
"content": "---\n- name: Install Docker\n become: True\n pacman:\n name:\n - docker\n - docker-compose\n state: latest\n\n- name: Enable Docker service\n become: True\n systemd:\n name: docker\n enabled: yes\n state: started\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | cw3de/nuc-config | 0f273587f6337a0b3ae93f89a8474ba006ba27a5 | 0 | roles/setup_traefik | 314 | [
"no_license"
] | [
{
"path": "roles/setup_traefik/files/docker-compose.yml",
"content": "version: '3'\n\nservices:\n traefik:\n image: traefik:v2.10\n command:\n - \"--configFile=/etc/traefik/traefik.yml\"\n ports:\n - \"80:80\"\n # - \"443:443\"\n # The Web UI (enabled by --api.insecure=true)\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | cw3de/nuc-config | 0f273587f6337a0b3ae93f89a8474ba006ba27a5 | 0 | roles/update_packages | 314 | [
"no_license"
] | [
{
"path": "roles/update_packages/tasks/main.yml",
"content": "---\n# Run pacman -Syu to update all packages\n- name: update database\n become: True\n pacman:\n update_cache: yes\n upgrade: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | cw3de/nuc-config | 0f273587f6337a0b3ae93f89a8474ba006ba27a5 | 0 | roles/user_dotfiles | 314 | [
"no_license"
] | [
{
"path": "roles/user_dotfiles/files/bashrc.sh",
"content": "# .bashrc\n\nif [ -n \"$PS1\" ]\nthen\n export EDITOR=vim\n\n PS1='\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]:\\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\$ '\n\n alias soba='source ~/.bashrc'\n alias viba='vi ~/.bashrc'\n alias sub='sudo -i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1503,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.