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
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/unattended_upgrades
8,101
[ "no_license" ]
[ { "path": "roles/unattended_upgrades/templates/task-schedule.conf.j2", "content": "[Timer]\nOnCalendar=*-*-* {{ unattended_upgrades_time_of_day }}\nRandomizedDelaySec={{ unattended_upgrades_random_delay }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2395, "all_permissive": false }
ansible_role
betagouv/ansible-pole-api
377fc20d804ce174bc485eaabfd1a4dfb651d64c
0
roles/wireguard
8,101
[ "no_license" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n- name: Wireguard APT package is installed\n apt:\n pkg: wireguard\n tags:\n - wireguard::package\n\n- name: Read Wireguard private key if it exists\n slurp:\n src: \"{{ wireguard_conf_dir }}/{{ wireguard_if }}.privatekey\"\n ignore_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4127, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/ansible
8,109
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yaml", "content": "---\n- name: Install pip\n apt:\n name: python3-pip\n\n- name: Install Ansible with pip\n pip:\n name: ansible\n\n- name: Make sure provisioning_path exists\n file:\n path: \"{{ provisioning_path }}\"\n state: directory\n owner: \"{{ a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/certificates-in-browsers
8,109
[ "no_license" ]
[ { "path": "roles/certificates-in-browsers/tasks/main.yaml", "content": "---\n- name: Create firefox profile\n include_tasks: firefox.yaml\n loop: \"{{ all_users }}\"\n loop_control:\n loop_var: user\n\n- name: Configure system\n include_tasks: configure-system.yaml\n\n- name: Configure users\n inclu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2211, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/chroot
8,109
[ "no_license" ]
[ { "path": "roles/chroot/tasks/main.yaml", "content": "---\n- name: Install the debootstrap package\n apt:\n name: debootstrap\n\n- name: Make sure the /srv/ltsp directory exists\n file:\n path: /srv/ltsp\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Bootstrap the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/configure-ltsp
8,109
[ "no_license" ]
[ { "path": "roles/configure-ltsp/handlers/main.yaml", "content": "---\n- name: Make sure the /etc/ltsp/bin directory exists\n file:\n path: /etc/ltsp/bin\n state: directory\n owner: root\n group: root\n mode: 0755\n listen: Update LTSP client\n\n- name: Copy the sshfs file\n copy:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1200, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/desktop
8,109
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yaml", "content": "---\n- name: Install the xfce4 metapackage\n apt:\n name: xfce4\n install_recommends: yes\n\n- name: Install a desktop manager\n apt:\n name: sddm\n install_recommends: yes\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/dev-tools
8,109
[ "no_license" ]
[ { "path": "roles/dev-tools/tasks/main.yaml", "content": "---\n- name: Install basic packages\n apt:\n name:\n - vim\n - git\n - curl\n - wget\n - net-tools\n - dnsutils\n - build-essential\n - php\n\n- name: Install nvm\n ansible.builtin.shell: >\n curl -o- ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3718, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/dnsmasq
8,109
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yaml", "content": "---\n- name: Unmask systemd-resolved\n systemd:\n name: systemd-resolved\n state: restarted\n masked: no\n\n- name: Configure resolved.conf\n template:\n src: resolved.conf\n dest: /etc/systemd/resolved.conf\n owner: root\n group:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1336, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/epoptes
8,109
[ "no_license" ]
[ { "path": "roles/epoptes/handlers/main.yaml", "content": "---\n- name: Fetch SSL certificate\n command: epoptes-client -c\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/epoptes/tasks/main.yaml", "content": "---\n- name: Proceed to the...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 691, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/gitlab
8,109
[ "no_license" ]
[ { "path": "roles/gitlab/handlers/main.yaml", "content": "---\n- name: Reconfigure gitlab\n command: gitlab-ctl reconfigure\n\n- name: Restart nginx\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1223, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/hostname
8,109
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yaml", "content": "---\n- name: Set hostname\n hostname:\n name: jammy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/kiwix
8,109
[ "no_license" ]
[ { "path": "roles/kiwix/tasks/main.yaml", "content": "---\n- name: Create the Zim directory\n file:\n path: \"{{ kiwix_zim_dir }}\"\n state: directory\n\n- name: Downlowd the Zim files\n get_url:\n url: \"{{ item }}\"\n dest: \"{{ kiwix_zim_dir }}/{{ item | basename }}\"\n validate_certs: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1008, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/linux-kernel
8,109
[ "no_license" ]
[ { "path": "roles/linux-kernel/tasks/main.yaml", "content": "---\n- name: Add universe repository (x86_64)\n apt_repository:\n repo: \"deb http://archive.ubuntu.com/ubuntu/ jammy universe\"\n when: ansible_architecture == \"x86_64\"\n\n- name: Add universe repository (aarch64)\n apt_repository:\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/ltsp
8,109
[ "no_license" ]
[ { "path": "roles/ltsp/tasks/main.yaml", "content": "---\n- name: Instal software-properties-common\n apt:\n name: software-properties-common\n install_recommends: yes\n\n- name: Add the LTSP PPA repository\n apt_repository:\n repo: ppa:ltsp\n\n- name: Install the ltsp package\n apt:\n name:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/mail
8,109
[ "no_license" ]
[ { "path": "roles/mail/handlers/main.yaml", "content": "---\n- name: Update aliases\n command: newaliases\n\n- name: Restart Postfix\n service:\n name: postfix\n state: restarted\n listen: Update aliases\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/mysql-server
8,109
[ "no_license" ]
[ { "path": "roles/mysql-server/tasks/main.yaml", "content": "---\n- name: Install mysql server\n apt:\n name: mysql-server\n install_recommends: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/nfs
8,109
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yaml", "content": "---\n- name: Create the exports.d folder\n file:\n path: /etc/exports.d\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Setup NFS for LTSP\n command: ltsp nfs\n args:\n creates: /etc/exports.d/ltsp-nfs.exports\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/nginx
8,109
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Install the nginx server\n apt:\n name: nginx\n notify:\n - Restart Nginx\n\n- name: Configure the proxied services\n template:\n src: site.conf\n dest: \"/etc/nginx/sites-enabled/{{ service.domain }}.conf\"\n loop: \"{{ proxi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/nodejs
8,109
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yaml", "content": "---\n- name: Download n-install script\n get_url:\n url: https://bit.ly/n-install\n dest: /tmp/n-install\n mode: 0755\n validate_certs: \"{{ ssl_verify }}\"\n\n- name: Install n\n get_url:\n url: https://raw.githubusercontent.com/visionm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/npm-registry
8,109
[ "no_license" ]
[ { "path": "roles/npm-registry/templates/docker-compose.yml", "content": "version: '3'\nservices:\n verdaccio:\n image: verdaccio/verdaccio\n ports:\n - '{{ verdaccio_port }}:4873'\n volumes:\n - '{{ verdaccio_directory }}/conf:/verdaccio/conf'\n - '{{ verdaccio_directory }}/storage:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1290, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/ssl
8,109
[ "no_license" ]
[ { "path": "roles/ssl/tasks/server.yaml", "content": "---\n- name: Install required packages\n apt:\n name: libnss3-tools\n\n- name: Check if there is already a private key\n stat:\n path: /etc/ssl/private/ca-certificate.key\n register: private_key\n\n- name: Generate a server private key\n openssl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2235, "all_permissive": false }
ansible_role
Bernardstanislas/phenix-server
207186b60deaeb568a9ddbfa5cab52f8168785c8
1
roles/users
8,109
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "---\n- name: Create the dev group\n group:\n name: \"{{ ansible_common_remote_group }}\"\n state: present\n\n- name: Create the student users\n user:\n name: \"{{ student }}\"\n shell: /bin/bash\n groups: \"{{ ansible_common_remote_group ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
authorized_key_login/roles/config_login
8,109
[ "no_license" ]
[ { "path": "authorized_key_login/roles/config_login/vars/main.yml", "content": "---\npip: pip-9.0.1\nsetuptools: setuptools-36.6.0\n#wget_package: wget-1.12-10.el6.x86_64.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "authorized_key_login/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 243, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
docker/roles/install_docker_centos6
8,109
[ "no_license" ]
[ { "path": "docker/roles/install_docker_centos6/tasks/main.yml", "content": "---\n - name: \"创建缓存目录/tmp\"\n file: path=/tmp state=directory\n\n - name: \"拷贝{{ epel_release }}包\"\n synchronize:\n mode: push \n src: \"{{ role_path }}/files/{{ epel_release }}\"\n dest: /tmp\n\n - name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
flask/roles/install_flask
8,109
[ "no_license" ]
[ { "path": "flask/roles/install_flask/vars/main.yml", "content": "---\nflask_project: /root/flask_project\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "flask/roles/install_flask/tasks/main.yml", "content": "---\n - name: \"安装virtualenv包\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
flask/roles/install_pip
8,109
[ "no_license" ]
[ { "path": "flask/roles/install_pip/tasks/main.yml", "content": "---\n - name: \"拷贝并解压setuptools安装包\"\n unarchive:\n src: \"{{ role_path }}/files/{{ setuptools}}.zip\"\n dest: /tmp\n tags:\n - copy_setuptools \n\n - name: \"安装setuptools\"\n shell: python setup.py install\n args:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 827, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
flask/roles/install_python
8,109
[ "no_license" ]
[ { "path": "flask/roles/install_python/vars/main.yml", "content": "---\npython: 2.7.8\npython_install_dir: /usr/local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "flask/roles/install_python/tasks/main.yml", "content": "---\n - name: \"安装相关...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 760, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
selinux/roles/open_selinux
8,109
[ "no_license" ]
[ { "path": "selinux/roles/open_selinux/tasks/main.yml", "content": "---\n - name: 开启selinux\n lineinfile:\n path: /etc/selinux/config\n regexp: '^SELINUX='\n line: 'SELINUX=enforcing'\n\n - name: 测试lineinfile用法\n lineinfile:\n path: /root/abc\n regexp: '^Linux'\n insertb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
huozhihui/ansible_project
959dca21ec121efa063e5ac20f908df1bcc636e9
0
vim/roles/config_vim
8,109
[ "no_license" ]
[ { "path": "vim/roles/config_vim/templates/vimrc", "content": "\" 自动显示高亮,syntastic插件设置\nlet g:syntastic_check_on_open = 1\n\n\" 模糊查找, ctrlp插件\nlet g:ctrlp_map = ',,'\n\nset rtp+=~/.vim/bundle/Vundle.vim\ncall vundle#begin()\nPlugin 'universal-ctags/ctags'\nPlugin 'vim-airline/vim-airline'\nPlugin 'vim-airlin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1986, "all_permissive": false }
ansible_role
raghubir1991/-micado-scale-ansible-micado-
b78ac53629eb4ba6759331c602947108f9a23d9c
0
roles/micado_worker
8,109
[ "permissive" ]
[ { "path": "roles/micado_worker/tasks/pull-docker-images.yml", "content": "---\n- name: Downloading docker images\n docker_image:\n name: \"{{ item }}\"\n loop:\n - \"{{ docker_images.cadvisor }}\"\n - \"{{ docker_images.node_exporter }}\"\n", "license_type": "permissive", "detected_lice...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3508, "all_permissive": true }
ansible_role
noobmaster1112/pc-ansible
9408fdb39689929812023944cbe55517603d5393
0
roles/arch
8,109
[ "no_license" ]
[ { "path": "roles/arch/templates/gitconfig.j2", "content": "[user]\n email = {{ email | default('<EMAIL>') }}\n name = {{ git | default('git') }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/arch/tasks/main.yaml", "content": "--...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1667, "all_permissive": false }
ansible_role
egbea123/Ansible_Playbook
29fa0103cb77d4fe50d706f69b10c93c6f388273
0
roles/webappdeploy
8,109
[ "no_license" ]
[ { "path": "roles/webappdeploy/vars/main.yml", "content": "---\n# vars file for webappdeploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/webappdeploy/handlers/main.yml", "content": "---\n# handlers file for webappdeploy\n - name: re...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1075, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/cilium
8,109
[ "no_license" ]
[ { "path": "ansible/roles/cilium/tasks/main.yml", "content": "---\n# - name: removing kube-proxy from kubernetes cluster.\n# shell: kubectl -n kube-system delete ds kube-proxy; kubectl -n kube-system delete cm kube-proxy\n# when: >\n# inventory_hostname in groups['kube_master'] and\n# groups['kub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1658, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/cleanup
8,109
[ "no_license" ]
[ { "path": "ansible/roles/cleanup/tasks/main.yml", "content": "---\n- name: re\n shell: kubeadm reset -f\n\n- name: reseting iptables.\n shell: iptables-save | grep -v KUBE | iptables-restore\n\n- name: remove cilium secrets\n shell: kubectl delete secret -n kube-system cilium-etcd-secrets\n# TODO:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 832, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/create_master
8,109
[ "no_license" ]
[ { "path": "ansible/roles/create_master/tasks/main.yml", "content": "---\n- name: create config directory for kubeadm\n file:\n path: /etc/kubernetes/kubeadm/\n state: directory\n\n- name: shell\n shell: |\n while IFS=$': \\t' read -a line; \\\n do [ -z \"${line%inet}\" ] && if [ $(echo -n ${li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2926, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/etcd
8,109
[ "no_license" ]
[ { "path": "ansible/roles/etcd/defaults/main.yml", "content": "---\n# The directory from where to copy the etcd certificates. By default this\n# will expand to user's LOCAL $HOME (the user that run's \"ansible-playbook ...\"\n# plus \"/etcd-certificates\". That means if the user's $HOME directory is e.g.\n# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12057, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/etcd_backup
8,109
[ "no_license" ]
[ { "path": "ansible/roles/etcd_backup/tasks/main.yml", "content": "---\n- name: Collecting facts about Internal Ip\n shell: |\n ips=$(hostname -i)\n internal_ip=($ips)\n echo ${internal_ip[$[${{ \"{\" }}{{ \"#\" }}internal_ip[@]}-1]]}\n register: internal_ip\n\n- name: Gathering instance facts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1573, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/etcd_restore
8,109
[ "no_license" ]
[ { "path": "ansible/roles/etcd_restore/tasks/main.yaml", "content": "---\n- name: Install python3-pip\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop:\n - python3-pip\n when: >\n inventory_hostname in groups['kube-etcd'] and\n groups['kube-etcd'].index(inventory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5833, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/ingress-nginx
8,109
[ "no_license" ]
[ { "path": "ansible/roles/ingress-nginx/tasks/main.yml", "content": "---\n- name: Copy cilium manifest files\n template: src=\"{{ item.src }}\" dest=\"{{ item.dest }}\"\n with_items:\n - { src: 'ingress-nginx.yaml.j2', dest: '/etc/kubernetes/ingress-nginx.yaml' }\n when: >\n inventory_hostname in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/install
8,109
[ "no_license" ]
[ { "path": "ansible/roles/install/templates/0-cri-containerd.conf.j2", "content": "[Service]\nEnvironment=\"KUBELET_EXTRA_ARGS=--container-runtime=remote --runtime-request-timeout=15m --container-runtime-endpoint=unix:///run/containerd/containerd.sock\" \n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4152, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/join_master
8,109
[ "no_license" ]
[ { "path": "ansible/roles/join_master/tasks/main.yml", "content": "---\n- name: join command \n shell: (kubeadm token create --ttl 30m --print-join-command; echo \"--control-plane --certificate-key\"; kubeadm init phase upload-certs --upload-certs --config /etc/kubernetes/kubeadm/kubeadm-config.yaml | tail ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1017, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/join_worker
8,109
[ "no_license" ]
[ { "path": "ansible/roles/join_worker/tasks/main.yml", "content": "---\n- name: join command\n shell: kubeadm token create --ttl 5m --print-join-command\n register: join_worker\n when: >\n inventory_hostname in groups['kube_master'] and\n groups['kube_master'].index(inventory_hostname) == 0\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 555, "all_permissive": false }
ansible_role
shishir9159/kapetanios-cli
5b1a28f393609f5f8396075c56b3fbef0aa218f8
0
ansible/roles/longhorn
8,109
[ "no_license" ]
[ { "path": "ansible/roles/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/priorityclass.yaml\napiVersion: scheduling.k8s.io/v1\nkind:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 177493, "all_permissive": false }
ansible_role
mahdichaffai/CD
774514efe3bbda58020b4e93b11960a88ecf1d6b
0
MyApp/ansible/roles/build
8,109
[ "no_license" ]
[ { "path": "MyApp/ansible/roles/build/tasks/main.yml", "content": "---\n#buildproject\n- name: build app\n command: ng build --prod\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
mahdichaffai/CD
774514efe3bbda58020b4e93b11960a88ecf1d6b
0
MyApp/ansible/roles/docker
8,109
[ "no_license" ]
[ { "path": "MyApp/ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker \n docker_image:\n name: PipeLine3\n build: \n path: /var/lib/jenkins/workspace/PipeLine3\n pull: no\n source: build \n state: present\n force_source: true\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
Yury-Piataev/vita
f744ed9d88aebc3a13e4c2671dc9b33dc0e835f6
0
ansible-project/roles/copy
8,109
[ "no_license" ]
[ { "path": "ansible-project/roles/copy/tasks/main.yml", "content": "---\n- name: Копирование файлов на сервер\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: \"{{ item.owner | default(omit) }}\"\n group: \"{{ item.group | default(omit) }}\"\n mode: \"{{ item.mode | defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
schaitanya/oauthd-ansible
28b82a43554e9fb2baf29f2a08d9e7a3a8f1be08
0
roles/common
8,109
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n\n - name: start nginx\n service: name=nginx state=started\n\n - name: start redis\n service: name=redis state=started\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
schaitanya/oauthd-ansible
28b82a43554e9fb2baf29f2a08d9e7a3a8f1be08
0
roles/db
8,109
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n - name: Downloading and Enabling EPEL\n action: command rpm -Uvh --replacepkgs http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm\n\n - name: Install mysql\n yum: name=mysql state=latest\n\n - name: Install git, node, npm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
schaitanya/oauthd-ansible
28b82a43554e9fb2baf29f2a08d9e7a3a8f1be08
0
roles/web
8,109
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n\n - name: copy server key\n copy: src=server.key dest={{web_ssl_key}} mode=644\n notify: restart nginx\n tags: web_ssl_key\n\n - name: copy server certificate\n copy: src=server.crt dest={{web_ssl_cert}} mode=640\n notify: restart ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2728, "all_permissive": false }
ansible_role
ppwfx/go-ip-microservice
308a6656b97c43a412779bc432b316eaac60840a
0
ansible/roles/deploy
8,109
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tests/tasks/main.yml", "content": "- include: tasks/tests/docker_container_is_running.yml\n vars:\n container: go-ip-microservice\n\n\n- include: tasks/tests/consul_has_service_count.yml\n vars:\n service: go-ip-microservice\n count: 1\n\n- include: tasks/tests/con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1723, "all_permissive": false }
ansible_role
daveygit2050/gs-infrastructure
8be4ac435e1b2526bcc187186f46c4d95d3fd130
0
ansible/roles/bootstrap
8,114
[ "permissive" ]
[ { "path": "ansible/roles/bootstrap/tasks/main.yml", "content": "---\n- name: hostname is correct\n hostname:\n name: \"{{ inventory_hostname }}\"\n become: true\n\n- name: apt update\n apt:\n cache_valid_time: 600\n update_cache: yes\n become: true\n\n- name: required packages are latest\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 980, "all_permissive": true }
ansible_role
daveygit2050/gs-infrastructure
8be4ac435e1b2526bcc187186f46c4d95d3fd130
0
ansible/roles/general
8,114
[ "permissive" ]
[ { "path": "ansible/roles/general/tasks/main.yml", "content": "---\n- name: apt update and upgrade\n apt:\n cache_valid_time: 86400\n update_cache: yes\n upgrade: \"yes\"\n become: true\n\n- name: default user is removed\n user:\n name: ubuntu\n state: absent\n become: true\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": true }
ansible_role
daveygit2050/gs-infrastructure
8be4ac435e1b2526bcc187186f46c4d95d3fd130
0
ansible/roles/k8s
8,114
[ "permissive" ]
[ { "path": "ansible/roles/k8s/tasks/main.yml", "content": "---\n- name: cgroups are enabled\n lineinfile:\n backrefs: yes\n line: cgroup_enable=memory cgroup_memory=1 \\2\n path: /boot/firmware/cmdline.txt\n regexp: ^(cgroup_enable=memory cgroup_memory=1 )?(.*)$\n become: true\n register: cgro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1330, "all_permissive": true }
ansible_role
daveygit2050/gs-infrastructure
8be4ac435e1b2526bcc187186f46c4d95d3fd130
0
ansible/roles/ssm-activation
8,114
[ "permissive" ]
[ { "path": "ansible/roles/ssm-activation/tasks/main.yml", "content": "---\n- name: amazon-ssm-agent deb is present\n get_url:\n url: https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_arm64/amazon-ssm-agent.deb\n dest: /opt/amazon-ssm-agent-arm64.deb\n timeout: 600\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": true }
ansible_role
RaimundasR/terraform-ansible-task
3aa406959c0ab91abc8dd23d30314737cd4080b1
0
dainius_aws-provisioning/ansible/roles/fluxcd-install
8,114
[ "no_license" ]
[ { "path": "dainius_aws-provisioning/ansible/roles/fluxcd-install/templates/resources-flux-values.yaml.j2", "content": "installCRDs: true\n\ncli:\n image: ghcr.io/fluxcd/flux-cli\n tag: v2.5.1\n\nimageAutomationController:\n create: false\nimageReflectionController:\n create: false\nkustomizeController:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2161, "all_permissive": false }
ansible_role
RaimundasR/terraform-ansible-task
3aa406959c0ab91abc8dd23d30314737cd4080b1
0
dainius_aws-provisioning/ansible/roles/microk8s-install
8,114
[ "no_license" ]
[ { "path": "dainius_aws-provisioning/ansible/roles/microk8s-install/vars/main.yaml", "content": "microk8s_addons:\n - dns\n - storage\n - ingress\n #- dashboard", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "dainius_aws-provisioning/ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2721, "all_permissive": false }
ansible_role
RaimundasR/terraform-ansible-task
3aa406959c0ab91abc8dd23d30314737cd4080b1
0
dainius_aws-provisioning/ansible/roles/podinfo-install
8,114
[ "no_license" ]
[ { "path": "dainius_aws-provisioning/ansible/roles/podinfo-install/templates/podinfo.yaml.j2", "content": "replicaCount: 1\n\nimage:\n repository: ghcr.io/stefanprodan/podinfo\n tag: 6.8.0\n\ningress:\n enabled: true\n className: nginx\n hosts:\n - host: {{ podinfo_host | quote }}\n paths:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1295, "all_permissive": false }
ansible_role
RaimundasR/terraform-ansible-task
3aa406959c0ab91abc8dd23d30314737cd4080b1
0
rokas_aws_provisioner/ansible/playbook/roles/microk8s-install
8,114
[ "no_license" ]
[ { "path": "rokas_aws_provisioner/ansible/playbook/roles/microk8s-install/tasks/main.yml", "content": "---\n- name: Update apt repository\n apt:\n update_cache: yes\n\n- name: Install Snapd\n apt:\n name: snapd\n state: present\n\n- name: Install Python pip\n apt:\n name: python3-pip\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2292, "all_permissive": false }
ansible_role
RaimundasR/terraform-ansible-task
3aa406959c0ab91abc8dd23d30314737cd4080b1
0
terraform-practice-2/ansible/roles/microk8s-install
8,114
[ "no_license" ]
[ { "path": "terraform-practice-2/ansible/roles/microk8s-install/defaults/main.yml", "content": "---\n# defaults/main.yml\n\nmicrok8s_enable_addons:\n - dns\n - storage\n - ingress\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "terraform-practi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
gui-caliban/wordpress_correction
541fe99e984e2a55314ada55170c78a07fbc6db9
0
roles/wp.mysql
8,114
[ "no_license" ]
[ { "path": "roles/wp.mysql/tasks/main.yml", "content": "---\n\n# Installation de mysql\n- name: Install Mysql\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - python-mysqldb\n - mysql-server\n\n# Ansibilisation de mysql_secure_installation\n- name: Generate new root password\n co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1394, "all_permissive": false }
ansible_role
gui-caliban/wordpress_correction
541fe99e984e2a55314ada55170c78a07fbc6db9
0
roles/wp.nginx
8,114
[ "no_license" ]
[ { "path": "roles/wp.nginx/defaults/main.yml", "content": "---\n# defaults file for wp.nginx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/wp.nginx/tasks/main.yml", "content": "---\n\n# Installation de nginx\n- name: Install nginx\n pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 624, "all_permissive": false }
ansible_role
gui-caliban/wordpress_correction
541fe99e984e2a55314ada55170c78a07fbc6db9
0
roles/wp.php
8,114
[ "no_license" ]
[ { "path": "roles/wp.php/defaults/main.yml", "content": "---\n# defaults file for wp.php", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/wp.php/handlers/main.yml", "content": "---\n# handlers file for wp.php", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 396, "all_permissive": false }
ansible_role
gui-caliban/wordpress_correction
541fe99e984e2a55314ada55170c78a07fbc6db9
0
roles/wp.wordpress
8,114
[ "no_license" ]
[ { "path": "roles/wp.wordpress/vars/main.yml", "content": "---\n# vars file for wp.wordpress", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/wp.wordpress/templates/wp-config.php.j2", "content": "<?php\n/**\n * La configuration de base de v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5097, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/base
8,114
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Installing packages\n include_tasks: packages.yml\n\n- name: Creating user\n include_tasks: users.yml\n\n- name: Setting up SSH\n include_tasks: ssh.yml\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1277, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/clipface
8,114
[ "no_license" ]
[ { "path": "roles/clipface/tasks/main.yml", "content": "- name: Creating install directory for clipface\n file: \n path: \"{{ data_dir }}/clipface\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n become...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1184, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/flame
8,114
[ "no_license" ]
[ { "path": "roles/flame/tasks/main.yml", "content": "- name: Create install directory for flame\n file:\n path: \"{{ data_dir }}/flame\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n become: true\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2427, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/gateway
8,114
[ "no_license" ]
[ { "path": "roles/gateway/tasks/wireguard-cloud.yml", "content": "- name: Install wireguard tools\n package:\n name: \"{{ item }}\"\n become: true\n loop:\n - wireguard-tools\n - qrencode\n\n- name: Make wireguard directory\n file:\n state: directory\n path: /etc/wireguard\n owner: root...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2017, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/gateway-client
8,114
[ "no_license" ]
[ { "path": "roles/gateway-client/tasks/main.yml", "content": "- name: WireGuard Client\n include_tasks: wireguard-client.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/gateway-client/tasks/wireguard-client.yml", "content": "- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 563, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/media
8,114
[ "no_license" ]
[ { "path": "roles/media/tasks/main.yml", "content": "- name: Creating install directory for media stack\n file: \n path: \"{{ data_dir }}/media\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4814, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/pastebin
8,114
[ "no_license" ]
[ { "path": "roles/pastebin/tasks/main.yml", "content": "- name: Create install directory for pastebin\n file:\n path: \"{{ data_dir }}/pastebin\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1312, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/psitransfer
8,114
[ "no_license" ]
[ { "path": "roles/psitransfer/files/docker-compose.yml", "content": "version: '3'\n\nservices:\n psitransfer:\n image: psitrax/psitransfer\n container_name: send\n environment:\n - PSITRANSFER_ADMIN_PASS={{ send.pass }}\n - PSITRANSFER_UPLOAD_DIR={{ data_dir }}/psitransfer/files\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1356, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/scrutiny
8,114
[ "no_license" ]
[ { "path": "roles/scrutiny/files/docker-compose.yml", "content": "version: '3.5'\n\nservices:\n scrutiny:\n container_name: scrutiny\n image: ghcr.io/analogj/scrutiny:master-omnibus\n cap_add:\n - SYS_RAWIO\n ports:\n - \"8082:8082\" # webapp\n #- \"8086:8086\" # influxDB admin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1109, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/traefik
8,114
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "- name: Creating install directory for traefik\n file:\n path: \"{{ data_dir }}/traefik\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3374, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/tubesync
8,114
[ "no_license" ]
[ { "path": "roles/tubesync/tasks/main.yml", "content": "- name: \"Creating install directory for tubesync\"\n file:\n path: \"{{ data_dir }}/tubesync\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1223, "all_permissive": false }
ansible_role
hogcycle/infra
b3b5efc63d4b713582861a2a04e4581fbec268dd
0
roles/vaultwarden
8,114
[ "no_license" ]
[ { "path": "roles/vaultwarden/tasks/main.yml", "content": "- name: Create install directory for vaultwarden\n file:\n path: \"{{ data_dir }}/vaultwarden\"\n state: directory\n owner: \"{{ docker_user.name }}\"\n group: \"{{ docker_user.group }}\"\n mode: \"{{ docker_compose_dir_mask }}\"\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1942, "all_permissive": false }
ansible_role
kvmallika/roboshop-ansible
d70d948ed401cea49c241f9d0108230adb401e03
0
roles/common
8,114
[ "no_license" ]
[ { "path": "roles/common/tasks/python.yml", "content": "- name: Installing Python\n ansible.builtin.yum:\n state: installed\n name:\n - python36\n - gcc\n - python3-devel\n\n- name: Import task app prerequisites\n ansible.builtin.import_tasks:\n file: app_prereq.yml\n\n- name: insta...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3315, "all_permissive": false }
ansible_role
kvmallika/roboshop-ansible
d70d948ed401cea49c241f9d0108230adb401e03
0
roles/dispatch
8,114
[ "no_license" ]
[ { "path": "roles/dispatch/tasks/main.yml", "content": "- name: Install GoLang\n ansible.builtin.yum:\n name: golang\n state: installed\n\n- name: Import app prerequisites\n ansible.builtin.import_role:\n name: common\n tasks_from: app_prereq\n\n- name: downloading the dependencies\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
kvmallika/roboshop-ansible
d70d948ed401cea49c241f9d0108230adb401e03
0
roles/frontend
8,114
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Copy the Roboshop config. file\n ansible.builtin.template:\n src: roboshop.conf\n dest: /etc/nginx/default.d/roboshop.conf\n\n- name: Copy the Nginx c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1375, "all_permissive": false }
ansible_role
kvmallika/roboshop-ansible
d70d948ed401cea49c241f9d0108230adb401e03
0
roles/prometheus
8,114
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: Import Prometheus Configuration\n ansible.builtin.template:\n src: \"{{ item }}.yml\"\n dest: /opt/prometheus/{{item}}.yml\n loop:\n - prometheus\n - alerts\n\n- name: Start Prometheus\n ansible.builtin.systemd:\n state: rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2162, "all_permissive": false }
ansible_role
sztanko/flume-ansible-loadtest
ecaccc7e0073143720e89d60143ec69fcf94a0c0
0
roles/agent
8,114
[ "no_license" ]
[ { "path": "roles/agent/templates/client.conf.j2", "content": "# Global defs\n\n{{ansible_hostname}}_agent.sources = src\n{{ansible_hostname}}_agent.sinks = {% for c in collectors %}{% for i in range(layout.agent.sink.numSinks|int) %}s_{{c.replace('.', '_')}}_{{i}} {% endfor %}{% endfor %}\n\n{{ansible_hostn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2487, "all_permissive": false }
ansible_role
sztanko/flume-ansible-loadtest
ecaccc7e0073143720e89d60143ec69fcf94a0c0
0
roles/collector
8,114
[ "no_license" ]
[ { "path": "roles/collector/templates/client.conf.j2", "content": "# Global defs\n{% for i in range(layout.agent.sink.numSinks|int) %}\n\n{{ansible_hostname}}_{{i}}_collector.sources = src\n{{ansible_hostname}}_{{i}}_collector.sinks = snk\n\n{{ansible_hostname}}_{{i}}_collector.channels = ch\n\n# Source\n{{a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2497, "all_permissive": false }
ansible_role
sztanko/flume-ansible-loadtest
ecaccc7e0073143720e89d60143ec69fcf94a0c0
0
roles/install
8,114
[ "no_license" ]
[ { "path": "roles/install/files/seq_generator.py", "content": "#!/usr/bin/env python\nimport sys\nimport uuid\nimport time\nimport math\nfrom threading import Thread\n\nuid = str(uuid.uuid4())\n\ndef get_row(c):\n\tt = time.time()\n\treturn (t, \"%d\\t%f\\t%s\\t%d\" %(int(t), t, uid, c))\n\ni = 0\n\ndef get_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1973, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/cart
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/cart/tasks/main.yaml", "content": "- name: App Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Configuring App\n ansible.builtin.import_role:\n name: common\n tasks_from: systemd-config\n\n- name: Nodejs Setup\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/catalogue
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/catalogue/tasks/main.yaml", "content": "- name: App Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Nodejs Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Schema Setup\n ansible.builtin.i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/common
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/common/tasks/nodejs.yaml", "content": "- name: Disabling Old Nodejs and Enabling New Nodejs Version\n ansible.builtin.shell: dnf module disable nodejs -y; dnf module enable nodejs:18 -y;\n\n- name: Installing Nodejs\n ansible.builtin.package:\n name: nodejs\n state: ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3517, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/dispatch
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/dispatch/tasks/main.yaml", "content": "- name: App Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Installing Go\n ansible.builtin.import_role:\n name: common\n tasks_from: go\n\n- name: Configuring Service\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/mongodb
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/mongodb/tasks/main.yaml", "content": "- name: Copying Mongodb Repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/\n\n- name: Installing Mongodb\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Enabling and Starting...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/mysql
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/mysql/tasks/main.yaml", "content": "- name: Disabling Old Mysql Version\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Creating Mysql Repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/\n\n- name: Installing MySql\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/payment
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/payment/tasks/main.yaml", "content": "- name: App Setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Installing Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: Configuring Service\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/rabbitmq
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/rabbitmq/tasks/main.yaml", "content": "- name: Configuring YUM Erlang Repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: Configuring YUM Rabbitmq Repo\n ansible.builtin.shell: curl -s https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 839, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/redis
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/redis/tasks/main.yaml", "content": "- name: Downloading Redis Repo\n ansible.builtin.package:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n disable_gpg_check: true\n\n- name: Enabling Redis Module\n ansible.builtin.shell: dnf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/shipping
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/shipping/vars/main.yaml", "content": "shipping_version: '-1.0'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "ANSIBLE-ROLES/roles/shipping/tasks/main.yaml", "content": "- name: App Setup\n ansible.builtin.import...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 539, "all_permissive": false }
ansible_role
CHAINVIPERX/robo-shop.ansible
bf4c879295172a8f00d51de1ea2eac107566602c
0
ANSIBLE-ROLES/roles/web
8,114
[ "no_license" ]
[ { "path": "ANSIBLE-ROLES/roles/web/handlers/main.yaml", "content": "- name: restart nginx\n # - name: Enabling And Restarting NGINX\n ansible.builtin.service:\n name: nginx\n state: restarted\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 923, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/certs
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/certs/tasks/main.yml", "content": "- name: \"Install packages\"\n apt: \"name={{ item }} state=present\"\n with_items:\n - certbot\n - python3-certbot-nginx\n- name: \"Create Certs\"\n command: certbot --nginx -n -d finaldevopsrebrain.devops.rebrain.srwx.net --agree-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/docker
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/docker/tasks/main.yml", "content": "- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n become: true\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 900, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/efk
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/efk/tasks/main.yml", "content": "- name: Create directory\n file:\n path: /var/log/odoo\n mode: '0644'\n owner: app\n group: app\n state: directory\n- name: Create log file\n file:\n path: /var/log/odoo/odoo-server-error.log\n mode: '0644'\n owner: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 670, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/grafana
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/grafana/tasks/main.yml", "content": "- name: Copy Compose Files\n copy:\n src: \"{{ item }}\"\n dest: /home/ubuntu\n with_items:\n - \"{{ graf_configs }}\"\n - \"{{ graf_compose_yml_path }}\"\n\n- name: Start Compose\n docker_compose:\n project_src: /home/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 428, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/jenkins
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/jenkins/tasks/main.yml", "content": "- name: Create folder \n file:\n path: '{{ script_folder}}'\n state: directory\n owner: cicd\n group: cicd\n mode: 0775\n- name: Copy script\n template:\n src: start-agent.sh.j2\n dest: '{{ script_folder }}/start-age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1194, "all_permissive": false }
ansible_role
ivan-schaefer/DevOps_odoo_project
4876204f7e84bae8742c65e3703dbe6a3ecb4e78
0
.infra/ansible/roles/network
8,114
[ "no_license" ]
[ { "path": ".infra/ansible/roles/network/tasks/main.yml", "content": "- name: Allow localhost port\n iptables:\n chain: INPUT\n source: 127.0.0.1\n protocol: tcp\n destination_port: 8069\n jump: ACCEPT\n- name: block apps port\n iptables:\n chain: INPUT\n protocol: tcp\n destination...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }