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 | makotoeeee/dotfiles | 32588d43cac13783141bce9b9f60d87e6bbb0c31 | 0 | roles/vim | 7,282 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "- name: Create a directory\n file:\n path: ~/.vim/autoload/\n state: directory\n\n- name: Download vim-plug\n get_url:\n url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n dest: ~/.vim/autoload/plug.vim\n",
"license_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | on0t0le/ansible-web-app | 5af51fe3db3ebe7e1709ad8f58286678906916cc | 0 | roles/web | 7,286 | [
"no_license"
] | [
{
"path": "roles/web/templates/aperture.conf.j2",
"content": "<VirtualHost *:8080>\n #ServerName flaskapp.test.local\n WSGIScriptAlias / /var/www/html/app/aperture.py\n \n <Directory \"/var/www/html/app/Aperture/\">\n Require all granted\n </Directory>\n\n ErrorLog ${APACHE_LOG_DIR}/e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1419,
"all_permissive": false
} |
ansible_role | A16S10/controlnode-mangednode | 406f59f83ef24753b7ff853525759207df7a6e4b | 1 | project-directory/roles/copy_files | 7,286 | [
"no_license"
] | [
{
"path": "project-directory/roles/copy_files/tasks/main.yaml",
"content": "# roles/copy_files/tasks/main.yml\n---\n- name: Copy the python file to the managed node\n copy:\n src: \"{{ copy_files_src }}/simple_python_app\"\n dest: \"{{ copy_files_dest }}\"\n owner: \"{{ copy_files_owner }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | visvbondarenko/ansible | afdb06cb5dcfa995a10349ef1fecc724377d56a7 | 0 | roles/local_test | 7,286 | [
"no_license"
] | [
{
"path": "roles/local_test/tasks/main.yml",
"content": "---\n- name: list directory\n command: \"{{ COMMAND }} /home\"\n register: list_output\n\n- debug: msg=\"{{ list_output }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/local_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | mrako/design-system-example | 19e7d1a96177ef01665d39edb71bc21a25bc967b | 17 | provisioning/roles/docker | 7,286 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n- name: Install required modules\n apt: pkg={{ item }} state=latest\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add docker gpg\n shell: curl -fsSL https://do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | mrako/design-system-example | 19e7d1a96177ef01665d39edb71bc21a25bc967b | 17 | provisioning/roles/jenkins | 7,286 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Install OpenJDK 8\n apt: name=openjdk-8-jdk update_cache=yes\n\n- name: Add jenkins apt repository key\n apt_key: url=https://pkg.jenkins.io/debian-stable/jenkins.io.key state=present\n\n- name: Add apt repository\n apt_repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | MarcoRezkallah/NTI-DevOps-ansible | e942fcef56741fd5757e5ae4d485822e0c6378d4 | 0 | roles/nginx-website | 7,286 | [
"no_license"
] | [
{
"path": "roles/nginx-website/tasks/main.yaml",
"content": "- include_tasks: tasks/install-nginx.yaml\n- include_tasks: tasks/run-nginx.yaml\n- include_tasks: tasks/install-website.yaml\n\n\n# - name: Install epel-release\n# yum:\n# name: epel-release\n# state: latest\n# update_cache: yes\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | praneeta9090/ansible_router_playbook | e637f456f8f40f891a0cbf1c09964e82315c2f35 | 0 | roles/cisco | 7,286 | [
"no_license"
] | [
{
"path": "roles/cisco/vars/main.yml",
"content": "---\nvyatta_loopback:\n - { name: 1, address: 3.3.3.3/24, network: 3.3.3.0/24 }\naccess:\n - value: udp\n - value: tcp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/cisco/templates/route... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | praneeta9090/ansible_router_playbook | e637f456f8f40f891a0cbf1c09964e82315c2f35 | 0 | roles/p2c | 7,286 | [
"no_license"
] | [
{
"path": "roles/p2c/tasks/main.yml",
"content": "- name: copy the script\n copy:\n src: /etc/ansible/utilization.sh\n dest: /root/\n mode: 0755\n- cron: name=\"start script\" minute=\"*/5\" job=\"./utilization.sh >> output.csv\"\n- shell: netstat -tunlp | grep -i LISTEN >> listen.csv\n\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | praneeta9090/ansible_router_playbook | e637f456f8f40f891a0cbf1c09964e82315c2f35 | 0 | roles/server_vpn | 7,286 | [
"no_license"
] | [
{
"path": "roles/server_vpn/tasks/main.yml",
"content": "---\n - name: wait_one\n local_action: wait_for port=22 delay=100\n ignore_errors: True\n - pause: minutes=1\n - name: Test that my module works\n rl_brocade: cmd=\"{{contents}}\" ip_add={{ inventory_hostname }} key_file=\"/roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | praneeta9090/ansible_router_playbook | e637f456f8f40f891a0cbf1c09964e82315c2f35 | 0 | roles/vyos | 7,286 | [
"no_license"
] | [
{
"path": "roles/vyos/tasks/main.yml",
"content": "---\n - name: wait_one\n local_action: wait_for port=22 delay=100\n ignore_errors: True\n - pause: minutes=1\n - name: Test that my module works\n rl_brocade: cmd=\"{{contents}}\" ip_add={{ inventory_hostname }} key_file=\"/root/.ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1482,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/base | 7,286 | [
"no_license"
] | [
{
"path": "roles/base/files/home/zshrc",
"content": "# MANAGED BY ANSIBLE\nexport ZSH=\"$HOME/.oh-my-zsh\"\nZSH_THEME=\"robbyrussell\"\nplugins=(git \n command-not-found \n zsh-autosuggestions\n zsh-syntax-highlighting)\nDISABLE_AUTO_UPDATE=\"true\"\nENABLE_CORRECTION=\"true\"\nCOMPL... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 12088,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/docker | 7,286 | [
"no_license"
] | [
{
"path": "roles/docker/files/change/docker-compose.yml",
"content": "---\nversion: \"3\"\nservices:\n url:\n image: dgtlmoon/changedetection.io:0.45.12\n container_name: \"{{ service_name }}\"\n environment:\n - BASE_URL=https://{{ service_name }}.romanpeters.nl\n - PLAYWRIGHT_DRIVER_UR... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 9211,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/gpu | 7,286 | [
"no_license"
] | [
{
"path": "roles/gpu/tasks/ollama.yml",
"content": "---\n# Additional config for ollama\n# Should move to other tasks file later\n- name: Set dynamic variables\n ansible.builtin.set_fact:\n service_name: ollama\n service_port: 11434 # duplicate entry\n\n- name: Set service_dir\n ansible.builtin.set_... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 11698,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/plex | 7,286 | [
"no_license"
] | [
{
"path": "roles/plex/tasks/plexmediaserver.yml",
"content": "---\n- name: Add Plex repository\n ansible.builtin.apt_repository:\n repo: deb https://downloads.plex.tv/repo/deb public main\n state: present\n\n- name: Import Plex signing key\n ansible.builtin.apt_key:\n keyring: /etc/apt/trusted.gp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/service | 7,286 | [
"no_license"
] | [
{
"path": "roles/service/tasks/main.yml",
"content": "---\n- name: Copy Nginx file to webserver for {{ service_name }}\n ansible.builtin.template:\n src: nginx_site.j2\n dest: /etc/nginx/sites-available/{{ service_name }}.{{ domain }}\n delegate_to: webserver\n notify: restart nginx\n\n- name: Crea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2268,
"all_permissive": false
} |
ansible_role | romanpeters/infrastructure | 3c46039ac40c88980eb1ad766aa2bfc7e86f8789 | 0 | roles/webserver | 7,286 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/nginx.yml",
"content": "---\n- name: Install nginx\n ansible.builtin.package:\n name: nginx\n\n- name: Copy nginx.conf files\n ansible.builtin.copy:\n src: etc/nginx/{{ item }}\n dest: /etc/nginx/{{ item }}\n loop:\n - nginx.conf\n\n- name: Test Nginx configur... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5345,
"all_permissive": false
} |
ansible_role | neizmirasego/ncdevopsschool22 | fcffcb67fdc9455e3700fe5240718bfc05fe23ed | 0 | ansible-install-registry/roles/install-registry-no-cert | 7,286 | [
"no_license"
] | [
{
"path": "ansible-install-registry/roles/install-registry-no-cert/tasks/main.yml",
"content": "---\n# tasks file for install registry server without SSL certificate\n \n- name: CREATE NEW DIR FOR REGISTRY\n file:\n path: \"{{ item }}\" \n state: directory\n owner: \"{{ user }}\"\n mode: '0775'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1879,
"all_permissive": false
} |
ansible_role | neizmirasego/ncdevopsschool22 | fcffcb67fdc9455e3700fe5240718bfc05fe23ed | 0 | ansible-install-registry/roles/install-registry-with-cert | 7,286 | [
"no_license"
] | [
{
"path": "ansible-install-registry/roles/install-registry-with-cert/tasks/main.yml",
"content": "---\n# tasks file for install registry server with SSL certificate\n\n- name: CREATE NEW DIR FOR REGISTRY\n file:\n path: \"{{ item }}\" \n state: directory\n owner: \"{{ user }}\"\n mode: '0775'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1040,
"all_permissive": false
} |
ansible_role | neizmirasego/ncdevopsschool22 | fcffcb67fdc9455e3700fe5240718bfc05fe23ed | 0 | ansible/roles/role-docker-install | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/role-docker-install/handlers/main.yml",
"content": "---\n# handlers file for role-docker-install\n- name: restart docker\n service:\n name: docker\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | majellatech/rpihqcam-ansible | 643a82e94d45724c2c789705ceafe12c318b74cd | 0 | roles/setup | 7,286 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Set authorized key taken from file\n ansible.posix.authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', lookup('env', 'HOME') + '/.ssh/id_rsa.pub') }}\"\n\n- name: Set keyboard layout\n ansible.builtin.copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1565,
"all_permissive": false
} |
ansible_role | saursabh16/worker-node-role-1 | 2ef69bbaf75925fb505ca49a7532349cabddba46 | 0 | roles/worker-node | 7,286 | [
"no_license"
] | [
{
"path": "roles/worker-node/tasks/uncordon.yml",
"content": "- name: Uncordon node\n shell: kubectl uncordon worker-node\n delegate_to: \"{{ groups['kube-master'][0] }}\"\n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1532,
"all_permissive": false
} |
ansible_role | rhatservices/ansible-satellite | 6a5210a8c8f6b5018ae3c65cb978428888ffc98e | 0 | roles/sap_satellite_configure | 7,286 | [
"no_license"
] | [
{
"path": "roles/sap_satellite_configure/tasks/repositories.yml",
"content": "---\n- name: \"Enable Update Services for SAP Solutions RPMs repository set\"\n theforeman.foreman.katello_repository_set:\n username: \"{{ satellite_username }}\"\n password: \"{{ <PASSWORD> }}\"\n server_url: \"{{ sate... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 14201,
"all_permissive": false
} |
ansible_role | rhatservices/ansible-satellite | 6a5210a8c8f6b5018ae3c65cb978428888ffc98e | 0 | roles/sap_satellite_update | 7,286 | [
"no_license"
] | [
{
"path": "roles/sap_satellite_update/vars/main.yml",
"content": "---\n# vars file for sap_satellite_update",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/sap_satellite_update/tests/test.yml",
"content": "---\n- hosts: localhost\n remot... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2390,
"all_permissive": false
} |
ansible_role | rhatservices/ansible-satellite | 6a5210a8c8f6b5018ae3c65cb978428888ffc98e | 0 | roles/tower_integration | 7,286 | [
"no_license"
] | [
{
"path": "roles/tower_integration/handlers/main.yml",
"content": "---\n# handlers file for tower_integration",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/tower_integration/defaults/main.yml",
"content": "---\n# defaults file for tower... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1666,
"all_permissive": false
} |
ansible_role | westlab/door-api | 8b688110a68263393348b62c768f2e6edfa3a5a5 | 0 | dev/vagrant/roles/common | 7,286 | [
"no_license"
] | [
{
"path": "dev/vagrant/roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: yum update\n yum: name=* state=latest\n\n- name: Install common utilities\n yum: name={{ item }} state=present\n with_items:\n - vim\n - git\n - zsh\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | westlab/door-api | 8b688110a68263393348b62c768f2e6edfa3a5a5 | 0 | dev/vagrant/roles/db | 7,286 | [
"no_license"
] | [
{
"path": "dev/vagrant/roles/db/tasks/main.yml",
"content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - MySQL-python\n - libselinux-python\n - libs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1470,
"all_permissive": false
} |
ansible_role | westlab/door-api | 8b688110a68263393348b62c768f2e6edfa3a5a5 | 0 | dev/vagrant/roles/dev | 7,286 | [
"no_license"
] | [
{
"path": "dev/vagrant/roles/dev/tasks/main.yml",
"content": "---\n# This playbook will make development environment\n\n- name: mkdir $GOROOT/src/github.com/westlab/door-api\n file: path=/usr/local/go/src/github.com/westlab/door-api state=directory owner=vagrant group=vagrant mode=0755\n\n #\n # does... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | fabric8io/fabric8-ansible-hawtapp | 7ba7bdd41c1ab7ed8ece53f53570393e39321887 | 4 | provisioning/roles/app | 7,286 | [
"no_license"
] | [
{
"path": "provisioning/roles/app/tasks/windows.yml",
"content": "---\n# # Creates App user and group in the system\n# - name: Create App user\n# user: name={{ app_owner }} createhome=no home={{ app_home }} shell=/sbin/nologin state=present\n# vars:\n# app_home: C:\\opt\\{{ app_name }}-{{ app_version }}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2874,
"all_permissive": false
} |
ansible_role | fabric8io/fabric8-ansible-hawtapp | 7ba7bdd41c1ab7ed8ece53f53570393e39321887 | 4 | provisioning/roles/java | 7,286 | [
"no_license"
] | [
{
"path": "provisioning/roles/java/tasks/windows.yml",
"content": "---\n# Copies JRE msi package from control machine to provisioned machine\n- name: Copy jre zip to provisioned machine\n win_copy: src=zulu1.8.0_66-8.11.0.1-win64.zip dest=c:\\\n\n- name: Install the Zulu 1.8 JRE\n win_unzip:\n src: C:\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/01_setup | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/01_setup/tasks/main.yml",
"content": "---\n- name: Set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n become: yes\n\n- name: Install required packages\n yum:\n name: \n - git \n - gcc\n - gcc-c++\n - make\n - glibc-headers\n - openssl-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/02_ruby | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/02_ruby/tasks/main.yml",
"content": "---\n- name: Check if rbenv is installed\n shell: rbenv -v\n register: rbenv_installed\n ignore_errors: yes\n\n- name: Clone rbenv if not installed\n git:\n repo: 'https://github.com/rbenv/rbenv.git'\n dest: '/home/ec2-user/.rbenv'\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/03_rails | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/03_rails/tasks/main.yml",
"content": "---\n- name: Check if Rails is installed\n shell: bash -lc \"gem list rails -i -v {{ rails_version }}\"\n register: rails_installed\n ignore_errors: yes\n\n- name: Install Rails\n shell: bash -lc \"gem install rails -v {{ rails_version }} --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/04_nodejs | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/04_nodejs/templates/nvm.sh.j2",
"content": "export NVM_DIR=\"/home/ec2-user/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\"\n[ -s \"$NVM_DIR/bash_completion\" ] && \\. \"$NVM_DIR/bash_completion\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/05_yarn | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/05_yarn/tasks/main.yml",
"content": "---\n- name: Check if Yarn is installed\n shell: bash -lc \"yarn -v\"\n register: yarn_installed\n ignore_errors: yes\n\n- name: Yarn install\n shell: bash -lc \"npm install --global yarn@1.22.19\"\n ignore_errors: yes\n when: yarn_installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/06_mysql | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/06_mysql/tasks/main.yml",
"content": "--- \n- name: Remove MariaDB packages\n yum:\n name: mariadb-server\n state: absent\n\n- name: Install MySQL development package\n yum:\n name: mysql-devel\n state: present\n become: yes\n\n- name: Install MySQL client\n yum:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/07_app_dev | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/07_app_dev/tasks/main.yml",
"content": "---\n- name: Set development.rb from template\n template:\n src: development.rb.j2\n dest: \"{{ app_dir }}/config/environments/development.rb\"\n ignore_errors: yes #dry run用\n\n- name: Set storage.yml from template\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/08_puma | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/08_puma/tasks/main.yml",
"content": "---\n- name: Create directories for Puma\n file:\n path: \"{{ item }}\"\n state: directory\n loop:\n - \"{{ app_dir }}/tmp/pids\"\n - \"{{ app_dir }}/tmp/sockets\"\n\n- name: Set puma.rb from template\n template:\n src: puma.rb.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | taemimizukura/circleci_lecture13 | 5f409beb582aa8d4224d5a2ca0adee391bd20f9d | 0 | ansible/roles/09_nginx | 7,286 | [
"no_license"
] | [
{
"path": "ansible/roles/09_nginx/tasks/main.yml",
"content": "---\n- name: Check if nginx is installed\n command: bash -lc \"nginx -v\"\n register: nginx_installed\n ignore_errors: yes\n\n- name: Enable EPEL repository\n command: amazon-linux-extras install epel -y\n become: yes\n\n- name: Update yum ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3444,
"all_permissive": false
} |
ansible_role | mailyathish/ansible-jenkins | bb580b6c54c633f6c70c35e71676782c89d16659 | 0 | roles/jenkins | 7,286 | [
"no_license"
] | [
{
"path": "roles/jenkins/vars/main.yml",
"content": "---\n# vars file for jenkins\n\njava:\n VERSION: \"openjdk-11-jdk\"\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: Install ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | spatil-Devops/tools-automation | 9564d0bd4da669f64ebf3b2cddd22f0a124cd1e0 | 0 | roles/grafana | 7,284 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "- name: Copy repo file\n ansible.builtin.template:\n src: grafana.repo\n dest: /etc/yum.repos.d/grafana.repo\n\n- name: Install grafana\n ansible.builtin.dnf:\n name: grafana\n state: installed\n\n- name: Start Grafana service\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | spatil-Devops/tools-automation | 9564d0bd4da669f64ebf3b2cddd22f0a124cd1e0 | 0 | roles/prometheus | 7,284 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "- name: set prompt\n ansible.builtin.shell: set-prompt prometheus\n\n- name: Install hvac\n ansible.builtin.pip:\n name: hvac\n\n- name: Create prometheus user\n ansible.builtin.user:\n name: prometheus\n state: present\n\n- name: Download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2578,
"all_permissive": false
} |
ansible_role | villevaltonen/kubernetes-local | 7d8909c74541faa96467e712187f4abfc6b62420 | 0 | ansible/roles/nfs | 7,284 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs/tasks/main.yaml",
"content": "---\n# Disabled local usage due how long this takes.\n# - name: Update existing packages\n# apt:\n# name: \"*\"\n# state: latest\n\n- name: Install nfs-kernel-server\n apt: \n name: nfs-kernel-server\n state: present\n\n- name: Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 972,
"all_permissive": false
} |
ansible_role | villevaltonen/kubernetes-local | 7d8909c74541faa96467e712187f4abfc6b62420 | 0 | ansible/roles/storage | 7,284 | [
"no_license"
] | [
{
"path": "ansible/roles/storage/tasks/main.yaml",
"content": "---\n- name: Copy yaml-files to remote\n copy:\n src: ../../../storage/\n dest: \"{{ kubernetes_yaml_location }}storage\"\n owner: vagrant\n group: vagrant\n mode: 0744\n\n- name: Configure NFS storage provisioner\n command: kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/app-agent | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/app-agent/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n appAgentVersion: \"{{ appAgentVersion | d('v1.0.7') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n tmpPath: \"/tmp/app-agent\"\n\n# will set var downlo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1930,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/appctl | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/appctl/files/opt/app/bin/tmpl/readme.md",
"content": "This directory holds bundled confd template files.\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 51
},
{
"path": "ansible/roles/appctl/files/opt/app/bin/ctl.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5749,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/arping | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/arping/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n arping_version: \"{{ arping_version | d('20211215-1') }}\"\n os: \"{{ os | d(default_os) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n\n- name: set up url_prefix for ubuntu amd64\n set_fact:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1042,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/caddy | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/caddy/files/opt/app/bin/envs/svc-caddy.env",
"content": "SERVICES=\"$SERVICES caddy/false/http:80\"",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 40
},
{
"path": "ansible/roles/caddy/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1514,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/crashkernel | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/crashkernel/tasks/main.yml",
"content": "- name: set up variables\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: Remove crashkernel parameter from GRUB_CMDLINE_LINUX\n replace:\n path: /etc/default/grub\n regexp: 'crashkernel=[^ \\\"]*'\n replace: ''\n when... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/disable-motd | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/disable-motd/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: ubuntu\n file:\n path: \"{{ remote_usr.home }}/.hushlogin\"\n owner: \"{{ remote_usr.name }}\"\n state: touch\n loop:\n - name: ubuntu\n home:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/disable-package-manager-timers | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/disable-package-manager-timers/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n\n- name: ubuntu\n systemd:\n name: \"{{ svc_name }}\"\n state: stopped\n masked: yes\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/downloader | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/downloader/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n local_cache_path: \"{{ local_cache_path | d('file/tmp') }}\"\n pkg_name: \"{{ opts.pkg_name }}\"\n pkg_version: \"{{ opts.pkg_version }}\"\n pkg_feature: \"{{ opts.pkg_feature }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1057,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/ifupdown | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/ifupdown/meta/main.yml",
"content": "galaxy_info:\n role_name: ifupdown\n role_version: 1.0.0\n author: <NAME>\n description: installs ifupdown\n\n license: Apache\n\n min_ansible_version: 2.4\n\n galaxy_tags: []\n\ndependencies: []\n",
"license_type": "permissive",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 334,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/jq | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/jq/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n jq_version: \"{{ jq_version | d('1.7') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n installPath: \"/opt/jq\"\n\n# will set var downloaded\n- include_role:\n name: downloader\n vars:\n opt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/ncncat | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/ncncat/tasks/main.yml",
"content": "- name: set up variables\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: install ncat on ubuntu\n apt:\n name: \"ncat\"\n state: present\n when: os == 'ubuntu'\n\n- name: link nc to ncat\n file:\n src: /usr/bin/ncat\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/node-exporter | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/node-exporter/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n node_exporter_version: \"{{ node_exporter_version | d('1.8.2') }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n installPath: \"/opt/prometheus/node_exporter\"\n\n- name: Copy files\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1905,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/node-exporter-0.18.1 | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/node-exporter-0.18.1/meta/main.yml",
"content": "galaxy_info:\n role_name: node-exporter\n role_version: 0.18.1\n author: <NAME>\n description: installs node-exporter\n\n license: Apache\n\n min_ansible_version: 2.9\n\n galaxy_tags: []\n\ndependencies:\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2442,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/online-setup | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/online-setup/tasks/main.yml",
"content": "---\n- name: set systemdi Storage=none\n shell:\n cmd: |\n confFile=\"/etc/systemd/journald.conf\"\n [ -f \"$confFile\" ] && /bin/echo -e \"[Journal]\\nStorage=none\" > $confFile\n if systemctl is-active systemd-journald ;... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1719,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/openssl | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/openssl/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n libssl_version: \"{{ libssl_version | d('1.1_1.1.1f-1ubuntu2.23') }}\"\n os: \"{{ os | d(default_os) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n\n- name: set up url_prefix for ubuntu amd64... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1045,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/os-update | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/os-update/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n\n- name: update apt source\n apt:\n update_cache: yes\n when: os == 'ubuntu'\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/pwquality | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/pwquality/tasks/main.yml",
"content": "---\n- name: set up variables\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: pwquality - minclass\n lineinfile:\n path: /etc/security/pwquality.conf\n line: 'minclass = 2'\n state: present\n when: os == 'kylin'",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/redis-bin | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/redis-bin/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n redis_version: \"{{ redis_version | d('7.2.5') }}\"\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n kylin_gcc_version: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3412,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/redis-cluster | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/redis-cluster/files/etc/confd/conf.d/redis-cluster.sh.toml",
"content": "[template]\nsrc = \"redis-cluster.sh.tmpl\"\ndest = \"/opt/app/bin/tmpl/redis-cluster.sh\"\nmode = \"0700\"\nkeys = [\n \"/\",\n]\nreload_cmd = \"/opt/app/bin/tmpl/redis-cluster.sh; appctl reload redis-server\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 47586,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/redis-exporter | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/redis-exporter/files/etc/confd/conf.d/redis-exporter.toml",
"content": "[template]\nsrc = \"redis-exporter.sh.tmpl\"\ndest = \"/opt/app/bin/tmpl/redis-exporter.sh\"\nmode = \"0700\"\nkeys = [\n \"/\",\n]\nreload_cmd = \"/opt/app/bin/tmpl/redis-exporter.sh; appctl reload redis_expor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2114,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/redis-standalone | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/redis-standalone/files/etc/confd/conf.d/redis-server.sh.toml",
"content": "[template]\nsrc = \"redis-server.sh.tmpl\"\ndest = \"/opt/app/bin/tmpl/redis-server.sh\"\nmode = \"0700\"\nkeys = [\n \"/\",\n]\nreload_cmd = \"/opt/app/bin/tmpl/redis-server.sh; appctl reload redis-server\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 38844,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/tar | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/tar/tasks/main.yml",
"content": "- name: set up variables\n set_fact:\n tar_version: \"{{ tar_version | d('1.32-4') }}\"\n os: \"{{ os | d(default_os) }}\"\n osv: \"{{ osv | d(default_osv) }}\"\n arch: \"{{ arch | d(default_arch) }}\"\n url_prefix: \"http://update.cs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1273,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/timezone | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/timezone/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n timezone: \"{{ timezone | d(default_timezone) }}\"\n\n- name: Set timezone \n community.general.timezone:\n name: \"{{ timezone }}\"",
"license_type": "permissive",
"detected_licenses": [
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/users_groups | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/users_groups/tasks/main.yml",
"content": "---\n- name: set vars\n set_fact:\n os: \"{{ os | d(default_os) }}\"\n\n- name: syslog group\n group:\n name: syslog\n state: present\n when: os == 'kylin'\n\n- name: syslog user\n user:\n name: syslog\n groups: syslog\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/utils | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/utils/files/etc/confd/templates/01.header.sh.tmpl",
"content": "#!/usr/bin/env bash\n\nset -eo pipefail\n\nmyPath=\"$0\"\n\ncleanUp() {\n local rc=$?\n [ \"$rc\" -eq 0 ] || echo \"# Failed ($rc)! Please check confd logs.\" >> $myPath\n return $rc\n}\n\ntrap cleanUp EXIT\n\nrotate... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1631,
"all_permissive": true
} |
ansible_role | QingCloudAppcenter/Redis | 49d0d922cedb06554d76f003c983e16aa79fc42a | 1 | ansible/roles/zabbix-agent2-1.0.0 | 7,284 | [
"permissive"
] | [
{
"path": "ansible/roles/zabbix-agent2-1.0.0/files/opt/app/bin/envs/zabbix-agent2.env",
"content": "SERVICES=\"$SERVICES zabbix-agent2/false/tcp:10050\"\n\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 52
},
{
"path": "ansible/roles/zabbi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2073,
"all_permissive": true
} |
ansible_role | kaisumleung/dev-env | 5d9cec802e6e462db013242f0bc92571463d802f | 0 | provisioners/ansible/roles/java | 7,284 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/java/tasks/main.yml",
"content": "---\n#\n# Boostrap Java - Tasks\n#\n\n- name: Check if bootstrap is needed\n raw: /bin/test -x {{jdk_home}}/bin/java\n register: need_boostrap\n ignore_errors: True\n\n- name: Fetch java archive from control host\n raw: |\n /bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | kaisumleung/dev-env | 5d9cec802e6e462db013242f0bc92571463d802f | 0 | provisioners/ansible/roles/python2 | 7,284 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/python2/tasks/main.yml",
"content": "---\n#\n# Boostrap Python - Tasks\n#\n\n- name: Check if bootstrap is needed\n raw: /bin/test -x {{bin_home}}/python\n register: need_boostrap\n ignore_errors: True\n\n- name: Fetch python archive from control host\n raw: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1711,
"all_permissive": false
} |
ansible_role | kaisumleung/dev-env | 5d9cec802e6e462db013242f0bc92571463d802f | 0 | provisioners/ansible/roles/python3 | 7,284 | [
"no_license"
] | [
{
"path": "provisioners/ansible/roles/python3/vars/main.yml",
"content": "---\n#\n# Boostrap Python - Variable\n#\n\nbin_home: /opt/bin\nlib_home: /opt/lib\npkg_home: /opt/pkg\n\npypy3_version: v5.2.0-alpha1\npypy3_archive: pypy3.3-{{pypy3_version}}-linux64.tar.bz2\npypy3_home: \"{{pkg_home}}/pypy3.3-{{pypy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1733,
"all_permissive": false
} |
ansible_role | raynecafaro/ISTS16-HiddenThings | 442d618c8c061bf233044f5a40c826524f6a232b | 2 | ansible-play/roles/rflags | 7,284 | [
"no_license"
] | [
{
"path": "ansible-play/roles/rflags/defaults/generate_vars.py",
"content": "l_hosts = [\"vega\", \"crucis\", \"persei\", \"luna\", \"pegasi\"]\nw_hosts = [\"sirius\", \"tauri\", \"sol\", \"wolf\"]\n\nwith open(\"file.txt\") as hashf:\n hashes = hashf.readlines()\n hashes = [ h.strip() for h in hashes... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 10971,
"all_permissive": false
} |
ansible_role | Raster27/practicum_monitoring | d1cd5cdad5190a395f4066743471f47aed53e082 | 0 | roles/elasticsearch | 7,284 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/defaults/main.yml",
"content": "---\nelasticsearch_version: \"8.x\"\nelasticsearch_heap_size: \"1g\"\nelasticsearch_network_host: \"0.0.0.0\"\nelasticsearch_http_port: 9200\nelasticsearch_log_dir: \"/usr/share/elasticsearch/logs\"\nelasticsearch_user: \"elasticsearch\"\nelasti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2733,
"all_permissive": false
} |
ansible_role | Raster27/practicum_monitoring | d1cd5cdad5190a395f4066743471f47aed53e082 | 0 | roles/fluentbit | 7,284 | [
"no_license"
] | [
{
"path": "roles/fluentbit/templates/fluent-bit.conf.j2",
"content": "[SERVICE]\n Flush 5\n Log_Level info\n Parsers_File parsers.conf\n\n[INPUT]\n Name systemd\n Tag host.*\n Systemd_Filter _SYSTEMD_UNIT=ssh.service\n Systemd_Filter _SYSTEMD_UNIT=nginx.s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2300,
"all_permissive": false
} |
ansible_role | Raster27/practicum_monitoring | d1cd5cdad5190a395f4066743471f47aed53e082 | 0 | roles/kibana | 7,284 | [
"no_license"
] | [
{
"path": "roles/kibana/defaults/main.yml",
"content": "---\nkibana_version: \"8.x\"\nkibana_server_host: \"0.0.0.0\"\nkibana_server_port: 5601\nelasticsearch_host: \"http://localhost:9200\"\nkibana_user: \"kibana\"\nkibana_group: \"kibana\"\nkibana_install_dir: \"/opt/kibana\"\nkibana_config_dir: \"/etc/ki... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | Raster27/practicum_monitoring | d1cd5cdad5190a395f4066743471f47aed53e082 | 0 | roles/node_exporter | 7,284 | [
"no_license"
] | [
{
"path": "roles/node_exporter/defaults/main.yml",
"content": "---\nnode_exporter_version: \"1.7.0\"\nnode_exporter_arch: \"arm64\" # Change to \"armv7\" if using 32-bit ARM\nnode_exporter_url: \"https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/node_exporter-{{ nod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | Raster27/practicum_monitoring | d1cd5cdad5190a395f4066743471f47aed53e082 | 0 | roles/prometheus | 7,284 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Create Prometheus user\n ansible.builtin.user:\n name: prometheus\n system: yes\n shell: /bin/false\n create_home: no\n\n- name: Create directories for Prometheus\n ansible.builtin.file:\n path: \"{{ item }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2073,
"all_permissive": false
} |
ansible_role | pulibrary/ansible_fiesta | 640d028d2ca6a22508ed37ab07d93888ed7776dd | 0 | roles/database | 7,284 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n- name: install apt packages\n apt:\n name: [\"libpq-dev\", \"postgresql\", \"python-psycopg2\"]\n update_cache: true\n cache_valid_time: 3600\n become: true\n\n- name: copy configuration file\n copy:\n src: postgresql.conf\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1272,
"all_permissive": false
} |
ansible_role | pulibrary/ansible_fiesta | 640d028d2ca6a22508ed37ab07d93888ed7776dd | 0 | roles/libwww | 7,284 | [
"no_license"
] | [
{
"path": "roles/libwww/tasks/apache.yml",
"content": "---\n- name: Apache | Install Apache\n apt:\n pkg: [\"apache2\", \"apache2-utils\", \"libapache2-mod-php{{ php_version }}\"]\n state: present\n\n- name: Apache | Enable modules\n apache2_module:\n state: present\n name: rewrite\n notify: ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6452,
"all_permissive": false
} |
ansible_role | pulibrary/ansible_fiesta | 640d028d2ca6a22508ed37ab07d93888ed7776dd | 0 | roles/nginx | 7,284 | [
"no_license"
] | [
{
"path": "roles/nginx/molecule/default/playbook.yml",
"content": "---\n- name: Converge\n hosts: all\n roles:\n - role: roles/nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Ch... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4288,
"all_permissive": false
} |
ansible_role | riosvictor/curso_ansible | 70753b581615f1050c4e1c67102fbd4641614363 | 0 | roles/mysql | 7,284 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: \"Instala pacotes de dependências do sistema operacional\"\n apt:\n name: \"{{ item }}\"\n cache_valid_time: 3600\n state: latest\n become: yes\n loop:\n - mysql-server-5.6\n - python-mysqldb\n\n- name: \"Cria o banco do MySQ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | riosvictor/curso_ansible | 70753b581615f1050c4e1c67102fbd4641614363 | 0 | roles/webserver | 7,284 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: \"Instala pacotes de dependências do sistema operacional\"\n apt:\n name: \"{{ item }}\"\n cache_valid_time: 3600\n state: latest\n become: yes\n loop:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | riosvictor/curso_ansible | 70753b581615f1050c4e1c67102fbd4641614363 | 0 | roles/wordpress | 7,284 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Baixa o arquivo de instalação do wordpress'\n get_url:\n url: https://wordpress.org/wordpress-5.0.tar.gz\n dest: /tmp/worpress.tar.gz\n\n- name: 'Descompacta o wordpress'\n unarchive:\n src: /tmp/worpress.tar.gz\n dest: /var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | bors40/Ansible | f35039e4bbc272fae961298501054dabfb8f602b | 0 | roles/aws-ec2 | 7,284 | [
"no_license"
] | [
{
"path": "roles/aws-ec2/readme.txt",
"content": "This ansible is intended to deploy an ec2 instance with the latest\navailable ami image.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/aws-ec2/tasks/ami_find.yaml",
"content": "---\n\n- ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2217,
"all_permissive": false
} |
ansible_role | ReconInfoSec/query-packs | c25f83500b0b96f89e46cbc16622afd07cf263b5 | 6 | roles/query-packs | 7,284 | [
"no_license"
] | [
{
"path": "roles/query-packs/handlers/main.yml",
"content": "---\n# handlers file for roles/query-packs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/query-packs/files/windows-compliance.json",
"content": "{\n \"platform\": \"windows\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 93538,
"all_permissive": false
} |
ansible_role | galvarado/terraform-ansible-DO-deploy-wordpress | 67732aefb88cd1a9fabbebd1e7c4139e252c8b29 | 3 | playbooks/roles/mysql | 7,284 | [
"permissive"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n- name: Start MySQL Server and enable it\n service: name=mysqld state=started enabled=yes\n\n- name: Remove Test database if it exist.\n mysql_db: name=test state=absent\n\n- name: Remove All Anonymous User Accounts\n mysql_user: name=” h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": true
} |
ansible_role | galvarado/terraform-ansible-DO-deploy-wordpress | 67732aefb88cd1a9fabbebd1e7c4139e252c8b29 | 3 | playbooks/roles/php | 7,284 | [
"permissive"
] | [
{
"path": "playbooks/roles/php/tasks/main.yml",
"content": "---\n# tasks file for php\n- name: Install php extensions\n yum: name={{ item }} state=present\n become: yes\n with_items:\n - php-common\n - php-mysql\n - php-gd\n - php-xml\n - php-mbstring\n - php-mcrypt",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": true
} |
ansible_role | galvarado/terraform-ansible-DO-deploy-wordpress | 67732aefb88cd1a9fabbebd1e7c4139e252c8b29 | 3 | playbooks/roles/server | 7,284 | [
"permissive"
] | [
{
"path": "playbooks/roles/server/defaults/main.yml",
"content": "---\n# defaults file for server",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 30
},
{
"path": "playbooks/roles/server/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 877,
"all_permissive": true
} |
ansible_role | galvarado/terraform-ansible-DO-deploy-wordpress | 67732aefb88cd1a9fabbebd1e7c4139e252c8b29 | 3 | playbooks/roles/wordpress | 7,284 | [
"permissive"
] | [
{
"path": "playbooks/roles/wordpress/tasks/main.yml",
"content": "---\n- name: Download WordPress\n get_url: \n url=https://wordpress.org/latest.tar.gz \n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n\n- name: Extract WordPress\n unarchive: src=/tmp/wordpress.tar.gz dest=/var/www/ copy=no\n b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2156,
"all_permissive": true
} |
ansible_role | xek/novajoin-performance | 1e667091c54d69a83458612dcb1e291841dbdbff | 1 | roles/ipa-client-image | 7,284 | [
"permissive"
] | [
{
"path": "roles/ipa-client-image/tasks/main.yaml",
"content": "- name: Symlink hostnamectl to /bin/true\n command: ln -fs /bin/true /usr/bin/hostnamectl\n args:\n warn: false\n delegate_to: '{{ container_name }}' #36518\n\n- name: Symlink systemctl to /bin/true\n command: ln -fs /bin/true /bin/syste... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3273,
"all_permissive": true
} |
ansible_role | mochida-mochio/ansible-on-codebuild | cd92bcbafec2c5a80e182486f5fddc0ed8851ca0 | 0 | ansible-player-repo/playbook/roles/default-setup | 7,284 | [
"no_license"
] | [
{
"path": "ansible-player-repo/playbook/roles/default-setup/tasks/main.yml",
"content": "---\n- name: locale at /etc/cloud/cloud.cfg\n lineinfile: 'dest=/etc/cloud/cloud.cfg line=\"locale: {{locale}}\"'\n- name: repo_upgrade at /etc/cloud/cloud.cfg\n lineinfile: 'dest=/etc/cloud/cloud.cfg regexp=\"repo_up... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 506,
"all_permissive": false
} |
ansible_role | lamoura/IaC | 6151eeb8115d98f340847ff3e9e82489939f9e28 | 0 | ansible/provisioning/roles/os_base | 7,285 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/os_base/vars/main.yml",
"content": "---\nos_base_centos_version: '7'\nos_base_centos_arch: 'x86_64'\nos_base_log_dir: '/var/log'\nos_base_local_timezone: 'America/Sao_Paulo'\n\nntp_drift_file_path: '/etc/ntp.drift'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1887,
"all_permissive": false
} |
ansible_role | lamoura/IaC | 6151eeb8115d98f340847ff3e9e82489939f9e28 | 0 | ansible/provisioning/roles/postgresql | 7,285 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/postgresql/vars/main.yml",
"content": "---\nposgres_admin_user: 'postgres'\nposgres_pg_hba_path: '/var/lib/pgsql/data/pg_hba.conf'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "ansible/provisioning/roles/po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | lamoura/IaC | 6151eeb8115d98f340847ff3e9e82489939f9e28 | 0 | ansible/provisioning/roles/zabbix | 7,285 | [
"no_license"
] | [
{
"path": "ansible/provisioning/roles/zabbix/templates/www.conf.j2",
"content": "[www]\nuser = {{nginx_owner}} \ngroup = {{nginx_group}}\nlisten = 127.0.0.1:9000\nlisten.allowed_clients = 127.0.0.1\npm = dynamic\npm.max_children = 50\npm.start_servers = 5\npm.min_spare_servers = 5\npm.max_spare_servers = 35... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 13871,
"all_permissive": false
} |
ansible_role | ManuelECdev/devops | 6b4c25f546234fbd7e4f0fd5cc0164e324bdab5d | 0 | .jenkins/ansible/roles/deploy-app | 7,285 | [
"no_license"
] | [
{
"path": ".jenkins/ansible/roles/deploy-app/tasks/main.yml",
"content": "---\n- name: \"get old pod\"\n shell: |\n kubectl get pods --all-namespaces | grep udafinalproject | awk '{print $2}'\n register: oldPod\n\n- debug:\n var: oldPod\n verbosity: 0\n\n- name: \"deploy app\"\n shell: |\n ec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 989,
"all_permissive": false
} |
ansible_role | ManuelECdev/devops | 6b4c25f546234fbd7e4f0fd5cc0164e324bdab5d | 0 | .jenkins/ansible/roles/deploy-cluster | 7,285 | [
"no_license"
] | [
{
"path": ".jenkins/ansible/roles/deploy-cluster/tasks/main.yml",
"content": "---\n- name: \"get cluster\"\n shell: |\n eksctl get cluster --name udafinalproject --region us-east-1\n register: cluster\n ignore_errors: True\n\n- debug:\n var: cluster\n verbosity: 0\n\n- name: \"deploy eksctl clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | cupperservice/aws-tutorial | c4e37f057937e2045ed63941e0cadb8a4003df99 | 0 | auto_building/ansible/roles/growi | 7,285 | [
"no_license"
] | [
{
"path": "auto_building/ansible/roles/growi/tasks/main.yml",
"content": "- name: Install git\n become: yes\n yum:\n name: git\n state: latest\n\n- name: Make installed directory\n become: yes\n file:\n path: \"{{ growi.installed_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: Clo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | cupperservice/aws-tutorial | c4e37f057937e2045ed63941e0cadb8a4003df99 | 0 | auto_building/ansible/roles/mongodb | 7,285 | [
"no_license"
] | [
{
"path": "auto_building/ansible/roles/mongodb/tasks/main.yml",
"content": "- name: Copy mongodb repository file\n become: true\n copy:\n src: ../files/mongodb-org-3.6.repo\n dest: /etc/yum.repos.d/mongodb-org-3.6.repo\n owner: root\n group: root\n mode: '0644'\n- name: Install mongodb\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.