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 | aisensiy/fixed-assets-java | 1c6da55cdacd8157b07fb9c6a469743e21b87d1d | 1 | deploy/playbook/roles/java | 7,994 | [
"no_license"
] | [
{
"path": "deploy/playbook/roles/java/tasks/redhat.yml",
"content": "---\n\n- name: Check JDK Downloaded\n stat: path=jdk-8u20-linux-x64.rpm\n register: jdk_exist\n\n- name: install wget\n yum: name=wget state=present\n\n- name: download Oracle JDK RPM\n shell: 'wget --no-check-certificate --no-cookies ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | aisensiy/fixed-assets-java | 1c6da55cdacd8157b07fb9c6a469743e21b87d1d | 1 | deploy/playbook/roles/nginx | 7,994 | [
"no_license"
] | [
{
"path": "deploy/playbook/roles/nginx/templates/nginx.conf.j2",
"content": "worker_processes 1;\nuser nginx nginx;\n\nerror_log /var/logs/nginx/error.log warn;\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n server_tokens off;\n include mime.types;\n default_type application/o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1868,
"all_permissive": false
} |
ansible_role | csbogdan/vagrant.ansible.tyk | a7ab74ebfb82db947d946b4b25b47645096c35ee | 0 | roles/versent.tyk | 7,994 | [
"no_license"
] | [
{
"path": "roles/versent.tyk/tasks/configureTykDashboard.yml",
"content": "---\n\n- debug: \n msg: \"Configuring 'tyk dashboard'\"\n\n- name: configuring 'tyk dashboard'\n command: /opt/tyk-dashboard/install/setup.sh --listenport=3000 --redishost=localhost --redisport=6379 --mongo=mongodb://127.0.0.1/ty... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6137,
"all_permissive": false
} |
ansible_role | BasePlatform/Ansible | 51e64afaea898a63ce1527b34267b0dfdd303881 | 0 | roles/common | 7,994 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Update Apt-get\n shell: apt-get update\n\n- name: Update for node.js 8\n shell: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\n\n- name: Install node.js\n shell: apt-get install -y nodejs\n\n- name: Install unzip\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | BasePlatform/Ansible | 51e64afaea898a63ce1527b34267b0dfdd303881 | 0 | roles/dev | 7,994 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/main.yml",
"content": "---\n\n- name: Open Firewall ports to enable docker container connect to host all ports\n shell: iptables -A INPUT -i docker0 -j ACCEPT\n\n- name: Resolve the insconsistent of git on host and virtual machine - 1\n shell: git config --global core.filemode f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | BasePlatform/Ansible | 51e64afaea898a63ce1527b34267b0dfdd303881 | 0 | roles/docker | 7,994 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- shell: uname -r\n ignore_errors: yes\n register: uname_output\n\n- name: Install Docker Libs\n apt: name={{ item }} state=installed\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | Proffesor94/devops-hometasks | c2a77ddd83184b7b9ad3d884436b3d477bdaf9d7 | 1 | final/jenkins/roles/jenkins | 7,994 | [
"no_license"
] | [
{
"path": "final/jenkins/roles/jenkins/tasks/main.yaml",
"content": "- name: required pckgs install\n apt:\n pkg:\n - daemon\n - git\n - build-essential \n - python-pip-whl\n - python3-pip\n - openjdk-11-jdk\n - gnupg2\n state: latest\n update_cache: yes\n\n- name: install python... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3548,
"all_permissive": false
} |
ansible_role | Proffesor94/devops-hometasks | c2a77ddd83184b7b9ad3d884436b3d477bdaf9d7 | 1 | task-06/roles/jenkins | 7,994 | [
"no_license"
] | [
{
"path": "task-06/roles/jenkins/tasks/build.yaml",
"content": " #- name: Copy multiple files to multiple directories\n # copy: src={{ item.0 }} dest={{ item.1 }}\n # with_together:\n # - [ '/vagrant/roles/jenkins/files/jobs/goxbuild/' ]\n # - [ '/var/lib/jenkins/jobs/goxbuild/' ]\n \n - na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2709,
"all_permissive": false
} |
ansible_role | Proffesor94/devops-hometasks | c2a77ddd83184b7b9ad3d884436b3d477bdaf9d7 | 1 | task-10/jenkins/roles/jenkins | 7,994 | [
"no_license"
] | [
{
"path": "task-10/jenkins/roles/jenkins/tasks/main.yaml",
"content": "- name: required pckgs install\n apt:\n pkg:\n - daemon\n - git\n - build-essential \n - python-pip-whl\n - python3-pip\n - openjdk-11-jdk\n - gnupg2\n state: latest\n update_cache: yes\n\n- name: install pyth... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3346,
"all_permissive": false
} |
ansible_role | 1karky1/my-bashrc | be3abe8f9a9632a29d9d78f97a48c97d5b057afc | 0 | ansible/roles/myLinuxSetup | 7,994 | [
"no_license"
] | [
{
"path": "ansible/roles/myLinuxSetup/tasks/main.yml",
"content": "- name: Install useful apps\r\n become: true\r\n community.general.pacman:\r\n name:\r\n - neovim\r\n - neofetch\r\n - bash-completion\r\n - bat\r\n - ncdu\r\n - btop\r\n state: present\r\n- name: Copy m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | paulwilljones/docker-deployer | bd187a1b8dc2d5fd7df4e97a92c792899a8fb3e9 | 0 | roles/install-charts | 7,994 | [
"no_license"
] | [
{
"path": "roles/install-charts/tasks/main.yml",
"content": "- name: Install helm chart\n helm:\n chart:\n name: memcached\n version: 0.4.0\n source:\n type: repo\n location: https://kubernetes-charts.storage.googleapis.com\n state: installed\n name: app\n namespace... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | wurdum/grpc-stream-bench | 5efdce11c873bb58fdd13cc5bca556be81320f46 | 0 | deploy/configure/roles/docker-auth | 7,994 | [
"no_license"
] | [
{
"path": "deploy/configure/roles/docker-auth/tasks/main.yml",
"content": "---\n- name: Log into private registry and force re-authorization\n docker_login:\n registry_url: \"{{ item.url | default('https://index.docker.io/v1/') }}\"\n username: \"{{ item.username }}\"\n password: \"{{ <PASSWORD> }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | wurdum/grpc-stream-bench | 5efdce11c873bb58fdd13cc5bca556be81320f46 | 0 | deploy/configure/roles/docker-containers | 7,994 | [
"no_license"
] | [
{
"path": "deploy/configure/roles/docker-containers/tasks/main.yml",
"content": "---\n- name: Create configs directory\n ansible.builtin.file:\n path: \"{{ docker_configs_path }}\"\n state: directory\n mode: \"0755\"\n when: docker_configs_path | length > 0\n\n- name: Create configs file\n copy:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | wikitops/ansible_portus | 3c665d07e86729980e4807c0451b4de78211b05b | 0 | roles/portus | 7,994 | [
"no_license"
] | [
{
"path": "roles/portus/defaults/main.yml",
"content": "---\n\n###\n# PORTUS\n###\n\n# Version\nportus_version: 2.4.0\n\n# Sources\nportus_git_repository: https://github.com/SUSE/Portus\n\n# Directory\nportus_home: /opt/Portus\n\n# User\nportus_password: <PASSWORD>\n\n# Database\nportus_db_name: portus_prod... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3511,
"all_permissive": false
} |
ansible_role | amithkotu/openstack-docker-deployer | c2076c0be1e03ea9974def4c36084e9eefbe9146 | 1 | etc/kolla/roles/prepare-any-host | 7,994 | [
"no_license"
] | [
{
"path": "etc/kolla/roles/prepare-any-host/tasks/main.yml",
"content": "- name: Ensure python3-pip is installed\n apt:\n name: python3-pip\n state: present\n update_cache: yes",
"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 | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/ansible-vars | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/ansible-vars/tasks/main.yml",
"content": "---\n\n - name: ANSIBLE-VARS | Include cloud parameters\n include_vars: \"cloud.yml\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/aws-ec2-linux | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/aws-ec2-linux/tasks/main.yml",
"content": " - name: AWS-EXISTS | Discover Instances By Tag\n ec2_remote_facts:\n region: \"eu-central-1\"\n aws_access_key: \"{{ aws_access_key }}\"\n aws_secret_key: \"{{ aws_secret_key }}\"\n filters:\n instance-state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/common | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/common/tasks/main.yml",
"content": "- name: \"COMMON | Install EPEL repository\"\n yum: >\n name=epel-release\n state=present\n\n- name: \"COMMON | Install Zip package\"\n yum: >\n name=zip\n state=present\n\n- name: \"COMMON | Install Unzip package\"\n yum: >\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/nodejs | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/nodejs/tasks/main.yml",
"content": "- name: NodeJS | Install Node JS repository\n yum:\n name: nodejs\n state: present\n\n- name: \"NodeJS | Install forever (to run Node.js app).\"\n npm:\n name: forever\n global: yes\n state: present\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/redis-test | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/redis-test/tasks/main.yml",
"content": "- name: \"TEST-REDIS | Redis listens on the right port\"\n wait_for:\n port: 6379\n timeout: 30\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 | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | aws-demo/roles/web-test | 7,994 | [
"no_license"
] | [
{
"path": "aws-demo/roles/web-test/tasks/main.yml",
"content": "- name: \"TEST-WEB | Check node.js version\"\n shell: node --version\n register: node_version\n\n\n- name: \"TEST-WEB | Verify node.js version is 6\"\n fail: msg='NodeJS version is wrong, please check'\n when: \"'v6.' not in node_version.st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | example2/roles/common | 7,994 | [
"no_license"
] | [
{
"path": "example2/roles/common/tasks/main.yml",
"content": "- name: \"YUM | Install EPEL repository\"\n yum: >\n name=epel-release\n state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | example3/roles/redis | 7,994 | [
"no_license"
] | [
{
"path": "example3/roles/redis/tasks/main.yml",
"content": "- name: \"REDIS | Install redis\"\n yum: >\n name=redis\n state=installed\n enablerepo=epel\n\n\n- name: \"REDIS | Set redis.conf\"\n template: >\n src=redis.conf\n dest=\"/etc/redis.conf\"\n mode=0644\n owner=root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | example3/roles/web-server | 7,994 | [
"no_license"
] | [
{
"path": "example3/roles/web-server/tasks/main.yml",
"content": "---\n\n - name: NGINX | Installs nginx web server\n yum: name=nginx state=present update_cache=true\n\n - name: NGINX | Start nginx\n service: name=nginx state=started\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | lcostea/ansible_install | f560e7b5c3fa65d0d51536116cabe9d37b09a310 | 0 | example3/roles/web-tutorial | 7,994 | [
"no_license"
] | [
{
"path": "example3/roles/web-tutorial/vars/main.yml",
"content": "web_app_port: \"9161\"\nredis_server: \"10.0.0.7\"\nredis_port: \"6379\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "example3/roles/web-tutorial/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | pasqualelembo78/mevacoin | 762b413cc86a3c15970763a57593c22b1dc47739 | 0 | ansible/roles/node | 7,994 | [
"no_license"
] | [
{
"path": "ansible/roles/node/scripts/restart_node.sh",
"content": "#!/bin/bash\n# script file used to restart a node if it gets stuck\n\ndocker stop mevacoin-node\ndocker rm -f mevacoin-node\ndocker run -d --network host --name mevacoin-node -v /root/.mevacoin:/root/.mevacoin ghcr.io/mevacoin/mevacoin:e16f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2018,
"all_permissive": false
} |
ansible_role | psnakhwa/TraziBot | e3c81d5920cff83413ac6a8038a170922ad6590e | 0 | ansible/roles/setup | 7,994 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n \n- name: Install packages\n apt: \n pkg: \"{{ item }}\"\n state: present\n with_items:\n - git\n\n# installing node.js\n- name: Add the NodeSource pac... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2493,
"all_permissive": false
} |
ansible_role | xT10r/GeekBrains | c850f4f50fa7415389791dcb4e11bd3ed22975ea | 0 | Ansible/roles/create_user | 7,994 | [
"no_license"
] | [
{
"path": "Ansible/roles/create_user/tasks/main.yml",
"content": "---\n- raw: groupadd \"{{ admin_group }}\"\n\n- name: Create User and Group\n vars_files:\n - vars/main.yml\n block:\n - name: Create user\n user:\n name: \"{{ admin_user }}\"\n password: \"{{ <PASSWORD> | password_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_01/roles/create | 7,994 | [
"no_license"
] | [
{
"path": "ansible_01/roles/create/vars/main.yml",
"content": "---\n# vars file for create\ninstance_type: t2.micro\nsecurity_group: Walrus\nimage: ami-05801d0a3c8e4c443\nkeypair: tyr\nregion: us-east-1\ncount: 1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1370,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/laravel | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/laravel/defaults/main.yml",
"content": "---\n# defaults file for laravel\ndb_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "ansible_02/roles/laravel/tasks/main.yml",
"content": "--- \n- \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2039,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/monitoring | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/monitoring/tasks/main.yml",
"content": "---\n# tasks file for monitoring\n- \n failed_when: \"'threads' not in status.content\"\n name: \"Check that you can connect (GET) to a page and it returns a status 200\"\n register: status\n uri: \n return_content: true\n url: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/mysql | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- \n apt: \n name: \"{{ packages }}\"\n become: true\n become_method: sudo\n name: \"Instalacao de dependencias\"\n vars: \n packages: \n - python3-pymysql\n- \n apt: \n name: mysql-server\n st... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/nginx | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n- \n become: true\n become_method: sudo\n name: \"restart nginx\"\n service: \"name=nginx state=restarted\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 866,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/php | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/php/tasks/main.yml",
"content": "--- \n- \n apt: \n name: \"{{ packages }}\"\n become: true\n become_method: sudo\n name: \"Instalando PHP e extensoes\"\n vars: \n packages: \n - php-fpm\n - php-mysql\n - php-gd\n - php-intl\n - php-mbstring\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_02/roles/restart | 7,994 | [
"no_license"
] | [
{
"path": "ansible_02/roles/restart/tasks/main.yml",
"content": "---\n# tasks file for restart\n- \n name: \"Wait for port 80 of any IP to close active connections, ignoring connections for specified hosts\"\n wait_for: \n port: 80\n state: drained\n- \n become: true\n become_method: sudo\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_03/roles/monitoring | 7,994 | [
"no_license"
] | [
{
"path": "ansible_03/roles/monitoring/tasks/main.yml",
"content": "---\n# tasks file for monitoring\n- \n failed_when: \"'Exporter' not in status.content\"\n name: \"Verificando se exporter está acessível (status 200)\"\n register: status\n uri: \n return_content: true\n url: \"ip_of_your_instanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_03/roles/node_exporter | 7,994 | [
"no_license"
] | [
{
"path": "ansible_03/roles/node_exporter/tasks/main.yml",
"content": "---\n# tasks file for node_exporter\n- \n become: true\n become_method: sudo\n name: \"Criando usuario node_exporter\"\n user: \n create_home: false\n name: node_exporter\n shell: /bin/false\n- \n become: true\n become_met... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1328,
"all_permissive": false
} |
ansible_role | vinicius-hrq/ansible | 07123bf70ff1560b7802e8e9123a8c8cf52198fe | 0 | ansible_04/roles/zabbix_agent | 7,994 | [
"no_license"
] | [
{
"path": "ansible_04/roles/zabbix_agent/handlers/main.yml",
"content": "---\n\n- name: Start zabbix-agent\n systemd: state=started enabled=yes daemon_reload=yes name=zabbix-agent\n\n- name: Restart zabbix-agent\n systemd: state=restarted name=zabbix-agent",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2658,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/apps | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/apps/tasks/obsidian.yml",
"content": "---\n- name: Packages | Apt | Get latest obsidian release url # noqa: command-instead-of-module # noqa: risky-shell-pipe\n ansible.builtin.shell: >\n wget -q -O - https://api.github.com/repos/obsidianmd/obsidian-releases/releases/latest\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2330,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/backups | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/backups/tasks/rclone.yml",
"content": "- name: Rclone | Download Script\n become: true\n ansible.builtin.get_url:\n url: https://rclone.org/install.sh\n dest: /tmp/rclone-install.sh\n mode: \"0755\"\n\n- name: Rclone | Install\n become: true\n ansible.builtin.command:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/dotfiles | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Dotfiles | Install stow\n become: true\n become_user: root\n ansible.builtin.apt:\n force_apt_get: true\n name: stow\n\n- name: Dotfiles | Check if dotfiles exist\n ansible.builtin.stat:\n path: \"{{ dotfiles.dot_dir ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/git | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/git/tasks/main.yml",
"content": "---\n- name: Git | Set user.email\n community.general.git_config:\n name: user.email\n scope: global\n value: <EMAIL>\n\n- name: Git | Set user.name\n community.general.git_config:\n name: user.name\n scope: global\n value: sait... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/gnome | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/gnome/tasks/terminal.yml",
"content": "---\n- name: Gnome | Terminal | Set kitty as default terminal\n community.general.alternatives:\n name: x-terminal-emulator\n path: /usr/bin/kitty\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1596,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/gpg | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/gpg/tasks/main.yml",
"content": "---\n- name: GPG | Create the temp directory for gpg keys\n no_log: true\n ansible.builtin.file:\n dest: \"{{ gpg.dest_dir }}\"\n mode: \"0700\"\n state: directory\n\n- name: GPG | Copy temporary gpg keys\n no_log: true\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/neovim | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/neovim/tasks/main.yml",
"content": "---\n- name: Neovim | Check if repository exists\n ansible.builtin.stat:\n path: \"{{ lookup('env', 'HOME') }}/neovim\"\n register: neovim_repo\n\n- name: Neovim | Clone repository\n ansible.builtin.git:\n repo: https://github.com/neovi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 829,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/nvm | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/nvm/tasks/main.yml",
"content": "---\n- name: NVM | Create NVM directory\n ansible.builtin.file:\n path: \"{{ lookup('env', 'HOME') }}/.nvm\"\n mode: \"0755\"\n state: directory\n\n- name: NVM | Download Script\n ansible.builtin.get_url:\n url: https://raw.githubuser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/packages | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/packages/tasks/python_packages.yml",
"content": "---\n- name: Packages | Install Python packages\n ansible.builtin.apt:\n force_apt_get: true\n package:\n - python3\n - python3-dev\n - python3-pip\n - python3-psutil\n - python3-virtualenv\n",
"l... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1953,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/rust | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/rust/tasks/main.yml",
"content": "---\n- name: Rust | Download Script\n ansible.builtin.get_url:\n url: https://sh.rustup.rs\n dest: /tmp/sh.rustup.rs\n mode: \"0755\"\n\n- name: Rust | Install\n ansible.builtin.shell: >\n /tmp/sh.rustup.rs -y\n args:\n creates: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/ssh | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/ssh/tasks/main.yml",
"content": "---\n- name: SSH | Check ssh directory\n no_log: true\n ansible.builtin.file:\n dest: \"{{ ssh.dest_key | dirname }}\"\n mode: \"0700\"\n state: directory\n\n- name: SSH | Install the ssh keys\n no_log: true\n ansible.builtin.copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/systemd | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/systemd/tasks/main.yml",
"content": "---\n- name: Services | Disable ModemManager service\n become: true\n ansible.builtin.systemd_service:\n name: ModemManager.service\n enabled: false\n\n- name: Services | Disable NetworkManager-wait-online service\n become: true\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/ufw | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw/tasks/main.yml",
"content": "---\n- name: Firewall | Enable firewall\n become: true\n community.general.ufw:\n state: enabled\n\n- name: Firewall | Deny all incoming traffic\n become: true\n community.general.ufw:\n default: deny\n direction: incoming\n\n- name: F... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | saiteki-kai/ansible | 67b5ccd26a43e2e98798432c8f77b7e308063d8e | 0 | playbooks/roles/zsh | 7,994 | [
"no_license"
] | [
{
"path": "playbooks/roles/zsh/tasks/oh_my_zsh.yml",
"content": "---\n- name: Oh-My-Zsh | Check if already installed\n ansible.builtin.stat:\n path: \"{{ lookup('env', 'HOME') }}/.oh-my-zsh\"\n register: oh_my_zsh_dir\n changed_when: false\n\n- name: Oh-My-Zsh | Install\n ansible.builtin.shell:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | cjchand/openstack-api-availability | 047a7e9cdd72176236f5dd775cf8216d9b277468 | 3 | ansible/roles/os_api_availability | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/os_api_availability/templates/check_glance_api.py.j2",
"content": "#!/usr/bin/env python\n# -*- encoding: utf-8 -*-\n#\n# Glance API availability and performance script\n#\n# Author:\n# <NAME> <<EMAIL>>\n\nfrom keystoneclient.auth.identity import v2 as keystoneIdentity\nfrom keyst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 15577,
"all_permissive": false
} |
ansible_role | nerdevops/ansible_training | 9f3f83bb19c5f2c07e26c1ab71c33baa33544437 | 1 | roles/base | 7,992 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Create an sshkey to zuka user\n tags: always\n authorized_key:\n user: zuka\n key: \"<KEY>\"",
"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 | nerdevops/ansible_training | 9f3f83bb19c5f2c07e26c1ab71c33baa33544437 | 1 | roles/db_servers | 7,992 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install MariDB package\n tags: mariadb,db,centos\n dnf: \n name: mariadb-server\n state: latest\n when: ansible_distribution == 'CentOS'\n- name: Install MariDB package\n tags: mariadb,db,ubuntu\n apt: \n name: mariadb-server\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | nerdevops/ansible_training | 9f3f83bb19c5f2c07e26c1ab71c33baa33544437 | 1 | roles/web_servers | 7,992 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: update and install apache2, php package for Ubuntu # Indicative Name\n tags: apache,httpd,php\n package: # Module APT\n name:\n - \"{{ apache_package_name }}\" \n - \"{{ php_package_name }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/config | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/config/tasks/main.yml",
"content": "---\n- name: Setup firewall ports\n firewalld:\n zone: trusted\n port: \"{{ item }}\"\n state: enabled\n permanent: true\n with_items:\n - 2379-2380/tcp\n notify:\n - reload firewall\n\n- name: Setup firewall sources\n firewa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2718,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/demo | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/demo/templates/busybox.yaml",
"content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: busybox\n namespace: {{ demo_namespace }}\nspec:\n containers:\n - image: busybox\n command:\n - sleep\n - \"3600\"\n imagePullPolicy: IfNotPresent\n name: busybox\n restar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 3613,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/docker | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/README.md",
"content": "Docker Engine\n=============\n\nThis role install docker engine on every node from dependency. Kubernetes uses docker as the container service.\n\nRequirements\n------------\n\nA node with preinstalled CentOS 7 or later / RHEL 7 or later.\n\nRole Varia... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1480,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/etcd | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/etcd/vars/main.yml",
"content": "---\n# vars file for etcd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "ansible/roles/etcd/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/flannel | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/flannel/defaults/main.yml",
"content": "---\ndatastore_host: 0.0.0.0\ndatastore_port: 2379\nflannel_etcd_key: coreos.com/network\nflannel_options: \"\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "ansible/roles/flanne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1979,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/k8s-master | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-master/templates/kube-system-namespace.json",
"content": "{\n \"kind\": \"Namespace\",\n \"apiVersion\": \"v1\",\n \"metadata\": {\n \"name\": \"kube-system\"\n }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11685,
"all_permissive": false
} |
ansible_role | takama/k8sdemo | 362ab29591d7db74e58368e980f4d55f4179d9b5 | 53 | ansible/roles/k8s-node | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s-node/tasks/main.yml",
"content": "---\n- name: Setup firewall ports\n firewalld:\n zone: trusted\n port: \"{{ item }}\"\n state: enabled\n permanent: true\n with_items:\n - 8472/udp\n - 10250/tcp\n notify:\n - reload firewall\n\n- name: Setup firewall int... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3491,
"all_permissive": false
} |
ansible_role | do-team/ansible-inmemtrad | 1a4f9a5e60842d507f36be72c7bd1285f7a844ae | 0 | roles/common | 7,992 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: Install the base packages.\n yum: name=\"{{ item }}\" state=installed enablerepo=epel\n with_items:\n - \"{{ base_packages }}\"\n\n- name: Install the base packages.\n pip: name=\"{{ item }}\" state=latest\n with_items:\n - \"{{ p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | do-team/ansible-inmemtrad | 1a4f9a5e60842d507f36be72c7bd1285f7a844ae | 0 | roles/docker | 7,992 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n\ndocker_repo_file: \"/etc/yum.repos.d/docker.repo\"\n\ndocker_packages:\n - docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 930,
"all_permissive": false
} |
ansible_role | cook-park/vault-task | e5725d801dd60203ac2e61fe67e9634d5fe958d2 | 0 | ansible/roles/master_install | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/master_install/tasks/main.yml",
"content": "- name: Disable swap permanently\n ansible.builtin.mount:\n name: swap\n fstype: swap\n state: absent # 멱등성: swapoff -a 효과 + fstab에서 제거\n\n- name: Remove swap from fstab\n replace:\n path: /etc/fstab\n regexp: '^([^#].* sw... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3394,
"all_permissive": false
} |
ansible_role | cook-park/vault-task | e5725d801dd60203ac2e61fe67e9634d5fe958d2 | 0 | ansible/roles/worker_install | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/worker_install/handlers/main.yml",
"content": "---\n# handlers file for ansible/roles/worker_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "ansible/roles/worker_install/defaults/main.yml",
"content": "---\n# ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1641,
"all_permissive": false
} |
ansible_role | fleetscut/ansible-desktop | 9509f0452106017643f5991e0ea134af7924ad8b | 0 | roles/dotfiles | 7,992 | [
"no_license"
] | [
{
"path": "roles/dotfiles/handlers/main.yml",
"content": "- name: stow zsh configs\n become_user: \"{{ username }}\"\n shell:\n cmd: stow zsh\n chdir: $HOME/.dotfiles\n\n- name: stow nvim configs\n become_user: \"{{ username }}\"\n shell:\n cmd: stow nvim\n chdir: $HOME/.dotfiles\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | fleetscut/ansible-desktop | 9509f0452106017643f5991e0ea134af7924ad8b | 0 | roles/nvim | 7,992 | [
"no_license"
] | [
{
"path": "roles/nvim/defaults/main.yml",
"content": "---\nnvim_reqs:\n - ninja-build\n - gettext\n - libtool\n - libtool-bin\n - autoconf\n - automake\n - cmake\n - g++\n - pkg-config\n - unzip\n - curl\n - doxygen\n - ripgrep\n - fd-find\n\nnvim_pip_reqs:\n - neovim\n - pynvim\n\nnvim_inst... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 9046,
"all_permissive": false
} |
ansible_role | fleetscut/ansible-desktop | 9509f0452106017643f5991e0ea134af7924ad8b | 0 | roles/xrdp | 7,992 | [
"no_license"
] | [
{
"path": "roles/xrdp/tasks/main.yml",
"content": "- name: Apt Install Xrdp\n become: yes\n apt:\n name: xrdp\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | fleetscut/ansible-desktop | 9509f0452106017643f5991e0ea134af7924ad8b | 0 | roles/zsh | 7,992 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: install | Apt Install Zsh\n become: yes\n apt:\n name: zsh\n update_cache: yes\n\n- name: install | get zsh location\n shell: \"which zsh\"\n register: zsh_path\n\n- name: install | change shell\n become: yes\n user:\n name: \"{{ usern... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 879,
"all_permissive": false
} |
ansible_role | peter-777/fedora-wsl-setup-playbook | f0a9fd03927dd646565ba8e75b48f8d3f508a6bf | 0 | roles/after_started_systemd | 7,992 | [
"no_license"
] | [
{
"path": "roles/after_started_systemd/templates/ssh-agent-npiperelay@.service.j2",
"content": "[Unit]\nDescription=ssh-anget relay service\n\n[Service]\nExecStart=%h/.local/bin/npiperelay.exe -ei -s -v //./pipe/openssh-ssh-agent\nStandardInput=socket\nStandardOutput=socket\nStandardError=journal\n",
"l... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 5704,
"all_permissive": false
} |
ansible_role | peter-777/fedora-wsl-setup-playbook | f0a9fd03927dd646565ba8e75b48f8d3f508a6bf | 0 | roles/initial_setup | 7,992 | [
"no_license"
] | [
{
"path": "roles/initial_setup/handlers/main.yml",
"content": "---\n- name: Reinstall packages\n ansible.builtin.shell:\n cmd: for pkg in $(dnf5 repoquery --installed --qf \"%{name}\\n\"); do dnf5 reinstall -qy $pkg; done\n changed_when: true\n\n- name: Remove temporary packages\n ansible.builtin.dnf5... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4401,
"all_permissive": false
} |
ansible_role | peter-777/fedora-wsl-setup-playbook | f0a9fd03927dd646565ba8e75b48f8d3f508a6bf | 0 | roles/user_setup | 7,992 | [
"no_license"
] | [
{
"path": "roles/user_setup/vars/main.yml",
"content": "---\nuser_setup_git_editor: code --wait\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/user_setup/tasks/add_alias.yml",
"content": "---\n- name: Ensure a ~/.bashrc.d\n ansible.bu... | {
"task_files": 12,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 11864,
"all_permissive": false
} |
ansible_role | rtnpro/kubernetes-the-hard-way-ansible | 9b6b1bcb42d26e6ca0439c84d6b09763416262f5 | 1 | provisions/roles/auth_config | 7,992 | [
"no_license"
] | [
{
"path": "provisions/roles/auth_config/tasks/create_kube_proxy_kubeconfig.yml",
"content": "---\n- name: Set cluster for kube-proxy kubeconfig\n shell: |\n kubectl config set-cluster kubernetes-the-hard-way \\\n --certificate-authority=certs/ca.pem \\\n --embed-certs=true \\\n --server=h... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2526,
"all_permissive": false
} |
ansible_role | rtnpro/kubernetes-the-hard-way-ansible | 9b6b1bcb42d26e6ca0439c84d6b09763416262f5 | 1 | provisions/roles/certs | 7,992 | [
"no_license"
] | [
{
"path": "provisions/roles/certs/templates/kubernetes-csr.json.j2",
"content": "{\n \"CN\": \"kubernetes\",\n \"hosts\": [\n \"worker0\",\n \"worker1\",\n \"worker2\",\n \"controller0\",\n \"controller1\",\n \"controller2\",\n \"ip-192-168-2-2\",\n \"ip-192-168-2-3\",\n \"ip-19... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2679,
"all_permissive": false
} |
ansible_role | rtnpro/kubernetes-the-hard-way-ansible | 9b6b1bcb42d26e6ca0439c84d6b09763416262f5 | 1 | provisions/roles/etcd | 7,992 | [
"no_license"
] | [
{
"path": "provisions/roles/etcd/templates/etcd.service.j2",
"content": "[Unit]\nDescription=etcd\nDocumentation=https://github.com/coreos\n\n[Service]\nExecStart=/usr/bin/etcd \\\n --name=controller{{ groups.controllers.index(inventory_hostname) }} \\\n --cert-file=/etc/etcd/kubernetes.pem \\\n --key-fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | rtnpro/kubernetes-the-hard-way-ansible | 9b6b1bcb42d26e6ca0439c84d6b09763416262f5 | 1 | provisions/roles/load_balancer | 7,992 | [
"no_license"
] | [
{
"path": "provisions/roles/load_balancer/tasks/main.yml",
"content": "---\n- name: Ensure haproxy, xterm is installed\n yum: name={{ item }} state=installed\n with_items:\n - xterm\n - haproxy\n sudo: yes\n\n- name: Copy haproxy config\n template: src=haproxy.cfg.j2 dest=/etc/haproxy/haproxy.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1055,
"all_permissive": false
} |
ansible_role | bbuddies/bbuddy20161122 | 066ab99aa3ec0cc40416573bd05c13b0cea5299e | 2 | roles/firefox | 7,992 | [
"no_license"
] | [
{
"path": "roles/firefox/templates/init_xvfb.sh.j2",
"content": "#! /bin/sh -e\n### BEGIN INIT INFO\n# Provides: xvfb\n# Required-Start: $local_fs $remote_fs\n# Required-Stop: $local_fs $remote_fs\n# Should-Start: $syslog\n# Should-Stop: $syslog\n# Default-Start: 2 3 4 5\n# De... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2448,
"all_permissive": false
} |
ansible_role | bbuddies/bbuddy20161122 | 066ab99aa3ec0cc40416573bd05c13b0cea5299e | 2 | roles/gradle | 7,992 | [
"no_license"
] | [
{
"path": "roles/gradle/tasks/main.yml",
"content": "- name: Gradle | Ensure cache directory\n file: path=\"{{ gradle.cache_dir }}\" state=directory\n\n- name: Gradle | Download gradle\n get_url:\n url: \"https://services.gradle.org/distributions/gradle-{{gradle.version}}-all.zip\"\n dest: \"{{ grad... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1134,
"all_permissive": false
} |
ansible_role | bbuddies/bbuddy20161122 | 066ab99aa3ec0cc40416573bd05c13b0cea5299e | 2 | roles/mysql | 7,992 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- block:\n - name: Ensure mysql server\n apt: name=\"{{ item }}\"\n with_items:\n - mysql-server\n - python-mysqldb\n when: ansible_os_family == \"Debian\"\n\n- name: Ensure mysql database\n mysql_db: name=\"{{ mysql.database }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | TudorNichitov/Web_server_deploy_ansible_python | 7ea961e07808a882e8c1762498d6c16e7498136d | 0 | ansible/roles/webserver | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: Create Nginx Deployment\n kubernetes.core.k8s:\n state: present\n definition: \"{{ lookup('template', 'nginx-deployment.yaml.j2') }}\"\n\n- name: Create Nginx Service\n kubernetes.core.k8s:\n state: present\n definiti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | slro/slrd-backend | dc6029198d229c3df01f8d56a13cf7793b2fa927 | 2 | ansible/roles/dev | 7,992 | [
"permissive"
] | [
{
"path": "ansible/roles/dev/tasks/install_ansible_deps.yml",
"content": "# vi: set ft=yaml sw=2 :\n---\n- name: Check whether aptitude is installed\n stat:\n path: /usr/bin/aptitude\n register: aptitude_executable\n\n- name: Install aptitude (Ansible apt module dependency)\n shell: apt-get install -y... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1609,
"all_permissive": true
} |
ansible_role | Medasanicharan/04-expense-ansible-roles | f9833854f928774447379f20c19976bc4dc45616 | 0 | roles/backend | 7,992 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: Disable default NodeJS server\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: Enable NodeJS server\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS server\n ansible.builtin.dnf:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/010editor | 7,992 | [
"no_license"
] | [
{
"path": "roles/010editor/tasks/main.yml",
"content": "---\n- name: Get 010Editor\n unarchive:\n src: \"https://www.sweetscape.com/download/010EditorLinux{{ architecture }}Installer.tar.gz\"\n dest: /tmp/\n remote_src: yes\n creates: \"/tmp/010EditorLinux{{ architecture }}Installer\"\n \n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/angr | 7,992 | [
"no_license"
] | [
{
"path": "roles/angr/tasks/main.yml",
"content": "---\n- name: Install angr dependencies\n apt:\n apt:\n - python-dev\n - libffi-dev\n - build-essential\n state: present\n become: yes\n\n- name: get angr\n pip:\n name: angr\n become: yes\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/binaryninja | 7,992 | [
"no_license"
] | [
{
"path": "roles/binaryninja/vars/main.yml",
"content": "---\nbinary_ninja_zip: '{{ binja_dir }}BinaryNinja.zip'\nbinary_ninja_personal_zip: '{{ binja_dir }}BinaryNinja-personal.zip'\nbinary_ninja_license: '{{ binja_dir }}license.txt'\nbinary_ninja_config_dir: '{{ home_dir }}.binaryninja/'\nbinary_ninja_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/ctfrun | 7,992 | [
"no_license"
] | [
{
"path": "roles/ctfrun/tasks/main.yml",
"content": "---\n- name: Installing socat\n apt:\n name: socat\n state: present\n become: yes\n\n- name: socat ctfrunner\n git:\n repo: 'https://github.com/camjjack/ctfrun.git'\n dest: '{{ tool_dir }}ctfrun'\n\n- name: link socat ctfrunner\n file: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/ghidra | 7,992 | [
"no_license"
] | [
{
"path": "roles/ghidra/tasks/main.yml",
"content": "---\n- name: Get Ghidra\n unarchive:\n src: \"https://ghidra-sre.org/ghidra_9.0_PUBLIC_20190228.zip\"\n dest: /home/vagrant/\n remote_src: yes\n creates: \"/home/vagrant/ghidra_9.0\"\n\n- name: Patch Ghidra launcher\n shell: sed -i \"/addres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/ida | 7,992 | [
"no_license"
] | [
{
"path": "roles/ida/tasks/main.yml",
"content": "---\n\n- name: Get IDA free\n get_url:\n url: '{{ ida_installer_url }}'\n dest: '/tmp/{{ ida_installer }}'\n creates: \"/tmp/{{ ida_installer }}\"\n checksum: '{{ ida_installer_checksum }}'\n\n- name: Install IDA Free\n shell: ./{{ ida_installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/keystone | 7,992 | [
"no_license"
] | [
{
"path": "roles/keystone/tasks/main.yml",
"content": "--- \n- name: Install keystone dependencies\n apt:\n pkg:\n - cmake\n state: present\n become: yes\n\n- name: get keystone\n git:\n repo: 'https://github.com/keystone-engine/keystone.git'\n dest: '{{ tool_dir }}keystone'\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/pia | 7,992 | [
"no_license"
] | [
{
"path": "roles/pia/tasks/main.yml",
"content": "---\n\n- name: Get private internet access\n unarchive:\n src: '{{ pia_installer_tar }}'\n dest: '/tmp/'\n creates: \"/tmp/{{ pia_installer_script }}\"\n remote_src: yes\n\n- name: Install private internet access\n shell: ./{{ pia_installer_scr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/powerline | 7,992 | [
"no_license"
] | [
{
"path": "roles/powerline/tasks/main.yml",
"content": "--- \n- name: Install powerline\n apt: \"pkg={{ item }} state=present\"\n with_items:\n - powerline\n - fonts-powerline\n - python3-powerline\n become: yes\n\n- name: Powerline bashrc\n lineinfile:\n dest: \"{{ bash_rc }}\"\n line: \"sour... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/pwndbg | 7,992 | [
"no_license"
] | [
{
"path": "roles/pwndbg/tasks/main.yml",
"content": "---\n\n- name: get pwndbg\n git:\n repo: 'https://github.com/zachriggle/pwndbg'\n dest: '{{ tool_dir }}pwndbg'\n\n- name: setup pwndbg\n shell: ./setup.sh\n args:\n chdir: '{{ tool_dir }}pwndbg'",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/pwntools | 7,992 | [
"no_license"
] | [
{
"path": "roles/pwntools/tasks/main.yml",
"content": "---\n- name: Install pwntools dependencies\n apt: \"pkg={{ item }} state=present\"\n with_items:\n - python2.7\n - python-dev\n - libssl-dev\n - libffi-dev\n - build-essential\n become: yes\n\n- name: get pwntools\n pip:\n name: pwntools\n",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/qemu-multiarch | 7,992 | [
"no_license"
] | [
{
"path": "roles/qemu-multiarch/tasks/main.yml",
"content": "---\n# QEMU with MIPS/ARM - http://reverseengineering.stackexchange.com/questions/8829/cross-debugging-for-mips-elf-with-qemu-toolchain\n \n- name: Install keystone dependencies\n apt: \"pkg={{ item }} state=present\"\n with_items:\n - qemu\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/r2dbg | 7,992 | [
"no_license"
] | [
{
"path": "roles/r2dbg/tasks/main.yml",
"content": "---\n- name: Install r2dbg dependencies\n pip:\n name: r2pipe\n become: yes\n\n- name: Install r2dbg\n pip:\n name: r2dbg\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | bu6hunt3r/pwnbox | 74d3e2e49a615eb51dc13223c8a114b518e5ce68 | 0 | roles/vscode | 7,992 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Install MS repo key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n id: BE1229CF\n state: present\n become: yes\n\n- name: Add Visual Studio code repository\n apt_repository:\n repo: 'deb [arch=amd64] http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | paulomarchi/DevOps | edf0986066182df2536e4a3a8b38fdd2c4509af0 | 1 | ansible/roles/docker | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Upgrade All Packages\n yum: name=* state=latest\n register: upgrade_all_packages\n\n- name: Install Packages Requirements\n yum: name=wget state=latest\n\n- name: Install Docker Engine\n command: \"curl -fsSL https://get.docker.com/ | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | paulomarchi/DevOps | edf0986066182df2536e4a3a8b38fdd2c4509af0 | 1 | ansible/roles/ec2_launch | 7,992 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2_launch/templates/ssh_config.j2",
"content": "# SSH EC2\nHost {{ item.public_ip }}\n User {{ user }}\n ForwardAgent yes\n StrictHostKeyChecking no\n PasswordAuthentication no\n UserKnownHostsFile /dev/null\n IdentityFile {{ work_dir }}/.aws-{{ env }}-private.pem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3558,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.