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 | Seagate/AutoPerf | d37838cb811bcb849fe3f18f6731c9b33458620e | 1 | roles/autoPerf | 6,736 | [
"no_license"
] | [
{
"path": "roles/autoPerf/files/cortx-benchmark/README.md",
"content": "# BENCHMARK\nPre-requisite step to perform AutoPerf s3 performance testing:\n1.\tIt must require root access to the S3 client and S3 server.\n2.\tPasswordless authentication should be enabled for S3 Client and S3 Server from the AutoPer... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 34,
"total_bytes": 46038,
"all_permissive": false
} |
ansible_role | Seagate/AutoPerf | d37838cb811bcb849fe3f18f6731c9b33458620e | 1 | roles/stop_run | 6,736 | [
"no_license"
] | [
{
"path": "roles/stop_run/files/stopgraceful.sh",
"content": "clientname=$(cat hosts|grep 'clientnode-1' | awk '{print $2}' |sed 's/.*=//')\n\nfor i in `ps -ef | grep -v grep | grep deploy_autoperf.yml |grep $clientname |awk '{ print $2 }'` \ndo\nkill $i\nif [ $? -ne 0 ]\nthen \nsleep 5\nkill -15 $i\nfi\nec... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2283,
"all_permissive": false
} |
ansible_role | actuallyKasi/testProject | 2fc7760048ea98ea68bf026a58f9ac5f37132b27 | 0 | ansible/roles/nginx | 6,736 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yaml",
"content": "- name: Installs nginx package\n apt: \n name: nginx\n state: present\n- name: create required directories\n file: dest={{ item }} state=directory\n with_items:\n - \"{{ letsencrypt_path }}\"\n - \"{{ letsencrypt_webroot }}\"\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1253,
"all_permissive": false
} |
ansible_role | hithesh2201/roboshop-ansible-roles-tf | aba376ddebc2de60be19129444cee810eaeb277b | 0 | roles/common | 6,736 | [
"no_license"
] | [
{
"path": "roles/common/tasks/mysql-setup.yaml",
"content": "- name: install mysql client\n ansible.builtin.dnf:\n name: mysql\n state: present\n\n\n- name: load cities data\n ansible.builtin.shell: \"mysql -h mysql-dev.hiteshshop.online -uroot -pRoboshop@1 < /app/schema/shipping.sql\"",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | dt-alliances-workshops/perform-2025-hot-observing-and-automating-multi-cloud-infraestructure | a09f89d223a3742a17fab945c371c976149172ed | 0 | roles/my-use-case | 6,736 | [
"no_license"
] | [
{
"path": "roles/my-use-case/tasks/add-dashboard-gen3.yml",
"content": "- name: Request a DT OAuth access token\r\n ansible.builtin.uri:\r\n url: \"{{ extra_vars.dt_oauth_sso_endpoint }}\"\r\n method: POST\r\n status_code: 200\r\n headers:\r\n Content-Type: \"application/x-www-form-urlenco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | semyon1992/docker-grafana-alertmanage-prometheus | f2428a5101bbdf35e6f15880a38d812b4c628f41 | 1 | roles/alertmanager | 6,616 | [
"no_license"
] | [
{
"path": "roles/alertmanager/defaults/main.yml",
"content": "---\n# defaults file for docker-alertmanager\ndocker_alertmanager_name: alertmanager\ndocker_alertmanager_image: prom/alertmanager\ndocker_alertmanager_env: {}\ndocker_alertmanager_net: default\ndocker_alertmanager_expose:\n - 9093:9093\ndocker_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3449,
"all_permissive": false
} |
ansible_role | semyon1992/docker-grafana-alertmanage-prometheus | f2428a5101bbdf35e6f15880a38d812b4c628f41 | 1 | roles/docker | 6,616 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Get release codename\n shell: lsb_release -cs\n register: ubuntu_version\n\n- name: Trust docker repo gpg key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add docker repository\n apt_reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | semyon1992/docker-grafana-alertmanage-prometheus | f2428a5101bbdf35e6f15880a38d812b4c628f41 | 1 | roles/grafana | 6,616 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/grafana.yml",
"content": "- name: Ensure docke volume mapping host directories exist\n file:\n state: directory\n mode: \"777\"\n recurse: yes\n owner: \"root\"\n group: \"root\"\n path: \"{{ item | regex_replace('^(?P<host>.+):(?P<container>.+):(?P<mode>.+)... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4091,
"all_permissive": false
} |
ansible_role | semyon1992/docker-grafana-alertmanage-prometheus | f2428a5101bbdf35e6f15880a38d812b4c628f41 | 1 | roles/prometheus | 6,616 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/prometheus.yml",
"content": "- name: Ensure docke volume mapping host directories exist\n file:\n state: directory\n mode: \"775\"\n owner: \"root\"\n group: \"docker\"\n recurse: yes\n path: \"{{ item | regex_replace('^(?P<host>.+):(?P<container>.+):(?P<... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3433,
"all_permissive": false
} |
ansible_role | era-of-dev/dev-env | ee2df2e63d7500215ca676b03cd045e14741b71a | 0 | roles/base | 6,616 | [
"no_license"
] | [
{
"path": "roles/base/tasks/packages-Debian.yml",
"content": "- name: Upgrade packages\n package:\n name: \"*\"\n state: latest\n\n- name: Perform a dist-upgrade.\n ansible.builtin.apt:\n upgrade: dist\n update_cache: yes\n\n- name: Check if a reboot is required.\n ansible.builtin.stat:\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 6249,
"all_permissive": false
} |
ansible_role | era-of-dev/dev-env | ee2df2e63d7500215ca676b03cd045e14741b71a | 0 | roles/configuration | 6,616 | [
"no_license"
] | [
{
"path": "roles/configuration/tasks/vscode-extensions.yml",
"content": "- name: Install vscode extensions\n become_user: \"{{ ansible_env.SUDO_USER }}\"\n command: code --install-extension {{ item }}\n loop: \"{{ vscode_extensions }}\"\n register: install_result\n changed_when: \"'already installed' n... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 5039,
"all_permissive": false
} |
ansible_role | era-of-dev/dev-env | ee2df2e63d7500215ca676b03cd045e14741b71a | 0 | roles/nvidia | 6,616 | [
"no_license"
] | [
{
"path": "roles/nvidia/tasks/main.yml",
"content": "- name: Install NVIDIA drivers\n package:\n name: \"{{ item }}\"\n state: latest\n loop: \"{{ packages_nvidia }}\"\n register: install_result\n\n- name: Wait for NVIDIA kernel builds\n debug:\n msg: \"Please wait for the driver to build, chec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | westeras/hdp-es-cb-demo | 0b049cb070436f3ed40894561d5b3a95f0c8d4fb | 3 | vagrant/provisioning/roles/common | 6,616 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/common/tasks/main.yml",
"content": "---\n\n# CentOS tasks\n- include: CentOS.yml\n when: ansible_distribution == \"CentOS\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "vagrant/provisioning/roles/common/t... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | westeras/hdp-es-cb-demo | 0b049cb070436f3ed40894561d5b3a95f0c8d4fb | 3 | vagrant/provisioning/roles/couchbase | 6,616 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/couchbase/defaults/CentOS.yml",
"content": "---\ncouchbase_version: 3.0.2\ncouchbase_package: couchbase-server-enterprise-{{ couchbase_version }}-centos6.x86_64.rpm\ncouchbase_url: http://packages.couchbase.com/releases/{{ couchbase_version }}/{{ couchbase_package }}\n"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1594,
"all_permissive": false
} |
ansible_role | westeras/hdp-es-cb-demo | 0b049cb070436f3ed40894561d5b3a95f0c8d4fb | 3 | vagrant/provisioning/roles/elastic | 6,616 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/elastic/defaults/CentOS.yml",
"content": "---\nelasticsearch_version: 1.4.4\nelasticsearch_package: elasticsearch-{{ elasticsearch_version }}.noarch.rpm\nelasticsearch_url: https://download.elasticsearch.org/elasticsearch/elasticsearch/{{ elasticsearch_package }}\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1194,
"all_permissive": false
} |
ansible_role | westeras/hdp-es-cb-demo | 0b049cb070436f3ed40894561d5b3a95f0c8d4fb | 3 | vagrant/provisioning/roles/hdp | 6,616 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/hdp/tasks/CentOS.yml",
"content": "---\n- name: Install epel repo\n yum: name=epel-release state=present\n\n- name: Install packages\n yum: name={{item}} state=present\n with_items:\n - java\n - wget\n - ntp\n - python-pip\n\n- selinux: state=disabled\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | westeras/hdp-es-cb-demo | 0b049cb070436f3ed40894561d5b3a95f0c8d4fb | 3 | vagrant/provisioning/roles/nodejs | 6,616 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n\n# CentOS tasks\n- include: CentOS.yml\n when: ansible_distribution == \"CentOS\"\n\n- name: Install forever npm package globally\n npm: name=forever global=yes\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | krzypro/DevOps_Capstone | c2a39eadc0ac4329846f31866a7ef29bb32f7c94 | 0 | .circleci/ansible/roles/deploy-blue | 6,616 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy-blue/tasks/main.yml",
"content": "---\r\n- name: Creates directory\r\n file:\r\n path: \"{{ home_dir }}/k8s\"\r\n state: directory\r\n- name: Copy k8s blue service definition\r\n copy:\r\n src: ../../k8s/blue-service.yml\r\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2090,
"all_permissive": false
} |
ansible_role | krzypro/DevOps_Capstone | c2a39eadc0ac4329846f31866a7ef29bb32f7c94 | 0 | .circleci/ansible/roles/promote-blue-to-green | 6,616 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/promote-blue-to-green/tasks/main.yml",
"content": "---\r\n- name: Creates directory\r\n file:\r\n path: \"{{ home_dir }}/k8s\"\r\n state: directory\r\n- name: Copy k8s green service definition\r\n copy:\r\n src: ../../k8s/green-service.yml\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | theodesp/aspoonfulofhome | 79f7d4c9971e73d9e53a11f12d701a55fdce0863 | 3 | ansible/roles/deploy | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: Install dependency packages\n apt: pkg={{ item }} state=present\n remote_user: deploy\n sudo: yes\n with_items:\n - build-essential\n - python-software-properties\n - curl\n - libjpeg-dev\n - libpng-dev\n - libpq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2507,
"all_permissive": false
} |
ansible_role | theodesp/aspoonfulofhome | 79f7d4c9971e73d9e53a11f12d701a55fdce0863 | 3 | ansible/roles/mail | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/mail/handlers/main.yml",
"content": "---\n- name: restart postfix\n service: name=postfix state=restarted\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible/roles/mail/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | theodesp/aspoonfulofhome | 79f7d4c9971e73d9e53a11f12d701a55fdce0863 | 3 | ansible/roles/nginx | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx dependencies\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - build-essential\n - libpcre3\n - libpcre3-dev\n - libssl-dev\n - unzip\n tags:\n - web\n - server\n\n- name: I... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4790,
"all_permissive": false
} |
ansible_role | theodesp/aspoonfulofhome | 79f7d4c9971e73d9e53a11f12d701a55fdce0863 | 3 | ansible/roles/redis | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/handlers/main.yml",
"content": "---\n- name: Restart Redis\n service: >\n name={{ redis_initd_name }}\n state=restarted\n tags:\n - redis",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "ansible/roles/redis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | theodesp/aspoonfulofhome | 79f7d4c9971e73d9e53a11f12d701a55fdce0863 | 3 | ansible/roles/user | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/user/tasks/main.yml",
"content": "---\n- name: Create user group\n group: name='{{ deploy_user }}' state=present\n sudo: no\n\n- name: Create user account\n sudo: no\n user: name='{{ deploy_user }}'\n state=present generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | wjtnk/ansible_lineAPI_by_phalcon | 4fbc5f10a33e97115df955070570bf7faa3c4f69 | 0 | sync/roles/mariadb | 6,616 | [
"no_license"
] | [
{
"path": "sync/roles/mariadb/tasks/configure.yml",
"content": "---\n# tasks file for ./roles/mariadb\n# ansible_ens160ではエラーがでたので、ansible_eth1に変更している(https://go-journey.club/archives/4893)\n\n- name: configure / Setup configure file\n template:\n src: server.cnf.j2\n dest: /etc/my.cnf.d/server.cnf\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1321,
"all_permissive": false
} |
ansible_role | GeloaceRT/CPE212-FinalProj-G2 | 9f31d4a1cdba42c5420b982b49bbd9d37bf7d092 | 0 | roles/CentOS | 6,616 | [
"no_license"
] | [
{
"path": "roles/CentOS/tasks/main.yml",
"content": "---\n - name: Add user to docker group\n tags: centos, group\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true\n\n - name: Pull Docker Image (CentOS)\n tags: image-centos\n docker_image:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | GeloaceRT/CPE212-FinalProj-G2 | 9f31d4a1cdba42c5420b982b49bbd9d37bf7d092 | 0 | roles/Ubuntu | 6,616 | [
"no_license"
] | [
{
"path": "roles/Ubuntu/tasks/main.yml",
"content": "---\n - name: Add user to docker group\n tags: ubuntu, group\n ansible.builtin.user:\n name: \"{{ ansible_user }}\"\n groups: docker\n append: true\n\n - name: Pull Docker Image (Ubuntu)\n tags: image-ubuntu\n docker_image:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | vidagharavian/ansible | 04d381e5cde769d6a563595a2ec6f9d69710e230 | 0 | playbooks/roles/cp | 6,616 | [
"no_license"
] | [
{
"path": "playbooks/roles/cp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - cp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "playbooks/roles/cp/handlers/main.yml",
"content": "---\n# handlers file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | vidagharavian/ansible | 04d381e5cde769d6a563595a2ec6f9d69710e230 | 0 | playbooks/roles/django | 6,616 | [
"no_license"
] | [
{
"path": "playbooks/roles/django/vars/main.yml",
"content": "---\n# vars file for django\nansible_python_interpreter: /usr/bin/python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "playbooks/roles/django/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | vidagharavian/ansible | 04d381e5cde769d6a563595a2ec6f9d69710e230 | 0 | playbooks/roles/gaussian | 6,616 | [
"no_license"
] | [
{
"path": "playbooks/roles/gaussian/tasks/main.yml",
"content": "---\n- \n name: include\n include: enviroment-variable.yml\n\n- \n name: create {{ G16ROOT }}/scr directory if it does not exist\n file:\n path: \"{{ G16ROOT }}/scr\"\n state: directory\n mode: 0755\n\n\n\n- \n name: extract G16-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | vidagharavian/ansible | 04d381e5cde769d6a563595a2ec6f9d69710e230 | 0 | playbooks/roles/ping | 6,616 | [
"no_license"
] | [
{
"path": "playbooks/roles/ping/tasks/main.yml",
"content": "---\n-\n name: <NAME>\n ping: \n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 32,
"all_permissive": false
} |
ansible_role | vidagharavian/ansible | 04d381e5cde769d6a563595a2ec6f9d69710e230 | 0 | playbooks/roles/rm_ssh_key | 6,616 | [
"no_license"
] | [
{
"path": "playbooks/roles/rm_ssh_key/defaults/main.yml",
"content": "---\n# defaults file for rm_ssh_key",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "playbooks/roles/rm_ssh_key/vars/main.yml",
"content": "---\n# vars file for rm_ssh_key",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | tanis2000/ansible-include-role-public-bug | 440f2565fb8ad115894ac23b758fe50fea1cfd7f | 1 | roles/a4-roles | 6,616 | [
"no_license"
] | [
{
"path": "roles/a4-roles/tasks/main.yml",
"content": "- name: a4-roles\n when: item.when | default(omit)\n block:\n #- iclude_role:\n - import_role:\n name: \"{{ item.name }}\"\n # This is `yes` because the `roles` tag shares defaults and vars with other roles in the same block\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | tanis2000/ansible-include-role-public-bug | 440f2565fb8ad115894ac23b758fe50fea1cfd7f | 1 | roles/setup-vars | 6,616 | [
"no_license"
] | [
{
"path": "roles/setup-vars/tasks/main.yml",
"content": "- name: setup-vars\n debug:\n msg: \"Setting up vars\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/setup-vars/defaults/main.yml",
"content": "---\nmyvar: \"this is my var ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | tanis2000/ansible-include-role-public-bug | 440f2565fb8ad115894ac23b758fe50fea1cfd7f | 1 | roles/show-vars | 6,616 | [
"no_license"
] | [
{
"path": "roles/show-vars/tasks/main.yml",
"content": "- name: show-vars\n debug:\n msg: \"Value of myvar: {{ myvar }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 66,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/base | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/base/handlers/main.yml",
"content": "---\n- name: Reboot the server\n ansible.builtin.command: # noqa: no-changed-when\n cmd: reboot\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "ansible/roles/base/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/boot_mount | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/boot_mount/tasks/main.yml",
"content": "---\n- name: Copy uncompressed image into a new image file\n ansible.builtin.copy:\n src: \"{{ image_plain_pathname }}\"\n dest: \"{{ image_file }}\"\n mode: \"0644\"\n- name: Get partition data of the image\n ansible.builtin.comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1140,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/boot_prepare | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/boot_prepare/templates/custom.toml.j2",
"content": "config_version = 1\n\n[system]\nhostname = \"{{ temp.hostname }}\"\n\n[user]\nname = \"pi\"\n# To encrypt, we can use \"openssl passwd -5 <PASSWORD>\"\npassword = \"{{ <PASSWORD>_password_crypt }}\"\npassword_encrypted = true\n\n[s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/boot_umount | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/boot_umount/tasks/main.yml",
"content": "---\n- name: Umount boot partition\n ansible.posix.mount:\n path: \"{{ mount_dir_boot }}\"\n state: unmounted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/chromium | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/chromium/handlers/main.yml",
"content": "---\n- name: Restart Display Manager\n ansible.builtin.service:\n name: display-manager\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/custom | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/custom/tasks/main.yml",
"content": "---\n- name: Check current LANG (avoid unnecessary config change)\n ansible.builtin.set_fact:\n current_locale: \"{{ ansible_facts.env.LANG }}\"\n- name: Set language\n ansible.builtin.command:\n cmd: \"/usr/bin/raspi-config nonint do_chan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/devenv | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/devenv/tasks/main.yml",
"content": "---\n- name: Install useful dev tools\n ansible.builtin.package:\n name:\n - gitk\n - jq\n - spyder\n - vim\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/galaxy | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/galaxy/tasks/main.yml",
"content": "---\n- name: Install the ansible galaxy dependencies\n ansible.builtin.command:\n chdir: \"{{ git_dir }}\"\n cmd: make deps-ansible\n creates: \"{{ git_dir }}/venv/galaxy\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/git | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n- name: Install some basic packages\n ansible.builtin.package:\n name:\n - git\n - python3-paramiko\n become: true\n- name: Get stats of python3\n ansible.builtin.stat:\n path: /usr/bin/python3\n register: st\n- name: Remove ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1876,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/grafana | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/templates/dashboard.yaml.j2",
"content": "apiVersion: 1\n\nproviders:\n - name: Default # A uniquely identifiable name for the provider\n type: file\n options:\n path: /var/lib/grafana/dashboards\n\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2822,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/image_download | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/image_download/tasks/main.yml",
"content": "---\n- name: Call rpi-imager to get the repository name\n ansible.builtin.command:\n cmd: \"{{ rpi_imager }} --version\"\n register: rpi_imager_version\n changed_when: false\n- name: Extract repository URL\n ansible.builtin.set_fact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2795,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/private | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/private/tasks/main.yml",
"content": "---\n- name: Copy private.yml file\n ansible.builtin.copy:\n src: ../../private.yml\n dest: \"{{ project_base }}\"\n mode: \"0400\"\n- name: Copy public SSH key file\n ansible.builtin.copy:\n src: \"{{ ssh_keyfile_public }}\"\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/prometheus | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: Install Prometheus\n ansible.builtin.package:\n name:\n - prometheus\n become: true\n- name: Remove prometheus-node-exporter\n ansible.builtin.package:\n name: prometheus-node-exporter\n state: absent\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/sd_write | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/sd_write/tasks/main.yml",
"content": "---\n- name: Get the information about the device\n ansible.builtin.shell: |\n set -o pipefail\n ls -l /dev/disk/by-id|grep \"\\\\.\\\\./\\\\.\\\\./{{ temp.sd.device }}\"\n register: result\n changed_when: false\n- name: Wait for confir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/sensor | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/sensor/handlers/main.yml",
"content": "---\n- name: Restart temperature service\n ansible.builtin.systemd:\n name: temperature\n daemon_reload: true\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/ssh_keys | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh_keys/tasks/main.yml",
"content": "---\n- name: Generate a SSH keypair\n community.crypto.openssh_keypair:\n path: \"{{ ssh_keyfile_private }}\"\n mode: \"0600\"\n- name: Read the public SSH key\n ansible.builtin.slurp:\n src: \"{{ ssh_keyfile_public }}\"\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | girlich/temperature | fa74efb21a0ae5a3a6ebea938e8216551c9a40e0 | 0 | ansible/roles/venv | 6,616 | [
"no_license"
] | [
{
"path": "ansible/roles/venv/tasks/main.yml",
"content": "---\n- name: Prepare venv\n ansible.builtin.command:\n chdir: \"{{ git_dir }}\"\n cmd: make venv\n creates: \"{{ git_dir }}/venv/touchfile\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | vantuanpham95/do-an-tot-nghiep | 4c8460b84e0d739ea1f3cd35ce51d295a21676a4 | 0 | tuanpv/provisioning/roles/common | 6,676 | [
"no_license"
] | [
{
"path": "tuanpv/provisioning/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install ldirectord for OS Ubuntu\n apt: name={{ item }} state=latest\n with_items:\n - sudo\n tags:\n - sudo\n\n- name: Ubuntu | Update repositories cache\n apt: update_cache=yes\n tags:\n - common\n\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | vantuanpham95/do-an-tot-nghiep | 4c8460b84e0d739ea1f3cd35ce51d295a21676a4 | 0 | tuanpv/provisioning/roles/hostname | 6,676 | [
"no_license"
] | [
{
"path": "tuanpv/provisioning/roles/hostname/tasks/main.yml",
"content": "---\n\n\n- name: Set hostname for server\n hostname: name={{ inventory_hostname }}\n tags:\n - hostname\n\n\n- name: Set hostname in /etc/hosts\n lineinfile: >\n dest=/etc/hosts\n line='{{ ansible_ssh_host }} {{ inven... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | vantuanpham95/do-an-tot-nghiep | 4c8460b84e0d739ea1f3cd35ce51d295a21676a4 | 0 | tuanpv/provisioning/roles/iptables | 6,676 | [
"no_license"
] | [
{
"path": "tuanpv/provisioning/roles/iptables/tasks/main.yml",
"content": "---\n\n\n\n- name: Ubuntu | Ensure required base packages are present\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - iptables-persistent\n tags:\n - iptables\n - security\n\n\n- name: Ubuntu | Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | vantuanpham95/do-an-tot-nghiep | 4c8460b84e0d739ea1f3cd35ce51d295a21676a4 | 0 | tuanpv/provisioning/roles/sshd | 6,676 | [
"no_license"
] | [
{
"path": "tuanpv/provisioning/roles/sshd/tasks/main.yml",
"content": "---\n\n\n- name: Ubuntu | Set SSH Protocol to 2\n lineinfile: >\n dest=/etc/ssh/sshd_config\n regexp=\"^Protocol \" line=\"Protocol {{ Protocol }}\"\n notify: reload ssh\n tags:\n - sshd\n\n\n- name: Ubuntu | Set SSH Port\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5547,
"all_permissive": false
} |
ansible_role | vantuanpham95/do-an-tot-nghiep | 4c8460b84e0d739ea1f3cd35ce51d295a21676a4 | 0 | tuanpv/provisioning/roles/users | 6,676 | [
"no_license"
] | [
{
"path": "tuanpv/provisioning/roles/users/handlers/main.yml",
"content": "---\n\n\n- name: restart sshd\n shell: service sshd restart\n\n\n- name: restart ssh\n shell: service ssh restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "tuanpv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2999,
"all_permissive": false
} |
ansible_role | ringhton/ansible_patroni | 3b7c8ae097c07e2ef0210a18aaf25d438089a298 | 0 | roles/etcd | 6,676 | [
"no_license"
] | [
{
"path": "roles/etcd/handlers/main.yml",
"content": "- name: Restart etcd\r\n ansible.builtin.service:\r\n name: etcd\r\n daemon_reload: true\r\n state: started\r\n enabled: yes\r\n\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6661,
"all_permissive": false
} |
ansible_role | ringhton/ansible_patroni | 3b7c8ae097c07e2ef0210a18aaf25d438089a298 | 0 | roles/haproxy | 6,676 | [
"no_license"
] | [
{
"path": "roles/haproxy/templates/haproxy.cfg.j2",
"content": "global \n maxconn 100 \n defaults \n log global \n mode tcp \n retries 2 \n timeout client 30m \n timeout connect 4s \n timeout server 30m \n timeout ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4201,
"all_permissive": false
} |
ansible_role | ringhton/ansible_patroni | 3b7c8ae097c07e2ef0210a18aaf25d438089a298 | 0 | roles/node_exporter | 6,676 | [
"no_license"
] | [
{
"path": "roles/node_exporter/handlers/main.yml",
"content": "- name: Restart node_exporter\r\n ansible.builtin.service:\r\n name: node_exporter\r\n daemon_reload: true\r\n state: restarted\r\n enabled: true\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | ringhton/ansible_patroni | 3b7c8ae097c07e2ef0210a18aaf25d438089a298 | 0 | roles/patroni | 6,676 | [
"no_license"
] | [
{
"path": "roles/patroni/tasks/configure.yml",
"content": "- name: Add an apt signing key, uses whichever key is at the URL\r\n ansible.builtin.apt_key:\r\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\r\n state: present\r\n- name: Add specified repository into sources list using specified... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6648,
"all_permissive": false
} |
ansible_role | ringhton/ansible_patroni | 3b7c8ae097c07e2ef0210a18aaf25d438089a298 | 0 | roles/pgbouncer | 6,676 | [
"no_license"
] | [
{
"path": "roles/pgbouncer/tasks/install.yml",
"content": "- name: Add an apt signing key, uses whichever key is at the URL\r\n ansible.builtin.apt_key:\r\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\r\n state: present\r\n- name: Add specified repository into sources list using specified... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | josehelps/klapp-example | 10bd370df80518e733cb48d53063f8435c5eb2fd | 6 | ansible/roles/awscli | 6,676 | [
"permissive"
] | [
{
"path": "ansible/roles/awscli/test_vars/main.yml",
"content": "---\nawscli_version: \"1.9.20\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 28
},
{
"path": "ansible/roles/awscli/templates/aws_config.j2",
"content": "[default]\nregio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 696,
"all_permissive": true
} |
ansible_role | josehelps/klapp-example | 10bd370df80518e733cb48d53063f8435c5eb2fd | 6 | ansible/roles/falco | 6,676 | [
"permissive"
] | [
{
"path": "ansible/roles/falco/tasks/immutable.yml",
"content": "---\n## manage install when some directories are immutable\n## requires target_dir, state=pre/post\n\n- block:\n## Ansible 2.3+ for get_attributes\n - name: check target_dir {{ target_dir }} attributes\n# stat:\n# path: \"{{ targe... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 24,
"total_bytes": 27058,
"all_permissive": true
} |
ansible_role | josehelps/klapp-example | 10bd370df80518e733cb48d53063f8435c5eb2fd | 6 | ansible/roles/klapp | 6,676 | [
"permissive"
] | [
{
"path": "ansible/roles/klapp/tasks/sysdig_config.yml",
"content": "---\n\n- name: copy sysdig init\n copy: src=sysdig.init dest=/usr/local/bin/sysdig.init mode=655\n\n- name: copy sysdig systemd\n copy: src=sysdig.service dest=/etc/systemd/system/sysdig.service mode=655\n\n- name: start sysdig\n system... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1496,
"all_permissive": true
} |
ansible_role | josehelps/klapp-example | 10bd370df80518e733cb48d53063f8435c5eb2fd | 6 | ansible/roles/sysdig | 6,676 | [
"permissive"
] | [
{
"path": "ansible/roles/sysdig/tasks/main.yml",
"content": "---\n- name: sysdig | setup ansible\n setup:\n when: ansible_pkg_mgr is undefined\n\n- name: sysdig | setup repo\n include: '{{ ansible_pkg_mgr }}.yml'\n\n- name: sysdig | install package\n package:\n name: '{{ sysdig_package }}'\n state... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2142,
"all_permissive": true
} |
ansible_role | azkssd/DevOps1 | 9d6c358a57c1a8c547a7ea476d7ffc4775c73917 | 0 | my-project/ansible/roles/launch_app | 6,676 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_app/tasks/main.yml",
"content": "---\n# tasks file for roles/api\n- name: Run API\n docker_container:\n name: simple-student-container\n image: azkssd/backend:latest\n state: started\n networks:\n - name: my_network\n env:\n DB_host: datab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | azkssd/DevOps1 | 9d6c358a57c1a8c547a7ea476d7ffc4775c73917 | 0 | my-project/ansible/roles/launch_database | 6,676 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Run database\n docker_container:\n name: my-postgres-container\n image: azkssd/database:latest\n state: started\n networks:\n - name: my_network\n env:\n P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | azkssd/DevOps1 | 9d6c358a57c1a8c547a7ea476d7ffc4775c73917 | 0 | my-project/ansible/roles/launch_proxy | 6,676 | [
"no_license"
] | [
{
"path": "my-project/ansible/roles/launch_proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/http\n- name: Run httpd\n docker_container:\n name: httpd\n image: azkssd/httpd:latest\n state: started\n networks:\n - name: my_network\n env:\n BACKEND_host: api\n ports:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/common | 6,676 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n- name: install package.\n yum:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - git\n\n- name: install flask\n pip:\n name: flask\n state: present\n\n- name: update pip\n pip:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/gcp-instance | 6,676 | [
"no_license"
] | [
{
"path": "roles/gcp-instance/handlers/main.yml",
"content": "---\n# handlers file for roles/gcp-instance\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/gcp-instance/vars/main.yml",
"content": "---\n# vars file for roles/gcp-instance\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3855,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/gunicorn | 6,676 | [
"no_license"
] | [
{
"path": "roles/gunicorn/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/gunicorn",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/gunicorn/handlers/main.yml",
"content": "---\n# handlers f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/logging | 6,676 | [
"no_license"
] | [
{
"path": "roles/logging/defaults/main.yml",
"content": "---\n# defaults file for roles/logging\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/logging/handlers/main.yml",
"content": "---\n# handlers file for roles/logging\n",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/monitoring | 6,676 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yml",
"content": "---\n# tasks file for roles/monitoring\n- name: Run whoami .\n command: whoami\n become: false\n changed_when: false\n register: whoami\n\n- name: Download monitoring agent reop shell\n get_url:\n url: https://dl.google.com/cloudagents/add-mon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/mysql | 6,676 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for roles/mysql\n- name: install mysql\n yum:\n name: mysql\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/nginx | 6,676 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for roles/nginx\n\n- name: copy repo file\n copy:\n src: files/nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: install nginx\n yum: \n name: nginx\n state: present\n\n- name: copy conf file\n copy:\n src: files... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | gogo7751/ansible-test | 312267880b7b74de4fa8d0e7423d31a5abe8c79a | 0 | roles/supervisor | 6,676 | [
"no_license"
] | [
{
"path": "roles/supervisor/tasks/main.yml",
"content": "---\n# tasks file for roles/supervisor\n\n- name: install epel-release\n dnf:\n name: epel-release\n state: latest\n\n- name: install supervisor\n dnf:\n name: supervisor\n state: present\n\n- name: update supervisor config\n template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | devopsworksio/ansible-pgpool | dd3eefd06492d94b458107815cf64b07c7ca24cb | 0 | roles/postgres | 6,676 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- name: Make Ansible Facts directory\n file: path=/etc/ansible/facts.d state=directory\n\n- name: Install Postgres\n yum: name={{ item }} state=installed\n with_items:\n - postgresql95\n - postgresql95-libs\n - postgresql95-devel\n - pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | devopsworksio/ansible-pgpool | dd3eefd06492d94b458107815cf64b07c7ca24cb | 0 | roles/postgres_repo | 6,676 | [
"no_license"
] | [
{
"path": "roles/postgres_repo/tasks/main.yml",
"content": "---\n- name: Install Official Postgres Repo\n yum: name=\"http://yum.postgresql.org/9.5/redhat/rhel-7-{{ ansible_userspace_architecture }}/pgdg-redhat95-9.5-2.noarch.rpm\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | neckhair/ansible-raspberry | e2c6b0975fdbd24e72de7c546018b3459b22446c | 0 | roles/common | 6,676 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "---\n- name: Install serveral python libraries and tools\n become: True\n apt:\n name: \"{{ item }}\"\n with_items:\n - libboost-python-dev # for RF24 python library\n - python-dev\n - python-pip\n - python-setuptools\n",
"license_... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4352,
"all_permissive": false
} |
ansible_role | neckhair/ansible-raspberry | e2c6b0975fdbd24e72de7c546018b3459b22446c | 0 | roles/pi_station | 6,676 | [
"no_license"
] | [
{
"path": "roles/pi_station/tasks/main.yml",
"content": "- name: Install required packages\n become: True\n apt:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - bundler\n - git\n - ruby\n- name: Download pi-station sources\n git:\n repo: https://github.com/neckhair/pi-stati... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 681,
"all_permissive": false
} |
ansible_role | andranikasd/ansible-pet | 7c47a3d69405c6c649ce75b0b5926ff7424dec65 | 0 | roles/ffmpeg | 6,676 | [
"no_license"
] | [
{
"path": "roles/ffmpeg/tasks/main.yml",
"content": "---\n- name: Create application directory\n file:\n path: \"{{ nginx_ffmpeg_base_path }}\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n\n- name: Create HTML directory\n file:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | andranikasd/ansible-pet | 7c47a3d69405c6c649ce75b0b5926ff7424dec65 | 0 | roles/nginx | 6,676 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Create application directory\n file:\n path: \"/home/{{ ansible_user }}/nginx-ffmpeg\"\n state: directory\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: '0755'\n\n- name: Create HTML directory\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | TrellixVulnTeam/MyFirstAngular_LLTV | c1edb3d2e174ffb35ff0731bdfa9f72d4ccda38f | 0 | ansible/roles/docker | 6,676 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: myfirstangular\n build:\n path: /var/lib/jenkins/workspace/MyFirstAngular-pipeline/MyFirstAngular\n pull: no\n source: build\n state: present\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | TrellixVulnTeam/MyFirstAngular_LLTV | c1edb3d2e174ffb35ff0731bdfa9f72d4ccda38f | 0 | ansible/roles/registry | 6,676 | [
"no_license"
] | [
{
"path": "ansible/roles/registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry\n- name: Log into dockerhub\n docker_login:\n username: wi11i4m\n password: <PASSWORD>\n\n- name: Tag and push to dockerhub\n docker_image:\n name: myfirstangular:latest\n repository: wi11i4m/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | openeuler-mirror/aops-vulcanus | 075fcb3f5c31e6e5ce6972b04e0be0e2ba7be49e | 0 | scripts/deploy/ansible_handler/roles/aops_agent | 6,676 | [
"no_license"
] | [
{
"path": "scripts/deploy/ansible_handler/roles/aops_agent/tasks/install_aops_agent.yml",
"content": "---\n- name: Install packages\n become: true\n become_user: root\n dnf:\n state: latest\n disable_gpg_check: yes\n name:\n - python3-libselinux\n - aops-agent\n\n",
"license_type":... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1972,
"all_permissive": false
} |
ansible_role | Vitagan/tests | 479e525bbd68530cab340a9d3febf3f8906b258e | 0 | ansible/owlsa/roles/apache | 6,676 | [
"no_license"
] | [
{
"path": "ansible/owlsa/roles/apache/tasks/main.yml",
"content": "- name: Install packages\n apt:\n pkg: \"{{ item }}\"\n state: latest\n with_items:\n - apache2\n - libapache2-mod-php\n - libapache2-mod-rpaf\n - php-mysql\n - python-mysqldb\n - mysql-client\n\n- name: enable modu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1775,
"all_permissive": false
} |
ansible_role | Vitagan/tests | 479e525bbd68530cab340a9d3febf3f8906b258e | 0 | ansible/owlsa/roles/mysql | 6,676 | [
"no_license"
] | [
{
"path": "ansible/owlsa/roles/mysql/defaults/main.yml",
"content": "db_host: \"172.31.29.131\"\nback_serv_ip: \"172.31.23.118\"\nmysql_root_password: \"123\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "ansible/owlsa/roles/mysql/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 648,
"all_permissive": false
} |
ansible_role | Vitagan/tests | 479e525bbd68530cab340a9d3febf3f8906b258e | 0 | ansible/owlsa/roles/nginx | 6,676 | [
"no_license"
] | [
{
"path": "ansible/owlsa/roles/nginx/templates/vhost.conf.j2",
"content": "server {\n listen *:80;\n server_name {{site_name}} www.{{site_name}};\n server_name_in_redirect off;\n access_log /var/log/nginx/{{site_name}}.access.log;\n\n location / {\n proxy_pass h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2334,
"all_permissive": false
} |
ansible_role | Vitagan/tests | 479e525bbd68530cab340a9d3febf3f8906b258e | 0 | ansible/owlsa/roles/wordpress | 6,676 | [
"no_license"
] | [
{
"path": "ansible/owlsa/roles/wordpress/tasks/main.yml",
"content": "- name: creating database\n mysql_db:\n name: \"{{ db_name }}\"\n login_host: \"{{ db_host }}\"\n state: \"present\"\n login_user: \"root\"\n login_password: \"{{mysql_root_password}}\"\n\n- name: creating database user\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2158,
"all_permissive": false
} |
ansible_role | kgyuvraj/mongodb-cluster | 88455c859bcc8d70369cf227ecdc696b896c5477 | 0 | roles/mongodbrole | 6,856 | [
"no_license"
] | [
{
"path": "roles/mongodbrole/tasks/main.yml",
"content": "---\n# tasks file for mongodbrole\n- name: \"Create a network\"\n docker_network:\n name: \"mongoNet\"\n \n- name: Install pymongo python package\n ansible.builtin.pip:\n name: pymongo\n\n- name: Creates directory\n file:\n path: /SM/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2701,
"all_permissive": false
} |
ansible_role | zitzrash/ansible-role-os-prep | 5369669dfc551040c5202bd31bae3014ae3d663d | 0 | roles/os_prep | 6,856 | [
"no_license"
] | [
{
"path": "roles/os_prep/defaults/main.yml",
"content": "---\nsecond_disk: /dev/sdb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/os_prep/tasks/main.yml",
"content": "---\n- name: Install packages\n ansible.builtin.import_tasks: inst... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 8365,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/applications | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/applications/tasks/main.yml",
"content": "---\n\n- name: Create the git app\n tags: applications\n webfaction_app:\n name: git\n state: present\n type: git\n login_name: \"{{ webfaction_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n\n- name: Create the website's... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2377,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/database | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n\n- name: Create the database\n tags: database\n webfaction_db:\n name: \"{{vault.db.user}}\"\n password: \"{{<PASSWORD>}}\"\n type: postgresql\n login_name: \"{{webfaction_user}}\"\n login_password: \"{{webfaction_passwd}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/domain | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/domain/tasks/main.yml",
"content": "---\n\n- name: Create the domains\n tags: domain\n webfaction_domain:\n name: \"{{ domains.name }}\"\n state: present\n subdomains:\n - \"{{ domains.static }}\"\n - \"{{ domains.uploads }}\"\n login_name: \"{{webfaction_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/filesystem | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/filesystem/tasks/main.yml",
"content": "---\n\n- name: Creating processes directory\n tags: filesystem\n file:\n path: ~/processes\n state: directory\n mode: 0700\n\n- name: Adding processes cleanup to cron\n tags: filesystem\n cron:\n name: processes-cleanup\n sp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/packages | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "---\n\n- name: Installing pip2\n tags: packages\n easy_install:\n name: pip\n state: latest\n executable: easy_install-2.7\n\n- name: Installing pip3\n tags: packages\n easy_install:\n name: pip\n state: latest\n executable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/project | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/project/tasks/main.yml",
"content": "---\n\n- name: Create the virtualenv\n tags: project\n shell: \"{{ project.virtualenv.command }} {{ project.virtualenv.name }}\"\n args:\n chdir: \"{{ applications.main.path }}\"\n creates: \"{{ applications.main.path }}/{{ project.virtu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2417,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/ssh | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n\n- name: Create .ssh dir\n tags: ssh\n file:\n path: ~/.ssh\n state: directory\n mode: 0700\n\n- name: Copy public key file\n tags: ssh\n copy:\n src: \"{{ ssh.files.public_key }}\"\n dest: \"~/.ssh/id_rsa.pub\"\n mode: 06... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | diogobaeder/poema | 469ca767451cbf4cda231df36ed9ae229349c2f9 | 1 | ansible/roles/versioning | 6,856 | [
"no_license"
] | [
{
"path": "ansible/roles/versioning/tasks/main.yml",
"content": "---\n\n- name: Initializing the working tree\n tags: versioning\n shell: git init . && git remote add {{ versioning.remote }} {{ versioning.repo }}\n args:\n chdir: \"{{ applications.main.path }}\"\n creates: \"{{ applications.main.pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.