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
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/pycharm
759
[ "no_license" ]
[ { "path": "roles/pycharm/templates/tests/system/pycharm.bats.j2", "content": "#!/usr/bin/env bats\n#\n# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n#\n# vim: set ts=4 sw=4 tw=0 et :\n\nload helpers\n\n@test \"[S][EV] Pycharm is not an installed apt package.\" {\n ! is_insta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3939, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/python-virtualenv
759
[ "no_license" ]
[ { "path": "roles/python-virtualenv/templates/pip/dimsenv-requirements.txt.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}\n#\n# The order of packages is significant, because pip processes them in the order\n# of appearance. Changing the order has an impact on the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 39770, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/rabbitmq
759
[ "no_license" ]
[ { "path": "roles/rabbitmq/templates/rabbitmq.config/rabbitmq.config.j2", "content": "[\n {rabbit, [\n{% if rabbitmq_tcp_listen_address != '' %}\n {tcp_listeners, [{\"{{ rabbitmq_tcp_listen_address }}\", {{ rabbitmq_tcp_listen_port }}}]}\n{% else %}\n {tcp_listeners, [{{ rabbitmq_tcp_listen_port }}]}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 14543, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/rundeck
759
[ "no_license" ]
[ { "path": "roles/rundeck/handlers/main.yml", "content": "---\n\n# File: roles/rundeck/handlers/main.yml\n\n- include: \"{{ handlers_path }}/restart_services.yml\"\n static: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/rundeck/vars/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2797, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/squid-proxy
759
[ "no_license" ]
[ { "path": "roles/squid-proxy/tasks/main.yml", "content": "---\n\n# File: roles/squid-proxy/tasks/main.yml\n\n# TODO(dittrich): Beware, this role was never completed. Remove?\n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ squid-proxy, config ]\n\n#\n# Initialize\n#\n\n- name: Stop squid service ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/terraform
759
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "---\n\nterraform_version: '0.10.8'\nterraform_archive: 'terraform_{{ terraform_version }}_linux_amd64.zip'\nterraform_dist_url: 'https://releases.hashicorp.com/terraform/{{ terraform_version }}/{{ terraform_archive }}'\nterraform_sha256_sum: 'b786c0...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1434, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/trident-configure
759
[ "no_license" ]
[ { "path": "roles/trident-configure/tasks/main.yml", "content": "---\n\n# File: roles/trident-configure/tasks/main.yml\n\n- name: Validate Debian Jessie is being used.\n fail:\n msg: \"Debian Jessie is required for running Trident.\"\n when: ansible_lsb.codename is undefined or ansible_lsb.codename != \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9187, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/trident-core
759
[ "no_license" ]
[ { "path": "roles/trident-core/templates/trident/siteconfig/siteconfig.j2", "content": "#\n# The name of the group that owns this installation.\nbrand='{{ trident_site_welcome_text }}'\n#\n# A title which will appear on the portal's pages.\ntitle='{{ trident_site_welcome_text }}'\n#\n# Copyright by...\nconam...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 44359, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/user
759
[ "no_license" ]
[ { "path": "roles/user/templates/git/gitconfig.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n#\n\n[core]\n\texcludesfile = /home/{{ item }}/.gitignore_global\n\tautocrlf = false\n\ttrustctime = false\n[alias]\n\tunstage = reset HEAD --\n\tuncommit = reset --sof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3980, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/vagrant
759
[ "no_license" ]
[ { "path": "roles/vagrant/templates/tests/system/vagrant.bats.j2", "content": "#!/usr/bin/env bats\n#\n# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n#\n# vim: set ts=4 sw=4 tw=0 et :\n\n# $ vagrant --version\n# Vagrant 1.8.6\n\nload helpers\n\n@test \"[S][EV] Vagrant version is...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2734, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/virtualbox
759
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/virtualbox.yml", "content": "---\n\n# File: roles/virtualbox/tasks/virtualbox.yml\n\n# https://www.virtualbox.org/wiki/Linux_Downloads\n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ virtualbox, packages ]\n\n- name: Make deb sources for virtualbox present\n sh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6776, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/vncserver
759
[ "no_license" ]
[ { "path": "roles/vncserver/defaults/main.yml", "content": "---\n\n# File: roles/vncserver/defaults/main.yml\n\n_vncserver_packages:\n - gnome-core\n - vnc4server\n - gnome-panel\n - gnome-settings-daemon\n - metacity\n - nautilus\n - gnome-terminal\n_vncserver_default_password: '{{ vault_vncserver_pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 16409, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/vpnserver
759
[ "no_license" ]
[ { "path": "roles/vpnserver/tasks/main.yml", "content": "---\n# Install OpenVPN\n\n - name: Install OpenVPN Package\n apt: name={{ item }} state=installed update_cache=true\n with_items:\n - openvpn\n - iptables-persistent\n - udev\n - dnsmasq\n when: ansible_os_family == \"Debian\"\n \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9002, "all_permissive": false }
ansible_role
psvitov/mnt_homework_8_5
cbc919c652d64758be7bcd4d6e5fb13e29e619ba
0
roles/vector-role
759
[ "no_license" ]
[ { "path": "roles/vector-role/tasks/install/apt.yml", "content": "---\n\n- name: Install Vector\n #become: true\n ansible.builtin.apt:\n deb: \"vector_{{ vector_version }}-1_amd64.deb\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { "path": "roles/v...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2003, "all_permissive": false }
ansible_role
youcangitit/My-Ansible-Playbooks
28dca85d4f96669840cf4fce1c3626765cc4acf7
0
roles/cpe_asterisk_install
719
[ "no_license" ]
[ { "path": "roles/cpe_asterisk_install/tasks/main.yml", "content": "# Install Asterisk\n - name: Create Asterisk install directory\n file: path=/root/install state=directory mode=0755\n\n - name: Download asterisk installation file\n get_url: url={{ ASTERISK_REPO }} dest={{ ASTERISK_SETUP_DIR }} mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7468, "all_permissive": false }
ansible_role
youcangitit/My-Ansible-Playbooks
28dca85d4f96669840cf4fce1c3626765cc4acf7
0
roles/cpe_base_install
719
[ "no_license" ]
[ { "path": "roles/cpe_base_install/tasks/main.yml", "content": "---\n# This task performs CPE base installation\n\n # Import key file from http://apt.sw.be\n - rpm_key: state=present key={{ RPM_GPG_KEY }}\n\n - name: Install epel rpm\n yum: name={{ RPM_EPEL }} state=present\n\n - name: Install rpmforg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1487, "all_permissive": false }
ansible_role
vakabayashy/ansible
9297ff22a2f4cde4947b872de51eb32554277cb8
0
roles/cripto
719
[ "no_license" ]
[ { "path": "roles/cripto/vars/main.yml", "content": "---\n my_email: \"<EMAIL>\"\n site_available: \"/etc/nginx/sites-available/\"\n site_enabled: \"/etc/nginx/sites-enabled/\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/cripto/meta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3019, "all_permissive": false }
ansible_role
vakabayashy/ansible
9297ff22a2f4cde4947b872de51eb32554277cb8
0
roles/nginx_config
719
[ "no_license" ]
[ { "path": "roles/nginx_config/tasks/RedHat.yml", "content": "---\n- name: Add nginx site html RedHat\n template:\n src: index.html.j2\n dest: \"/var/www/{{ inventory_hostname }}/index.html\"\n owner: root\n group: root\n mode: 0644\n force: yes\n notify:\n - reload nginx\n\n- name: Ad...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4106, "all_permissive": false }
ansible_role
vakabayashy/ansible
9297ff22a2f4cde4947b872de51eb32554277cb8
0
roles/nginx_install
719
[ "no_license" ]
[ { "path": "roles/nginx_install/tasks/Debian.yml", "content": "---\n- name: Install nginx Debian\n apt:\n name: \"{{ nginx_inst }}\"\n state: present\n update_cache: yes\n notify: Start nginx\n\n- name: Remove default conf and html\n file:\n path: \"{{ item }}\"\n state: absent\n loop: \"{...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3065, "all_permissive": false }
ansible_role
Iovesophy/dotfiles
7889c86b3b7f0f99a407212f36fa63ff006fca3d
2
macos/roles/dmg
719
[ "no_license" ]
[ { "path": "macos/roles/dmg/tasks/install.yml", "content": "- name: install\n shell: |\n curl -O \"{{ item.url }}\"\n hdiutil attach ./{{ item.name }}.dmg -nobrowse -mountpoint ./{{ item.name }}\n cp -aR ./{{ item.name }}/*.app /Applications/{{ item.name }}.app\n hdiutil detach ./{{ item.name }}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 614, "all_permissive": false }
ansible_role
Iovesophy/dotfiles
7889c86b3b7f0f99a407212f36fa63ff006fca3d
2
macos/roles/homebrew
719
[ "no_license" ]
[ { "path": "macos/roles/homebrew/vars/main.yml", "content": "---\npkg:\n - name: awscli\n - name: node\n - name: peco\n - name: shellcheck\n - name: vint\n - name: zsh-git-prompt\n - name: neovim\n - name: lima\n - name: docker\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 416, "all_permissive": false }
ansible_role
Iovesophy/dotfiles
7889c86b3b7f0f99a407212f36fa63ff006fca3d
2
macos/roles/lima
719
[ "no_license" ]
[ { "path": "macos/roles/lima/tasks/main.yml", "content": "---\n- block:\n - include_tasks: lima.yml\n tags:\n - lima\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "macos/roles/lima/tasks/lima.yml", "content": "- block:\n - name: che...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 981, "all_permissive": false }
ansible_role
Iovesophy/dotfiles
7889c86b3b7f0f99a407212f36fa63ff006fca3d
2
macos/roles/vim
719
[ "no_license" ]
[ { "path": "macos/roles/vim/tasks/main.yml", "content": "---\n- block:\n - include_tasks: vim-plug.yml\n tags:\n - vim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "macos/roles/vim/tasks/vim-plug.yml", "content": "- block:\n - name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
pe-woongjin/ami
443307419d17f42bf35ec907a982f1ea850d3e1a
0
playbook/roles/common
719
[ "no_license" ]
[ { "path": "playbook/roles/common/tasks/main.yml", "content": "---\n- name: update yum packages\n become: yes\n yum:\n list: updates\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
SoneraCloud/docker-install-demo
f5e682a03cd5028acf2f46088462f6eca3319e43
0
roles/docker
819
[ "no_license" ]
[ { "path": "roles/docker/vars/Debian.yml", "content": "docker_gpg_key_url: https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg\ndocker_repo_url: https://download.docker.com/linux/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} stable\npkgs:\n - apt-transport-https\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2272, "all_permissive": false }
ansible_role
jinfengyang/ansible_middleware
587f1aa9699bd782ffa3004221831b6f1415e308
0
roles/output
819
[ "no_license" ]
[ { "path": "roles/output/tasks/main.yml", "content": "- name: export output infos\n output:\n hostvars: \"{{ hostvars | dict2items | selectattr('key', 'in', play_hosts) | items2dict }}\"\n hostgroups: \"{{ hostgroups | default('all')}}\"\n playhosts: \"{{ play_hosts }}\"\n delegate_to: localhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
icyleaf/ansible-centos-ruby-nginx-posgresql
dd8df9ebf53c45d200aa1e6f12ebc70a538ee9a2
2
ansible/roles/common
819
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- include: centos.yml\n when: ansible_os_family == \"CentOS\"\n\n# - include: ubuntu/tasks/main.yml\n# when: ansible_os_family == \"Debian\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 734, "all_permissive": false }
ansible_role
icyleaf/ansible-centos-ruby-nginx-posgresql
dd8df9ebf53c45d200aa1e6f12ebc70a538ee9a2
2
ansible/roles/nginx
819
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Copy nginx.repo\n copy: src=Nginx.repo\n dest=/etc/yum.repos.d/Nginx.repo\n owner=root\n group=root\n backup=yes\n\n- name: Install nginx\n yum: name=nginx \n state=present\n\n#- name: Copy nginx con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
icyleaf/ansible-centos-ruby-nginx-posgresql
dd8df9ebf53c45d200aa1e6f12ebc70a538ee9a2
2
ansible/roles/postgresql
819
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/handlers/main.yml", "content": "---\n- name: restart postgresql\n service: name=postgresql-9.3 \n state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/postgresql/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
icyleaf/ansible-centos-ruby-nginx-posgresql
dd8df9ebf53c45d200aa1e6f12ebc70a538ee9a2
2
ansible/roles/vim
819
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "---\n# This playbook will install vundle and custom for vim\n- name: Install vim\n yum: name=vim state=present\n\n- name: create .vim config directory\n sudo: no\n file: path={{ home }}/.vim/bundle\n state=directory\n\n- name: git clone vun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5913, "all_permissive": false }
ansible_role
icyleaf/ansible-centos-ruby-nginx-posgresql
dd8df9ebf53c45d200aa1e6f12ebc70a538ee9a2
2
ansible/roles/zsh
819
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n# This playbook will install zsh, and the popular oh-my-zsh,\n# then set zsh as the default system login shell.\n- name: Install zsh\n yum: name=zsh state=present\n\n- name: git clone oh-my-zsh\n sudo: no\n git: repo=https://github.com/robbyr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 975, "all_permissive": false }
ansible_role
MoustafaRoushdy/cicd-exercise
50d5147914831f3c1ef0010e22f093213868f27e
0
roles/setup
819
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: true\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n- name: \"install npm node\"\n become: true \n apt:\n name: [npm,nodejs]\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
kabiroberoi/ansible
b7b1d358dbcf27d97effb1cdad30b028f88029e9
0
oam/platform-fmw-provisioning/roles/infra_pre_reqs
819
[ "no_license" ]
[ { "path": "oam/platform-fmw-provisioning/roles/infra_pre_reqs/tasks/main.yml", "content": "- name: Install FMW required Packages\n become_user: root\n yum:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ packages_list }}\"\n\n- name: Update Kernel Parameters\n become: yes\n sysctl:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2738, "all_permissive": false }
ansible_role
kabiroberoi/ansible
b7b1d358dbcf27d97effb1cdad30b028f88029e9
0
oam/platform-fmw-provisioning/roles/jdk_setup
819
[ "no_license" ]
[ { "path": "oam/platform-fmw-provisioning/roles/jdk_setup/vars/main.yml", "content": "symlink_source: \"/u04/jdk/jdk1.8.0_341\"\nsymlink_name: \"/u04/jdk/jdk1.8\"\njdk_file_name: jdk-8u341-linux-x64.tar.gz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
kabiroberoi/ansible
b7b1d358dbcf27d97effb1cdad30b028f88029e9
0
oam/platform-fmw-provisioning/roles/oam_infra_home
819
[ "no_license" ]
[ { "path": "oam/platform-fmw-provisioning/roles/oam_infra_home/vars/main.yml", "content": "infra_installer_file_name: fmw_12.2.1.4.0_IDM.zip\nextract_file_name: fmw_12.2.1.4.0_idm.jar\nrsp_file_name: oam-silent.rsp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1075, "all_permissive": false }
ansible_role
fmdlc/ansible-k3s-raspberry
44de8fa57ba6bef210cac8bcdb1c55a01bfa7c02
12
roles/ca
819
[ "no_license" ]
[ { "path": "roles/ca/tasks/main.yml", "content": "---\n- name: Check if CA is locked\n register: ca_is_locked\n stat: path={{ etcd.ca_lock_file }} get_md5=no\n\n- name: Creates initial CA directory\n file:\n path: \"{{ etcd.initial_ca_dir }}\"\n state: directory\n recurse: true\n mode: 0700\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2752, "all_permissive": false }
ansible_role
fmdlc/ansible-k3s-raspberry
44de8fa57ba6bef210cac8bcdb1c55a01bfa7c02
12
roles/etcd
819
[ "no_license" ]
[ { "path": "roles/etcd/templates/etcd_env.sh", "content": "#!/bin/bash\n\n## Use this script to load etcd environment in order to make easy the use\n## of etcdctl.\n## Usage: $: source ./etcd_env.sh\n\nexport ETCDCTL_API=3\nexport ETCDCTL_CACERT=\"{{ etcd.initial_ca_dir }}/ca.pem\"\nexport ETCDCTL_CERT=\"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2492, "all_permissive": false }
ansible_role
fmdlc/ansible-k3s-raspberry
44de8fa57ba6bef210cac8bcdb1c55a01bfa7c02
12
roles/lvm
819
[ "no_license" ]
[ { "path": "roles/lvm/tasks/main.yml", "content": "---\n- name: Create a volume group on top of the volume with physical extent size = 33MB\n lvg:\n state: present\n vg: \"{{ lvm.vg.name }}\"\n pvs: \"{{ lvm.pv.disk }}\"\n pesize: \"{{ lvm.pv.extend_size | default('32MB') }}\"\n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1007, "all_permissive": false }
ansible_role
fmdlc/ansible-k3s-raspberry
44de8fa57ba6bef210cac8bcdb1c55a01bfa7c02
12
roles/prereq
819
[ "no_license" ]
[ { "path": "roles/prereq/tasks/sd_card.yml", "content": "---\n- name: Disable swap permanently, persist reboots\n replace:\n path: /etc/fstab\n regexp: '^(\\s*)([^#\\n]+\\s+)(\\w+\\s+)swap(\\s+.*)$'\n replace: '#\\1\\2\\3swap\\4'\n backup: yes\n\n- name: Mount up device by UUID\n mount:\n pa...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3965, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/base
819
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/user.yml", "content": "---\n\n- name: Ensure admin group is present\n become: true\n ansible.builtin.group:\n name: admin\n state: present\n\n- name: Ansible user properties\n become: true\n ansible.builtin.user:\n append: true\n name: \"{{ ansible_user }}...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2387, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/disk
819
[ "no_license" ]
[ { "path": "ansible/roles/disk/defaults/main.yml", "content": "---\n\ndisk_device: /dev/sdb\ndisk_type: ext4\ndisk_partition: \"{{ disk_device }}1\"\ndisk_mount_path: /mnt\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible/roles/disk/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 637, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/end
819
[ "no_license" ]
[ { "path": "ansible/roles/end/defaults/main.yml", "content": "---\n\nend_firstboot_creates_path: ~/.ansible/.first_boot\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "ansible/roles/end/tasks/main.yml", "content": "---\n\n- name: Create...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/k8s_deploy
819
[ "no_license" ]
[ { "path": "ansible/roles/k8s_deploy/defaults/main.yml", "content": "---\n\nk8s_deploy: \"1\"\nk8s_deploy_logs_folder: \"/tmp/logs\"\nk8s_deploy_haproxy_ssl_crt_content: \"\"\nk8s_deploy_haproxy_ssl_crt_folder: \"/tmp/os_crt\"\nk8s_deploy_haproxy_ssl_crt_path: \"{{ k8s_deploy_haproxy_ssl_crt_folder }}/cloud....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3596, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/lvm
819
[ "no_license" ]
[ { "path": "ansible/roles/lvm/tasks/main.yml", "content": "---\n\n- name: Create a volume group\n become: true\n community.general.lvg:\n vg: \"{{ lvm_vg_name }}\"\n pvs: \"{{ lvm_device }}\"\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 190, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/network_config
819
[ "no_license" ]
[ { "path": "ansible/roles/network_config/tasks/main.yml", "content": "---\n\n- name: Install vlan and bridge management packages\n become: true\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ network_config_pkgs }}\"\n\n- name: Enable bonding and vlan as kernel modules\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1984, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/ntp
819
[ "no_license" ]
[ { "path": "ansible/roles/ntp/tasks/main.yml", "content": "---\n\n- name: Configure ntp\n become: true\n ansible.builtin.template:\n src: templates/ntp.conf.j2\n dest: /etc/ntp.conf\n mode: '0644'\n notify: Restart ntpd\n\n...\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1537, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/os_install
819
[ "no_license" ]
[ { "path": "ansible/roles/os_install/tasks/main.yml", "content": "---\n\n- name: Execute openstack-ansible setup-hosts\n become: true\n run_once: true\n ansible.builtin.command: openstack-ansible --ssh-extra-args=\"{{ os_install_ssh_args }}\" setup-hosts.yml\n args:\n creates: \"{{ os_install_firstboo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/os_postinstall
819
[ "no_license" ]
[ { "path": "ansible/roles/os_postinstall/tasks/main.yml", "content": "---\n\n- name: Init utility container name\n become: true\n ansible.builtin.shell: |\n set -e -o pipefail\n ls /var/lib/lxc/ | grep utility | tr -d \"\\n\"\n args:\n executable: /bin/bash\n register: os_postinstall_utility_con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9894, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/os_preinstall
819
[ "no_license" ]
[ { "path": "ansible/roles/os_preinstall/templates/user_variables.yml.j2", "content": "---\n# This file contains an example of the global variable overrides\n# which may need to be set for a production environment.\n\nopenstack_service_publicuri_proto: https\nhaproxy_ssl: true\nhorizon_enable_ssl: true\nhapro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 10952, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/osa_sshkeys
819
[ "no_license" ]
[ { "path": "ansible/roles/osa_sshkeys/tasks/main.yml", "content": "---\n\n- name: Root .ssh folder\n become: true\n ansible.builtin.file:\n path: ~/.ssh\n owner: root\n state: directory\n mode: '0700'\n\n- name: Prepare ssh authorized key file onto target hosts\n become: true\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/ssl_altname
819
[ "no_license" ]
[ { "path": "ansible/roles/ssl_altname/defaults/main.yml", "content": "---\n\nssl_altname_value: \"IP:127.0.0.1\"\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "ansible/roles/ssl_altname/tasks/main.yml", "content": "---\n\n- name: Overr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/swapoff
819
[ "no_license" ]
[ { "path": "ansible/roles/swapoff/tasks/main.yml", "content": "---\n\n- name: Swap off\n become: true\n ansible.builtin.command: \"{{ item }}\"\n args:\n creates: \"{{ swapoff_firstboot_creates_path }}\"\n loop:\n - swapoff -a\n - sed -i 's/^.*swap.*$/#/g' /etc/fstab\n\n...\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
ricofehr/mos
c6512e7c105ef910b4e1d174538bf6529944ed95
0
ansible/roles/sysctl
819
[ "no_license" ]
[ { "path": "ansible/roles/sysctl/tasks/main.yml", "content": "---\n\n- name: Set some kernel parameters\n become: true\n ansible.posix.sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n sysctl_set: true\n loop: \"{{ sysctl_list }}\"\n\n...\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 212, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/base
819
[ "no_license" ]
[ { "path": "roles/base/handlers/main.yml", "content": "- name: reconfigure unattended-upgrades\n become: yes\n command: \n cmd: dpkg-reconfigure -f noninteractive unattended-upgrades\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "roles/base...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2012, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/docker
819
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker-users.yml", "content": "---\n- name: Ensure docker users are added to the docker group.\n become: yes\n user:\n name: \"{{ item }}\"\n groups: docker\n append: true\n with_items: \"{{ docker_users }}\"\n", "license_type": "no_license", "detected_licen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 822, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/etcd
819
[ "no_license" ]
[ { "path": "roles/etcd/tasks/main.yml", "content": "- name: check current etcd version\n become: yes\n command: bash -c \"/opt/etcd/bin/etcd --version|head -n 1|sed -e 's/etcd Version. //g'|cut -d' ' -f1\"\n ignore_errors: yes\n register: current_etcd_version\n changed_when: false\n\n- debug: msg=\"curr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3980, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/golang
819
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "- name: check current golang version\n command: bash -c \"/usr/local/go/bin/go version|sed -e 's/go version go//g'|cut -d' ' -f1\"\n ignore_errors: yes\n register: go_version\n changed_when: false\n\n- debug: msg=\"go_version={{go_version.stdout}}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1715, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/k3s
819
[ "no_license" ]
[ { "path": "roles/k3s/templates/config.yaml.j2", "content": "tls-san:\n - \"{{ vip_addr }}\"\nwrite-kubeconfig-mode: \"0644\"\ndatastore-endpoint: \"{% for host in groups['cluster'] %}https://{{ hostvars[host]['ansible_facts'][vip_iface]['ipv4']['address'] }}:2379{% if not loop.last %},{% endif %}{% endfor ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2669, "all_permissive": false }
ansible_role
pmvrolijk/k3s-cluster
8ce7dd9d0b243a935bf99f3718eb864b83c61bec
0
roles/keepalived
819
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/main.yml", "content": "- name: gather facts about {{ vip_iface }}\n setup:\n filter: \"ansible_{{ vip_iface }}\"\n delegate_to: \"{{ item }}\"\n delegate_facts: True\n with_items: \"{{ ansible_play_hosts }}\"\n when: hostvars[item]['ansible_' + vip_iface]\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3850, "all_permissive": false }
ansible_role
ewbree/Ansible-Test
655b8512aa0aab36498d1361030505c3dab35845
0
old_files/old_stuff/roles/base
819
[ "no_license" ]
[ { "path": "old_files/old_stuff/roles/base/tasks/main.yml", "content": " - name: add ssh key for tester\n authorized_key:\n user: tester\n key: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGo1TTBeqlGIaeZMNoVmISNNXZeoBrfApBA0gd/D/r/x ansible\"\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
jmarcelocruz/playbooks
85cd8bdd15800203bd08ab14970dd443572d54b5
0
roles/common
819
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: Deploy base apt configuration\n ansible.builtin.copy:\n src: etc/apt/sources.list\n dest: /etc/apt\n owner: root\n group: root\n mode: 0755\n- name: Update & upgrade\n ansible.builtin.apt:\n update_cache: true\n upgrade: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": true }
ansible_role
jmarcelocruz/playbooks
85cd8bdd15800203bd08ab14970dd443572d54b5
0
roles/hypervisor
819
[ "permissive" ]
[ { "path": "roles/hypervisor/tasks/main.yaml", "content": "- name: Install dnsmasq\n ansible.builtin.apt:\n package: dnsmasq\n- name: Write dnsmasq configuration\n block:\n - name: Write main dnsmasq configuration\n ansible.builtin.copy:\n src: etc/dnsmasq.conf\n dest: /etc/dnsmasq.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3506, "all_permissive": true }
ansible_role
jmarcelocruz/playbooks
85cd8bdd15800203bd08ab14970dd443572d54b5
0
roles/workstation
819
[ "permissive" ]
[ { "path": "roles/workstation/tasks/main.yaml", "content": "- name: Create /etc/apt/sources.list.d directory\n ansible.builtin.file:\n path: /etc/apt/sources.list.d\n state: directory\n- name: Write apt sources.list.d\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /etc/apt/sources.list.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1674, "all_permissive": true }
ansible_role
kotgirep/CMPE-272-TechieTribe
121c394d94257c48fc932cc6ab59ad033a357dea
0
assignment-1/roles/apache
819
[ "no_license" ]
[ { "path": "assignment-1/roles/apache/README.md", "content": "Role Name : apache\n=========\n\nIn this role, we can deploy and undeploy apache webservers on hosts. The user can also change the port to their requirements, with the default being port 80 \n\nRequirements\n------------\n\nWe need Ansible softwar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1964, "all_permissive": false }
ansible_role
pareshpatil657/Portworx
0580339b83fde9ffc2f3a68f10edea2f8e91aa4c
0
roles/install_portworx
819
[ "no_license" ]
[ { "path": "roles/install_portworx/tasks/main.yml", "content": "---\n\n - name: Copy shell script to remote server\n copy:\n src: install_portworx.sh\n dest: /opt/install_portworx.sh\n mode: a+x\n\n - name: Run installation script\n shell: /opt/install_portworx.sh {{ cluster_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
pareshpatil657/Portworx
0580339b83fde9ffc2f3a68f10edea2f8e91aa4c
0
roles/uninstall_portworx
819
[ "no_license" ]
[ { "path": "roles/uninstall_portworx/tasks/main.yml", "content": "---\n\n - name: Copy shell script to remote server\n copy:\n src: uninstall_portworx.sh\n dest: /opt/uninstall_portworx.sh\n mode: a+x\n\n - name: Run uninstallation script\n shell: /opt/uninstall_portworx.shh { d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 818, "all_permissive": false }
ansible_role
rinoymjoseph/k8s-kubeadm
8719e5e44ecdf5bb0a69b65a5c06eeaf3ae8b609
0
ansible_scripts/roles/add_control_plane
819
[ "no_license" ]
[ { "path": "ansible_scripts/roles/add_control_plane/tasks/main.yml", "content": "- name: Get Cluster information\n kubernetes.core.k8s_cluster_info:\n register: api_status\n ignore_errors: True\n delegate_to: localhost\n\n- name: Debug | api_status\n debug:\n msg: \"{{ api_status }}\"\n\n- name: Init...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
rinoymjoseph/k8s-kubeadm
8719e5e44ecdf5bb0a69b65a5c06eeaf3ae8b609
0
ansible_scripts/roles/add_workers
819
[ "no_license" ]
[ { "path": "ansible_scripts/roles/add_workers/tasks/main.yml", "content": "- name: Get the token for joining the worker nodes\n become: true\n shell: kubeadm token create --print-join-command\n register: kubeadm_token_create\n delegate_to: k8s-controller-1\n\n- name: Set fact - kubernetes_join_command\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
rinoymjoseph/k8s-kubeadm
8719e5e44ecdf5bb0a69b65a5c06eeaf3ae8b609
0
ansible_scripts/roles/build_config
819
[ "no_license" ]
[ { "path": "ansible_scripts/roles/build_config/tasks/build_nodes_host_ip_list.yml", "content": "- name: Get ip of host\n set_fact:\n ip_address: \"{{ hostvars[item].ansible_host }}\"\n\n- name: Update nodes_host_ip_list\n set_fact:\n nodes_host_ip_list: \"{{ nodes_host_ip_list | default({}) | combine...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 422, "all_permissive": false }
ansible_role
JeanMarieMvogo/app-salaire
2b0697dde319078d40232f0b28bc1a35c0dce957
0
roles/apache
819
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Installation apache \n yum:\n name: httpd\n state: present\n\n- name: arret pare feu\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: Création des répertoires des différents sites\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
JeanMarieMvogo/app-salaire
2b0697dde319078d40232f0b28bc1a35c0dce957
0
roles/php
819
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: installation de php\n yum:\n name: \"{{ php_packets }}\"\n state: present\n\n- name: changement des valeurs user de fpm\n lineinfile:\n path: /etc/php-fpm.d/www.conf\n regexp: '^user = apache'\n line: ' user = a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
ArdanaCLM/cassandra-ansible
7e480a2fae8d5830b0be19d1e654b575e5173373
0
roles/FND-CDB
819
[ "permissive" ]
[ { "path": "roles/FND-CDB/tasks/configure.yml", "content": "#\n# (c) Copyright 2017-2018 SUSE LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#\n# http://www.apache.org/...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 15441, "all_permissive": true }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
cowin_roles/roles/availability
819
[ "no_license" ]
[ { "path": "cowin_roles/roles/availability/handlers/main.yml", "content": "---\n- name: Restart memcached\n ansible.builtin.service:\n name: memcached\n state: restarted\n\n- name: Restart apache\n ansible.builtin.service:\n name: apache\n state: restarted", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
cowin_roles/roles/otp
819
[ "no_license" ]
[ { "path": "cowin_roles/roles/otp/tasks/main.yml", "content": "---\n- name: generate OTP\n uri:\n url: https://cdn-api.co-vin.in/api/v2/auth/public/generateOTP\n validate_certs: no\n method: \"POST\"\n body_format: json\n body:\n {\n \"mobile\": \"{{mobile_number}}\"\n }\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
cowin_roles/roles/state_list
819
[ "no_license" ]
[ { "path": "cowin_roles/roles/state_list/tasks/main.yml", "content": "---\n- name: getting state list\n block:\n - name: getting state list\n uri:\n url: https://cdn-api.co-vin.in/api/v2/admin/location/states\n method: GET\n status_code: 200 \n register: state_details\n tags: state_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
rest_api/roles/create_employee
819
[ "no_license" ]
[ { "path": "rest_api/roles/create_employee/tasks/main.yml", "content": "---\n- name: creating new employee record\n block:\n - name: creat new employee record\n uri:\n url: http://dummy.restapiexample.com/api/v1/create\n validate_certs: no\n method: \"POST\"\n body_format: json\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
rest_api/roles/delete_employee
819
[ "no_license" ]
[ { "path": "rest_api/roles/delete_employee/tasks/main.yml", "content": "---\n- name: delet employee record\n uri:\n url: http://dummy.restapiexample.com/api/v1/delete/{{id}}\n method: DELETE\n status_code: 200\n register: delete_employees_info\n tags: delete_info\n- name: printing deleted informa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
rest_api/roles/get_employee
819
[ "no_license" ]
[ { "path": "rest_api/roles/get_employee/tasks/main.yml", "content": "---\n- name: getting all employees info\n uri:\n url: http://dummy.restapiexample.com/api/v1/employees\n method: GET\n status_code: 200\n register: all_employees_info\n tags: get_info\n- name: printing employee information \n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
arunkumargaddam6/ansible-code
da55259d9bab195fc7ccec19f729dd0795a629af
0
rest_api/roles/update_employee
819
[ "no_license" ]
[ { "path": "rest_api/roles/update_employee/tasks/main.yml", "content": "---\n- name: update employee record\n uri:\n url: http://dummy.restapiexample.com/api/v1/update/{{idnumber}}\n method: PUT\n body_format: json\n body: \n {\n \"employee_name\": \"{{employee_name}}\",\n \"e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
Qafoo/pheanstalk-cli
622f4c959cb08e6a571998cfeabc2e21db96ebdf
2
vagrant/ansible/roles/basics
819
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/basics/tasks/main.yml", "content": "---\n- name: Update apt-get repositories\n tags: [online]\n apt: update_cache=yes\n\n- name: Install General Requirements\n tags: [online]\n apt: pkg={{ item }} state=present\n with_items:\n - ack-grep\n - vim\n - git\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
Qafoo/pheanstalk-cli
622f4c959cb08e6a571998cfeabc2e21db96ebdf
2
vagrant/ansible/roles/beanstalk
819
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/beanstalk/defaults/main.yml", "content": "---\nbeanstalk_service: \"beanstalkd\"\nbeanstalk_interface_ip: \"127.0.0.1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "vagrant/ansible/roles/beanstalk/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 441, "all_permissive": false }
ansible_role
Qafoo/pheanstalk-cli
622f4c959cb08e6a571998cfeabc2e21db96ebdf
2
vagrant/ansible/roles/netselect
819
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/netselect/tasks/main.yml", "content": "---\n- name: Create /opt/provisioning-deps directory\n file: >\n path=/opt/provisioning-deps\n state=directory\n\n- name: Copy netselect package to /opt/provisiong-deps/\n copy: >\n src=netselect_0.3.ds1-14+squeeze1_amd64.deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1671, "all_permissive": false }
ansible_role
Qafoo/pheanstalk-cli
622f4c959cb08e6a571998cfeabc2e21db96ebdf
2
vagrant/ansible/roles/php
819
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/php/templates/40-errors.ini", "content": "display_errors=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "vagrant/ansible/roles/php/tasks/main.yml", "content": "---\n- name: Install PHP\n tags: [online]\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 589, "all_permissive": false }
ansible_role
somaz94/ansible-study
9ba6e1d4abc7007e7d93b49ae36ca156d5628b12
1
ansible-role-k8s-tooling/roles/setup_bashrc
819
[ "no_license" ]
[ { "path": "ansible-role-k8s-tooling/roles/setup_bashrc/tasks/main.yml", "content": "---\n- name: Get home directory of specific user\n shell: \"eval echo ~{{ home_user }}\"\n register: user_home\n changed_when: false\n\n- name: Append configurations to .bashrc for specific user\n blockinfile:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
somaz94/ansible-study
9ba6e1d4abc7007e7d93b49ae36ca156d5628b12
1
gce-lamp-deployment/roles/lamp_stack
819
[ "no_license" ]
[ { "path": "gce-lamp-deployment/roles/lamp_stack/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install Apache\n apt:\n name: \"{{ apache_packages }}\"\n state: present\n\n - name: Install MySQL\n apt:\n name: \"{{ mysql_pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2163, "all_permissive": false }
ansible_role
sinkog/job-interview-task2
ac1b3e6dd04b7f4059df7464bf56d2c992ffad7c
0
roles/udemx_role
899
[ "no_license" ]
[ { "path": "roles/udemx_role/tasks/iptables.yml", "content": "- name: Iptables beállítása\n ansible.builtin.command: |\n iptables -A INPUT -p tcp --dport 80 -j ACCEPT\n iptables -A INPUT -p tcp --dport 443 -j ACCEPT\n iptables -A INPUT -p tcp --dport 3306 -j ACCEPT\n iptables -A INPUT -p tcp --d...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4949, "all_permissive": false }
ansible_role
qmjq/kubeasz
1cc6b8c878dfa3b9ea54e0031944d7c98b3d6680
1
roles/cluster-addon
899
[ "no_license" ]
[ { "path": "roles/cluster-addon/templates/prometheus/values.yaml.j2", "content": "## Provide a k8s version to auto dashboard import script example: kubeTargetVersionOverride: 1.16.6\nkubeTargetVersionOverride: \"{{ K8S_VER }}\"\n\n## Configuration for alertmanager\nalertmanager:\n alertmanagerSpec:\n ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4148, "all_permissive": false }
ansible_role
qmjq/kubeasz
1cc6b8c878dfa3b9ea54e0031944d7c98b3d6680
1
roles/containerd
899
[ "no_license" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "- name: 获取是否已经安装containerd\n shell: 'systemctl is-active containerd || echo \"NoFound\"'\n register: containerd_svc\n\n- block:\n - name: 准备containerd相关目录\n file: name={{ item }} state=directory\n with_items:\n - \"{{ bin_dir }}/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1673, "all_permissive": false }
ansible_role
dreuter/dotfiles-mediacenter
52aa0370fce1b7cb04b5036a3052f042c17ffd47
0
provision/roles/dreuter.mediacenter
899
[ "no_license" ]
[ { "path": "provision/roles/dreuter.mediacenter/vars/main.yml", "content": "---\n# vars file for dreuter.mediacenter\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "provision/roles/dreuter.mediacenter/handlers/main.yml", "content": "---\n# han...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1850, "all_permissive": false }
ansible_role
dreuter/dotfiles-mediacenter
52aa0370fce1b7cb04b5036a3052f042c17ffd47
0
provision/roles/dreuter.shuttle-dq170
899
[ "no_license" ]
[ { "path": "provision/roles/dreuter.shuttle-dq170/defaults/main.yml", "content": "---\n# defaults file for dreuter.shuttle-dq170\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "provision/roles/dreuter.shuttle-dq170/handlers/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 493, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/containerd
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/containerd/handlers/main.yml", "content": "---\n# handlers file for containerd\n\n- name: Restart containerd\n service:\n name: containerd\n daemon_reload: yes\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1962, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/falco
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/falco/handlers/main.yml", "content": "---\n# handlers file for falco\n\n- name: Restart falco\n ansible.builtin.systemd_service:\n name: falco-kmod\n enabled: true\n daemon_reload: yes\n state: restarted\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1512, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/kube-dashboard
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/kube-dashboard/tasks/main.yml", "content": "---\n# tasks file for kube-master\n\n- name: Force dashbaord schedule on master node\n shell: \"{{ lookup('template', 'label-master-as-dashboard.sh') }}\"\n args:\n executable: /bin/bash\n register: kblb\n changed_when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2528, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/kube-master
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/kube-master/templates/run-kubeadm-init.sh", "content": "KUBEADM_CFG=/tmp/001-kubeadm.yaml\ncat <<EOF > $KUBEADM_CFG\n{{ lookup('template', 'kubeadm.yaml') }}\nEOF\nkubeadm init \\\n --node-name {{ hostvars[inventory_hostname]['inventory_hostname_short'] }} \\\n --...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8411, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/kube-node
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/kube-node/defaults/main.yml", "content": "---\n# defaults file for kube-node\nkube_conf_dir: /etc/kubernetes\n# google_apt_mirror: http://newton:8081/repository/kubernetes/\n# buster_apt_mirror: http://newton:8081/repository/buster/\n# google_apt_mirror: https://apt.bbv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6095, "all_permissive": false }
ansible_role
schnell18/vCluster
68cfa81eedb3661fc3c78e60d9b8f207895acb30
4
kubernetes/provision/roles/local-pv-provisioner
899
[ "no_license" ]
[ { "path": "kubernetes/provision/roles/local-pv-provisioner/tasks/main.yml", "content": "---\n# tasks file for local persistent volume provisioner\n\n- name: Create local persistent volume provisioner\n shell: \"{{ lookup('template', 'create-local-pv-provisioner.sh') }}\"\n args:\n executable: /bin/bas...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4207, "all_permissive": false }
ansible_role
pomidor2007/ansible-role-nginx
5cee3b526a2249ef62ef414358612f779dc94171
0
roles/nginx
899
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx Debian/Ubuntu\n apt: name=nginx state=present\n when: ansible_os_family == \"Debian\"\n\n- name: Copy virtualhost config\n template: src=default.conf dest=/etc/nginx/sites-available/{{ server_name }}.conf\n \n- name: Create a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 627, "all_permissive": false }
ansible_role
vasco1m/ascn
a55dd489ba1ab1f708f6e615e903e01c2077554e
2
roles/create_namespace
899
[ "no_license" ]
[ { "path": "roles/create_namespace/tasks/main.yml", "content": "- name: Create a k8s namespace\n kubernetes.core.k8s:\n name: \"{{ ghost_namespace }}\"\n state: present\n api_version: v1\n kind: Namespace\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
vasco1m/ascn
a55dd489ba1ab1f708f6e615e903e01c2077554e
2
roles/delete_namespace
899
[ "no_license" ]
[ { "path": "roles/delete_namespace/tasks/main.yml", "content": "- name: Delete k8s namespace\n kubernetes.core.k8s:\n name: \"{{ ghost_namespace }}\"\n state: absent\n api_version: v1\n kind: Namespace\n\n- name: Wait for every resource to be deleted\n shell:\n cmd: perl scripts/wait_resourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
vasco1m/ascn
a55dd489ba1ab1f708f6e615e903e01c2077554e
2
roles/deploy_ghost
899
[ "no_license" ]
[ { "path": "roles/deploy_ghost/tasks/main.yml", "content": "- name: Deploy Ghost\n kubernetes.core.k8s:\n state: present\n namespace: \"{{ ghost_namespace }}\"\n kind: Deployment\n wait: true\n definition:\n apiVersion: apps/v1\n metadata:\n name: ghost-deployment\n la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2476, "all_permissive": false }