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
roolo/provision-ansible
f3080c954e4b7e55914c113dcccec0bcf6a162e9
3
roles/terminal
64
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "---\n- name: Put Terminal.app theme into place\n copy: src={{ansbile_terminal_profile_path}}\n dest=/tmp/Homebrew1.terminal\n\n- name: Put terminal fake border background into place\n copy: src={{ansbile_terminal_background_path}}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1385, "all_permissive": false }
ansible_role
szkly/sze-linux-ismeretek
2c9dbd45b96053ef6a6f7c921af62cb19545581a
0
ansible/roles/applications
64
[ "no_license" ]
[ { "path": "ansible/roles/applications/files/prometheus.yml", "content": "global:\n scrape_interval: 5s\n\nscrape_configs:\n- job_name: node\n static_configs:\n - targets: \n - node-exporter:9100\n\n- job_name: cadvisor\n static_configs:\n - targets: \n - cadvisor:8080", "license_type": "no_li...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8753, "all_permissive": false }
ansible_role
szkly/sze-linux-ismeretek
2c9dbd45b96053ef6a6f7c921af62cb19545581a
0
ansible/roles/core
64
[ "no_license" ]
[ { "path": "ansible/roles/core/tasks/users.yml", "content": "---\n- name: Create required users\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n groups: \"{{ item.groups }}\"\n loop: \"{{ core_required_users }}\"\n\n- name: Associate users with their SSH keys\n ansible.posix.authorized_key:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 698, "all_permissive": false }
ansible_role
szkly/sze-linux-ismeretek
2c9dbd45b96053ef6a6f7c921af62cb19545581a
0
ansible/roles/docker
64
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/pip.yml", "content": "---\n- name: Install pip\n ansible.builtin.apt:\n name: python3-pip\n update_cache: true\n state: present\n\n- name: Install Docker-related modules\n ansible.builtin.pip:\n name:\n - \"docker==6.0.1\"\n - \"docker-compose==1...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1911, "all_permissive": false }
ansible_role
gghcode/development-environment
874caf6f78cab490f124eee0e222bb99cf48f962
0
roles/certbot
64
[ "no_license" ]
[ { "path": "roles/certbot/tasks/install-with-package.yml", "content": "---\n- name: Install Certbot.\n become: yes\n package: \"name={{ certbot_package }} state=present\"\n\n- name: Set Certbot script variable.\n set_fact:\n certbot_script: \"{{ certbot_package }}\"\n", "license_type": "no_license"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
gghcode/development-environment
874caf6f78cab490f124eee0e222bb99cf48f962
0
roles/code-server
64
[ "no_license" ]
[ { "path": "roles/code-server/vars/main.yml", "content": "---\nsystemd_unit_files_dir: /etc/systemd/system\nbin_dir: /usr/local/bin\nlib_dir: /usr/local/lib\ncode_server_url_prefix: https://github.com/cdr/code-server/releases/download\ncode_server_arch: amd64\ncode_server_tar_url: \"{{ code_server_url_prefix...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3703, "all_permissive": false }
ansible_role
gghcode/development-environment
874caf6f78cab490f124eee0e222bb99cf48f962
0
roles/git
64
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Add Git APT Repository\n become: true\n apt_repository:\n repo: ppa:git-core/ppa\n state: present\n\n- name: Install latest Vim\n become: true\n apt:\n name: vim\n state: latest\n update_cache: yes\n\n- name: Install Git\n be...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 651, "all_permissive": false }
ansible_role
gghcode/development-environment
874caf6f78cab490f124eee0e222bb99cf48f962
0
roles/oh-my-zsh
64
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/templates/pure.j2", "content": "fpath+=($HOME/.oh-my-zsh/pure)\n\nautoload -U promptinit; promptinit\nprompt pure", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/oh-my-zsh/tasks/theme.yml", "content": "---\n- na...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2923, "all_permissive": false }
ansible_role
sensecollective/steps-to-get-started
6130f62a2fa12217687e0d8e1a8244b15957ab12
1
devops_automate/ansible-examples/roles/backup
64
[ "no_license" ]
[ { "path": "devops_automate/ansible-examples/roles/backup/tasks/main.yaml", "content": "---\n- command:\n hostname -f\n with_items:\n ls /etc\n cat /etc/redhat-release\n register: comp\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
sensecollective/steps-to-get-started
6130f62a2fa12217687e0d8e1a8244b15957ab12
1
devops_automate/ansible-examples/roles/content
64
[ "no_license" ]
[ { "path": "devops_automate/ansible-examples/roles/content/tasks/main.yaml", "content": "---\n# - shell: ls /root/\n# register: data\n\n - shell: echo \"{{ item }}\"\n with_sequence: \"count={{ NUMCV_2 }}\"\n\n - shell: echo \"{{ item }}\"\n with_items: \"{{ products }}\"\n # failed_when: \"to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
unjello/dotfiles
bc3ce0f848f477a1cb52c90992e70be386a9b55e
0
ansible/roles/base
64
[ "permissive" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Install Software\n become: true\n package:\n name: \"{{ package }}\"\n state: present\n loop:\n - qalc\n - mesa_utils\n - mc\n - tmux\n - python3-pip\n - python3-dev\n loop_control:\n loop_var: package\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": true }
ansible_role
unjello/dotfiles
bc3ce0f848f477a1cb52c90992e70be386a9b55e
0
ansible/roles/cpp_development
64
[ "permissive" ]
[ { "path": "ansible/roles/cpp_development/tasks/main.yml", "content": "- name: Inlcude OS-specific variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution }}-{{ ansible_distribution_major_version | int}}.yml\"\n - \"{{ ansible_distribution }}.yml\"\n - \"{{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": true }
ansible_role
yashsolutions/tower-infra
70831cff91e1c0e8ce61c01b763e9bb3e1f1eb76
0
roles/setup_docker_haproxy
64
[ "no_license" ]
[ { "path": "roles/setup_docker_haproxy/tasks/main.yml", "content": "---\n\n- apt:\n name: supervisor\n become: true\n\n- apt:\n name: haproxy\n become: true\n\n- debug: var=hostvars[groups['docker_swarm_manager'][0]]['ansible_eth0']['ipv4']['address']\n register: swarm_master_ip\n\n- debug: var=host...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": false }
ansible_role
tde-backup/practice
17c6609884d471a5d519d6e96c9889aab2274b2d
0
ansible/roles/nginx
64
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/ssl-info.txt.j2", "content": "[req]\ndefault_bits = 2048\nprompt = no\ndefault_keyfile = localhost.key\ndistinguished_name = dn\nreq_extensions = req_ext\nx509_extensions = v3_ca\n\n[ dn ]\nC = RU\nST = RU\nL = Russia\nO = localhost\nOU = Develop...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5794, "all_permissive": false }
ansible_role
tde-backup/practice
17c6609884d471a5d519d6e96c9889aab2274b2d
0
ansible/roles/semaphore
64
[ "no_license" ]
[ { "path": "ansible/roles/semaphore/templates/systemd_unit.j2", "content": "[Unit]\nDescription=Semaphore Ansible\nDocumentation=https://github.com/ansible-semaphore/semaphore\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nType=simple\nUser=semaphore\nGroup=semaphore\nExecReload=/bin...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5248, "all_permissive": false }
ansible_role
Rallvesh/G5_test_task
362f906461fde3e41dde6e8e79acb23d585e8aac
0
ansible/roles/vector
64
[ "no_license" ]
[ { "path": "ansible/roles/vector/tasks/config.yml", "content": "---\n\n- name: VECTOR | Create templates config skeleton\n file:\n path: \"{{ vector_config_path }}/{{ item.path }}\"\n state: directory\n owner: \"{{ vector_user }}\"\n group: \"{{ vector_group }}\"\n mode: 0640\n with_filetree...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2141, "all_permissive": false }
ansible_role
jpuskar/charm-static-ip
707a16c7b45679dc0037b970109c09e9d87c49c1
0
charm/playbooks/roles/pip-prereqs
64
[ "no_license" ]
[ { "path": "charm/playbooks/roles/pip-prereqs/tasks/main.yml", "content": "---\n- name: get pip packages available\n shell:\n cmd: /usr/bin/python3 -m pip freeze\n register: pip_freeze_cmd\n changed_when: no\n\n- name: install netaddr\n shell:\n cmd: /usr/bin/python3 -m pip install netaddr\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
jpuskar/charm-static-ip
707a16c7b45679dc0037b970109c09e9d87c49c1
0
charm/playbooks/roles/static-ip
64
[ "no_license" ]
[ { "path": "charm/playbooks/roles/static-ip/tasks/main.yml", "content": "---\n- include_tasks: get_vars.yml\n- include_tasks: netplan.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "charm/playbooks/roles/static-ip/tasks/get_vars.yml", "con...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3906, "all_permissive": false }
ansible_role
Grandman/dev
7b0b701a9a3a05cfffdff31e92961bd51b5d6aa4
0
roles/base
64
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt: update-cache=yes cache_valid_time=86400\n sudo: yes\n\n - name: Update all packages\n apt: upgrade=dist\n sudo: yes\n \n - name: install basic packages\n sudo: yes\n apt: pkg=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
Grandman/dev
7b0b701a9a3a05cfffdff31e92961bd51b5d6aa4
0
roles/ruby-rvm
64
[ "no_license" ]
[ { "path": "roles/ruby-rvm/tasks/main.yml", "content": "---\n\n# curl required to download RVM. libpz-dev is required as well according to Alex: https://github.com/snowplow/ansible-playbooks/issues/22\n- name: Ensure curl is installed (used to download RVM)\n apt: pkg={{ item }} state=installed\n tags: [pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1880, "all_permissive": false }
ansible_role
marcusmartins/dj-docker
a0c063282bd9d723359ba5f3f7e8ad53d9504b66
0
provisioning/roles/docker
64
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: add Docker repository key\n apt_key: url='https://get.docker.io/gpg' id='A88D21E9' state=present\n\n- name: add Docker repository\n apt_repository:\n repo: 'deb http://get.docker.io/ubuntu docker main'\n update_cache: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
marcusmartins/dj-docker
a0c063282bd9d723359ba5f3f7e8ad53d9504b66
0
provisioning/roles/fig
64
[ "no_license" ]
[ { "path": "provisioning/roles/fig/tasks/main.yml", "content": "- name: download fig\n get_url: url=https://github.com/docker/fig/releases/download/0.5.2/linux dest=/usr/local/bin/fig mode='0755'\n\n# necessary variable for fig to find the docker instance\n- name: add DOCKER_HOST to bash_profile\n lineinfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
canilkumar24/Linux-to-Windows-Authentication
31b4a14951bcfe773371b0b65542b89d8af19d7d
0
roles/win_ad_user
64
[ "no_license" ]
[ { "path": "roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for roles/win_ad_user\n- name: Create AD User\n win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n ema...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
fghoraishi/power-reverse-proxy
183d36ab9bceaf02f97b459d09988fb1a67a8cf4
0
roles/install_rev_proxy
65
[ "no_license" ]
[ { "path": "roles/install_rev_proxy/tasks/main.yml", "content": "---\n# tasks file for install_rev_proxy\n\n#- name: Upgrade all packages\n# package:\n# name: '*'\n# state: latest\n# when: ansible_facts['distribution'] == \"CentOS\"\n# ignore_errors: yes\n\n- name: check if acstest.key file exists o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4978, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/addStorage2Logging
65
[ "no_license" ]
[ { "path": "roles/addStorage2Logging/tasks/main.yml", "content": "---\r\n# - name: copy the base images needed during caasportal Deployment\r\n# copy: \r\n# src: /opt/installers/caasportal_images_v1.tar.gz\r\n# dest: /tmp/\r\n \r\n - name: copy the script used to add storage to logging-es\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1757, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/baseImages4OS
65
[ "no_license" ]
[ { "path": "roles/baseImages4OS/tasks/main.yml", "content": "---\r\n - name: copy the script used to push images from local to harbor\r\n template:\r\n src: import-baseimage.sh.j2\r\n dest: /tmp/import-baseimage.sh\r\n mode: 0744\r\n\r\n\r\n - name: execute the script to push the images ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1652, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/caasportal
65
[ "no_license" ]
[ { "path": "roles/caasportal/templates/caasdeploy_template_persistent.yml.j2", "content": "---\r\napiVersion: v1\r\nkind: PersistentVolume\r\nmetadata:\r\n name: caasportalredisdata\r\nspec:\r\n accessModes:\r\n - ReadWriteMany\r\n capacity:\r\n storage: 4Gi\r\n nfs:\r\n path: /nfs/caasportalredis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 29797, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/createrepo
65
[ "no_license" ]
[ { "path": "roles/createrepo/tasks/main.yaml", "content": "---\r\n#- name: unarchive the system requirements\r\n# unarchive:\r\n# src: /opt/installers/cent{{ os_version }}.tar \r\n# dest: /opt/\r\n#- name: unarchive the OpenShift repos\r\n# unarchive:\r\n# src: /opt/installers/os39.tar\r\n# des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/dnsconfigure
65
[ "no_license" ]
[ { "path": "roles/dnsconfigure/tasks/main.yml", "content": "---\r\n- name: make the name resolve for all node in cluster\r\n template:\r\n src: domain.conf.j2\r\n dest: /etc/dnsmasq.d/domain.conf\r\n- name: restart the dns to make the configuraiton take effect\r\n systemd:\r\n name: dnsmasq\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 588, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/dnsmasqinstall
65
[ "no_license" ]
[ { "path": "roles/dnsmasqinstall/tasks/main.yml", "content": "---\r\n- name: install dnsmasq\r\n yum:\r\n name: dnsmasq\r\n state: present\r\n\r\n\r\n- name: start the dnsmasq service and enable start on boot\r\n service: \r\n name: dnsmasq\r\n state: started\r\n enabled: yes\r\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/docker-compose
65
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\r\n- name: install docker-compose \r\n yum:\r\n name: docker-compose\r\n state: present\r\n update_cache: yes\r\n disable_gpg_check: yes\r\n\r\n- name: check whether the docker-compose is ready\r\n shell: which docker-compose\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/docker1.12
65
[ "no_license" ]
[ { "path": "roles/docker1.12/tasks/main.yml", "content": "- name: Install docker\r\n yum: name=docker state=present\r\n\r\n- name: Configure the docker file\r\n template: src=docker.j2 dest=/etc/sysconfig/docker\r\n notify: restart docker\r\n\r\n- name: Start and enable onboot docker\r\n service: name=do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/docker1.13.1
65
[ "no_license" ]
[ { "path": "roles/docker1.13.1/templates/daemon.json.j2", "content": "{\r\n \"registry-mirrors\" : [\r\n \"{{ mirror_url }}\"\r\n ],\r\n \"insecure-registries\" : [\r\n \"harbor.{{ os_subdomain }}\",\r\n \"harbor.{{ os_subdomain }}:80\"\r\n ]\r\n}\r\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 945, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/expoter_install
65
[ "no_license" ]
[ { "path": "roles/expoter_install/tasks/main.yml", "content": "---\r\n- name: copy the node-exporter to /usr/sbin/\r\n copy:\r\n src: node_exporter\r\n dest: /usr/sbin/node_exporter\r\n mode: 'u+x' \r\n- name: start the node-exporter\r\n shell: /usr/bin/nohup /usr/sbin/node_exporter &\r\n# start n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/harbor
65
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yaml", "content": "---\r\n - name: create vg for harbor\r\n lvg:\r\n vg: harbor-vg\r\n pvs: \"{{ harbor_dev }}\"\r\n\r\n - name: create lv for harbor\r\n lvol:\r\n vg: harbor-vg\r\n lv: harbor-lv\r\n size: 100%FREE\r\n\r\n - name: format the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1879, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/images4appstore
65
[ "no_license" ]
[ { "path": "roles/images4appstore/tasks/main.yml", "content": "---\r\n# - name: copy the base images needed during caasportal Deployment\r\n# copy: \r\n# src: /opt/installers/caasportal_images_v1.tar.gz\r\n# dest: /tmp/\r\n \r\n - name: copy the script used to push images from local to harbor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1291, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/images4portal
65
[ "no_license" ]
[ { "path": "roles/images4portal/templates/import-portal.sh.j2", "content": "#!/bin/bash\r\n#create project for os_deploy\r\nauth=`echo <PASSWORD>:{{ harbor_password }}|tr -d '\\n'|base64`\r\ncurl -X POST \\\r\n http://harbor.{{ os_subdomain }}/api/projects \\\r\n -H 'authorization: Basic '$auth'' \\\r\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1280, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/importIS
65
[ "no_license" ]
[ { "path": "roles/importIS/templates/importis.sh.j2", "content": "#!/bin/bash\ndocker login -uadmin -pCaas12345 http://harbor.{{ os_subdomain }}\ndocker load --input /opt/installers/is_images.tar.gz\nfor i in `docker images|grep ^openshift|awk '{print $1\":\"$2}'`;\ndo\n docker tag $i harbor.{{ os_subdomain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9524, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/installmysql
65
[ "no_license" ]
[ { "path": "roles/installmysql/files/hcpaas_bmp_schema.sql", "content": "/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;\n/*!40101 SET NAMES utf8 */;\nset ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 18883, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/ldap
65
[ "no_license" ]
[ { "path": "roles/ldap/templates/user.ldif.j2", "content": "dn: cn=admin,ou=users,dc={{ ldap_second }},dc={{ ldap_top }}\r\nobjectClass: person\r\nobjectClass: organizationalPerson\r\nobjectClass: inetOrgPerson\r\ncn: admin\r\nsn: os\r\ndisplayName: os admin\r\nmail: <EMAIL>\r\nuserPassword: {{ os_admin_pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1988, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/nfs
65
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yaml", "content": "---\n - name: copy the nfs installer\n copy: \n src: \"/opt/installers/{{ item }}\"\n dest: \"/tmp/{{ item }}\"\n with_items:\n - convert2nfs.zip\n - nfsenv.zip\n\n - name: unarchive the nfs installer\n unarchive: \n src: \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3147, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/os_deploy
65
[ "no_license" ]
[ { "path": "roles/os_deploy/tasks/main.yml", "content": "---\r\n- name: unarchive the openshift ansible to deployer\r\n unarchive:\r\n src: /opt/installers/openshift-ansible39.tar\r\n dest: /opt/\r\n remote_src: yes\r\n#- name: execute the play-book to check the requirments of OpenShift according ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/os_inventory
65
[ "no_license" ]
[ { "path": "roles/os_inventory/templates/inventory_15.j2", "content": "[OSEv3:children]\r\nmasters\r\nnodes\r\netcd\r\n\r\n[OSEv3:vars]\r\nansible_ssh_user=root\r\n# 日志输出级别 \r\n# 0:错误和警告\r\n# 2:默认级别\r\n# 4:调式级别\r\n# 6:API调式级别\r\n# 8:API包体调式级别\r\ndebug_level=2\r\ncontainerized=false\r\ndeployment_type=origin\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8776, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/os_node_initial
65
[ "no_license" ]
[ { "path": "roles/os_node_initial/tasks/main.yml", "content": "---\r\n\r\n- name: set hosts for all the nodes in the OpenShift cluster\r\n template:\r\n src: hosts.j2\r\n dest: /etc/hosts\r\n\r\n- name: create the storage for origin\r\n lvg:\r\n vg: \"{{ os_vg }}\"\r\n pvs: \"{{ os_dev }}\"\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1846, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/prometheus
65
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\r\n- name: create the directory for requied files\r\n file:\r\n path: /tmp/prometheus/config\r\n state: directory\r\n mode: 0755\r\n\r\n- name: copy the config file of alertmanager\r\n copy:\r\n src: \"{{ item }}\"\r\n dest: \"/tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14081, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/repoconfigure
65
[ "no_license" ]
[ { "path": "roles/repoconfigure/tasks/main.yml", "content": "---\r\n - name: create bak to bakup the repo files\r\n file:\r\n path: /etc/yum.repos.d/bak\r\n state: directory\r\n mode: 0755\r\n \r\n - name: mv the original repo to bak\r\n shell: mv *.repo bak/\r\n args:\r\n chd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1545, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/sethostname
65
[ "no_license" ]
[ { "path": "roles/sethostname/tasks/main.yml", "content": "---\r\n- name: set the host name\r\n command: hostnamectl set-hostname {{ hostname }}\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
echomx/deploy-poc
ab228b8684b0b74949cabe8b340ef417ebd83232
0
roles/setiptables-os
65
[ "no_license" ]
[ { "path": "roles/setiptables-os/tasks/main.yaml", "content": "---\r\n- name: open port on iptables| 8080 for muddle on nodes\r\n shell: iptables -nL|grep 8080 || iptables -I INPUT -p tcp --dport 8080 -j ACCEPT\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/1password
65
[ "permissive" ]
[ { "path": "roles/1password/tasks/macos.yml", "content": "- name: \"1Password | Install 1Password\"\n shell: brew install 1password-cli\n become: false", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 91 }, { "path": "roles/1password/tasks/m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/alacritty
65
[ "permissive" ]
[ { "path": "roles/alacritty/tasks/main.yml", "content": "---\n# - name: Run Ubuntu Tasks\n# ansible.builtin.import_tasks: ubuntu.yml\n# when: ansible_os_family == 'Debian' and not ansible_host_environment_is_wsl\n\n- name: Run WSL Tasks\n ansible.builtin.import_tasks: wsl.yml\n # when: ansible_host_env...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/cargo
65
[ "permissive" ]
[ { "path": "roles/cargo/tasks/main.yml", "content": "---\n# tasks file for sudo-pair\n\n- name: Import assert.yml\n ansible.builtin.import_tasks:\n file: assert.yml\n run_once: true\n delegate_to: localhost\n when: ansible_facts['os_family'] != 'Darwin'\n\n- name: Install requirements for cargo\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1008, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/duf
65
[ "permissive" ]
[ { "path": "roles/duf/tasks/main.yml", "content": "---\n - name: Check if duf is installed\n ansible.builtin.shell:\n cmd: which duf\n register: duf_exists\n\n - name: Check if duf is installed\n ansible.builtin.shell:\n cmd: brew install duf\n when: ansible_facts['os_family'] == 'Dar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/dust
65
[ "permissive" ]
[ { "path": "roles/dust/tasks/main.yml", "content": "---\n - name: Check if dust is installed\n ansible.builtin.shell:\n cmd: which dust\n register: dust_exists\n\n - name: Install dust\n ansible.builtin.shell:\n cmd: brew install dust\n when: dust_exists.rc != 0\n ignore_errors: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/entr
65
[ "permissive" ]
[ { "path": "roles/entr/tasks/main.yml", "content": "---\n - name: Entr\n block:\n\n - name: Check if entr is installed\n ansible.builtin.shell:\n cmd: which entr\n register: entr_exists\n ignore_errors: true\n\n - name: Set target dir\n ansible.builtin.set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1211, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/homebrew
65
[ "permissive" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n - name: Install Homebrew on supported systems\n become: true\n block:\n\n - name: Ensure required packages are installed on Linux\n apt:\n name:\n - build-essential\n - curl\n - file\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2893, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/pet
65
[ "permissive" ]
[ { "path": "roles/pet/tasks/main.yml", "content": "---\n - name: Install pet on MacOS\n shell: brew install knqyf263/pet/pet\n args:\n executable: /bin/bash\n when: ansible_facts['os_family'] == 'Darwin'\n ignore_errors: true\n\n - name: Download pet archive on Linux\n shell: wget https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/procs
65
[ "permissive" ]
[ { "path": "roles/procs/tasks/main.yml", "content": "---\n - name: Check if ripgrep is installed\n ansible.builtin.shell:\n cmd: which procs\n register: procs_exists\n\n - name: Install procs with Winget\n ansible.builtin.shell:\n cmd: winget install procs\n when: ansible_facts['os_fa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/ripgrep
65
[ "permissive" ]
[ { "path": "roles/ripgrep/tasks/main.yml", "content": "---\n - name: Check if ripgrep is installed\n ansible.builtin.shell:\n cmd: which rg\n register: ripgrep_exists\n\n - name: Check if ripgrep is installed\n ansible.builtin.shell:\n cmd: brew install ripgrep\n when: ansible_facts['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 526, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/thejaxon.vscode
65
[ "permissive" ]
[ { "path": "roles/thejaxon.vscode/tasks/vscode-RedHat.yml", "content": "- name: Import Microsoft signing key \n rpm_key:\n key: \"{{ microsoft_key }}\"\n\n- name: Add Visual Studio Code repository\n yum_repository:\n name: code\n file: vscode\n description: VSCode repo\n baseurl: \"{{ vscode...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 2593, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/volta
65
[ "permissive" ]
[ { "path": "roles/volta/tasks/main.yml", "content": "---\n - name: \"Volta | Detect Volta\"\n command: which volta\n register: volta_exists\n ignore_errors: true\n\n - name: \"Node | Detect Node\"\n command: which node\n register: node_exists\n ignore_errors: true\n\n - name: \"PNPM | De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1038, "all_permissive": true }
ansible_role
johan-weitner/ansible-dotfiles
0fd95656ed9548710e9746301e7ccbc99350c77a
0
roles/zsh
65
[ "permissive" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n - name: Install zsh on supported systems\n become: true\n\n block:\n - name: Install zsh\n package:\n name: zsh\n state: present\n become: true\n\n - name: Install oh-my-zsh\n git:\n repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10151, "all_permissive": true }
ansible_role
tammclaughlin/Ansible
d4f604e75f5b368e87360254c9d244b673b12fd9
0
roles/jenkins
65
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Import Jenkins GPG key \n rpm_key: \n state: present \n key: http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key \n\n- name: Add Jenkins repository \n yum_repository: \n name: jenkins \n description: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
mperica/ansible
bdb10a2681302830ae9226142d09ebf5ae5f3605
0
roles/codedeploy
65
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "---\n# tasks file for codedeploy\n\n- name: \"Detected {{ ansible_os_family }} based distro\"\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: \"Loading config\"\n include: \"{{ ansible_os_family }}.yml\"\n\n- name: \"Installing pip\"\n p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2259, "all_permissive": false }
ansible_role
toussoul/app-salaire
a13e7bd7ce8ccf4962ae9b90deb55c66431417dd
0
roles/apache
65
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Install Packages\n yum:\n name:\n - git\n - httpd\n - php\n - php-mysql\n state: present\n\n- name: Give writable mode to http folder\n file:\n path: /var/www/html\n state: directory\n mode: 0755\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }
ansible_role
toussoul/app-salaire
a13e7bd7ce8ccf4962ae9b90deb55c66431417dd
0
roles/mariadb
65
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: install mariadb package\n yum:\n name: \n - mariadb\n - mariadb-server\n state: present\n\n- name: restart and enable systemd mariadb service\n systemd:\n name: mariadb\n enabled: yes\n state: restarted\n\n- name: setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
Cloudxtreme/playbook-vyos
dbe4f6ff2afce30a0e16428f1a4cd4f21f397e7f
0
roles/router
65
[ "no_license" ]
[ { "path": "roles/router/templates/ntp.sh.j2", "content": "#!/bin/vbash\n\nsource /opt/vyatta/etc/functions/script-template\n\nset system time-zone Asia/Tokyo\nset system ntp server 0.pool.ntp.org\nset system ntp server 1.pool.ntp.org\nset system ntp server 2.pool.ntp.org\nset system ntp server ntp.nict.jp\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1389, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/awscli
65
[ "no_license" ]
[ { "path": "ansible/roles/awscli/tasks/main.yml", "content": "---\n- name: install python-pip\n package:\n name: python-pip\n state: present\n- name: \"install awscli\"\n pip:\n name: \"{{ items }}\"\n state: present\n vars:\n items:\n - awscli\n - bs4\n - python-ntlm\n - python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/common
65
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: upgrade all packages\n package:\n name: \"*\"\n state: latest\n\n- name: install common packages\n package:\n name: \"{{ common_packages }}\"\n state: latest\n\n- name: install packages\n package:\n name: \"{{ packag...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 483, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/dart
65
[ "no_license" ]
[ { "path": "ansible/roles/dart/tasks/main.yml", "content": "---\n- name: install dart v{{ dart_version }}\n unarchive:\n src: \"https://storage.googleapis.com/dart-archive/channels/stable/release/{{ dart_version }}/sdk/dartsdk-linux-x64-release.zip\"\n dest: /usr/local/\n remote_src: true\n\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 597, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/docker
65
[ "no_license" ]
[ { "path": "ansible/roles/docker/templates/daemon.json.j2", "content": "{\r\n \"group\": \"{{ docker_group }}\"\r\n}\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- include_tasks: c...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2664, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/docker-compose
65
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose/defaults/main.yml", "content": "---\r\ndocker_compose_version: \"1.23.2\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "ansible/roles/docker-compose/tasks/main.yml", "content": "---\n- name: install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 260, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/epel-repository
65
[ "no_license" ]
[ { "path": "ansible/roles/epel-repository/defaults/main.yml", "content": "---\r\nepel_repository_url: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\"\r\nepel_repository_gpg_key_url: \"https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/golang
65
[ "no_license" ]
[ { "path": "ansible/roles/golang/tasks/main.yml", "content": "---\r\n- name: install golang v{{ golang_version }}\r\n unarchive:\r\n src: \"https://storage.googleapis.com/golang/go{{ golang_version }}.linux-amd64.tar.gz\"\r\n dest: /usr/local/\r\n remote_src: true\r\n\r\n- name: create GOROOT envir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 699, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/gradle
65
[ "no_license" ]
[ { "path": "ansible/roles/gradle/defaults/main.yml", "content": "---\r\ngradle_version: \"4.9\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/gradle/tasks/main.yml", "content": "---\r\n- name: install gradle v{{ gradle_versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 708, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/kubectl
65
[ "no_license" ]
[ { "path": "ansible/roles/kubectl/defaults/main.yml", "content": "---\nkubectl_version: \"1.18.6\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "ansible/roles/kubectl/tasks/main.yml", "content": "---\n- name: install kubectl v{{ kubectl_vers...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/minikube
65
[ "no_license" ]
[ { "path": "ansible/roles/minikube/defaults/main.yml", "content": "---\nminikube_version: \"1.12.2\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/minikube/tasks/main.yml", "content": "---\n- name: install minikube v{{ minikube...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 248, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/ngrok
65
[ "no_license" ]
[ { "path": "ansible/roles/ngrok/tasks/main.yml", "content": "---\n- name: install ngrok v{{ ngrok_version }}\n unarchive:\n src: \"https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip\"\n dest: /usr/local/bin/\n remote_src: true\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 211, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/nodejs
65
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: install packages\n package:\n name: \"{{ packages[ansible_os_family] }}\"\n state: latest\n vars:\n packages:\n Redhat:\n - gcc\n - gcc-c++\n - make\n Debian:\n - gcc\n - g++\n - buil...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1949, "all_permissive": false }
ansible_role
maxsuelmarinho/peon-devops-environment
e73482618afac69753216cf720898c5976bb1b84
1
ansible/roles/terraform
65
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "---\r\n- name: install terraform v{{ terraform_version }}\r\n unarchive:\r\n src: \"https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_version }}_linux_amd64.zip\"\r\n dest: /usr/local/bin/\r\n rem...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 280, "all_permissive": false }
ansible_role
kosssi/ansible-playbook-symfony-demo
a291a2eda8b9c15206690694cf80fded756e84e8
1
provision/roles/symfony
65
[ "no_license" ]
[ { "path": "provision/roles/symfony/defaults/main.yml", "content": "symfony_project_name: symfony\nsymfony_parameters_path: /var/www/{{ symfony_project_name }}/shared/app/config/parameters.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "provi...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1011, "all_permissive": false }
ansible_role
kosssi/ansible-playbook-symfony-demo
a291a2eda8b9c15206690694cf80fded756e84e8
1
provision/roles/www-data
65
[ "no_license" ]
[ { "path": "provision/roles/www-data/tasks/main.yml", "content": "---\n\n- name: Grant www-data ssh rights\n user:\n name=www-data\n shell=/bin/bash\n\n- name: Grant great right\n file:\n path=\"{{ item }}\"\n state=directory\n owner=www-data\n group=www-data\n with_items:\n - /var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
pawlu87/local-setup-install
e3fa74bc5f2fe9419d348bcd2115829d758b7233
0
roles/basic
65
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Installing Packages\"\n apt: pkg={{ item }} state=present\n with_items:\n - vim\n - git\n - terminator\n - chromium-browser\n - meld\n", "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
sadapon2008/ansible-samba-cent6
d1c3eaa6b91df68ccb300649f9cd6e5905d94b37
0
roles/samba
65
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n# sambaをインストール\n- name: install samba\n yum: name=samba state=present\n# /etc/samba/smb.confの設定\n- name: change smb.conf\n copy: src=smb.conf dest=/etc/samba/smb.conf\n# ユーザの登録\n- name: enable main_user\n raw: echo -e \"{{ l_main_password }}\\n{{ l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
zzzWTF/diplom
054f88cbd972141e8af8167b2ec2afdf00688f27
0
ansible/playbook/roles/Prometheus
65
[ "no_license" ]
[ { "path": "ansible/playbook/roles/Prometheus/templates/prometheus.yml", "content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2943, "all_permissive": false }
ansible_role
boeboe/k8s-aspenmesh-demo-udf
a4e9737d92a461c4489228a4e0854a1e7343ad0e
0
roles/aspenmesh
65
[ "no_license" ]
[ { "path": "roles/aspenmesh/tasks/main.yml", "content": "---\n- name: Ensure that admission webhooks are enabled in your Kubernetes cluster\n shell: \"kubectl api-versions | grep -q admissionregistration\"\n failed_when: admission_webhooks.rc != 0\n changed_when: false\n register: admission_webhooks\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6981, "all_permissive": false }
ansible_role
boeboe/k8s-aspenmesh-demo-udf
a4e9737d92a461c4489228a4e0854a1e7343ad0e
0
roles/docker
65
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- include_tasks: setup-debian.yml\n\n- name: Install Docker.\n package:\n name: \"{{ docker_package }}\"\n state: \"{{ docker_package_state }}\"\n notify: restart docker\n\n- name: Ensure Docker is started and enabled at boot.\n service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
boeboe/k8s-aspenmesh-demo-udf
a4e9737d92a461c4489228a4e0854a1e7343ad0e
0
roles/kubernetes
65
[ "no_license" ]
[ { "path": "roles/kubernetes/files/local-storage.yaml", "content": "---\napiVersion: storage.k8s.io/v1\nkind: StorageClass\nmetadata:\n name: local-storage\n annotations:\n storageclass.kubernetes.io/is-default-class: \"true\"\nprovisioner: kubernetes.io/no-provisioner\nvolumeBindingMode: WaitForFirstCo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5399, "all_permissive": false }
ansible_role
AnandOjha0786/DevOpsDoorProject
d6e7296009836e5b582f2497881dfe6187ee8190
0
roles/devopsdoor
65
[ "no_license" ]
[ { "path": "roles/devopsdoor/tasks/main.yaml", "content": "---\n- name: Copy Required File and Folder to DocumentRoot of the Site\n copy:\n src: \"{{ copy_frm_location }}/{{ item }}\"\n dest: \"{{ site_documentroot }}\"\n with_items:\n - images\n - plugins\n - js\n - styles\n - .htacce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
Anikiy/ansible
83a08480c0a285c1a836f5635622c4a4f3f25b99
0
roles/ansible-role-openvpn
65
[ "no_license" ]
[ { "path": "roles/ansible-role-openvpn/tasks/server.yml", "content": "---\n- name: Install packages OpenVPN\n ansible.builtin.apt:\n name:\n - openvpn\n - easy-rsa\n - iptables-persistent\n update_cache: yes\n state: present\n notify:\n - enable openvpn\n\n- name: Enable IPv4 for...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7126, "all_permissive": false }
ansible_role
CiscoUcs/imc-ansible
272f5d8c072e600daea2b0f66b0e39838a46e1e3
19
roles/admin
68
[ "no_license" ]
[ { "path": "roles/admin/tasks/user.yml", "content": "---\n# This role contains task for configuring user and password policy\n\n- name: set password policy\n cisco_imc_password_policy:\n strong_password: \"enabled\"\n ip: \"{{ imc_ip }}\"\n username: \"{{ imc_username }}\"\n password: \"{{ imc_p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1667, "all_permissive": false }
ansible_role
CiscoUcs/imc-ansible
272f5d8c072e600daea2b0f66b0e39838a46e1e3
19
roles/boot
68
[ "no_license" ]
[ { "path": "roles/boot/tasks/main.yml", "content": "---\n# This role contains task for configuring boot order\n\n- name: set boot order\n cisco_imc_boot_order_precision:\n boot_devices: \"{{ boot_devices }}\"\n ip: \"{{ imc_ip }}\"\n username: \"{{ imc_username }}\"\n password: \"{{ <PASSWORD> }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
CiscoUcs/imc-ansible
272f5d8c072e600daea2b0f66b0e39838a46e1e3
19
roles/common
68
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n- include: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/common/tasks/install.yml", "content": "\n- name: check if imcsdk is installed\n shell: python -c \"import imc...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 230, "all_permissive": false }
ansible_role
CiscoUcs/imc-ansible
272f5d8c072e600daea2b0f66b0e39838a46e1e3
19
roles/storage
68
[ "no_license" ]
[ { "path": "roles/storage/tasks/main.yml", "content": "---\n# This role contains task for configuring virtual drives\n\n- name: create virtual drive\n cisco_imc_virtual_drive:\n raid_level: 0\n drive_group: [[1]]\n controller_slot: \"MEZZ\"\n ip: \"{{ imc_ip }}\"\n username: \"{{ imc_username...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
fagia/devmachine
038f6ea94fa791b0ea1812addda32a3cf4f249dc
0
ansible/roles/fagia.pycharm
68
[ "no_license" ]
[ { "path": "ansible/roles/fagia.pycharm/tasks/main.yml", "content": "---\n\n- name: Create download dir\n file:\n path: \"{{ pycharm_downloads_path }}\"\n state: directory\n become: True\n\n- name: Download\n get_url:\n url: \"http://download.jetbrains.com/python/pycharm-{{ pycharm_edition }}-{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1324, "all_permissive": false }
ansible_role
tomasz-chojna/chcepograc
613a2c20e8ea803103e1a6407356de79005ea260
0
ansible/roles/app
68
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n become: yes\n apt: name={{item}} update_cache=yes force=yes state=latest\n with_items:\n - git\n - postgresql\n - python-psycopg2\n\n- name: Create app directory\n become: yes\n file:\n path: /sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
tomasz-chojna/chcepograc
613a2c20e8ea803103e1a6407356de79005ea260
0
ansible/roles/java
68
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n\n- name: Add Java8 Repository\n become: yes\n apt_repository: repo=\"ppa:webupd8team/java\"\n\n- name: Autoaccept license for Java\n become: yes\n debconf: name=\"oracle-java8-installer\" question=\"shared/accepted-oracle-license-v1-1\" va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 445, "all_permissive": false }
ansible_role
tomasz-chojna/chcepograc
613a2c20e8ea803103e1a6407356de79005ea260
0
ansible/roles/node
68
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n\n- name: Add node gpg\n become: yes\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n\n- name: Add NodeSource deb repository\n become: yes\n apt_repository: repo='deb https://deb.nodesource.com/node_8.x trusty main' sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
AbdElRhmanArafa/k8s-cluster-automation
8c95e5cf97c8ec7b381a2b64015f52dbf3fd31c5
0
roles/kubernetes_cluster
68
[ "no_license" ]
[ { "path": "roles/kubernetes_cluster/tasks/worker.yml", "content": "- name: Set the hostname of the worker node\n ansible.builtin.hostname:\n name: \"worker{{ groups['workers'].index(inventory_hostname) + 1 }}\"\n become: true\n\n- name: Copy file to worker nodes\n ansible.builtin.copy:\n src: ./kub...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 11609, "all_permissive": false }
ansible_role
sarahsharmainedallong/ansible-sample
a769f60f78b11cc0127aa6845530f2c6f7e9d705
0
roles/common
68
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update server packages\n yum: \n name: \"*\"\n state: latest\n\n- name: create directory for java\n file:\n path: /home/centos/Java_Installer\n state: directory\n\n- name: Download and Install wget\n yum:\n name: wget\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
sarahsharmainedallong/ansible-sample
a769f60f78b11cc0127aa6845530f2c6f7e9d705
0
roles/install_docker
68
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: Install Docker\n yum:\n name: docker\n state: present\n\n- name: Start docker\n systemd:\n name: docker\n state: started", "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 }