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
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/common
321
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Set timezone\n timezone:\n name: \"{{ TIMEZONE }}\"\n\n- name: Install packages\n yum:\n state: latest\n name:\n - unzip\n #- java-1.8.0-openjdk-devel\n #- net-snmp-utils\n #- sysstat\n #- tcpdump\n #-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/disableselinux
321
[ "no_license" ]
[ { "path": "roles/disableselinux/tasks/main.yml", "content": "---\n- name: Disable SELinux\n selinux:\n state: disabled\n register: result\n\n- name: Reboot\n reboot:\n when: result.changed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 127, "all_permissive": false }
ansible_role
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/hinemosagent
321
[ "no_license" ]
[ { "path": "roles/hinemosagent/tasks/main.yml", "content": "---\n- name: Install dependencies\n yum:\n state: latest\n name:\n - java-1.8.0-openjdk\n - net-snmp\n - rsyslog\n - hostname\n - sudo\n\n- name: Start rsyslog\n service:\n name: rsyslog\n state: started\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/hinemosmanager
321
[ "no_license" ]
[ { "path": "roles/hinemosmanager/tasks/main.yml", "content": "---\n- name: Install dependencies\n yum:\n state: latest\n name:\n - java-1.8.0-openjdk\n - vim-common\n - net-snmp\n - hostname\n - sudo\n\n- name: Install package\n yum:\n name: \"{{ rpm_url }}/{{ rpm_file }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/hinemosweb
321
[ "no_license" ]
[ { "path": "roles/hinemosweb/tasks/main.yml", "content": "---\n- name: Install EPEL repository\n yum:\n name: epel-release\n state: latest\n\n- name: Install dependencies\n yum:\n state: latest\n name:\n - java-1.8.0-openjdk\n - vlgothic-p-fonts\n\n- name: Install package\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
froop/hinemos-ansible
42dc59de9bc140757044adbda57d3932e501a3d0
0
roles/locale
321
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "# 参考: Ansibleのcommandモジュールで冪等性を担保する\n# https://goodbyegangster.hatenablog.com/entry/2019/05/02/053303\n---\n- name: Chack locale\n command: localectl status\n register: localectl_result\n check_mode: no\n changed_when: false\n\n- name: Set locale\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
Josephu/setupmac
d9bc3c81204231c50c17b5f7ca6a1bcd5e47715e
0
roles/setup
321
[ "no_license" ]
[ { "path": "roles/setup/vars/main.yml", "content": "# homebrew applications\napplications:\n - wget\n - z\n - unar\n - postgis\n - nvm\n - python\n - pipenv\n\ncask_applications:\n - google-chrome\n - slack\n - iterm2\n - 1password\n - visual-studio-code\n - spotify\n - moom\n - epic-games\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 912, "all_permissive": false }
ansible_role
imenH-cloud/autisme-app
fe9cbb49c708cf523b583210a188f51517048bbd
0
ansible/roles/backend
321
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "---\r\n- name: Create project directory\r\n file:\r\n path: /opt/autisme\r\n state: directory\r\n mode: '0755'\r\n\r\n- name: Copy docker-compose.yml to gateway server\r\n template:\r\n src: docker-compose.yml.j2\r\n dest: /opt/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4159, "all_permissive": false }
ansible_role
imenH-cloud/autisme-app
fe9cbb49c708cf523b583210a188f51517048bbd
0
ansible/roles/common
321
[ "no_license" ]
[ { "path": "ansible/roles/common/defaults/main.yml", "content": "---\r\ndocker_registry: \"eline2016\" # e nom d'utilisateur Docker Hub\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/common/tasks/main.yml", "content": "---\r\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
imenH-cloud/autisme-app
fe9cbb49c708cf523b583210a188f51517048bbd
0
ansible/roles/docker
321
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\r\n- name: Install required packages for Docker\r\n yum:\r\n name:\r\n - yum-utils\r\n - device-mapper-persistent-data\r\n - lvm2\r\n state: present\r\n\r\n- name: Add Docker repository\r\n command: yum-config-manager --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
imenH-cloud/autisme-app
fe9cbb49c708cf523b583210a188f51517048bbd
0
ansible/roles/frontend
321
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\r\n- name: Create frontend directory\r\n file:\r\n path: /opt/autisme/frontend\r\n state: directory\r\n mode: '0755'\r\n\r\n- name: Copy docker-compose.yml for frontend\r\n template:\r\n src: docker-compose.frontend.yml.j2\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3414, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/gluster_attach_tier
321
[ "no_license" ]
[ { "path": "ansible/roles/gluster_attach_tier/tasks/main.yml", "content": "- include: attach_tier.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/gluster_attach_tier/tasks/attach_tier.yml", "content": "---\n\n- name: Gluster At...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/gluster_configure
321
[ "no_license" ]
[ { "path": "ansible/roles/gluster_configure/defaults/main.yml", "content": "---\n\nvolume_name: gv0\ngluster_dir: /gluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/gluster_configure/tasks/configure.yml", "content": "---\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 165, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/gluster_configure_volume
321
[ "no_license" ]
[ { "path": "ansible/roles/gluster_configure_volume/tasks/set_values.yml", "content": "---\n\n- name: Gluster Configure Volume | Set keys\n shell: \"gluster volume set {{ volume_name }} {{ item.key }} {{ item.value }}\"\n with_items: keys", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 207, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/gluster_create_volume
321
[ "no_license" ]
[ { "path": "ansible/roles/gluster_create_volume/tasks/main.yml", "content": "- include: create_volume.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/gluster_create_volume/tasks/create_volume.yml", "content": "---\n\n- name: Gl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1322, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/gluster_detach_tier
321
[ "no_license" ]
[ { "path": "ansible/roles/gluster_detach_tier/tasks/main.yml", "content": "---\n\n- include: detach_tier.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/gluster_detach_tier/tasks/detach_tier.yml", "content": "- name: Gluster De...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 288, "all_permissive": false }
ansible_role
AlexanderYAPPO/gluster_for_cluster
f2f850a53091ce9bf803bd01431edc062b0e5db2
0
ansible/roles/install_glusterfs
321
[ "no_license" ]
[ { "path": "ansible/roles/install_glusterfs/defaults/main.yml", "content": "---\n\nglusterfs_version: \"3.7\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/install_glusterfs/tasks/install.yml", "content": "---\n\n- name: Install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 271, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/acme
321
[ "no_license" ]
[ { "path": "asb/roles/acme/tasks/main.yaml", "content": "---\n- name: Acme import\n ansible.builtin.import_tasks: acme.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "asb/roles/acme/tasks/acme.yaml", "content": "---\n- name: Acme dir set...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2594, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/debian
321
[ "no_license" ]
[ { "path": "asb/roles/debian/files/apt-update.sh", "content": "#!/bin/sh\nset -eu\nexport DEBIAN_FRONTEND=noninteractive\napt-get clean\nexec apt-get update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "asb/roles/debian/files/apt-distupgrade.sh"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4337, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/debian_ec2
321
[ "no_license" ]
[ { "path": "asb/roles/debian_ec2/tasks/main.yaml", "content": "---\n- name: Debian apt install\n become: true\n ansible.builtin.apt:\n pkg:\n - awscli\n - cloud-init\n tags:\n - apt\n\n- name: Debian cloud-init setup\n become: true\n ansible.builtin.template:\n src: cloud-init/00_setu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 374, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/docker
321
[ "no_license" ]
[ { "path": "asb/roles/docker/tasks/main.yaml", "content": "---\n- name: Docker import\n ansible.builtin.import_tasks: docker.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "asb/roles/docker/tasks/docker.yaml", "content": "---\n- name: Do...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1055, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/fail2ban
321
[ "no_license" ]
[ { "path": "asb/roles/fail2ban/handlers/main.yaml", "content": "---\n- name: Fail2ban restart\n become: true\n ansible.builtin.service:\n name: fail2ban\n state: restarted\n tags:\n - fail2ban\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "p...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 557, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/iptables
321
[ "no_license" ]
[ { "path": "asb/roles/iptables/defaults/main.yaml", "content": "---\niptables_icmp_enable: false\n\niptables_nginx_enable: false\nnginx_http_port: 80\nnginx_https_port: 443\n\niptables_tcp_enable: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path":...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 841, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/jupyter_notebook
321
[ "no_license" ]
[ { "path": "asb/roles/jupyter_notebook/tasks/jupyter-notebook.yaml", "content": "---\n- name: Jupyter apt install\n become: true\n ansible.builtin.apt:\n pkg:\n - python3-pip\n - jupyter\n - jupyter-notebook\n - jupyter-server\n - ipython3\n - python3-ipykernel\n - pyt...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2921, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/kali
321
[ "no_license" ]
[ { "path": "asb/roles/kali/tasks/kali_faraday.yaml", "content": "---\n- name: Faraday tools install\n become: true\n ansible.builtin.apt:\n pkg:\n - faraday\n tags:\n - kali\n - faraday\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "pat...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3574, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/monit
321
[ "no_license" ]
[ { "path": "asb/roles/monit/tasks/main.yaml", "content": "---\n- name: Monit import\n ansible.builtin.import_tasks: monit.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "asb/roles/monit/tasks/monit.yaml", "content": "---\n- name: Monit a...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 761, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/munin
321
[ "no_license" ]
[ { "path": "asb/roles/munin/tasks/munin.yaml", "content": "---\n- name: Munin apt install\n become: true\n ansible.builtin.apt:\n pkg:\n - munin\n - munin-node\n - munin-plugins-extra\n - libcgi-fast-perl\n tags:\n - apt\n - munin\n\n- name: Munin service enable\n become: tru...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1380, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/nginx
321
[ "no_license" ]
[ { "path": "asb/roles/nginx/templates/nginx.conf", "content": "server_tokens {{ nginx_server_tokens }};\n\n{{ ansible_managed | comment }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "asb/roles/nginx/handlers/main.yaml", "content": "---\n- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1266, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/nginx_tls
321
[ "no_license" ]
[ { "path": "asb/roles/nginx_tls/tasks/main.yaml", "content": "---\n- name: NginxTLS import\n ansible.builtin.import_tasks: nginx_tls.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "asb/roles/nginx_tls/defaults/main.yaml", "content": "---...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1903, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/postfix
321
[ "no_license" ]
[ { "path": "asb/roles/postfix/tasks/main.yaml", "content": "---\n- name: Postfix import\n ansible.builtin.import_tasks: postconf.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "asb/roles/postfix/handlers/main.yaml", "content": "---\n- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2564, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/rstudio
321
[ "no_license" ]
[ { "path": "asb/roles/rstudio/tasks/rstudio-project.yaml", "content": "---\n- name: RStudio project users group\n become: true\n ansible.builtin.group:\n name: ruser\n state: present\n gid: \"{{ rstudio_project_user_gid }}\"\n tags:\n - rstudio-project\n\n- name: RStudio project admin users gr...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 8459, "all_permissive": false }
ansible_role
uruws/uws
210f2bfbd6570c42f807cf7537ce634442906c1f
0
asb/roles/uwsca
321
[ "no_license" ]
[ { "path": "asb/roles/uwsca/tasks/main.yaml", "content": "---\n- name: UWSCA import\n ansible.builtin.import_tasks: uwsca.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "asb/roles/uwsca/tasks/uwsca.yaml", "content": "---\n- name: UWSCA d...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 588, "all_permissive": false }
ansible_role
jdst103/nodejs-app-playbook-test-kitchen
57f6ac974139299db201b7af13e30b523aefcea4
0
roles/nginx
321
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\nansible_distribution_release: \"xenial\"\nproxy_port: \"3000\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Update cache repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
jdst103/nodejs-app-playbook-test-kitchen
57f6ac974139299db201b7af13e30b523aefcea4
0
roles/nodejs
321
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "---\nansible_distribution_release: \"xenial\"\nnodejs_version: \"8\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Update cache r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
ibrahima-eemi/expressCart-master
ef3d57f9bbf6c8896ee900b72cd696f9494485e0
1
ansible_expresscart/roles/appserver
321
[ "no_license" ]
[ { "path": "ansible_expresscart/roles/appserver/templates/.env.j2", "content": "NODE_ENV=production\nPORT={{ app_port | default('1111') }}\nMONGO_URL=mongodb://{{ db_user | default('admin') }}:{{ db_password | default('<PASSWORD>') }}@{{ db_host | default('127.0.0.1') }}/{{ db_name | default('expresscart') }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 949, "all_permissive": false }
ansible_role
ibrahima-eemi/expressCart-master
ef3d57f9bbf6c8896ee900b72cd696f9494485e0
1
ansible_expresscart/roles/database
321
[ "no_license" ]
[ { "path": "ansible_expresscart/roles/database/vars/main.yml", "content": "db_name: expresscart\ndb_user: admin\ndb_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible_expresscart/roles/database/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
ibrahima-eemi/expressCart-master
ef3d57f9bbf6c8896ee900b72cd696f9494485e0
1
ansible_expresscart/roles/webserver
321
[ "no_license" ]
[ { "path": "ansible_expresscart/roles/webserver/tasks/main.yml", "content": "---\n- name: Check if Nginx is running\n ansible.builtin.command: systemctl is-active nginx\n register: nginx_status\n ignore_errors: true\n\n- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1052, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/basic_server_setup
332
[ "no_license" ]
[ { "path": "ansible/roles/basic_server_setup/tasks/main.yml", "content": "---\n - name: Install ufw\n apt: name=ufw state=present\n\n - name: create a new user\n user: name={{ newuser }}\n state=present\n shell=/bin/bash\n\n - authorized_key: user=\"{{ newuser }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/docker
332
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n - name: Add repo from Docker\n shell: curl -sSL https://get.docker.com/ | sudo sh creates=/usr/bin/docker\n\n - name: Install docker\n apt: name=docker-engine update-cache=yes\n\n - name: get setuptools\n apt: name=python-setupto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/docker_build
332
[ "no_license" ]
[ { "path": "ansible/roles/docker_build/tasks/main.yml", "content": "---\n - name: Create {{ service }} directory\n file: path={{ work_dir }} state=directory owner=root group=root\n\n - name: Load {{ service }}\n copy: src={{ service }} dest={{ work_dir }}\n\n - name: Make files executable\n file:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/load_wordpress
332
[ "no_license" ]
[ { "path": "ansible/roles/load_wordpress/tasks/main.yml", "content": "---\n - name: Make sure data directory exists\n file: path={{ work_dir }}/data/{{ site_name }} state=directory\n\n - name: Move MySQL backup over\n unarchive: src=./backups/wp_backup.sql.tar.gz dest={{ work_dir }}\n\n - name: Unar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 337, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/new_wordpress
332
[ "no_license" ]
[ { "path": "ansible/roles/new_wordpress/tasks/main.yml", "content": "---\n - name: Make sure httplib2 is installed\n pip: name=httplib2\n\n - name: Get salt values\n uri: url=https://api.wordpress.org/secret-key/1.1/salt/ return_content=yes\n register: wp_salt\n\n - name: Set salts\n set_fact:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1022, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/swap
332
[ "no_license" ]
[ { "path": "ansible/roles/swap/tasks/main.yml", "content": "---\n - name: register swap var\n stat: path=/mnt/swap\n register: swap_file\n\n - name: create the file to be used for swap\n command: fallocate -l 512M /mnt/swap\n when: swap_file.stat.exists == False\n\n - name: format the file for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
johanan/Dockerized-Wordpress-the-Correct-way
bb6bc286cf8bfba4346ed28fc3845bfaf7c1f728
52
ansible/roles/wordpress
332
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/tasks/main.yml", "content": "---\n - name: Create Docker base directory\n file: path={{ work_dir }} state=directory\n\n - name: Copy docker-compose file\n template: src=docker-compose.j2 dest={{ work_dir }}/docker-compose.yml\n\n - name: Setup ufw\n ufw: rule=a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1232, "all_permissive": false }
ansible_role
maochuanli/aws-jenkins-deployment
f94b502a9dd5a11ac59ed3f54e02b0a47090eee8
1
ansible/roles/nginx-reverse-proxy
332
[ "no_license" ]
[ { "path": "ansible/roles/nginx-reverse-proxy/tasks/main.yml", "content": "---\n\n- name: install nginx\n apt: pkg=nginx state=installed\n tags: \n - nginx\n\n- name: install site\n template: src=site.nginx.conf \n dest=/etc/nginx/sites-available/{{ nginx_site_name }}.conf\n notify:\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 830, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/add-agent
332
[ "no_license" ]
[ { "path": "roles/add-agent/handlers/main.yaml", "content": "---\n- name: Restart rke2-agent\n ansible.builtin.systemd:\n name: rke2-agent\n state: restarted\n daemon_reload: true\n when: inventory_hostname in groups['agents'] or inventory_hostname in groups['longhorn']\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 959, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/apply-manifests
332
[ "no_license" ]
[ { "path": "roles/apply-manifests/tasks/main.yaml", "content": "---\n- name: Wait for k8s nodes with node label 'server=true' to be ready, otherwise we cannot start metallb deployment\n ansible.builtin.command:\n cmd: \"kubectl wait --for=condition=Ready nodes --selector server=true --timeout=600s\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2207, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/common
332
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - nfs-common\n state: present\n update_cache: yes\n # Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/install-longhorn
332
[ "no_license" ]
[ { "path": "roles/install-longhorn/templates/longhorn.yaml.j2", "content": "---\n# Builtin: \"helm template\" does not respect --create-namespace\napiVersion: v1\nkind: Namespace\nmetadata:\n name: longhorn-system\n---\n# Source: longhorn/templates/serviceaccount.yaml\napiVersion: v1\nkind: ServiceAccount\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 155106, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/install-rancher
332
[ "no_license" ]
[ { "path": "roles/install-rancher/tasks/main.yaml", "content": "---\n- name: Install Helm\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /tmp/get_helm.sh\n mode: '0700'\n force: false\n changed_when: false\n # Download and install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2075, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/kube-vip
332
[ "no_license" ]
[ { "path": "roles/kube-vip/tasks/main.yaml", "content": "---\n- name: Create directory for Kube VIP Manifest\n ansible.builtin.file:\n path: \"/var/lib/rancher/rke2/server/manifests\"\n state: directory\n mode: '0644'\n when: inventory_hostname in groups['servers']\n # Create directory for Kube V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/master
332
[ "no_license" ]
[ { "path": "roles/master/templates/kube-vip.yaml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n name: kube-vip\n namespace: kube-system\nspec:\n containers:\n - name: kube-vip\n image: ghcr.io/kube-vip/kube-vip:v0.5.0\n imagePullPolicy: IfNotPresent\n args:\n - manager\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1655, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/prepare-admin
332
[ "no_license" ]
[ { "path": "roles/prepare-admin/tasks/main.yaml", "content": "---\n- name: Ensure .ssh directory exists on admin node\n ansible.builtin.file:\n path: \"/home/{{ ansible_user }}/.ssh\"\n state: directory\n mode: '0700'\n # Ensure .ssh directory exists on admin node\n\n- name: Copy id_rsa to admin n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2321, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/prepare-nodes
332
[ "no_license" ]
[ { "path": "roles/prepare-nodes/tasks/main.yaml", "content": "---\n- name: Enable IPv4 forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: true\n tags: sysctl\n when: inventory_hostname in groups['servers','agents','longhorn']\n # Enable IP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 506, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/rke2-download
332
[ "no_license" ]
[ { "path": "roles/rke2-download/tasks/main.yaml", "content": "---\n- name: Create directory for RKE2 binary\n ansible.builtin.file:\n path: \"{{ rke2_install_dir }}\"\n state: directory\n mode: '0755'\n # Create directory for RKE2 binary\n\n- name: Download RKE2 binary\n ansible.builtin.get_url:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/rke2-prepare
332
[ "no_license" ]
[ { "path": "roles/rke2-prepare/templates/rke2-server-config.j2", "content": "write-kubeconfig-mode: \"0644\"\ntls-san:\n - {{ vip }}\n - {{ hostvars['rke2-01']['ansible_host'] }}\n - {{ hostvars['rke2-02']['ansible_host'] }}\n - {{ hostvars['rke2-03']['ansible_host'] }}\nnode-label:\n - server=true\ndis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4482, "all_permissive": false }
ansible_role
Klomgor/rke2
11de92092d45192f8d34034ef0c7be202bb5a3c0
0
roles/ssh
332
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Ensure .ssh directory exists on admin node\n ansible.builtin.file:\n path: \"/home/{{ ansible_user }}/.ssh\"\n state: directory\n mode: '0700'\n\n- name: Copy id_rsa to admin node\n ansible.builtin.copy:\n src: \"/Users/ok/.ssh/id_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1956, "all_permissive": false }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/cisetup
332
[ "permissive" ]
[ { "path": "roles/cisetup/tasks/svnrepo.yml", "content": "---\n- name: set facts\n set_fact: \n repourl: \"{{outer_item.svnrepo}}\"\n srcdir: \"{{outer_item.src}}\"\n \n- name: create svn directories\n shell: |\n svn mkdir {{ish_svn_args}} --parents {{repourl}}/branches -m \"create branches\"\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 18091, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/ishsetup
332
[ "permissive" ]
[ { "path": "roles/ishsetup/templates/item.j2", "content": "{{item}}", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 8 }, { "path": "roles/ishsetup/defaults/main.yml", "content": "---\n# User for ci setup\nish_user: intershop\n\n# Password...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1643, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/jenkins
332
[ "permissive" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: create jenkins repo\n yum_repository: name=jenkins description=\"Jenkins CI\" baseurl=http://pkg.jenkins.io/redhat-stable gpgcheck=true gpgkey=http://pkg.jenkins.io/redhat/jenkins.io.key\n\n- name: install jenkins\n yum: name=jenkins state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1145, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/nexus
332
[ "permissive" ]
[ { "path": "roles/nexus/defaults/main.yml", "content": "---\n# nexus download url\nnexus_download_url: http://www.sonatype.org/downloads/nexus-latest-bundle.tar.gz\n\n# nexus url for using repo.intershop.de\n#nexus_ishrepo_url:\n\n# user token for using repo.intershop.de\n#nexus_ishrepo_user:\n\n# password f...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6274, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/oracle-client
332
[ "permissive" ]
[ { "path": "roles/oracle-client/tasks/oracle.yml", "content": "---\n- name: unpack Oracle client installation archive\n unarchive: src=\"{{oracle_client_download_url}}\" dest=\"/tmp\" copy=no owner={{oracle_user}} group={{oracle_group}} creates={{installer_dir}}\n \n- name: install required packages\n yum...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4007, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/oracle-server
332
[ "permissive" ]
[ { "path": "roles/oracle-server/vars/main.yaml", "content": "---\n# install directory\ninstaller_dir: /tmp/database\n\n# install script\ninstaller_script: \"{{ installer_dir }}/runInstaller\"\n\n# arguments for install script\ninstaller_opts: \"-silent -waitforcompletion -responseFile\"\n\n# path to response...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8116, "all_permissive": true }
ansible_role
IntershopCommunicationsAG/ci-setup-ansible-playbook
7f392aedcb6be85d688deb15bfdb9ab3b23ee377
3
roles/oraclejdk
332
[ "permissive" ]
[ { "path": "roles/oraclejdk/tasks/main.yml", "content": "---\n- name: check current jdk_download_url|basename}}\n shell: java -version 2>&1 | grep {{jdk_version}}\n register: jdkcheck\n ignore_errors: true\n changed_when: \"{{jdkcheck.rc}} != 0\"\n failed_when: false\n \n- name: do jdk installation\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1657, "all_permissive": true }
ansible_role
dougbtv/droctagon-bifrost
2bebad35f636583c7c0e67e66336f48e4fec0166
0
roles/bifrost-install
332
[ "no_license" ]
[ { "path": "roles/bifrost-install/tasks/main.yml", "content": "---\n# Steps primarily learned from:\n# http://docs.openstack.org/developer/bifrost/readme.html\n# ...up to the end of the \"installation\" section.\n\n- name: Install dependencies\n package:\n name: \"{{ item }}\"\n state: present\n with...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8573, "all_permissive": false }
ansible_role
dougbtv/droctagon-bifrost
2bebad35f636583c7c0e67e66336f48e4fec0166
0
roles/bifrost-inventory
332
[ "no_license" ]
[ { "path": "roles/bifrost-inventory/templates/bifrost-inventory.json.j2", "content": "{\n {% for inv in bifrost_inventory %}\"{{ inv.nickname }}\": {\n \"uuid\": \"{{ inv.uuid }}\",\n \"driver_info\": {\n \"power\": {\n \"ipmi_username\": \"{{ inv.pm_user }}\",\n \"ipmi_address\": \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2029, "all_permissive": false }
ansible_role
dougbtv/droctagon-bifrost
2bebad35f636583c7c0e67e66336f48e4fec0166
0
roles/bifrost-postinstall
332
[ "no_license" ]
[ { "path": "roles/bifrost-postinstall/tasks/main.yml", "content": "---\n# A suite of things to do after bifrost is installed.\n# ...such as configuring ironic.\n\n- name: Disable firewalld\n service:\n name: firewalld\n state: stopped\n enabled: no\n\n- name: Make sure the ironic logs directory exi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/bb0-openstack
332
[ "permissive" ]
[ { "path": "playbooks/roles/bb0-openstack/vars/main.yml", "content": "---\n# vars file for provisioning_openstack\n\nstack_name: openshift\nheat_template: files/openshift_single_lbaas.yaml\nbastion_flavor: \"m1.small\"\nmaster_flavor: \"m1.large\"\ninfra_flavor: \"m1.large\"\nnode_flavor: \"m1.large\"\n\n# I...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 18, "total_bytes": 26664, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_cleanup
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_cleanup/tasks/main.yml", "content": "- name: Stop nc from listening\n shell: \"pkill -f 'nc -l'\"\n ignore_errors: true\n- name: Ensure nc absent\n yum:\n name: nc\n state: absent\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_connectivity
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_connectivity/tasks/main.yml", "content": "- name: cURL proxy whitelisted sites\n shell: \"curl -s http://{{item}} -o /dev/null\"\n with_items: \"{{proxy_whitelist}}\"\n register: connectivity\n changed_when: false\n- name: Check download speed\n shell: \"curl -s https:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_disks
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_disks/tasks/main.yml", "content": "- shell: |\n lsblk -r | grep -c disk\n register: number_of_disks\n- name: check number of disks in nodes\n fail:\n msg: All nodes and masters need 2+ disks\n when: \"number_of_disks.stdout|int < 2 and inventory_hostname in groups['...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_dns
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_dns/tasks/main.yml", "content": "- name: Check DNS resolution for OpenShift API endpoint. If fails if it's not resolved OK.\n command: nslookup \"{{api_dns}}\"\n ignore_errors: yes\n register: api_ns\n changed_when: false\n- name: Check DNS resolution for OpenShift apps ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1026, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_docker
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_docker/tasks/main.yml", "content": "---\n- name: Prepare install and validate docker\n hosts: nodes\n gather_facts: yes\n vars_files:\n - \"{{file_env}}\"\n roles:\n - check_docker_setup\n - check_docker_validation\n", "license_type": "permissive", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_docker_setup
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_docker_setup/templates/docker-storage-setup.j2", "content": "WIPE_SIGNATURES=true\nSTORAGE_DRIVER=overlay2\n{%if container_disk is defined%}\nDEVS=/dev/{{container_disk}}\n{%endif%}\nCONTAINER_ROOT_LV_NAME=dockerlv\nCONTAINER_ROOT_LV_SIZE=100%FREE\nCONTAINER_ROOT_LV_MOUNT_PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1822, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_docker_validation
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_docker_validation/tasks/main.yml", "content": "- name: Pull some basic docker images\n command: \"docker pull {{item}}:{{docker_prepull_tag}}\"\n with_items:\n - \"{{docker_prepull}}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_firewall
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_firewall/tasks/main.yml", "content": "- name: Check that all needed ports are open\n wait_for:\n host: \"{{item[0]}}\"\n port: \"{{item[1]}}\"\n delay: 0\n timeout: 1\n when: item[0] != nodes[0]\n with_nested:\n - \"{{ nodes }}\"\n - \"{{ firewall_ports }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_firewall_initialize
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_firewall_initialize/tasks/main.yml", "content": "- name: Ensure nc is installed\n yum:\n name: nc\n state: present\n- name: Open correct ports from iptables\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: \"{{item}}\"\n jump: ACCEPT\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_glusterfs
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_glusterfs/tasks/main.yml", "content": "- name: Check if NTP enabled\n shell: |\n timedatectl | grep \"NTP enabled: yes\" \n ignore_errors: true\n register: ntp_enabled\n- name: Check if NTP synchronized\n shell: |\n timedatectl | grep \"NTP synchronized: yes\"\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_hostname
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_hostname/tasks/main.yml", "content": "---\n- name: Fetch fqdn (hostname -f)\n command: hostname -f \n register: hostname_fqdn\n\n- name: Fetch hostname (hostname)\n command: hostname\n register: hostname\n\n- name: Check hostnames\n assert:\n that:\n - \"invento...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_networking
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_networking/tasks/main.yml", "content": "- name: check is net.ipv4.ip_forward turned on\n command: sysctl -b net.ipv4.ip_forward\n register: ip_forward_check\n- name: show error\n debug:\n msg: \"net.ipv4.ip_forward is 0 forcing it to 1\"\n when: ip_forward_check.stdou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_nm
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_nm/tasks/main.yml", "content": "- name: Ensure that NetworkManager is running\n command: systemctl status NetworkManager\n ignore_errors: yes\n changed_when: false\n register: service_NetworkManager_status\n- name: Report status of Network Manager\n fail:\n msg: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_ntp
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_ntp/handlers/main.yml", "content": "---\n- name: Restart chrony\n service:\n name: chronyd\n state: restarted\n\n- name: Restart ntp\n service:\n name: ntpd\n state: restarted\n\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_packages_bastion
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_packages_bastion/tasks/main.yml", "content": "- name: Install packages\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - \"{{ packages }}\"\n - \"{{ packages_jumphost }}\"\n- name: update bastion packages\n yum:\n name: '*'\n state: latest\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_packages_nodes
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_packages_nodes/tasks/main.yml", "content": "- name: Install packages\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - \"{{packages}}\"\n- name: Update packages\n yum:\n name: '*'\n state: latest\n- name: Shutdown\n shell: sleep 2 && shutdown -r ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_proxy
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_proxy/tasks/main.yml", "content": "- name: ensure proxy settings uppercase with username and password\n lineinfile:\n dest: /etc/environment\n state: present\n line: \"{{item[0]}}={{ proxy_username }}:{{ proxy_password }}@{{ item[1] }}\"\n with_together:\n - \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1605, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_selinux
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_selinux/tasks/main.yml", "content": "- name: check if selinux is running and enforced\n command: getenforce\n register: sestatus\n changed_when: false\n\n- name: Check SELinux\n assert:\n that:\n - \"sestatus.stdout == 'Enforcing'\"\n msg: \"Please set SELinux...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 241, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_sizing
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_sizing/tasks/main.yml", "content": "- shell: echo 'Currently CPU has {{ ansible_processor_vcpus }} vCPUs and memory is {{ (ansible_memory_mb.real.total / 1024) | round | int }} GBs. Node sizing is {{ node_vcpus }} for vCPUs, and {{ (node_mem / 1024) | round | int }} for memo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_storage
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_storage/tasks/main.yml", "content": "- shell: |\n if [[ $(df -T / | tail -n 1 | awk '{print $2}') == \"btrfs\" ]]; then\n btrfs fi usage --kbytes / | awk '/^.*Free / {print $3}'| sed 's/\\..*//'\n else\n df -BK / | tail -n 1 | awk '/^[^Filesystem]/ {print $4}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 982, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/check_subscription
332
[ "permissive" ]
[ { "path": "playbooks/roles/check_subscription/tasks/main.yml", "content": "---\n- name: Create /tmp/stc-repos-should-enabled \n copy:\n content: \"{{ repos | sort | join('\\n') }}\\n\"\n dest: /tmp/stc-repos-should-enabled\n\n- name: Create /tmp/stc-repos-enabled\n shell: \"subscription-manager repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": true }
ansible_role
RedHat-EMEA-SSA-Team/stc
9f9a64a6eec649c263cb9c74dbb432393c27174f
30
playbooks/roles/print
332
[ "permissive" ]
[ { "path": "playbooks/roles/print/tasks/main.yml", "content": "- debug:\n msg: |\n {{name}}\n {{value}}\n {{file}}\n- name: Print var to file\n local_action: |\n shell echo '{{name}}: \"{{value}}\"' >> {{file}}\n", "license_type": "permissive", "detected_licenses": [ "Apac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": true }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/alertmanager
332
[ "no_license" ]
[ { "path": "roles/alertmanager/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的alertmanager\"\n ignore_errors: true\n systemd:\n name: alertmanager\n state: stopped\n become: true\n\n- name: \"2、清理可能的alertmanager service残留文件\"\n file:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2966, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/docker
332
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json.j2", "content": "{\n \"registry-mirrors\": [\n \"https://mirror.ccs.tencentyun.com\",\n \"https://docker.nju.edu.cn/\",\n \"https://kuamavit.mirror.aliyuncs.com\",\n \"https://registry.docker-cn.com\",\n \"https://docker.mirrors.ustc.edu.cn\",\n \"https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4184, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/elasticsearch
332
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的elasticsearch\"\n ignore_errors: true\n systemd:\n name: elasticsearch\n state: stopped\n become: true\n\n- name: \"2、清理可能的elasticsearch service残留文件\"\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5648, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/filebeat
332
[ "no_license" ]
[ { "path": "roles/filebeat/templates/filebeat.service.j2", "content": "[Unit]\nDescription=filebeat server daemon\nDocumentation=/opt/filebeat/filebeat --help\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=root\nGroup=root\nRestart=on-failure\nEnvironment=\"BEAT_CONFIG_OPTS=-c {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3635, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/gitlab-runner
332
[ "no_license" ]
[ { "path": "roles/gitlab-runner/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的gitlab-runner\"\n ignore_errors: true\n shell: cd {{ gitlab_runner_install_path }} && docker-compose down -v\n become: true\n\n- name: \"2、清理可能的gitlab-runner残留文件...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1831, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/harbor
332
[ "no_license" ]
[ { "path": "roles/harbor/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的harbor\"\n ignore_errors: true\n shell: cd {{ harbor_install_path }}/harbor-{{ harbor_version }} && docker-compose down -v\n become: true\n\n- name: \"2、清理可能的harbor残留文件...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2662, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/jdk
332
[ "no_license" ]
[ { "path": "roles/jdk/templates/jdk.sh.j2", "content": "export JAVA_HOME={{ jdk_path }}/{{ jdk_link }}\nexport PATH=$PATH:$JAVA_HOME/bin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/jdk/tasks/main.yml", "content": "---\n- name: debug pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1591, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/kafka
332
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的kafka\"\n ignore_errors: true\n shell: \"export JAVA_HOME={{ jdk_path }}/{{ jdk_link }} && {{ kafka_install_path }}/{{ kafka_link }}/bin/kafka-server-stop.sh\"\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8237, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/kafka-kraft
332
[ "no_license" ]
[ { "path": "roles/kafka-kraft/tasks/main.yml", "content": "---\n- name: debug package variable\n debug:\n var: package\n\n- name: \"1、停止残留的kafka\"\n ignore_errors: true\n shell: \"export JAVA_HOME={{ jdk_path }}/{{ jdk_link }} && {{ kafka_install_path }}/{{ kafka_link }}/bin/kafka-server-stop.sh\"\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8362, "all_permissive": false }
ansible_role
fed0ra/ica-ansible
7cd204efb7a1b82583932fb94d8d813b81afe65e
0
roles/kafka-ssl
332
[ "no_license" ]
[ { "path": "roles/kafka-ssl/tasks/main.yml", "content": "---\n- name: \"1、生成kafka SSL证书脚本\"\n template:\n src: \"create-kafka-ssl-certificates.sh.j2\"\n dest: \"{{ tmp_dir }}/create-kafka-ssl-certificates.sh\"\n mode: 0755\n- name: \"2、生成kafka SSL证书\"\n shell: \"bash {{ tmp_dir }}/create-kafka-ssl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2157, "all_permissive": false }