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
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/pki
181
[ "no_license" ]
[ { "path": "ansible/roles/pki/templates/front-proxy/ca-csr.conf.j2", "content": "[ req ]\ndefault_bits = 2048\nprompt = no\ndefault_md = sha256\ndistinguished_name = dn\n\n[ dn ]\nC = CN\nCN = k8s-{{ cluster_name }}-front-proxy-ca\n\n[ v3_ext ]\nbasicConstraints=critical,CA:true,pathlen:1\nkeyUsage=critical,...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 11659, "all_permissive": false }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/runtime
181
[ "no_license" ]
[ { "path": "ansible/roles/runtime/templates/containerd/hosts.toml.j2", "content": "{% if registry.scheme is defined %}\n[host.\"{{ registry.scheme }}://{{ registry.host }}\"]\n{% else %}\n[host.\"https://{{ registry.host }}\"]\n{% endif %}\n{% if registry.ca is defined %}\n ca = {{ registry.ca }}\n{% endif ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 9726, "all_permissive": false }
ansible_role
opsaid/deploy-k8s
1b3c921d28af9c5d7150a10cfad6a2a2c91f2a6b
9
ansible/roles/uninstall
181
[ "no_license" ]
[ { "path": "ansible/roles/uninstall/tasks/kubernetes.yaml", "content": "---\n\n- name: 停止 containerd kubelet\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n daemon_reexec: yes\n with_items:\n - kubelet\n - containerd \n ignore_errors: true\n\n- name: 清理 containerd kube...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/apt-proxy
181
[ "no_license" ]
[ { "path": "ansible/roles/apt-proxy/templates/90curtin-aptproxy.j2", "content": "Acquire::http::Proxy \"{{ proxy_addr }}\";\nAcquire::https::Proxy \"{{ proxy_addr }}\";\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/apt-proxy/READ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 487, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/defaults-distribute
181
[ "no_license" ]
[ { "path": "ansible/roles/defaults-distribute/tasks/main.yml", "content": "---\n# tasks file for hosts-distribute\n- name: Copy hosts file for local resolve\n become: true\n template:\n src: hosts.j2\n dest: /etc/hosts\n owner: root\n group: root\n\n- name: Add a http_proxy variable.\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1749, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/gitlab-repository
181
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-repository/README.md", "content": "gitlab-repository\n=========\n\nДанная роль предназначена для установки в системе репозитория gitlab, а также для установки пакетов, необходимых для работы используемых модулей ansible.\n\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/gitlab-runner
181
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-runner/tasks/main.yml", "content": "---\n# tasks file for gitlab\n- name: Installing Gitlab-runner\n become: true\n apt:\n update_cache: true\n name: gitlab-runner\n state: present\n timeout: 3600\n\n- name: Modify configuration file to run from root\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3199, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/gitlab-server
181
[ "no_license" ]
[ { "path": "ansible/roles/gitlab-server/README.md", "content": "gitlab-server\n=========\n\nДанная роль осуществляет:\n- установку, настройку и запуск `gitlab-ce`;\n- отображение первичного пароля доступа, сгенерированного в ходе установки;\n- делегирование переменных, содержащих пароль суперпользователя и т...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2138, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/monitoring
181
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/files/grafana/gr_prometheus.yaml", "content": "apiVersion: 1\n\ndeleteDatasources:\n - name: Prometheus\n\ndatasources:\n- name: Prometheus\n type: prometheus\n access: server\n url: http://localhost:9090\n isDefault: true\n version: 1\n editable: true\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8790, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/mysql
181
[ "no_license" ]
[ { "path": "ansible/roles/mysql/README.md", "content": "mysql\n=========\n\nДанная роль предназначена для развертывания master-slave кластера на базе серверов с MariaDB\n\nRole Variables\n--------------\n\nДля роли задаются переменные:\n- `master_ip_address` - адрес master-сервера кластера;\n- `slave_ip_addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3224, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/nginx
181
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: install nginx certbot and squid\n become: true\n apt:\n update_cache: true\n name:\n - nginx\n - certbot\n - squid\n state: present\n\n- name: Copy config without certificates paths\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7871, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/wait-for-reach
181
[ "no_license" ]
[ { "path": "ansible/roles/wait-for-reach/README.md", "content": "/wait-for-reach\n=========\n\nРоль осуществляет ожидание доступности хоста, для для начала его конфигурирования.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "ansible/roles/wait-f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 231, "all_permissive": false }
ansible_role
DmShcherbakov/nl-diplom
8ddf36f93264791bd140ceab31e80d978c51ee90
0
ansible/roles/wordpress
181
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n- name: Install apache and wordpress\n become: true\n apt:\n update_cache: true\n state: present\n name:\n - apache2\n - wordpress\n \n- name: Copy apache config\n become: true\n copy:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1272, "all_permissive": false }
ansible_role
kanr/vagrant-node-red
f23928a3c8a1985dfe34e7c1bd2ee905dacff314
0
provisioning/roles/nodejs
181
[ "permissive" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n\n- name: Add APT Key for the NodeJS PPA\n apt_key:\n url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\"\n state: present\n become: yes\n\n- name: Add PPA for NodeJS\n apt_repository:\n repo: deb https://deb.nodeso...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": true }
ansible_role
kanr/vagrant-node-red
f23928a3c8a1985dfe34e7c1bd2ee905dacff314
0
provisioning/roles/nodered
181
[ "permissive" ]
[ { "path": "provisioning/roles/nodered/tasks/main.yml", "content": "---\n\n- name: Install NodeRed\n command: npm install -g --unsafe-perm node-red\n become: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": true }
ansible_role
shaform/experiments
6b9668220f2f1bf39f2d7f89a8a3092852999f19
96
ansible/roles/anaconda
181
[ "no_license" ]
[ { "path": "ansible/roles/anaconda/tasks/main.yml", "content": "---\n\n- name: download Anaconda\n get_url:\n url: 'https://repo.continuum.io/archive/Anaconda2-4.3.1-Linux-x86_64.sh'\n dest: /tmp/Anaconda2-4.3.1-Linux-x86_64.sh\n mode: '0755'\n\n- name: install Anaconda\n command: bash /tmp/Anacon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
shaform/experiments
6b9668220f2f1bf39f2d7f89a8a3092852999f19
96
ansible/roles/base
181
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "---\n\n- name: mkdir for configure files\n file:\n dest: '{{ item.dest }}'\n owner: root\n group: root\n mode: '{{ item.mode | default(\"0755\") }}'\n state: directory\n\n with_items:\n - dest: /etc/sudoers.d\n\n- name: set sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 964, "all_permissive": false }
ansible_role
shaform/experiments
6b9668220f2f1bf39f2d7f89a8a3092852999f19
96
ansible/roles/desktop
181
[ "no_license" ]
[ { "path": "ansible/roles/desktop/tasks/main.yml", "content": "---\n\n- name: mkdir for configure files\n file:\n dest: '{{ item.dest }}'\n owner: root\n group: root\n mode: '{{ item.mode | default(\"0755\") }}'\n state: directory\n\n with_items:\n - dest: /usr/share/lightdm/lightdm.conf....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/cloudera-manager
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/cloudera-manager/tasks/cloudera_management_install_package.yml", "content": "\r\n\r\n## Install Package\r\n - name: install the latest , 'krb5-workstation' , 'krb5-libs' , openldap-clients packages\r\n yum:\r\n name: ['ntp', 'p...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2640, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/cloudera-postgressql-10
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/cloudera-postgressql-10/tasks/postgres-configuration-update.yml", "content": "\r\n### Update postgresql paramters in postgresql.conf####\r\n\r\n - name: Update /var/lib/pgsql/10/data/postgresql.conf\r\n lineinfile:\r\n path: \"{...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6186, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/deploy-jass-file
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/deploy-jass-file/defaults/main.yml", "content": "---\r\n# defaults file for deploy-jass-file", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "cloudera_CDH/deployment/bigdata_cloude...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1603, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/deploy-krb5
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/deploy-krb5/tasks/main.yml", "content": "---\r\n# tasks file for deploy-krb5\r\n- include: install-krb5-user.yml\r\n- include: deploy-krb5-conf.yml\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 393, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/dns-resolve
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/dns-resolve/tasks/networkmanager-update.yml", "content": "- name: make sure line 'dns=none' is set in /etc/NetworkManager/NetworkManager.conf\r\n ini_file:\r\n path: /etc/NetworkManager/NetworkManager.conf\r\n state: present\r\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 970, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/node-exporter
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/node-exporter/tasks/file-copy.yml", "content": "\r\n- name: Copy file node exporter file\r\n copy:\r\n src: node_exporter-{{ version }}/node_exporter\r\n dest: /usr/local/bin/node_exporter\r\n mode: 0755\r\n vars:\r\n #versio...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 737, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/ntp
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/ntp/defaults/main.yml", "content": "---\r\n# defaults file for ntp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/ntp/ta...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1809, "all_permissive": false }
ansible_role
dzbeda/project
58ac439652901e9ac989fb60fbfea052367738a8
0
cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/sssd-agent
181
[ "no_license" ]
[ { "path": "cloudera_CDH/deployment/bigdata_cloudera_deployment/roles/sssd-agent/tasks/main.yaml", "content": "---\r\n - name: Install packages\r\n yum:\r\n name:\r\n - adcli\r\n - sssd\r\n - realmd\r\n - oddjob\r\n - oddjob-mkhomedir\r\n - openldap-c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1379, "all_permissive": false }
ansible_role
slavafyi/dotfiles-ansible
207f4c4f0644892f74fa56685e8be4e0756e515f
0
ansible/roles/devtools
181
[ "no_license" ]
[ { "path": "ansible/roles/devtools/tasks/node.yml", "content": "- name: Define npm packages\n set_fact:\n npm_packages:\n - pnpm\n\n- name: Install npm packages\n community.general.npm:\n name: \"{{ npm_package_name }}\"\n state: latest\n global: true\n loop: \"{{ npm_packages }}\"\n loo...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4775, "all_permissive": false }
ansible_role
slavafyi/dotfiles-ansible
207f4c4f0644892f74fa56685e8be4e0756e515f
0
ansible/roles/dotfiles
181
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/main.yml", "content": "- name: Create stow global ignore file\n ansible.builtin.copy:\n dest: \"{{ ansible_env.HOME }}/.stow-global-ignore\"\n content: \\.DS_Store\n mode: 0644\n when: not rollback\n\n- name: Define directories\n ansible.builtin.find:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 901, "all_permissive": false }
ansible_role
slavafyi/dotfiles-ansible
207f4c4f0644892f74fa56685e8be4e0756e515f
0
ansible/roles/fonts
181
[ "no_license" ]
[ { "path": "ansible/roles/fonts/tasks/osx.yml", "content": "- name: Tap into the Homebrew \"cask-fonts\" repository\n community.general.homebrew_tap:\n name: homebrew/cask-fonts\n state: present\n\n- name: Install specific cask fonts and their nerd versions\n community.general.homebrew_cask:\n nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2178, "all_permissive": false }
ansible_role
slavafyi/dotfiles-ansible
207f4c4f0644892f74fa56685e8be4e0756e515f
0
ansible/roles/packages
181
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/osx.yml", "content": "- name: Tap into the Homebrew \"cask-versions\" repository\n community.general.homebrew_tap:\n name:\n - homebrew/cask-versions\n - localsend/localsend\n state: present\n\n- name: Install specified Homebrew packages\n community....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2440, "all_permissive": false }
ansible_role
reportportal/ansible-playbook
6a8ccb6b8c373293068116698c3d1558d4990d23
1
roles/common
181
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: disable SELinux\n command: setenforce 0\n\n- name: Remove current swaps from fstab\n lineinfile:\n dest: /etc/fstab\n regexp: '(?i)^([^#][\\S]+\\s+(none|swap)\\s+swap.*)'\n line: '# \\1'\n backrefs: yes\n state: present\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2160, "all_permissive": false }
ansible_role
reportportal/ansible-playbook
6a8ccb6b8c373293068116698c3d1558d4990d23
1
roles/k8s
181
[ "no_license" ]
[ { "path": "roles/k8s/tasks/k8s_master.yml", "content": "- name: Reset the master\n shell: >\n kubeadm reset --force\n ignore_errors: yes\n\n- name: Bootstrap the master\n shell: |\n systemctl daemon-reload\n service kubelet restart\n kubeadm init --apiserver-advertise-address 10.10.0....
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1593, "all_permissive": false }
ansible_role
ulleea/tpos
bc73ec902bc2afc92b3a9ac2b30f80409a12e5ff
0
ulleea-hwAnsible/ansible/roles/nginx
181
[ "no_license" ]
[ { "path": "ulleea-hwAnsible/ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n# from https://gitlab.com/fpmi-atp/tpos21/-/blob/master/practice/06-ansible/06.3-advanced/roles/nginx/tasks/main.yml\n\n - name: Upgrade CentOS\n become: yes\n yum:\n name: epel-release\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3724, "all_permissive": false }
ansible_role
ulleea/tpos
bc73ec902bc2afc92b3a9ac2b30f80409a12e5ff
0
ulleea-hwAnsible/ansible/roles/state
181
[ "no_license" ]
[ { "path": "ulleea-hwAnsible/ansible/roles/state/handlers/main.yml", "content": "---\n# handlers file for state", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ulleea-hwAnsible/ansible/roles/state/defaults/main.yml", "content": "---\n# defaults ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1141, "all_permissive": false }
ansible_role
djarrin/go-lang-cms-capstone
1dec584b023f92968c19b4f1ba17d5524aa9f485
1
.circleci/ansible/roles/deploy
181
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Copy Files Into Server\n copy:\n src: ~/project/\n dest: /home/ubuntu/\n\n- name: Download Go\n become: yes\n shell: |\n cd /home/ubuntu/ \n wget https://storage.googleapis.com/golang/go1.13.9.linux-amd64.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 732, "all_permissive": false }
ansible_role
broadcaststorm/ansible-template
3e689bcf4b6984b3107eb241ac20a5aa2c6735ce
0
roles/role1
181
[ "no_license" ]
[ { "path": "roles/role1/tasks/main.yml", "content": "# Standard playbook language here \n# http://docs.ansible.com/ansible/latest/playbooks_intro.html\n\n - name: Task Name\n task_action:\n task_option: option_value\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 354, "all_permissive": false }
ansible_role
KyWa/ansible-for-openshift
0706a7a548f5aa1ef53115f9dfb141241431d7a4
2
roles/ocp_deploy
181
[ "no_license" ]
[ { "path": "roles/ocp_deploy/templates/rhv-install-config.yaml.j2", "content": "apiVersion: v1\nbaseDomain: \"{{ openshift_cluster_domain }}\"\ncompute:\n- architecture: amd64\n hyperthreading: Enabled\n name: worker\n platform:\n ovirt:\n cpu:\n cores: {{ worker_cores }}\n sockets: ...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7613, "all_permissive": false }
ansible_role
gs151234/obligatorio_SRD
48afc6fa42d09d7d79f69a62fdc9cca164bacff8
0
roles/hardening
182
[ "no_license" ]
[ { "path": "roles/hardening/tasks/password_policies.yml", "content": "- name: Limpiar registros de faillock y tally2 (si existen)\n ansible.builtin.shell: |\n faillock --reset || true\n pam_tally2 --reset || true\n rm -f /var/run/faillock/* /var/lib/faillock/* || true\n args:\n executable: /bin...
{ "task_files": 12, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 18510, "all_permissive": false }
ansible_role
patrickjmcd/photo-booth
fa8528828cbf7fa73c2a8d8ffa0b24bef7aebc07
0
hardware/roles/os
182
[ "no_license" ]
[ { "path": "hardware/roles/os/tasks/main.yml", "content": "\n- name: Upgrade all apt packages\n apt: \n update_cache: yes\n upgrade: dist \n tags:\n - upgrade\n\n- name: Install cmake\n apt: \n name: cmake\n tags:\n - install\n\n- name: Install git\n apt: \n name: git\n tags:\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": false }
ansible_role
ppvasude/DiamondHacks
b433e926e1dbb751eec51ba424444d6ae9e8ab63
0
ansible_srv/roles/jenkins
182
[ "no_license" ]
[ { "path": "ansible_srv/roles/jenkins/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: Install Java 8 openJDK\n apt: \n name: ['openjdk-8-jdk']\n state: present \n\n- name: Ensure dependencies are ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1212, "all_permissive": false }
ansible_role
deNBI/resenvs
2f01f09a47984dba219457fdcbc86d79b9b23adf
1
cluster/roles/common
182
[ "permissive" ]
[ { "path": "cluster/roles/common/files/bibigridperf.py", "content": "#!/usr/bin/env python\n\nimport subprocess\nimport os\nimport io\nimport json\n\n\ndef execute_cmd(params):\n proc = subprocess.Popen(params, stdout=subprocess.PIPE, stderr=subprocess.PIPE)\n result = proc.communicate()\n if result...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7289, "all_permissive": true }
ansible_role
deNBI/resenvs
2f01f09a47984dba219457fdcbc86d79b9b23adf
1
cluster/roles/master
182
[ "permissive" ]
[ { "path": "cluster/roles/master/tasks/006-database.yml", "content": "---\n- name: Install maria-db-server\n ansible.builtin.apt:\n name: mariadb-server\n\n- name: Install PyMySQL via pip\n ansible.builtin.pip:\n name: pymysql\n", "license_type": "permissive", "detected_licenses": [ "Ap...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1397, "all_permissive": true }
ansible_role
deNBI/resenvs
2f01f09a47984dba219457fdcbc86d79b9b23adf
1
cluster/roles/slurm
182
[ "permissive" ]
[ { "path": "cluster/roles/slurm/tasks/main.yml", "content": "---\n- ansible.builtin.debug:\n msg: \"[BIBIGRID] Setup Slurm\"\n\n- name: Install Slurm base packages and dependencies\n ansible.builtin.apt:\n name:\n - slurm-full\n state: latest\n", "license_type": "permissive", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": true }
ansible_role
deNBI/resenvs
2f01f09a47984dba219457fdcbc86d79b9b23adf
1
cluster/roles/worker
182
[ "permissive" ]
[ { "path": "cluster/roles/worker/tasks/010-nfs.yml", "content": "---\n- name: Install NFS common package\n ansible.builtin.apt:\n name: nfs-common\n state: latest\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": true }
ansible_role
deNBI/resenvs
2f01f09a47984dba219457fdcbc86d79b9b23adf
1
guacamole/roles/guacamole
182
[ "permissive" ]
[ { "path": "guacamole/roles/guacamole/handlers/main.yml", "content": "---\n# handlers file for guacamolerdp-ansible\n\n- name: Restart xrdp\n ansible.builtin.systemd:\n name: xrdp\n state: restarted\n enabled: true\n\n- name: Restart guacd\n ansible.builtin.systemd:\n name: guacd\n state: re...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 16069, "all_permissive": true }
ansible_role
lokwaising/ansible
3b2562d40179137b15e0ac4018a30cdd98bfaeae
0
roles/base
182
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "\n - name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n - name: generate sshd_config file form template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
lokwaising/ansible
3b2562d40179137b15e0ac4018a30cdd98bfaeae
0
roles/web_servers
182
[ "no_license" ]
[ { "path": "roles/web_servers/handlers/main.yml", "content": "- name: restart_appache\n service:\n name: \"{{ appache_service }}\"\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/web_servers/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
lokwaising/ansible
3b2562d40179137b15e0ac4018a30cdd98bfaeae
0
roles/workstations
182
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n tags: workstations\n package:\n name: unzip\n\n- name: install terraform\n tags: workstations\n unarchive:\n src: https://releases.hashicorp.com/terraform/0.12.28/terraform_0.12.28_linux_amd64.zip\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
rajashekarkristappa/mysql-role-tuning-project
246778a27bca94b63cd84cd3b7a9a56c687fcac2
0
roles/mysql-role
182
[ "no_license" ]
[ { "path": "roles/mysql-role/vars/main.yml", "content": "#mysql_root_pass: <PASSWORD>\n#db_name: ubuntu\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/mysql-role/tasks/secure-installation.yml", "content": "---\n- name: Ensure default ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1623, "all_permissive": false }
ansible_role
supernoodz/ansible_rhel
e66f1a100ffa62536125caf0ada10d40f81dd87f
0
lamp_simple_rhel7/roles/php
182
[ "no_license" ]
[ { "path": "lamp_simple_rhel7/roles/php/tasks/main.yml", "content": "---\n- include: install_httpd.yml\n- include: create_index.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "lamp_simple_rhel7/roles/php/tasks/create_index.yml", "content":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
Athlon1323/GCP_terraform_deploy
08f882316859d58e1a8f448a2fe25a7a4f3261f1
0
GCP_terraform+ansible/deply 3 instance and start playbook/roles/nginx
182
[ "no_license" ]
[ { "path": "GCP_terraform+ansible/deply 3 instance and start playbook/roles/nginx/tasks/main.yaml", "content": "---\n - name: Install Nginx\n apt:\n name: nginx\n state: present\n notify:\n - Start Nginx\n\n - name: Configure Nginx\n template:\n src: index.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
STM-t/Microservis-for-Prometheus
fa94fdfea6e71be45fb88ae2ea169b60953af4b6
0
ansible/roles/microservice
185
[ "no_license" ]
[ { "path": "ansible/roles/microservice/files/main.py", "content": "from prometheus_client import start_http_server, REGISTRY, Info, Gauge\nimport os\nimport time\nimport psutil\n\nHOST_TYPE = Info('host_type', 'Тип хоста сервера', ['type'])\nCPU_USAGE = Gauge('cpu_usage_percent', 'Использование CPU в процент...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4853, "all_permissive": false }
ansible_role
openstack/kolla
a4d8efeba34b7bfadce03c06a3397343b8b59885
1,189
roles/configure-ephemeral
185
[ "permissive" ]
[ { "path": "roles/configure-ephemeral/defaults/main.yml", "content": "---\nconfigure_ephemeral_mountpoint: \"/var/lib/docker\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 54 }, { "path": "roles/configure-ephemeral/meta/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2192, "all_permissive": true }
ansible_role
openstack/kolla
a4d8efeba34b7bfadce03c06a3397343b8b59885
1,189
roles/kolla-build
185
[ "permissive" ]
[ { "path": "roles/kolla-build/defaults/main.yml", "content": "---\nkolla_build_logs_dir: \"{{ zuul_output_dir }}/logs/kolla/build\"\nkolla_build_template_overrides_path: \"\"\nkolla_build_venv_path: \"/tmp/kolla-virtualenv\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 927, "all_permissive": true }
ansible_role
openstack/kolla
a4d8efeba34b7bfadce03c06a3397343b8b59885
1,189
roles/kolla-build-config
185
[ "permissive" ]
[ { "path": "roles/kolla-build-config/templates/kolla-build.conf.j2", "content": "{# Generate requested sections and options #}\n\n{% for section_name, section in kolla_build_config.items() %}\n[{{ section_name }}]\n{% for option_name, option in section.items() %}\n{{ option_name }} = {{ option }}\n{% endfor ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4263, "all_permissive": true }
ansible_role
openstack/kolla
a4d8efeba34b7bfadce03c06a3397343b8b59885
1,189
roles/kolla-build-deps
185
[ "permissive" ]
[ { "path": "roles/kolla-build-deps/tasks/main.yml", "content": "---\n- name: Create dir for kolla logs\n ansible.builtin.file:\n path: \"{{ kolla_logs_dir }}\"\n state: directory\n mode: \"0755\"\n owner: zuul\n group: zuul\n\n- name: Dump host info to logs\n ansible.builtin.command: \"{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2001, "all_permissive": true }
ansible_role
QualiSystems/app-starter-pack
82587b56c27999ba2ae50aaa2b6de5eefe896711
1
Playbooks/wordpress-rhel7_nosalt/roles/common
185
[ "no_license" ]
[ { "path": "Playbooks/wordpress-rhel7_nosalt/roles/common/tasks/main.yml", "content": "---\n- name: Wait for Vm to Load {{ inventory_hostname }}\n local_action: wait_for host={{ inventory_hostname }} port=22 state=started delay=0 timeout=600\n\n- name: gather facts\n setup:\n \n- name: Copy the NGINX ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
QualiSystems/app-starter-pack
82587b56c27999ba2ae50aaa2b6de5eefe896711
1
Playbooks/wordpress-rhel7_nosalt/roles/mariadb
185
[ "no_license" ]
[ { "path": "Playbooks/wordpress-rhel7_nosalt/roles/mariadb/tasks/main.yml", "content": "---\r\n# This playbook will install MariaDB and create db user and give permissions.\r\n- name: Install MariaDB package\r\n yum: name={{ item }} state=installed\r\n become: true\r\n with_items:\r\n - mariadb-server\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1231, "all_permissive": false }
ansible_role
QualiSystems/app-starter-pack
82587b56c27999ba2ae50aaa2b6de5eefe896711
1
Playbooks/wordpress-rhel7_nosalt/roles/nginx
185
[ "no_license" ]
[ { "path": "Playbooks/wordpress-rhel7_nosalt/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n yum: name=http://nginx.org/packages/mainline/centos/7/x86_64/RPMS/nginx-1.11.0-1.el7.ngx.x86_64.rpm state=present\n become: true\n\n- name: Copy nginx configuration for wordpress\n template: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
QualiSystems/app-starter-pack
82587b56c27999ba2ae50aaa2b6de5eefe896711
1
Playbooks/wordpress-rhel7_nosalt/roles/php-fpm
185
[ "no_license" ]
[ { "path": "Playbooks/wordpress-rhel7_nosalt/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps\n yum: name={{ item }} state=present\n become: true\n with_items:\n - php\n - php-fpm\n - php-enchant\n - php-IDNA_Convert\n - php-mbstring\n - php-mysql\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
QualiSystems/app-starter-pack
82587b56c27999ba2ae50aaa2b6de5eefe896711
1
Playbooks/wordpress-rhel7_nosalt/roles/wordpress
185
[ "no_license" ]
[ { "path": "Playbooks/wordpress-rhel7_nosalt/roles/wordpress/tasks/main.yml", "content": "---\n- name: Install MariaDB package\n yum: name={{ item }} state=installed\n become: true\n with_items:\n - mariadb-server\n - MySQL-python\n - libselinux-python\n - libsemanage-python\n\n- name: Download Wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6144, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/GPO
185
[ "no_license" ]
[ { "path": "roles/GPO/tasks/main.yml", "content": "# script testado e funcionando\n- name: enviando para o windows machine\n win_copy: src={{item.src}} dest={{item.dest}}\n with_items:\n - { src: Machine, dest: '\"C:\\Windows\\System32\\GroupPolicy\\\"' } \n - { src: User, dest: '\"C:\\Windows\\Sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/apagar_usuario
185
[ "no_license" ]
[ { "path": "roles/apagar_usuario/tasks/main.yml", "content": "- name: Eliminando usuários\n win_user:\n name: TEMP\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/auto_desligamento
185
[ "no_license" ]
[ { "path": "roles/auto_desligamento/tasks/main.yml", "content": "# script testado e funcionando\n- name: desligar os computadores as 23h - Windows\n win_scheduled_task:\n name: desliga\n description: Desligar as 23h\n actions:\n - path: shutdown.exe\n arguments: -s -f -t 0\n triggers:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/configuracao_energia
185
[ "no_license" ]
[ { "path": "roles/configuracao_energia/tasks/main.yml", "content": "# script testado e funcionando\n- name: Aumentando o tempo para desligar o monitor\n win_command: powercfg /change monitor-timeout-ac 10\n \n- name: Aumentando o tempo para suspender o computador \n win_command: powercfg /change standby-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/configurando_time_zone
185
[ "no_license" ]
[ { "path": "roles/configurando_time_zone/tasks/main.yml", "content": "# script testado e funcionando\n- name: Configura servidor NTP para o Windows 1\n win_regedit:\n path: HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\DateTime\\Servers\n name: 1\n data: ntp.lages.ifsc.edu.br\n when: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/papel_de_parede
185
[ "no_license" ]
[ { "path": "roles/papel_de_parede/tasks/main.yml", "content": "# script testado e funcionando\n- name: enviando wallpaper e user para windows 7\n win_copy: src={{item.src}} dest={{item.dest}}\n with_items:\n - { src: IFSC, dest: '\"C:\\Windows\\Web\\Wallpaper\\\"'}\n - { src: User_Account/Win_7/use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/programas_padroes
185
[ "no_license" ]
[ { "path": "roles/programas_padroes/tasks/main.yml", "content": "# script testado e funcionando \n\n\n- name: instalando psexec\n win_chocolatey:\n name: psexec\n ignore_checksums: yes\n state: present\n\n\n- name: Instalar programas comum a todos os usuários \n win_chocolatey:\n name:\n - j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": false }
ansible_role
CTIC-Lages/ansible
b351cbd331bda8a860db0b8bba3b7bf7961d1f10
0
roles/renomeando_maquina
185
[ "no_license" ]
[ { "path": "roles/renomeando_maquina/files/rename_machine_comparando_MAC.ps1", "content": "## Compara o endereço mac e seta o nome de máquina\r\n\r\n$list= Import-Csv \\\\acad02.lages.ifsc.edu.br\\AcessoLivre\\BancoDeDados\\base.csv\r\n$list.GetType()\r\nnet use L: \\\\acad02.lages.ifsc.edu.br\\AcessoLivre\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4857, "all_permissive": false }
ansible_role
ivanklee86/osx_ansible
da0bbf424400e345c71da2282b04212aebdd0a08
0
roles/appstore
185
[ "no_license" ]
[ { "path": "roles/appstore/defaults/main.yml", "content": "appstore_default:\n - 497799835 # xcode\n - 937984704 # Amphetamine\n - 441258766 # Magnet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/appstore/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
ivanklee86/osx_ansible
da0bbf424400e345c71da2282b04212aebdd0a08
0
roles/homebrew
185
[ "no_license" ]
[ { "path": "roles/homebrew/defaults/main.yml", "content": "homebrew_repos_default:\n - go-task/tap\n - 1password/tap\n - kwilczynski/homebrew-pkenv\n\nhomebrew_casks_default:\n - 1password\n - 1password-cli\n - discord\n - docker\n - datagrip\n - goland\n - google-chrome\n - iterm2\n - jetbrains-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1579, "all_permissive": false }
ansible_role
isurfbecause/homelab
c6588e7e1acef2f355ac8dcf2249bc1503ebcde7
0
ansible/roles/docker
185
[ "permissive" ]
[ { "path": "ansible/roles/docker/tasks/install_docker.yml", "content": "---\n# Following https://docs.docker.com/engine/install/ubuntu/\n\n- name: Install docker\n vars:\n aws_cli_url: https://awscli.amazonaws.com/AWSCLIV2.pkg\n aws_cli_tmp_path: /tmp/AWSCLIV2.pkg\n block:\n - name: Uninstall old ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1788, "all_permissive": true }
ansible_role
isurfbecause/homelab
c6588e7e1acef2f355ac8dcf2249bc1503ebcde7
0
ansible/roles/k8s
185
[ "permissive" ]
[ { "path": "ansible/roles/k8s/defaults/main.yml", "content": "---\nk8s_defaults_version: 1.31\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 31 }, { "path": "ansible/roles/k8s/tasks/configure_apt.yml", "content": "---\n- name: Configur...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5168, "all_permissive": true }
ansible_role
isurfbecause/homelab
c6588e7e1acef2f355ac8dcf2249bc1503ebcde7
0
ansible/roles/ubuntu
185
[ "permissive" ]
[ { "path": "ansible/roles/ubuntu/tasks/upgrade.yml", "content": "---\n- name: Upgrade installed packages\n ansible.builtin.apt:\n upgrade: true\n state: latest\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": true }
ansible_role
rsauzenne/flasktwittersentimentanalyzer
dd35c9b4174b12949a6024be1a813bc6d0dda6ee
0
roles/python
185
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n\n- name: Install common python packages\n apt:\n state: latest\n name:\n - python-dev\n - python-pip\n - python-pycurl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/ansible/roles/create-network
185
[ "no_license" ]
[ { "path": "tp-3/ansible/ansible/roles/create-network/tasks/main.yml", "content": "- name: Create DB network\n docker_network:\n name: tp1-dbnet\n state: present\n\n- name: Create http network\n docker_network:\n name: tp1-net\n state: present\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/ansible/roles/launch-app
185
[ "no_license" ]
[ { "path": "tp-3/ansible/ansible/roles/launch-app/tasks/main.yml", "content": "# We launch our deployed image: connected to 2 networks: one for API-DB the other for router-API\n- name: Launch App\n docker_container:\n name: tp1-backend-srv\n image: jossedeoliveiracpe/tp-devops-simple-api:latest\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/ansible/roles/launch-db
185
[ "no_license" ]
[ { "path": "tp-3/ansible/ansible/roles/launch-db/tasks/main.yml", "content": "# We check and create volume (if not created yet)\n- name: Create volume\n docker_volume:\n name: tp1-data\n state: present\n\n# We launch our deployed image with the volume\n- name: Launch database\n docker_container:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/ansible/roles/launch-front
185
[ "no_license" ]
[ { "path": "tp-3/ansible/ansible/roles/launch-front/tasks/main.yml", "content": "# We launch our deployed image with port 80 to expose it\n- name: Launch Front\n docker_container:\n name: tp1-frontend-srv\n networks:\n - name: tp1-net\n image: jossedeoliveiracpe/tp-devops-front:latest\n pul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/roles/launch-app-multiapi
185
[ "no_license" ]
[ { "path": "tp-3/ansible/roles/launch-app-multiapi/tasks/main.yml", "content": "# We launch our deployed image: connected to 2 networks: one for API-DB the other for router-API\n- name: Launch App Worker 1\n docker_container:\n name: tp1-backend-srv1\n image: jossedeoliveiracpe/tp-devops-simple-api:la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 793, "all_permissive": false }
ansible_role
cpe-lyon/devops-tp-josse
2c9c7c529d4db8e94126de76bd8f387b94ba26a0
0
tp-3/ansible/roles/launch-proxy
185
[ "no_license" ]
[ { "path": "tp-3/ansible/roles/launch-proxy/tasks/main.yml", "content": "# We launch our deployed image with port 80 to expose it\n- name: Launch HTTPD\n docker_container:\n name: tp1-http-index\n networks:\n - name: tp1-net\n ports:\n - \"80:80\"\n - \"8080:8080\"\n image: jossed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/OpenPedCan
185
[ "no_license" ]
[ { "path": "ansible/roles/OpenPedCan/tasks/deploy.yml", "content": "---\n- name: create task OpenPedCan httpsServer definition \n ecs_taskdefinition:\n network_mode: bridge\n family: \"{{ stack_name }}-httpserver\"\n memory: '1024'\n cpu: '512'\n state: present\n region: \"{{region}}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12604, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/alb-ops
185
[ "no_license" ]
[ { "path": "ansible/roles/alb-ops/templates/fixed-actions.json.j2", "content": "[\n {\n \"Type\": \"fixed-response\",\n \"FixedResponseConfig\": {\n \"MessageBody\": \"{{response_text}}\",\n \"StatusCode\": \"200\",\n \"ContentType\": \"text/html\"\n }...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 9677, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento
185
[ "no_license" ]
[ { "path": "ansible/roles/bento/vars/gmb.yml", "content": "---\n# vars file for gmb\nredis_host: \n dev: \"gmb-dev-redis-cluster.l5vrvc.clustercfg.use1.cache.amazonaws.com\"\n\nschema_file: \"bento-gmb.graphql\"\n\nabout_content_url: \"https://raw.githubusercontent.com/CBIIT/bento-gmb-frontend/develop/src/c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 29052, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-auth
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-auth/tasks/build.yml", "content": "---\n#################################################################################################\n\n- name: log into ecr\n include_role:\n name: common\n tasks_from: ecr-login\n\n- name: build {{ project }}-auth image\n docker_i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6429, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-cds
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-cds/vars/main/frontend.yml", "content": "---\nfrontend_version: \"{{ lookup('env','FE_VERSION') }}\"\nfrontend_container_name: \"frontend\"\nfrontend_image_version: \"{{ frontend_version }}\"\nfrontend_container_build_path: \"{{workspace}}/{{project_name}}-frontend\"\nfrontend...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 17078, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-cloud-run
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-cloud-run/templates/application.properties.j2", "content": "spring.mvc.throw-exception-if-no-handler-found=true\nneo4j.graphql.endpoint=http://{{neo4j_ip}}:7474/graphql/\nneo4j.graphql.endpoint.schema_endpoint=idl/\ngraphql.schema=graphql/bento-extended.graphql\nneo4j.authoriz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4534, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-ctdc
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-ctdc/defaults/main.yml", "content": "---\n# defaults file for cicd\nplatform: aws\nrelease: fail\nproject: ctdc\nprod: prod\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/bento-ctdc/templates/app.ym...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13403, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-demo
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-demo/tasks/build.yml", "content": "---\n- name: set demo environment facts\n set_fact:\n neo4j_ip: \"{{ lookup('env','NEO4J_DEMO_IP') }}\"\n bearer: \"{{ lookup('env','BEARER') }}\"\n when: tier == \"demo\"\n\n- name: copy environment file to {{workspace}}/bento-fronte...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4685, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-docs
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-docs/vars/main.yml", "content": "---\n# vars file for cicd\nworkspace: \"{{ lookup('env','WORKSPACE') }}\"\ndocs_branch: \"{{ lookup('env','DOCS_BRANCH') }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1556, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-file-downloader
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-file-downloader/vars/main.yml", "content": "---\n# vars file for cicd\nurl_src: CLOUD_FRONT\nstack_name: \"{{project}}\"\nplatform: aws\nproject: \"{{project}}\"\ntier: \"{{ lookup('env','TIER') }}\"\nworkspace: \"{{ lookup('env','WORKSPACE') }}\"\ndocker_user: \"{{ lookup('en...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7163, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-gdc
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-gdc/tasks/deploy-backend.yml", "content": "---\n- name: create task definition \n ecs_taskdefinition:\n containers:\n - name: backend\n essential: true\n image: \"cbiitssrepo/bento-backend:{{build_number}}\"\n portMappings:\n - containerPort: \"8080\...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 16551, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-gke
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-gke/templates/frontend.yml.j2", "content": "kind: Service\napiVersion: v1\nmetadata:\n name: bento-frontend-service-{{tier}}\nspec:\n type: NodePort\n ports:\n - name: http\n port: 80\n targetPort: 80\n protocol: TCP\n selector:\n app: bento\n role: fronten...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 7905, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-icdc
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-icdc/tasks/stop_site.yml", "content": "---\n \n- name: verify host\n file: \n path: /tmp/myworkspace\n state: directory\n\n- name: clean up \n shell: docker system prune -a -f\n\n- name: ensure /local/content/docker exists\n file: \n path: /local/content/docker\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 42634, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-ins
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-ins/vars/main.yml", "content": "---\n# vars file for cicd\nstack_name: ins\nenable_redis: true\nplatform: aws\nredis_host: \n dev: \"ins-dev-redis-cluster.l5vrvc.0001.use1.cache.amazonaws.com\"\n qa: \"localhost\"\n perf: \"localhost\"\n icdc: \"localhost\"\n prod: \"loca...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 20987, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/bento-users
185
[ "no_license" ]
[ { "path": "ansible/roles/bento-users/handlers/main.yml", "content": "---\n# handlers file for cicd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/bento-users/vars/main.yml", "content": "---\n# vars file for cicd\nstack_name: \"{{...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 7150, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/build-image
185
[ "no_license" ]
[ { "path": "ansible/roles/build-image/tasks/main.yml", "content": "---\n# tasks file for build-image\n- name: clean the workspace of dangling images and volumes\n command: >\n docker \n --tlsverify --tlscacert=/local/home/commonsdocker/.docker/ca.pem\n --tlscert=/local/home/commonsdocker/.docke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3137, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/build-image-bento
185
[ "no_license" ]
[ { "path": "ansible/roles/build-image-bento/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - build-image-bento", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/build-image-bento/tasks/bento-icdc...
{ "task_files": 9, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 11382, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/ccdc
185
[ "no_license" ]
[ { "path": "ansible/roles/ccdc/tasks/build.yml", "content": "---\n\n- name: Get the current caller identity information\n aws_caller_info:\n register: caller_info\n\n- name: set ECR registry name\n set_fact:\n ecr_repo: \"{{ caller_info.account }}.dkr.ecr.{{ region }}.amazonaws.com\"\n\n- name: login i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 23066, "all_permissive": false }
ansible_role
CBIIT/icdc-devops
2e6e5411fffa3aed3f2e4a04b0587e65ac33b211
2
ansible/roles/ccdc-etl
185
[ "no_license" ]
[ { "path": "ansible/roles/ccdc-etl/files/inject.template.js", "content": "window.injectedEnv = {\n REACT_APP_ENVIRONMENT: '${REACT_APP_ENVIRONMENT}',\n REACT_APP_API_URL: '${REACT_APP_API_URL}',\n};\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4331, "all_permissive": false }