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 | kivio/ansible-tutorial | d3ca7371e3f9f58479ead3908c3d45bb7a9ddd7e | 0 | app-provisioning/roles/backend | 177 | [
"no_license"
] | [
{
"path": "app-provisioning/roles/backend/tasks/rust.yaml",
"content": "---\n\n- name: Download Rust\n get_url:\n url: https://static.rust-lang.org/rustup.sh\n dest: /tmp/install-rust.sh\n mode: 0755\n\n- name: Install Rust\n shell: /tmp/install-rust.sh -y\n\n- name: Link Cargo\n file:\n src:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | kivio/ansible-tutorial | d3ca7371e3f9f58479ead3908c3d45bb7a9ddd7e | 0 | app-provisioning/roles/common | 177 | [
"no_license"
] | [
{
"path": "app-provisioning/roles/common/tasks/main.yaml",
"content": "---\n\n- name: \"Update system\"\n yum:\n state: present\n name: \"*\"\n\n- name: \"Install Epel for Amazon Extras\"\n become: true\n shell: amazon-linux-extras install epel -y\n\n\n- name: \"Install needed modules\"\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | kivio/ansible-tutorial | d3ca7371e3f9f58479ead3908c3d45bb7a9ddd7e | 0 | app-provisioning/roles/frontend | 177 | [
"no_license"
] | [
{
"path": "app-provisioning/roles/frontend/tasks/yarn.yaml",
"content": "---\n- set_fact:\n repo_url: https://dl.yarnpkg.com/rpm/yarn.repo\n\n- name: \"Add Yarn repository\"\n shell: \"yum-config-manager --add-repo={{ repo_url }}\"\n args:\n creates: /etc/yum.repos.d/yarn.repo\n\n- name: \"Install Y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | kivio/ansible-tutorial | d3ca7371e3f9f58479ead3908c3d45bb7a9ddd7e | 0 | app-provisioning/roles/nginx | 177 | [
"no_license"
] | [
{
"path": "app-provisioning/roles/nginx/tasks/main.yaml",
"content": "---\n\n- name: \"Install nginx\"\n shell: amazon-linux-extras install nginx1.12 -y\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | kivio/ansible-tutorial | d3ca7371e3f9f58479ead3908c3d45bb7a9ddd7e | 0 | app-provisioning/roles/postgres | 177 | [
"no_license"
] | [
{
"path": "app-provisioning/roles/postgres/defaults/main.yaml",
"content": "---\n\npostgresql_global_config_options:\n - option: listen_addresses\n value: '*'\n\npostgresql_hba_entries:\n - {type: local, database: all, user: postgres, auth_method: peer}\n - {type: local, database: all, user: all, auth... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/common | 177 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: prepare for dev tools\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - git\n - monit\n - build-essential\n - libssl-dev\n - libyaml-dev\n - libreadline6-dev\n - zlib1g-dev\n - libncurses5-dev\n - libffi-dev\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/mysql_server | 177 | [
"no_license"
] | [
{
"path": "roles/mysql_server/tasks/main.yml",
"content": "- name: install mysql-server\n apt:\n name: mysql-server\n update_cache: yes\n\n- name: start mysql service\n service:\n name: mysql\n state: started\n enabled: true\n\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/nginx | 177 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt: name=nginx update_cache=yes\n\n#- name: copy nginx config file\n# template: src=templates/nginx.conf.j2 dest={{ conf_file }}\n# notify: restart nginx\n\n#- name: enable configuration\n# file: dest=/etc/nginx/sites-enabled/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/rbenv | 177 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/main.yml",
"content": "- name: install rbenv\n git:\n repo: https://github.com/sstephenson/rbenv.git\n dest: ~/.rbenv\n become: no\n\n- name: install ruby-build\n git:\n repo: https://github.com/sstephenson/ruby-build.git\n dest: ~/.rbenv/plugins/ruby-build\n bec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/redis_server | 177 | [
"no_license"
] | [
{
"path": "roles/redis_server/tasks/main.yml",
"content": "- name: install redis-server\n apt:\n name: redis-server\n update_cache: yes\n\n- name: start redis service\n service:\n name: redis\n state: started\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | tanik/matome_channel_setup | 9b4bfae59ec3de393c3e92512b21eda46c51e9a2 | 0 | roles/ruby | 177 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: check installed\n shell: ~/.rbenv/bin/rbenv versions | grep 2.4.1\n register: install_check\n ignore_errors: True\n become: no\n\n- name: install rbenv\n command: ~/.rbenv/bin/rbenv install 2.4.1\n become: no\n when: install_check.rc != 0\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | fawkesley/ssldump.com | 29a20537d3d16ced58355d67107b0822c2ec5779 | 0 | ansible-config/roles/nginx-reverse-proxy | 177 | [
"no_license"
] | [
{
"path": "ansible-config/roles/nginx-reverse-proxy/tasks/main.yml",
"content": "- name: \"Install Nginx\"\n action: apt pkg={{ item }}\n state=latest\n with_items:\n - nginx\n\n- name: \"Install new default configuration file\"\n template: src=nginx.conf.j2\n dest=/etc/nginx/nginx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 546,
"all_permissive": false
} |
ansible_role | fawkesley/ssldump.com | 29a20537d3d16ced58355d67107b0822c2ec5779 | 0 | ansible-config/roles/ssldump-supervisor | 177 | [
"no_license"
] | [
{
"path": "ansible-config/roles/ssldump-supervisor/handlers/main.yml",
"content": "- name: reread supervisor config\n command: supervisorctl reread\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible-config/roles/ssldump-supervisor/defaults/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4060,
"all_permissive": false
} |
ansible_role | fawkesley/ssldump.com | 29a20537d3d16ced58355d67107b0822c2ec5779 | 0 | ansible-config/roles/ssldump-web-app | 177 | [
"no_license"
] | [
{
"path": "ansible-config/roles/ssldump-web-app/handlers/main.yml",
"content": "- name: restart ssldump\n command: supervisorctl restart ssldump\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "ansible-config/roles/ssldump-web-app/tasks/main.yml"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | caddyshake/genesis | 702a711468392f50551cce113959c5ef10b65ccf | 0 | 1.2/ansible/docker/project/roles/install_nginx | 177 | [
"no_license"
] | [
{
"path": "1.2/ansible/docker/project/roles/install_nginx/tasks/main.yml",
"content": "---\n- name: nginx installed?\n command: dpkg-query -W nginx\n register: nginx_check_deb\n failed_when: nginx_check_deb.rc > 1\n changed_when: nginx_check_deb.rc == 1\n become: yes\n\n- name: Install package nginx\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | 0sk4r/Uwr | f2587845e351ba53a44ba27912aa0dfb693c8765 | 0 | cloud/p2/roles/nginx | 177 | [
"no_license"
] | [
{
"path": "cloud/p2/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n\n- name: Ensure apache is not installed\n apt:\n name: apache2\n state: absent\n tags: [http_server, packages]\n\n- name: Ensure nginx is present or install it\n apt:\n name: nginx\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | 0sk4r/Uwr | f2587845e351ba53a44ba27912aa0dfb693c8765 | 0 | cloud/p2/roles/stackdriver | 177 | [
"no_license"
] | [
{
"path": "cloud/p2/roles/stackdriver/handlers/main.yml",
"content": "---\n# handlers file for stackdriver\n- name: Restart logging agent\n service:\n name: google-fluentd \n state: restarted\n \n- name: Restart stackdriver\n service:\n name: stackdriver-agent\n state: restarted",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | 0sk4r/Uwr | f2587845e351ba53a44ba27912aa0dfb693c8765 | 0 | cloud/p3/z2/ansible/roles/haproxy | 177 | [
"no_license"
] | [
{
"path": "cloud/p3/z2/ansible/roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n\n- name: Ensure apache is not installed\n apt:\n name: apache2\n state: absent\n tags: [packages]\n- name: Ensure nginx is not installed\n apt:\n name: nginx\n state: absent\n tags: [pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | momopiyo/handson-env-sample | a1aa398ee55a9a8f20bbdab6576c7b711efdaa1a | 0 | roles/create_ec2instance | 177 | [
"no_license"
] | [
{
"path": "roles/create_ec2instance/tasks/main.yml",
"content": "---\n\n- name: create a cloudformation stack\n cloudformation:\n stack_name: \"{{ item }}\"\n state: present\n region: ap-northeast-1\n template: roles/create_ec2instance/files/ec2.yml\n template_parameters:\n KeyName: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1356,
"all_permissive": false
} |
ansible_role | momopiyo/handson-env-sample | a1aa398ee55a9a8f20bbdab6576c7b711efdaa1a | 0 | roles/delete_ec2instance | 177 | [
"no_license"
] | [
{
"path": "roles/delete_ec2instance/tasks/main.yml",
"content": "---\n\n- name: delete a cloudformation stack\n cloudformation:\n stack_name: \"{{ item }}\"\n state: absent\n region: ap-northeast-1\n with_sequence: \"start=1 end={{ howmany }} format=Ansible-Master%02d\"",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | momopiyo/handson-env-sample | a1aa398ee55a9a8f20bbdab6576c7b711efdaa1a | 0 | roles/handson_scenario | 177 | [
"no_license"
] | [
{
"path": "roles/handson_scenario/tasks/main.yml",
"content": "---\n- name: Install pip\n yum:\n name: python-pip\n state: present\n\n- name: Install ansible\n pip:\n name: \"ansible=={{ handson_ansible_version }}\"\n\n- name: Execute playbook\n shell: \"ansible-playbook {{ item.dest }}\"\n loo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | momopiyo/handson-env-sample | a1aa398ee55a9a8f20bbdab6576c7b711efdaa1a | 0 | roles/setup_master | 177 | [
"no_license"
] | [
{
"path": "roles/setup_master/files/wordpress.yml",
"content": "---\n- name: Deploy Wordpress server\n hosts: localhost\n become: yes\n\n tasks:\n # 内容は省略しています\n - name: Deploy Wordpress server\n debug:\n msg: \"Deploy Wordpress server\"\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | Tristan2252/storage | a82c9b1df31f03bb890c3c72e59850f62d82bdff | 0 | roles/install_ganesha | 177 | [
"no_license"
] | [
{
"path": "roles/install_ganesha/tasks/main.yml",
"content": "--- \n\n - name: install ganesha\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n - glusterfs-api\n - nfs-ganesha-gluster\n\n - name: Create exports directory\n file:\n path: /etc/ga... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 901,
"all_permissive": false
} |
ansible_role | Tristan2252/storage | a82c9b1df31f03bb890c3c72e59850f62d82bdff | 0 | roles/install_gluster | 177 | [
"no_license"
] | [
{
"path": "roles/install_gluster/tasks/main.yml",
"content": "---\n - name: install gluster\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - centos-release-gluster5\n - glusterfs \n - glusterfs-server\n\n - name: enable gluster \n syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2956,
"all_permissive": false
} |
ansible_role | Tristan2252/storage | a82c9b1df31f03bb890c3c72e59850f62d82bdff | 0 | roles/install_vim_tmux | 177 | [
"no_license"
] | [
{
"path": "roles/install_vim_tmux/tasks/main.yml",
"content": "---\n - name: install vim and tmux\n yum:\n name: '{{ item }}'\n state: latest\n with_items:\n - vim\n - tmux \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | lazysysad/ansible | bf9998a09b95ced76769817e74a35eaa88a6251f | 1 | roles/create_admin_user | 193 | [
"no_license"
] | [
{
"path": "roles/create_admin_user/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_admin_user\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/create_admin_user/defaults/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | lazysysad/ansible | bf9998a09b95ced76769817e74a35eaa88a6251f | 1 | roles/update_system | 193 | [
"no_license"
] | [
{
"path": "roles/update_system/handlers/main.yml",
"content": "---\n# handlers file for update_system\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/update_system/vars/main.yml",
"content": "---\n# vars file for update_system\n",
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | felipefrizzo/gitlab-runner | 1a6b60a5eb7fa1f4c7d68380344d6c7a75b29f57 | 4 | ansible/roles/docker-machine | 193 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-machine/tasks/main.yml",
"content": "---\n# tasks file for docker-machine\n- name: Install required packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | felipefrizzo/gitlab-runner | 1a6b60a5eb7fa1f4c7d68380344d6c7a75b29f57 | 4 | ansible/roles/gitlab-runner | 193 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-runner/tasks/main.yml",
"content": "---\n# tasks file for gitlab-runner\n- name: Add gitlab official repository\n shell: |\n set -o pipefail\n curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | /bin/bash\n changed_when: false... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | alxlion/ansible-docker-host | 4e6028c70f1e4d61d7622257d623033eca2b951b | 0 | roles/docker | 193 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Add backports\n apt_repository: repo=\"deb http://ftp.fr.debian.org/debian {{ansible_distribution_release}}-backports main\"\n\n- name: Add Docker repo\n apt_repository: repo=\"deb https://apt.dockerproject.org/repo debian-{{ansible_distrib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | alxlion/ansible-docker-host | 4e6028c70f1e4d61d7622257d623033eca2b951b | 0 | roles/dotfiles | 193 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Install ZSH\n become: yes\n apt: name=zsh state=latest\n\n- name: Change current user shell\n become: yes\n user: name={{ user }} shell=/bin/zsh\n\n- name: Fetch oh-my-zsh\n get_url: url=\"https://raw.githubusercontent.com/robbyrussell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | alxlion/ansible-docker-host | 4e6028c70f1e4d61d7622257d623033eca2b951b | 0 | roles/firewall | 193 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Install\n become: yes\n apt: name=ufw state=latest\n\n- name: Start\n ufw: state=enabled\n\n- name: Allow IN 80/TCP HTTP\n become: yes\n ufw: rule=allow direction=in port=80 proto=tcp\n\n- name: Allow IN 443/TCP HTTPS\n become: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | alxlion/ansible-docker-host | 4e6028c70f1e4d61d7622257d623033eca2b951b | 0 | roles/user | 193 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: Create user\n when: user is defined\n user: name={{ user }} shell=/usr/bin/zsh group=users\n\n- name: Add SSH key\n when: user is defined\n authorized_key:\n user: \"{{ user }}\"\n key: \"{{ lookup('file', '~/.ssh/id_rsa.pub') }}\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | alxlion/ansible-docker-host | 4e6028c70f1e4d61d7622257d623033eca2b951b | 0 | roles/utils | 193 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n- name: Add dotdeb repos\n apt_repository: repo='{{ item }}'\n with_items:\n - \"deb http://ftp.fr.debian.org/debian {{ansible_distribution_release}} main contrib non-free\"\n - \"deb http://packages.dotdeb.org {{ansible_distribution_release}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | KlimDos/my-home-srv-prometheus-pub | a827b9b6cf753f49815fa03464000cedd03acf2f | 0 | ansible/roles/prometheus | 193 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "---\n- name: \"Download tarball prometheus core\"\n #become: true\n unarchive:\n src: https://github.com/prometheus/prometheus/releases/download/v2.7.1/prometheus-2.7.1.linux-amd64.tar.gz # required. If C(remote_src=no) (default), local... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1783,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-common | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-common/tasks/main.yml",
"content": "---\n- include_tasks: install_ceph_packages.yml\n- include_tasks: config.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/ceph-common/defaults/main.yml",
"content": "---\nceph... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1696,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-dashboard | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-dashboard/defaults/main.yml",
"content": "---\ndashboard_user: admin\ndashboard_user_pass: <PASSWORD>\ndashboard_port: 8443\ndashboard_rgw_user: ceph-dashboard\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/ceph-dash... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2508,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-mgr | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-mgr/tasks/create_mgr.yml",
"content": "---\n- name: 确认keyring文件是否存在\n stat:\n path: \"/var/lib/ceph/mgr/ceph-{{ node_name }}/keyring\"\n register: keyring\n\n- name: 创建数据目录\n file:\n name: \"/var/lib/ceph/mgr/ceph-{{ node_name }}/\"\n state: directory\n owner: ceph\n wh... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-mon | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-mon/tasks/ceph-conf.yml",
"content": "---\n- name: 修改ceph.conf\n template:\n src: ceph_conf.j2\n dest: /etc/ceph/ceph.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/ceph-mon/defaults/main.yml",
"conten... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5291,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-osd | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-osd/tasks/create_osd.yml",
"content": "---\n- name: 创建osd\n script: \"create_osd.sh {{ item }}\"\n with_items:\n - \"{{ devices }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/ceph-osd/tasks/main.yml",
"c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/ceph-rgw | 193 | [
"no_license"
] | [
{
"path": "roles/ceph-rgw/tasks/main.yml",
"content": "---\n- include_tasks: create_rgw.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/ceph-rgw/tasks/create_rgw.yml",
"content": "---\n- name: 确认keyring文件状态\n stat:\n path: \"/va... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1008,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/chrony | 193 | [
"no_license"
] | [
{
"path": "roles/chrony/tasks/install.yml",
"content": "---\n- name: 安装chrony\n package:\n name: chrony\n state: present\n\n- name: 配置服务端的chrony.conf\n template:\n src: chrony-server.conf.j2\n dest: /etc/chrony.conf\n when:\n - chrony_mode == 'local'\n - server in ansible_all_ipv4_addre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/prepare | 193 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/yum_repo.yml",
"content": "---\n- name: 配置yum源\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items:\n - { src: os_x86_64_repo.j2, dest: /etc/yum.repos.d/os.repo }\n - { src: ceph_x86_64_repo.j2, dest: /etc/yum.repos.d/ceph.repo }\n whe... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1872,
"all_permissive": false
} |
ansible_role | xiangjie818/ansible-ceph | 0ba8ce9ddacefa51be959be2476c374386d8d1df | 0 | roles/prometheus | 193 | [
"no_license"
] | [
{
"path": "roles/prometheus/templates/prometheus.repo.j2",
"content": "[prometheus]\nname=prometheus\nbaseurl=http://{{ mirrors }}/prometheus/\nenabled=0\ngpgcheck=0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/prometheus/tasks/config_pr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1443,
"all_permissive": false
} |
ansible_role | ThumburuAditya/learn-ansible | 5302d0a31491f9fc1f05f3757771a730271c89f4 | 0 | roles/sample | 193 | [
"no_license"
] | [
{
"path": "roles/sample/vars/main.yml",
"content": "url: <EMAIL>",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 12
},
{
"path": "roles/sample/tasks/main.yml",
"content": "- name : Print Hello World\n ansible.builtin.debug:\n msg : Hello World from roles\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | thepathseeker/ansible-training-only | 3e6682ff36940ef6f5318363c53411436b5e3e17 | 0 | roles/fail2ban | 193 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "---\n# tasks file for fail2ban\n- name: Install fail2ban\n ansible.builtin.dnf:\n name: fail2ban # Intrusion prevention\n state: latest\n\n- name: Create fail2ban jail.local file\n ansible.builtin.copy:\n src: jail.local\n dest: /etc/fail2... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | tepavac/ansible-macOs | 2b2a0ca9f5fc31ae163637528afd14cac9ce4b56 | 1 | roles/configure | 193 | [
"no_license"
] | [
{
"path": "roles/configure/tasks/main.yaml",
"content": "- name: Set git username and email\n command: git config --global {{item}}\n with_items:\n - --replace-all user.name '<NAME>'\n - user.email {{git_email}}\n - pull.rebase true\n - init.defaultbranch main\n\n- name: Create zshrc\n copy:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2707,
"all_permissive": false
} |
ansible_role | tepavac/ansible-macOs | 2b2a0ca9f5fc31ae163637528afd14cac9ce4b56 | 1 | roles/install | 193 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yaml",
"content": "- name: Make sure Homebrew Is Installed\n stat:\n path: /opt/homebrew/bin/brew\n register: homebrew_check\n\n- name: Installing Homebrew\n shell: /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | madhusudhans72/rep | f8c425c8d41c83d39a8f2074b8e620c8b3ea53a3 | 0 | roles/nginx1 | 193 | [
"no_license"
] | [
{
"path": "roles/nginx1/tasks/main.yml",
"content": "---\n- name: Create Nginx Deployment\n community.kubernetes.k8s:\n state: present\n definition:\n apiVersion: apps/v1\n kind: Deployment\n metadata:\n name: nginx-deployment\n spec:\n replicas: 1\n selector:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | vijayboopathy-zz/kubespray | 02d9dcac2968cd3ad9a34fc7cca268df26fb2517 | 0 | roles/config | 193 | [
"no_license"
] | [
{
"path": "roles/config/templates/config.j2",
"content": "apiVersion: v1\nclusters:\n- cluster:\n # needed if you get error \"Unable to connect to the server: x509: certificate signed by unknown authority\"\n insecure-skip-tls-verify: true\n # port 6443 is for secure connection\n server: https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | source-ministry/ansible-training | 20d86573c3d062b3cd3ec1670ee3abe039c2adb9 | 5 | provisioning/roles/default | 194 | [
"no_license"
] | [
{
"path": "provisioning/roles/default/tasks/includes/packages.yml",
"content": "---\n- name: Ensure apt is up to date\n apt:\n update_cache=yes\n cache_valid_time=86400\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "provisioning/roles/def... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | kirushik/testing_ansible | 8c6980a2997a8e2262ffdc1eaab9a40356da4419 | 0 | roles/ruby | 194 | [
"no_license"
] | [
{
"path": "roles/ruby/spec/ruby_spec.rb",
"content": "require 'spec_helper.rb'\n\ndescribe 'ruby 2.2' do\n it 'should be installed from PPA' do\n expect(ppa('ppa:brightbox/ruby-ng')).to be_enabled\n expect(package('ruby2.2')).to be_installed\n expect(command('ruby --version').stdout).to contain 'r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | TheoTessilimi/MyInfrastructureAsCode | 0ce9d66ce958207fc35992f415f30e100d5c2be4 | 0 | ansible/roles/git | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/git/tasks/main.yml",
"content": "---\n- name: remove previous files\n file:\n state: absent\n path: \"/var/www/\"\n\n- name: Clone Git repo\n git: \n repo: 'https://github.com/TheoTessilimi/SteamLinks.git'\n dest: \"/var/www/\"\n\n- name: Perm to this repo\n file: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | TheoTessilimi/MyInfrastructureAsCode | 0ce9d66ce958207fc35992f415f30e100d5c2be4 | 0 | ansible/roles/nginx | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yaml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Ensure Nginx is at the latest version\n apt:\n name: nginx\n state: latest\n- name: Make sure Nginx is running\n syste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | TheoTessilimi/MyInfrastructureAsCode | 0ce9d66ce958207fc35992f415f30e100d5c2be4 | 0 | ansible/roles/setup | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/setup/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: Add dependencies\n apt:\n name: ['lsb-release', 'ca-certificates', 'apt-transport-https', 'software-properties-common']\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | TheoTessilimi/MyInfrastructureAsCode | 0ce9d66ce958207fc35992f415f30e100d5c2be4 | 0 | ansible/roles/symfony | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/symfony/tasks/main.yaml",
"content": "---\n- name: add .env.local file\n copy:\n src: \".env.local\"\n dest: \"/var/www/.env.local\"\n\n- name: Composer Install\n become: false\n shell: export APP_ENV=prod && composer install --no-dev --optimize-autoloader\n args:\n chd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | kadNode-box/kadNodeExample | cd9907491f8e2fc57607ae0df773b96dafadeddc | 0 | ansible/roles/git-install | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/git-install/defaults/main.yml",
"content": "# Version of git that should be present in the system\r\ngit_version: \"2.14.1\"\r\n\r\n# Location of files for git sources\r\ngit_sources_location: /usr/src\r\n\r\n# User that will build git. Please never use root account for compiling so... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6711,
"all_permissive": false
} |
ansible_role | kadNode-box/kadNodeExample | cd9907491f8e2fc57607ae0df773b96dafadeddc | 0 | ansible/roles/kadNode | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/kadNode/meta/main.yml",
"content": "---\ndependencies: [mbedtls]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/kadNode/tasks/main.yml",
"content": "---\n# Check if kadNode is installed or not and if it... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4716,
"all_permissive": false
} |
ansible_role | kadNode-box/kadNodeExample | cd9907491f8e2fc57607ae0df773b96dafadeddc | 0 | ansible/roles/mbedtls | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/mbedtls/tasks/CentOS.yml",
"content": "---\n#\n# Install CentOS spezific mbedtls \n#\n\n#\n# https://github.com/ARMmbed/mbedtls\n# https://github.com/ARMmbed/mbedtls/blob/development/CMakeLists.txt\n# http://docs.yottabuild.org/#installing\n#\n#Version \tSHA-1 checksum\n#mbed TLS 2.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4311,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/change_ghost_rep | 194 | [
"no_license"
] | [
{
"path": "roles/change_ghost_rep/tasks/main.yml",
"content": "\n- name: Change number of replicas for ghost deployment\n shell: \"kubectl scale deployment {{ deployment_ghost_name }} --replicas={{ replicas | int }} -n {{ mynamespace }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/delete_data | 194 | [
"no_license"
] | [
{
"path": "roles/delete_data/tasks/main.yml",
"content": "---\n- name: Delete sql pvc\n kubernetes.core.k8s:\n api_version: v1\n kind: PersistentVolumeClaim\n name: \"{{ mysql_pvcname }}\"\n namespace: \"{{ mynamespace }}\"\n state: absent\n\n- name: Delete ghost pvc\n kubernetes.core.k8s:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/deploy_ghost_app | 194 | [
"no_license"
] | [
{
"path": "roles/deploy_ghost_app/templates/ghost-service.yml",
"content": "apiVersion: v1 \nkind: Service\nmetadata:\n name: ghost-service\n namespace: ascn-cluster\n labels:\n app: ghost\nspec:\n type: LoadBalancer \n selector:\n app: ghost\n ports:\n - port: 2368\n targetPort: 2368... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3796,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/deploy_ghost_db | 194 | [
"no_license"
] | [
{
"path": "roles/deploy_ghost_db/k8s/mysql-pvc.yml",
"content": "---\n# Persistent Volume Claim for MySQL pod\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: mysql-pv-claim\n namespace: ascn-cluster\nspec:\n accessModes:\n - ReadWriteOnce\n storageClassName: ghost-storage-class\n res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/monitoring_dashboards | 194 | [
"no_license"
] | [
{
"path": "roles/monitoring_dashboards/tasks/main.yml",
"content": "- name: create kubernetes monitoring dashboards\n shell: gcloud monitoring dashboards create --config-from-file dashboards/kubernetes.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/monitoring_policies | 194 | [
"no_license"
] | [
{
"path": "roles/monitoring_policies/tasks/main.yml",
"content": "- name: create kubernetes monitoring policy\n shell: gcloud alpha monitoring policies create --policy-from-file=policies/cpu_utilization.json",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 141,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/test_ghost | 194 | [
"no_license"
] | [
{
"path": "roles/test_ghost/tasks/main.yml",
"content": "---\n\n- name: Refresh inventory\n meta: refresh_inventory\n\n- name: Check that you can connect (GET) to Ghost and it returns a status 200\n ansible.builtin.uri:\n url: \"http://{{ ghost_ip }}:{{ghost_port}}/\"\n method: GET\n status_code:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1039,
"all_permissive": false
} |
ansible_role | CatarinaOG/Projeto-ASCN | 5c4805f73ea529c8f2f71220fe7976a47f34e9d8 | 1 | roles/undeploy_ghost | 194 | [
"no_license"
] | [
{
"path": "roles/undeploy_ghost/tasks/main.yml",
"content": "- name: Delete deployment ghost\n k8s:\n api_version: apps/v1\n kind: Deployment\n name: \"{{ deployment_ghost_name }}\"\n namespace: \"{{ mynamespace }}\"\n state: absent\n\n- name: Delete deployment db\n k8s:\n api_version: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | GoKEV/ansible-module-creation | 11f969ea723b0a72d2a76cbe9c64c0f43fe43737 | 0 | roles/module-bash | 194 | [
"no_license"
] | [
{
"path": "roles/module-bash/defaults/main.yml",
"content": "---\n# defaults file for module-bash",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/module-bash/vars/main.yml",
"content": "---\n# vars file for module-bash",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | GoKEV/ansible-module-creation | 11f969ea723b0a72d2a76cbe9c64c0f43fe43737 | 0 | roles/module-perl | 194 | [
"no_license"
] | [
{
"path": "roles/module-perl/tasks/main.yml",
"content": "---\n# tasks file for module-perl\n\n- name: test our module\n perlmodule: \n# arg1: one\n# arg2: two\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
},
{
"path": "roles/module-perl/tests/test.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | DMTITAN/packstack | 519399e7d676d82df2f3a786a30a6b0792e5dc88 | 0 | roles/packstack-integration-tempest | 194 | [
"no_license"
] | [
{
"path": "roles/packstack-integration-tempest/tasks/main.yaml",
"content": "- name: packstack-integration-tempest\n shell:\n cmd: |\n set -e\n set -x\n export SCENARIO='{{ scenario }}'\n ./run_tests.sh\n executable: /bin/bash\n chdir: '{{ ansible_user_dir }}/work... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 268,
"all_permissive": false
} |
ansible_role | justinmiller/lustrevm | e62b8ed5ca4d301907f07274377ea2ffd1bf893f | 0 | ansible/roles/debug | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/debug/tasks/main.yml",
"content": "---\n# tasks file for debug\n- name: Change kdump.conf to enable dump file compression\n action: lineinfile dest=/etc/kdump.conf regexp=^core_collector line=\"core_collector makedumpfile -d 17 -c\"\n\n- name: Change kdump.conf to dump to /var/cras... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | justinmiller/lustrevm | e62b8ed5ca4d301907f07274377ea2ffd1bf893f | 0 | ansible/roles/lustre | 194 | [
"no_license"
] | [
{
"path": "ansible/roles/lustre/vars/main.yml",
"content": "---\n# vars file for lustre\nlustre_groups:\n quota_usr:\n ggid: 60000\n quota_2usr:\n ggid: 60001\n mpiuser:\n ggid: 70000\n testing:\n ggid: 70001\n runas:\n ggid: 500\n user1:\n ggid: 501\n\nlustre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3073,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Ansible/springapp_setup/roles/deploy | 194 | [
"no_license"
] | [
{
"path": "Ansible/springapp_setup/roles/deploy/templates/application.properties.j2",
"content": "spring.application.name={{ app_name }}\nspring.datasource.url={{ db_driver }}://{{ db_host }}:{{ db_port }}/{{ db_name }}\nspring.datasource.username={{ db_uname }}\nspring.datasource.password={{ db_pass }}\n\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2666,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Ansible/springapp_setup/roles/java_install | 194 | [
"no_license"
] | [
{
"path": "Ansible/springapp_setup/roles/java_install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - /home/thejkiranp/Desktop/Devops/Ansible/springapp_setup/roles/java_install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 326,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Ansible/springapp_setup/roles/mysql_install | 194 | [
"no_license"
] | [
{
"path": "Ansible/springapp_setup/roles/mysql_install/handlers/main.yml",
"content": "---\n# handlers file for /home/thejkiranp/Desktop/Devops/Ansible/springapp_setup/roles/mysql_install\n\n- name: Restart mysql\n service:\n name: mysql\n state: restarted\n\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Ansible/springapp_setup/roles/python_modules | 194 | [
"no_license"
] | [
{
"path": "Ansible/springapp_setup/roles/python_modules/handlers/main.yml",
"content": "---\n# handlers file for roles/python_modules\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "Ansible/springapp_setup/roles/python_modules/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Project/springapp/ansible/roles/docker_build | 194 | [
"no_license"
] | [
{
"path": "Project/springapp/ansible/roles/docker_build/defaults/main.yml",
"content": "---\n# defaults file for docker_build\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "Project/springapp/ansible/roles/docker_build/tasks/main.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 378,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Project/springapp/ansible/roles/docker_login | 194 | [
"no_license"
] | [
{
"path": "Project/springapp/ansible/roles/docker_login/handlers/main.yml",
"content": "---\n# handlers file for roles/docker_login\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "Project/springapp/ansible/roles/docker_login/vars/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Project/springapp/ansible/roles/docker_push | 194 | [
"no_license"
] | [
{
"path": "Project/springapp/ansible/roles/docker_push/tasks/main.yml",
"content": "---\n# tasks file for docker_push\n\n- name: Push image to DockerHub registry\n docker_image:\n name: \"{{ image_name }}\"\n tag: \"{{ image_tag }}-{{ lookup('env','BUILD_ID') | default('latest') }}\"\n push: yes\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | thejk726/DevOps | 5c0d4a4172667cdb77efeeba6c827b1e5810b8d2 | 0 | Project/springapp/ansible/roles/git_checkout | 194 | [
"no_license"
] | [
{
"path": "Project/springapp/ansible/roles/git_checkout/defaults/main.yml",
"content": "---\n# defaults file for ansible/roles/git_checkout\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "Project/springapp/ansible/roles/git_checkout/tasks/main.ym... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | michelpetterson/ansible-phpipam | a6b17d69aae2a2439c10d19347a83fdbd5cf7b8a | 0 | roles/phpipam_update | 194 | [
"no_license"
] | [
{
"path": "roles/phpipam_update/vars/main.yml",
"content": "---\nip_id: []\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15
},
{
"path": "roles/phpipam_update/tasks/main.yml",
"content": "---\n\n#- name: Authenticate in phpipam\n# uri:\n# url: \"{{ ip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3465,
"all_permissive": false
} |
ansible_role | walkerchang/ceph-cluster | ee6bde421c108f11f37189fa2eedde7c6dff203e | 0 | roles/ceph-add-mon | 194 | [
"no_license"
] | [
{
"path": "roles/ceph-add-mon/tasks/main.yml",
"content": "- name: show all the hosts matching the pattern\n shell: echo \"{{ item }}\" >> /home/ubuntu/ceph-mon-hosts\n args:\n chdir: /home/ubuntu\n executable: /bin/bash\n with_inventory_hostnames:\n - ceph-mon\n\n- name: create ceph cluster\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1360,
"all_permissive": false
} |
ansible_role | walkerchang/ceph-cluster | ee6bde421c108f11f37189fa2eedde7c6dff203e | 0 | roles/ceph-mon | 194 | [
"no_license"
] | [
{
"path": "roles/ceph-mon/defaults/main.yml",
"content": "---\nceph_public_network: 10.100.0.0/24\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/ceph-mon/tasks/main.yml",
"content": "- name: show all the hosts matching the pattern\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1476,
"all_permissive": false
} |
ansible_role | walkerchang/ceph-cluster | ee6bde421c108f11f37189fa2eedde7c6dff203e | 0 | roles/ceph-osd | 194 | [
"no_license"
] | [
{
"path": "roles/ceph-osd/tasks/main.yml",
"content": "\n---\n- name: show all the hosts matching the pattern\n shell: echo \"{{ item }}\" >> /home/ubuntu/ceph-osd-hosts\n args:\n chdir: /home/ubuntu\n executable: /bin/bash\n with_inventory_hostnames:\n - ceph-osd\n\n- name: create osd \n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | walkerchang/ceph-cluster | ee6bde421c108f11f37189fa2eedde7c6dff203e | 0 | roles/modify-k8s-pods | 194 | [
"no_license"
] | [
{
"path": "roles/modify-k8s-pods/tasks/main.yml",
"content": "---\n- name: resize pool kube size\n shell: '{{item}}'\n args:\n chdir: /etc/ceph\n executable: /bin/bash\n vars:\n HOST_COUNT: \"{{ groups['ceph-mon'] | length }}\"\n with_items:\n - sudo ceph osd pool set kube size {{HOST_COUNT}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1472,
"all_permissive": false
} |
ansible_role | walkerchang/ceph-cluster | ee6bde421c108f11f37189fa2eedde7c6dff203e | 0 | roles/storage-class | 194 | [
"no_license"
] | [
{
"path": "roles/storage-class/files/class-ext4.yaml",
"content": "kind: StorageClass\napiVersion: storage.k8s.io/v1\nmetadata:\n name: default\nprovisioner: ceph.com/rbd # must match with created provisioner name\nparameters: \n monitors: 10.100.0.22:6789\n pool: kube\n adminId: admin\n adminSecretNa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 6201,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/SSH | 194 | [
"no_license"
] | [
{
"path": "roles/SSH/tasks/SSH.yml",
"content": "- name: настройка SSH\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?Port '\n line: 'Port 5692'\n backup: yes\n\n- name: Запретить root-доступ\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^#?PermitRootLogin '\n line: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/fail2ban | 194 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yaml",
"content": "- name: Копирование конфигурации fail2ban\n copy:\n src: jail.local\n dest: /etc/fail2ban/jail.local\n owner: root\n group: root\n mode: '0644'\n\n- name: Перезапуск и включение fail2ban\n service:\n name: fail2ban\n state: resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/install_packages | 194 | [
"no_license"
] | [
{
"path": "roles/install_packages/tasks/main.yaml",
"content": "---\n- name: Install base packages\n apt:\n name:\n - ufw\n - openssh-server\n - fail2ban\n - nginx\n state: present\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/jenkins | 194 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "- name: Установить Java (необходимо для Jenkins)\n apt:\n name: openjdk-17-jdk\n state: present\n update_cache: yes\n\n- name: Добавить репозиторий Jenkins\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/ufw | 194 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yaml",
"content": "- name: Разрешить HTTP (80/tcp)\n ufw:\n rule: allow\n port: 80 \n proto: tcp\n\n- name: Разрешить SSH (22/tcp)\n ufw:\n rule: allow\n port: 22 \n proto: tcp\n\n- name: Разрешить альтернативный SSH (5692/tcp)\n ufw:\n rule: allow\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | Gregorops/Ansimble | 246b43e35f5199bbf50d2fde75fa1c30ca2ed8bb | 0 | roles/users | 194 | [
"no_license"
] | [
{
"path": "roles/users/defaults/main.yml",
"content": "user_name: iris\nuser_shell: /bin/bash\nuser_groups:\n - sudo\nuser_password: \"{{ <PASSWORD> }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/users/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/base | 194 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: \"Initialization OS shell\"\n copy:\n src: init.sh\n dest: /tmp/init.sh\n\n- name: \"Initialization OS\"\n shell: /bin/bash /tmp/init.sh\n\n- name: \"Add to tomcat user\"\n user:\n name: tomcat\n shell: /bin/bash\n password: <PA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2513,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/mongodb | 194 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "---\n- name: \"add mongo repo\"\n copy:\n src: mongo4.repo\n dest: /etc/yum.repos.d/mongo4.repo\n\n- name: \"install mongo\"\n shell: yum install mongodb-org -y ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/nginx | 194 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: \"Downloads nginx server\"\n get_url: \n url: https://nginx.org/download/nginx-1.14.2.tar.gz \n dest: \"{{ software }}/\"\n\n#local file \n# - name: \"unzip nginx bar\"\n# synchronize:\n# src: “{{ software }}/nginx-1.14.2.tar.gz”\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/redis | 194 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: \"downloads redis server\"\n get_url:\n url: http://download.redis.io/releases/redis-5.0.3.tar.gz\n dest: \"{{ software }}/\"\n\n- name: \"unzip redis tar\"\n shell: \"tar xzf /usr/local/redis-5.0.3.tar.gz -C /usr/local/\"\n\n- name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/zabbix_agent | 194 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent/handlers/main.yml",
"content": "---\n- name: restart zabbix-agentd\n service:\n name: zabbix-agent\n state: restarted\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/zabbix_agent/tasks/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/zabbix_server | 194 | [
"no_license"
] | [
{
"path": "roles/zabbix_server/handlers/main.yml",
"content": "---\n- name: restart zabbix-server\n service:\n name: zabbix-server\n state: restarted\n enabled: yes\n\n- name: restart httpd\n service:\n name: httpd\n state: restarted\n enabled: yes",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2325,
"all_permissive": false
} |
ansible_role | ChongmingDu/BSIA | 519cf9604aa3450140d32fffff37fb1de950aa6a | 1 | roles/zookeeper | 194 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/main.yml",
"content": "---\n- name: get zk tar bar\n get_url:\n url: https://archive.apache.org/dist/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz\n dest: \"{{ software }}/\"\n\n- name: unzip zk tar bar\n shell:\n \"tar -xzf {{ software }}/zookeeper-3.4.9.tar.g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | malston/jenkins-docker-ansible-spring-cloud-sample-svc-ci | 72c6315f7a0582dd5d5b8fe945c4877a72bea96f | 0 | ansible/roles/sample-spring-cloud-svc-ci | 191 | [
"no_license"
] | [
{
"path": "ansible/roles/sample-spring-cloud-svc-ci/tasks/main.yml",
"content": "- name: Directory is present\n file:\n path=/data/sample-spring-cloud-svc-ci/db\n state=directory\n tags: [sample-spring-cloud-svc-ci]\n\n- name: Latest container is pulled\n shell: sudo docker pull 192.168.50.91:5000/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 733,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.