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
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/kubectl
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/kubectl/defaults/main.yml", "content": "---\n\n# Package variables\nkubectl_version: \"1.27.3\"\nkubectl_architecture_map:\n amd64: amd64\n x86_64: amd64\n aarch64: arm64\n\nkubectl_architecture: \"{{ kubectl_architecture_map[ansible_architecture] }}\"\nkubectl_os: \"{{ an...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2453, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/kubelet
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/kubelet/templates/kubelet.service.j2", "content": "[Unit]\nDescription=Kubernetes Kubelet\nDocumentation=https://github.com/kubernetes/kubernetes\nAfter=network-online.target time-sync.target containerd.service\nRequires=network-online.target time-sync.target containerd.servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3323, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/kubernetes_common
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/kubernetes_common/tasks/main.yml", "content": "---\n\n- name: Add Kubernetes common group\n tags:\n - kubernetes-common\n become: true\n ansible.builtin.group:\n name: \"{{ kubernetes_common_group }}\"\n state: present\n\n- name: Add Kubernetes common user\n tags...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/node_exporter
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/node_exporter/templates/node-exporter.service.j2", "content": "[Unit]\nDescription=Node exporter\nDocumentation=https://github.com/prometheus/node_exporter\nAfter=network-online.target time-sync.target\nRequires=network-online.target time-sync.target\n\n[Service]\nExecStart={...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3656, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/rclone
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/rclone/defaults/main.yml", "content": "---\n\n# Package variables\nrclone_version: \"1.62.2\"\nrclone_architecture_map:\n amd64: amd64\n x86_64: amd64\n aarch64: arm64\n\nrclone_architecture: \"{{ rclone_architecture_map[ansible_architecture] }}\"\nrclone_os: \"{{ ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2996, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/rclone_backup
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/rclone_backup/templates/rclone-backup.service.j2", "content": "[Unit]\nDescription=Rclone Backup ({{ rclone_backup_service_name }})\nConditionPathExists={{ rclone_backup_public_key_path }}\nStartLimitIntervalSec=900\nStartLimitBurst=3\n\n[Service]\nUser={{ rclone_backup_user ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 14416, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/runc
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/runc/defaults/main.yml", "content": "---\n\n# Package variables\nrunc_version: \"1.1.6\"\nrunc_architecture_map:\n amd64: amd64\n x86_64: amd64\n aarch64: arm64\n\nrunc_architecture: \"{{ runc_architecture_map[ansible_architecture] }}\"\nrunc_signature: \"runc.{{ runc_arch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/sshd
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/sshd/defaults/main.yml", "content": "---\n\nsshd_settings:\n \"^PasswordAuthentication\": \"PasswordAuthentication no\"\n \"^PermitRootLogin\": \"PermitRootLogin no\"\n \"^PermitTunnel\": \"PermitTunnel no\"\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 519, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/ssl_exporter
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/ssl_exporter/templates/ssl-exporter.yaml.j2", "content": "modules:\n{% for name, target in ssl_exporter_certificates.items() %}\n \"{{ name }}\":\n prober: \"file\"\n target: \"{{ target }}\"\n{% endfor %}\n{% for name, target in ssl_exporter_kubeconfigs.items() %}\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4375, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/stargz_snapshotter
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/stargz_snapshotter/tasks/main.yml", "content": "---\n\n- name: Check stargz-snapshotter package checksum file\n tags:\n - stargz-snapshotter\n ansible.builtin.stat:\n path: \"/tmp/{{ stargz_snapshotter_shasums }}\"\n become: false\n register: stargz_snapshotter_chec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3818, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/vault
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/vault/templates/vault.service.j2", "content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=\"HashiCorp Vault - A tool for managing secrets\"\nDocumentation=https://www.vaultproject.io/docs/\nRequires=network-online.target\nAfter=network-online.target\nConditionPathExists={...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 12986, "all_permissive": false }
ansible_role
PhilippeChepy/platform
84791e3fd06e52084c7e05efcb0d39b65513dabc
5
packer/ansible/roles/wait_service
7,745
[ "no_license" ]
[ { "path": "packer/ansible/roles/wait_service/tasks/main.yml", "content": "\n- name: Install wait-service helper script\n tags:\n - vault\n become: true\n ansible.builtin.copy:\n src: \"wait-service\"\n dest: \"/usr/local/bin/wait-service\"\n force: true\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
B-R-H/Particle-swarm-op
14fd1f28a345cb9d8bd76f65f1988897426a03f5
0
roles/common
7,745
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "# installs curl and git and adds a jenkins user\n- name: jenkins user\n user:\n name: jenkins\n shell: /bin/bash\n- name: prerequisites\n apt:\n pkg:\n - curl\n - git\n - tree\n state: latest\n update_cache: true", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 226, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/common
7,745
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "### PERFORM SOME BASE CONFIG STUFF \n\n - name: Add my account with a bash shell\n user:\n name: '{{ new_user }}'\n password: '<PASSWORD>'\n shell: /bin/bash\n groups: sudo\n state: present\n append: yes\n\n - name: Set ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/keydb
7,745
[ "no_license" ]
[ { "path": "roles/keydb/tasks/main.yml", "content": "#Install KEYDB\n - name: Add KeyDB repo\n get_url:\n url: https://download.keydb.dev/keydb-ppa/keydb.list\n dest: /etc/apt/sources.list.d/keydb.list\n mode: '0644'\n\n - name: Add KeyDB Key\n get_url:\n url: https://download.key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 975, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/letsencrypt
7,745
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "### LETS ENCRYPT SETUP\n\n - name: \"Create letsencrypt directory\"\n file:\n path: \"/etc/letsencrypt\"\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n - name: Clone LetsEncrypt Repo\n git:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2396, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/mariadb
7,745
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "#Setup and configure MariaDB\n - name: Add MariaDB key\n apt_key:\n url: https://mariadb.org/mariadb_release_signing_key.asc\n state: present\n\n - name: Add MariaDB repository\n apt_repository:\n repo: deb [arch=amd64] http://mari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2096, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/nginx
7,745
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "# SET UP NGINX\n\n # ADD WORDOPS REPO\n - name: Add nginx repository\n apt_repository:\n repo: ppa:wordops/nginx-wo\n\n - name: Install Nginx Custom Packages\n apt:\n name:\n - nginx-wo\n - nginx-custom\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1360, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/php
7,745
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n - name: Install PHP and Required Packages\n apt:\n name: 'php-{{ item }}'\n state: present\n update_cache: true\n loop:\n - bcmath\n - cli\n - common\n - curl\n - fpm\n - gd\n - igbinary\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }
ansible_role
evanrich/wopress-ansible
0d580b0e57f769bcb32d4076688f7567197250ad
2
roles/wordpress
7,745
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "# WordPress Configuration\n - name: Create Base Directories for WordPress Root\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"www-data\"\n group: \"www-data\"\n mode: '0755'\n recurse: yes\n loop:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3206, "all_permissive": false }
ansible_role
sherazanwar21/ansible
3eba8e27fd966d5a62654dd67c2b90c7ff7e51f9
0
roles/basicinstall
7,745
[ "no_license" ]
[ { "path": "roles/basicinstall/handlers/main.yaml", "content": "--- \n- name: start packages\n service:\n name: \"{{pkgs}}\"\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/basicinstall/tasks/main.yaml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 349, "all_permissive": false }
ansible_role
sherazanwar21/ansible
3eba8e27fd966d5a62654dd67c2b90c7ff7e51f9
0
roles/http
7,745
[ "no_license" ]
[ { "path": "roles/http/handlers/main.yaml", "content": "--- \n- name: start/enable httpd\n service:\n name: \"{{pkg}}\"\n state: started\n enabled: yes\n\n- name: success\n debug:\n msg: \"Last task was successful\"\n\n- name: reload firewall\n service:\n name: firewalld\n state: reloade...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 715, "all_permissive": false }
ansible_role
rohitghadigaonkar/ptc
bc3d6e9520ba8bb3a0e1f52f7c1c7ebe0afc9586
0
ansible/roles/apache
7,745
[ "no_license" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n# handlers file for apache\n- name: restart apache service\n service: name=apache2 state=stopped\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/apache/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
rohitghadigaonkar/ptc
bc3d6e9520ba8bb3a0e1f52f7c1c7ebe0afc9586
0
ansible/roles/mysql
7,745
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- include: install.yml\n- include: service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/mysql/tasks/install.yml", "content": "---\n-...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 746, "all_permissive": false }
ansible_role
rohitghadigaonkar/ptc
bc3d6e9520ba8bb3a0e1f52f7c1c7ebe0afc9586
0
ansible/roles/tomcat
7,745
[ "no_license" ]
[ { "path": "ansible/roles/tomcat/handlers/main.yml", "content": "---\n# handlers file for tomcat\n- name: restart tomcat service\n service: name=tomcat state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "ansible/roles/tomcat/tasks/se...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3903, "all_permissive": false }
ansible_role
rohitghadigaonkar/ptc
bc3d6e9520ba8bb3a0e1f52f7c1c7ebe0afc9586
0
ansible/roles/yum
7,745
[ "no_license" ]
[ { "path": "ansible/roles/yum/tasks/configure.yml", "content": "---\n- name: Tonu.Repo\n copy: src=Tonu.repo dest=/etc/yum.repos.d/Tonu.repo\n\n- name: CentOS-Base.repo\n copy: src=CentOS-Base.repo dest=/etc/yum.repos.d/CentOS-Base.repo\n\n...\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
omarpiotr/devops-formation-ajc
32658334d714f2ab2e500585c274a7d77fe38377
1
ANSIBLE/assets/TP17/roles/docker_role
7,745
[ "no_license" ]
[ { "path": "ANSIBLE/assets/TP17/roles/docker_role/vars/main.yml", "content": "---\n# vars file for docker_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ANSIBLE/assets/TP17/roles/docker_role/defaults/main.yml", "content": "---\n# default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3210, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/ansible_automate_deployment/roles/anaconda
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/ansible_automate_deployment/roles/anaconda/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - anaconda", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "vagrant/CDH5-Automatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1515, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/ansible_automate_deployment/roles/mysql
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/ansible_automate_deployment/roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Install mysql packages\n yum: name={{ item }} state=installed\n with_items:\n - libselinux-python\n - mysql-server\n - MySQL-python\n\n- name: Copy the my.cnf fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1858, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/ansible_automate_deployment/roles/tmux
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/ansible_automate_deployment/roles/tmux/tasks/main.yml", "content": "---\n# tasks file for tmux\n- name: Executing tmux script.\n include: deploy-tmux.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/anaconda
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/anaconda/tasks/main.yml", "content": "---\n# tasks file for Anaconda\n- name: Deploying Anaconda.\n include: deploy-anaconda.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 894, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/common
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Create directories for the infrastructure\n file:\n path: \"{{ item }}\"\n owner: cloudera-scm\n group: cloudera-scm\n state: directory\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/tls
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/tls/tasks/main.yml", "content": "---\n# tasks file for tls\n- name: Set up Keystores and TLS Certificates\n include: tls.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1853, "all_permissive": false }
ansible_role
darey-io/infra-dev
d082df1dae837f3dfdc4a93a60405c1b1c88296b
0
vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/tmux
7,745
[ "no_license" ]
[ { "path": "vagrant/CDH5-Automation/vagrant_deploy_nodes/scripts/ansible/roles/tmux/tasks/deploy-tmux.yml", "content": "---\n# tasks file for tmux\n- copy:\n src: ../../bin/deploy_tmux.sh\n dest: \"{{ tmux_dir }}/deploy-tmux.sh\"\n owner: vagrant\n group: vagrant\n mode: 0744\n run_once: yes\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 812, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/activemq
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/activemq/tasks/main_manual.yml", "content": "---\n# NOTE: THIS ISN'T CURRENTLY FINISHED!\n- name: ActiveMQ | Create directory for user\n file: \n path=/home/{{ ACTIVEMQ_USER }} \n state=directory\n group=users\n owner={{ ACTIVEMQ_USER }}\n tags:\n [instal...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3745, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/assistance
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/assistance/tasks/main.yml", "content": "---\n- name: Copy docker config\n template:\n src=docker.conf\n dest={{ PROJECT_ROOT }}/assistance-platform-service/conf/docker.conf\n mode=0655\n tags:\n [install, assistance]\n\n- name: Copy application config\n tem...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4109, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/cassandra
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/cassandra/tasks/main_manual.yml", "content": "---\n- name: Cassandra | Install source entry\n apt_repository:\n repo=\"deb http://debian.datastax.com/community stable main\"\n state=present\n filename=\"cassandra.sources\"\n tags:\n [install, cassandra]\n\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1672, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/docker
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add repo key\n apt_key:\n url=hkp://p80.pool.sks-keyservers.net:80\n id=58118E89F3A912897C070ADBF76221572C52609D\n state=present\n tags:\n [install, docker]\n\n- name: Add source repo\n apt_repository:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/nginx
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Pull/run docker container\n docker_container:\n name: nginx\n image: jwilder/nginx-proxy\n hostname: nginx\n tls: yes\n state: started\n restart_retries: 5\n restart: no\n volumes:\n - \"{{ role...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 648, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/postgres
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/postgres/tasks/main_manual.yml", "content": "---\n- name: Postgres | Install with dependencies\n apt: \n name={{ item }} \n state=present \n update_cache=yes\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1535, "all_permissive": false }
ansible_role
wlsc/assistance-platform-server
a905968dc3bac10d4ca7e10f5475b4e72d524e6b
1
deployment/ansible/roles/prerequisites
7,745
[ "no_license" ]
[ { "path": "deployment/ansible/roles/prerequisites/tasks/main.yml", "content": "---\n- name: Install last versions of various libs (Bash, OpenSSl other libs)\n apt:\n name={{ item }}\n update_cache=yes\n state=latest\n with_items:\n - apt-transport-https\n - ca-certificates\n - bash\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1162, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/ambariagent
7,745
[ "no_license" ]
[ { "path": "roles/ambariagent/tasks/main.yml", "content": "---\r\n# file /roles/templates/ambariagent/tasks/main.yml\r\n\r\n- name: download ambari repo\r\n get_url:\r\n url: \"{{ ambari_repo_url }}\"\r\n dest: /etc/yum.repos.d/ambari.repo\r\n \r\n- name: yum install ambari agent\r\n yum:\r\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4454, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/ambariserver
7,745
[ "no_license" ]
[ { "path": "roles/ambariserver/tasks/main.yml", "content": "---\n# file: roles/ambariserver/tasks/main.yml\n\n- name: download ambari repo\n get_url:\n url: \"{{ ambari_repo_url }}\"\n dest: /etc/yum.repos.d/ambari.repo\n tags: ambari-repo\n \n- name: yum install ambari server\n yum:\n name: amb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7427, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/cluster-member
7,745
[ "no_license" ]
[ { "path": "roles/cluster-member/tasks/main.yml", "content": "---\r\n#Perform necessary configurations and tunning for Big Data environments (mainly Hadoop clusters)\r\n#file: roles/cluster-member/tasks/main.yml\r\n\r\n- name: gather facts from servers\r\n setup:\r\n delegate_to: \"{{ item }}\"\r\n delega...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2077, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/java
7,745
[ "no_license" ]
[ { "path": "roles/java/templates/java.sh.j2", "content": "#!/bin/bash\r\nJAVA_HOME=/usr/java/latest\r\nexport JAVA_HOME\r\nJRE_HOME=$JAVA_HOME/jre\r\nexport JRE_HOME\r\nPATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin\r\nexport PATH", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2314, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/kerberos-kdc
7,745
[ "no_license" ]
[ { "path": "roles/kerberos-kdc/tasks/main.yml", "content": "---\r\n# file: roles/kerberos-kdc/tasks/main.yml\r\n\r\n- name: install kerberos packages\r\n yum:\r\n name: \"{{ item }}\"\r\n state: latest\r\n loop:\r\n - krb5-server\r\n - krb5-libs\r\n - krb5-workstation\r\n tags: install-kerb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2511, "all_permissive": false }
ansible_role
epilif1017a/simple_secure_ansible_hdp_hadoop
332d3aa673f7d1911aada0da74ee016fb1aa17c6
2
roles/mysql
7,745
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\r\n# file: roles/mysql/tasks/main.yml\r\n\r\n- name: download mysql yum repo rpm\r\n get_url: \r\n url: \"{{ mysql_repo_url }}\"\r\n dest: \"{{ ansible_env.HOME }}/mysql.rpm\"\r\n force: yes\r\n tags: mysql-repo-conf\r\n\r\n- name: install y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2186, "all_permissive": false }
ansible_role
shhhowtime/devops-netology-markov
6a81c5a25d4418f06ee4b622d3fa4a2282aef8d8
0
09-ci-04-elk/roles/kibana
7,751
[ "no_license" ]
[ { "path": "09-ci-04-elk/roles/kibana/tasks/elastic.yml", "content": "---\n\n- name: Upload elasticsearch.yml\n template: src=templates/elasticsearch.yml dest=/etc/elasticsearch.yml mode=444\n become: yes\n\n- name: Create elasticsearch data directory\n file: path=/var/lib/elasticsearch/ state=directory m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1949, "all_permissive": false }
ansible_role
shhhowtime/devops-netology-markov
6a81c5a25d4418f06ee4b622d3fa4a2282aef8d8
0
09-ci-04-elk/roles/logstash
7,751
[ "no_license" ]
[ { "path": "09-ci-04-elk/roles/logstash/tasks/main.yml", "content": "---\n\n- name: create directories for logstash\n become: yes\n file: path=/etc/logstash state=directory recurse=yes mode=755 owner=root group=root\n\n- name: Deploy logstash configs\n copy:\n src: files//{{ item }}\n dest: /etc/log...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1130, "all_permissive": false }
ansible_role
shhhowtime/devops-netology-markov
6a81c5a25d4418f06ee4b622d3fa4a2282aef8d8
0
10-monitoring-04-elk/roles/elastic
7,751
[ "no_license" ]
[ { "path": "10-monitoring-04-elk/roles/elastic/tasks/main.yml", "content": "---\n\n- name: Fail if too many hosts\n fail:\n msg: Too many hosts in play. Run this tasks only for one host\n when: ansible_play_hosts_all | length > 1\n\n- sysctl:\n name: vm.max_map_count\n value: \"{{ elastic_vm_max_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1828, "all_permissive": false }
ansible_role
shhhowtime/devops-netology-markov
6a81c5a25d4418f06ee4b622d3fa4a2282aef8d8
0
10-monitoring-04-elk/roles/filebeat
7,751
[ "no_license" ]
[ { "path": "10-monitoring-04-elk/roles/filebeat/tasks/main.yml", "content": "---\n\n- name: create directories for filebeat\n become: yes\n file: path=/etc/filebeat state=directory recurse=yes mode=755 owner=root group=root\n\n- name: Deploy filebeat configs\n copy:\n src: files//{{ item }}\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 705, "all_permissive": false }
ansible_role
shhhowtime/devops-netology-markov
6a81c5a25d4418f06ee4b622d3fa4a2282aef8d8
0
10-monitoring-04-elk/roles/kibana
7,751
[ "no_license" ]
[ { "path": "10-monitoring-04-elk/roles/kibana/templates/elasticsearch.yml", "content": "network.host: 0.0.0.0\n\nnetwork.bind_host: [_site_, _global_]\nnetwork.publish_host: _site_\n\nhttp.port: 9201\ntransport.port: 9301\n\nbootstrap.memory_lock: true\n\nxpack.monitoring.enabled: false\nxpack.security.enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
Otus-DevOps-2019-11/sergeykurbatov-origin_infra
4e434734da388ad3c79432eae110d3531c4efbfd
0
ansible/roles/app
7,751
[ "no_license" ]
[ { "path": "ansible/roles/app/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Application configuration for launch web server on GCP\n company: NoCompany\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n galaxy_tags: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
Otus-DevOps-2019-11/sergeykurbatov-origin_infra
4e434734da388ad3c79432eae110d3531c4efbfd
0
ansible/roles/db
7,751
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Add an apt key by id from a keyserver\n apt_key:\n id: E52529D4\n keyserver: keyserver.ubuntu.com\n tags: install\n- name: add apt repo\n apt_repository:\n repo: deb [ arch=amd64,arm64] http://repo.mongodb.org/apt/ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
Havilland/app-monitoring-operator
9af4bf6c18d93f0ed43a7062e2c8a87ddd725357
0
roles/appmonitor
7,751
[ "no_license" ]
[ { "path": "roles/appmonitor/templates/grafana.yml.j2", "content": "---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: grafana\n namespace: {{ meta.namespace }}\n labels:\n app: grafana\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: grafana\n template:\n metadata:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 17831, "all_permissive": false }
ansible_role
Josep-Andreu/ansibletower
8fba53e6dbcab865b3263dcd62f67dc194301ef4
0
roles/security
7,751
[ "no_license" ]
[ { "path": "roles/security/vars/main.yml", "content": "---\n# vars file for security\nservices_to_enable:\n - http\nsecurity_packages:\n - httpd\n - cowsay\n - sl\n - nmap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/security/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
Josep-Andreu/ansibletower
8fba53e6dbcab865b3263dcd62f67dc194301ef4
0
roles/set_motd
7,751
[ "no_license" ]
[ { "path": "roles/set_motd/handlers/main.yml", "content": "---\n# handlers file for set_motd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/set_motd/tasks/main.yml", "content": "---\n# tasks file for set_motd\n- name: Create the motd file...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 277, "all_permissive": false }
ansible_role
florentcpt/forgerock_automation
6ce5f6f097a784c6766bff4d8cc39351fc7b7b09
0
ansible/roles/openidm
7,751
[ "no_license" ]
[ { "path": "ansible/roles/openidm/defaults/main.yml", "content": "---\ntemp_dir: '{{ ansible_user_dir }}/tmp'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "ansible/roles/openidm/vars/main.yml", "content": "---\nopenidm_install_dir: '{{ ansib...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2004, "all_permissive": false }
ansible_role
buildwithdemis/commcare-sync-ansible
a6c768aaa77a39274cc7647234afd96e4ab35268
0
roles/commcare_sync
7,751
[ "no_license" ]
[ { "path": "roles/commcare_sync/templates/nginx/superset_nginx_without_ssl_config.j2", "content": "map $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\n\nupstream superset {\n # fail_timeout=0 means we always retry an upstream even if it failed\n # to return a good HTTP response (in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1729, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/add_hosts
7,751
[ "no_license" ]
[ { "path": "ansible/roles/add_hosts/tasks/main.yml", "content": "---\n- name: Add hosts to inventory\n vars:\n hosts:\n - name: 172.16.58.3\n groups:\n - webapp\n add_host:\n name: \"{{ item.name }}\"\n groups: \"{{ item.groups }}\"\n loop: \"{{ hosts }}\"\n delegate_to: loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/block
7,751
[ "no_license" ]
[ { "path": "ansible/roles/block/tasks/rescue.yml", "content": "---\n- name: Handle the error\n block:\n - name: Print a message\n debug:\n msg: 'I execute normally'\n\n - name: Force a failure\n command: /bin/false\n\n - name: Never print this\n debug:\n msg: 'I never e...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1357, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/filters
7,751
[ "no_license" ]
[ { "path": "ansible/roles/filters/tasks/filters.yml", "content": "---\n- hosts: localhost\n gather_facts: false\n vars:\n company_1: ENDAVA\n company_2: google\n variable: false\n objects: [\"math\",\"music\",\"bio\"]\n vlad:\n age: 21\n gender: \"male\"\n hight: \"1m\"\n f...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6882, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/forks
7,751
[ "no_license" ]
[ { "path": "ansible/roles/forks/tasks/main.yml", "content": "---\n- name: task_1\n command: sleep 1\n\n- name: task_2\n command: sleep 1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/import_vs_include
7,751
[ "no_license" ]
[ { "path": "ansible/roles/import_vs_include/tasks/import_include.yml", "content": "---\n- hosts: one_host\n gather_facts: false\n tasks:\n - name: task_1\n debug:\n msg: task_1\n\n - name: task_2\n debug:\n msg: task_2\n\n - name: task_3\n debug:\n msg: task_\n\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1749, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/loops
7,751
[ "no_license" ]
[ { "path": "ansible/roles/loops/tasks/subelements.yml", "content": "---\n- name: List children\n vars:\n families:\n - surname: Smith\n children:\n - name: Mike\n age: 4\n - name: Kate\n age: 7\n - surname: Sanders\n children:\n - n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1834, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/magic_vars
7,751
[ "no_license" ]
[ { "path": "ansible/roles/magic_vars/tasks/main.yml", "content": "---\n- name: The full path of used Ansible configuration file\n debug:\n var: ansible_config_file\n\n- name: List of groups the current host is part of\n debug:\n var: group_names\n\n- name: A dictionary/map with all the groups in inve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 869, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/synchronize
7,751
[ "no_license" ]
[ { "path": "ansible/roles/synchronize/tasks/main.yml", "content": "---\n##### Prerequisite #####\n# Utility rsync must be installed on both the local and remote host\n# For the synchronize module, the “localhost”/control machine is the host the synchronize task originates on, and the “destination host”\n# is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
vcafarschi/devops-docs
5ef2307688ae1b7cde40501dcdea8e32b8719fbb
1
ansible/roles/throttle
7,751
[ "no_license" ]
[ { "path": "ansible/roles/throttle/tasks/main.yml", "content": "---\n- name: CPU intensive task\n command: sleep 1\n throttle: 1\n\n- name: Simple task\n command: sleep 1\n\n- name: block\n block:\n - name: block_task_1\n command: sleep 1\n\n - name: block_task_2\n command: sleep 1\n thr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
openstack/python-manilaclient
37565dbd06b4d21a29240d875d0fa84665f64ee6
32
roles/populate-manilaclient-config
7,751
[ "no_license" ]
[ { "path": "roles/populate-manilaclient-config/defaults/main.yaml", "content": "---\nbase_dir: /opt/stack\nmanilaclient_config: \"{{ zuul.project.src_dir }}/etc/manilaclient/manilaclient.conf\"\nneutron_network_name: private\nneutron_subnet_name: private-subnet\nshare_network_name: ci\n", "license_type":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3996, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-repair
3b12f1a97ff8d15fe8e2d0ad657c26e415f5f3f6
1
etc/ansible/roles/cassandra3x_operate_repair_full_partitioner-range
7,751
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_operate_repair_full_partitioner-range/tasks/main.yml", "content": "---\n- import_tasks: clear_node_log_file.yml\n- import_tasks: repair_full_partitioner-range.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 467, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-repair
3b12f1a97ff8d15fe8e2d0ad657c26e415f5f3f6
1
etc/ansible/roles/cassandra3x_operate_repair_full_partitioner-range_by_keyspace_cf
7,751
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_operate_repair_full_partitioner-range_by_keyspace_cf/tasks/main.yml", "content": "---\n- import_tasks: repair_full_partitioner-range_for_keyspace_cf.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "etc/an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 259, "all_permissive": false }
ansible_role
kalaolani/cassandra311x-ansible-repair
3b12f1a97ff8d15fe8e2d0ad657c26e415f5f3f6
1
etc/ansible/roles/cassandra3x_operate_repair_seq_full
7,751
[ "no_license" ]
[ { "path": "etc/ansible/roles/cassandra3x_operate_repair_seq_full/tasks/main.yml", "content": "---\n- import_tasks: clear_node_log_file.yml\n- import_tasks: repair_seq_full.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "etc/ansible/roles/cassan...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 548, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/accounts
7,751
[ "no_license" ]
[ { "path": "roles/accounts/tasks/main.yml", "content": "---\n- include: accounts.yml\n tags:\n - accounts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/accounts/tasks/accounts.yml", "content": "---\n- name: Include global vars\n i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 539, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/configs
7,751
[ "no_license" ]
[ { "path": "roles/configs/tasks/dnf.yml", "content": "---\n- name: Enable Delta RPM's\n lineinfile:\n path: /etc/dnf/dnf.conf\n line: deltarpm=true\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/configs/tasks/mai...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1563, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/groups
7,751
[ "no_license" ]
[ { "path": "roles/groups/tasks/groups.yml", "content": "---\n- name: Include global vars\n include_vars:\n file: vars/main.yml\n\n- name: Create my group\n group:\n name: \"{{ user_group }}\"\n gid: 1000\n state: present\n\n- name: Docker group\n group:\n name: docker\n gid: 500\n sta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 295, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/packages
7,751
[ "no_license" ]
[ { "path": "roles/packages/tasks/binary.yml", "content": "---\n- name: Verify Helm Archive\n stat:\n path: \"/usr/local/src/{{ helm_archive }}\"\n get_checksum: yes\n checksum_algorithm: sha256\n register: archive\n\n- name: Downloading Helm Archive\n become: yes\n get_url:\n url: \"{{ helm_u...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3945, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/repos
7,751
[ "no_license" ]
[ { "path": "roles/repos/tasks/dnf.yml", "content": "---\n- name: Installing Brave Browser Repo\n yum_repository:\n name: brave-browser\n description: Brave Browser\n baseurl: https://brave-browser-rpm-release.s3.brave.com/x86_64/\n enabled: yes\n\n- name: Installing Github CLI Repo\n yum_reposi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5080, "all_permissive": false }
ansible_role
dasunsrule32/ansible-bootstrap-computer
a7c480a5167d4c5190ff2755e73c64a3496e51f6
2
roles/skel
7,751
[ "no_license" ]
[ { "path": "roles/skel/tasks/main.yml", "content": "---\n- include: skel.yml\n tags:\n - skel \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/skel/tasks/skel.yml", "content": "---\n- name: Creating user folders\n file:\n path: \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2027, "all_permissive": false }
ansible_role
vermaarun/codeXpose
51e0306aacf6a9f840faa6139c1bac453f196ba9
0
roles/django
7,751
[ "no_license" ]
[ { "path": "roles/django/vars/main.yml", "content": "---\n{\n 'virtualenv_dir': './virtual',\n 'django_dir': './backend/codexpose', \n 'requirements_file': './backend/codexpose/requirements.txt', \n 'django_settings_file': './backend/codexpose/codexpose/settings.py',\n 'admin_email': '<EMAIL>'\n}\n", "li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1812, "all_permissive": false }
ansible_role
vermaarun/codeXpose
51e0306aacf6a9f840faa6139c1bac453f196ba9
0
roles/initial-setup
7,751
[ "no_license" ]
[ { "path": "roles/initial-setup/tasks/main.yml", "content": "---\n\n- name: install python-pip\n apt: name=python-pip state=present\n\n- name: install virtualenv\n pip: name=virtualenv state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
vermaarun/codeXpose
51e0306aacf6a9f840faa6139c1bac453f196ba9
0
roles/packages
7,751
[ "no_license" ]
[ { "path": "roles/packages/tasks/mysql.yml", "content": "---\n\n - name: Install MySQL\n apt: pkg={{item}} state=installed\n with_items:\n - python-dev\n - libmysqlclient-dev\n - mysql-server\n - mysql-client\n - python-mysqldb\n \n - name: Create global my.cnf\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1566, "all_permissive": false }
ansible_role
callus-corn/ansible-haproxy
39c6143e0023b66dc5c9c7f45e9504443c4325a3
0
roles/haproxy
7,751
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": " global\n daemon\n maxconn 256\n\n defaults\n mode http\n timeout connect 5000ms\n timeout client 50000ms\n timeout server 50000ms\n\n frontend front\n mode {{ target.mode }}\n bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2848, "all_permissive": false }
ansible_role
miciek/my-machine-provisioning
c5557a50318360ca5a97109958ffe8a9efc7dcbe
3
roles/desktop
7,751
[ "no_license" ]
[ { "path": "roles/desktop/tasks/chrome.yml", "content": "---\n- name: Install Chromium browser\n apt:\n name: chromium-browser\n update_cache: yes\n become: yes\n\n- name: Add google repo key\n apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n become: ye...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 8009, "all_permissive": false }
ansible_role
miciek/my-machine-provisioning
c5557a50318360ca5a97109958ffe8a9efc7dcbe
3
roles/development
7,751
[ "no_license" ]
[ { "path": "roles/development/tasks/main.yml", "content": "---\n - include: pre.yml\n - include: vim.yml\n - include: atom.yml\n - include: docker.yml\n - include: vagrant.yml\n - include: nodejs.yml\n - include: ruby.yml\n - include: java.yml\n - include: scala.yml\n - include: intellij.yml\n - i...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 7901, "all_permissive": false }
ansible_role
miciek/my-machine-provisioning
c5557a50318360ca5a97109958ffe8a9efc7dcbe
3
roles/user
7,751
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n - include: home_dir.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/user/tasks/home_dir.yml", "content": "---\n- name: Change ownership of {{ user_home_dir }} to {{ machine_u...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
Ohmfrh/deleteme-django
626621ef4e08d067918eec67c21fe5b17a896503
0
deployment/deploy/roles/common
7,751
[ "no_license" ]
[ { "path": "deployment/deploy/roles/common/tasks/ubuntu.yml", "content": "###\n# updates the APT package cache and installs packages\n# servers necessary for web. also enables firewall\n##\n\n- name: configure locales\n locale_gen: name={{ item }}\n with_items:\n - en_US\n - en_US.UTF-8\n - es_MX\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
RupGautam/ansible-aws-complete
94a368c1de33ee1250315c80ed753ca935ac3476
0
roles/ec2
7,751
[ "no_license" ]
[ { "path": "roles/ec2/tasks/main.yml", "content": "---\n# tasks file for ec2\n- name: Create EC2 Instances \n ec2:\n image: \"{{ aws_ami_id }}\"\n wait: yes\n instance_type: \"{{ aws_instance_type }}\"\n region: \"{{ aws_region }}\"\n group_id: \"{{ security_group.group_id }}\"\n vpc_subne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 396, "all_permissive": false }
ansible_role
RupGautam/ansible-aws-complete
94a368c1de33ee1250315c80ed753ca935ac3476
0
roles/igw
7,751
[ "no_license" ]
[ { "path": "roles/igw/defaults/main.yml", "content": "---\n# defaults file for igw", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/igw/vars/main.yml", "content": "---\n# vars file for igw", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 599, "all_permissive": false }
ansible_role
RupGautam/ansible-aws-complete
94a368c1de33ee1250315c80ed753ca935ac3476
0
roles/keypair
7,751
[ "no_license" ]
[ { "path": "roles/keypair/tasks/main.yml", "content": "---\n# tasks file for keypair\n- name: Create a new EC2 keypair\n ec2_key:\n # aws_access_key: \"{{ aws_access_key }}\"\n # aws_secret_key: \"{{ aws_secret_key }}\"\n name: ansible_keypair\n region: \"{{ aws_region }}\"\n register: keypair\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
RupGautam/ansible-aws-complete
94a368c1de33ee1250315c80ed753ca935ac3476
0
roles/sg
7,751
[ "no_license" ]
[ { "path": "roles/sg/tasks/main.yml", "content": "---\n# tasks file for sg\n- name: Create Security Group \n ec2_group:\n name: Web based DMZ\n description: DMZ SG\n vpc_id: \"{{ aws_vpc_id }}\"\n region: \"{{ aws_region }}\"\n rules:\n - proto: tcp\n ports:\n - 80\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 498, "all_permissive": false }
ansible_role
RupGautam/ansible-aws-complete
94a368c1de33ee1250315c80ed753ca935ac3476
0
roles/vpc
7,751
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n# tasks file for aws-vpc\n- name: Create VPC\n ec2_vpc_net:\n name: \"{{ aws_vpc_name }}\"\n cidr_block: \"{{ aws_vpc_cidr }}\"\n region: \"{{ aws_region }}\"\n state: present\n register: vpc\n\n# set vpc.id variable \n- name: Set VPC ID ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
adsgray/twitch.city-ansible
1220ff1ad5c6aabc8a20329546de494a74e78455
0
roles/docker
7,751
[ "no_license" ]
[ { "path": "roles/docker/handlers/main.yml", "content": "---\n\n- name: restart docier\n service: name=docker state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: install doc...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 317, "all_permissive": false }
ansible_role
adsgray/twitch.city-ansible
1220ff1ad5c6aabc8a20329546de494a74e78455
0
roles/email
7,751
[ "no_license" ]
[ { "path": "roles/email/tasks/main.yml", "content": "---\n\n- name: uninstall sendmail \n yum: pkg=sendmail state=absent\n tags: email\n\n- name: install postfix\n yum: pkg=postfix state=present\n tags: email\n\n- name: enable postfix service\n service: name=postfix state=started enabled=yes\n\n# http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
adsgray/twitch.city-ansible
1220ff1ad5c6aabc8a20329546de494a74e78455
0
roles/irc
7,751
[ "no_license" ]
[ { "path": "roles/irc/vars/main.yml", "content": "---\n\nirc_docker: \"xena/elemental-ircd\"\nirc_docker_command: \"\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/irc/tasks/main.yml", "content": "---\n\n- name: irc docker image\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 184, "all_permissive": false }
ansible_role
adsgray/twitch.city-ansible
1220ff1ad5c6aabc8a20329546de494a74e78455
0
roles/userland
7,751
[ "no_license" ]
[ { "path": "roles/userland/tasks/main.yml", "content": "---\n\n- name: install packages\n yum: pkg={{ item }} state=installed \n with_items: packages\n\n- name: install epel packages\n yum: pkg={{ item }} state=installed enablerepo=epel\n with_items: epel_packages\n\n- name: start oidentd\n service: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 872, "all_permissive": false }
ansible_role
adsgray/twitch.city-ansible
1220ff1ad5c6aabc8a20329546de494a74e78455
0
roles/www
7,751
[ "no_license" ]
[ { "path": "roles/www/tasks/main.yml", "content": "---\n\n- name: install apache httpd\n yum: pkg=httpd state=installed\n tags: www\n\n- name: install telnet\n yum: pkg=telnet state=installed\n tags: www\n\n- name: install lynx\n yum: pkg=lynx state=installed\n tags: www\n\n\n# /etc/httpd/conf/httpd.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
LavenderFive/linera-ansible
c84b6e289d644778bb619fa43870d054af906236
0
roles/install_binary
7,751
[ "permissive" ]
[ { "path": "roles/install_binary/tasks/networks/linera.yml", "content": "---\n- name: Install node\n command: \"cargo install --locked --path linera-service\"\n args:\n chdir: \"{{ user_dir }}/daemons/{{ network }}\"\n environment:\n PATH: \"{{ path }}\"\n GOPATH: \"{{ user_dir }}/go\"\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 640, "all_permissive": true }
ansible_role
LavenderFive/linera-ansible
c84b6e289d644778bb619fa43870d054af906236
0
roles/install_docker
7,751
[ "permissive" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "# https://docs.ansible.com/ansible/latest/collections/community/docker/\n---\n- name: Check if Docker is already installed\n stat:\n path: /usr/bin/docker\n register: docker_installed\n\n- name: install docker\n when: not docker_installed.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": true }
ansible_role
LavenderFive/linera-ansible
c84b6e289d644778bb619fa43870d054af906236
0
roles/node_configure
7,751
[ "permissive" ]
[ { "path": "roles/node_configure/tasks/networks/linera.yml", "content": "---\n- name: create validator config.toml file\n template:\n src: \"linera.toml.j2\"\n dest: \"{{ user_dir }}/.{{ network }}/validator.toml\"\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n mode: 0644\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1215, "all_permissive": true }
ansible_role
LavenderFive/linera-ansible
c84b6e289d644778bb619fa43870d054af906236
0
roles/node_launch
7,751
[ "permissive" ]
[ { "path": "roles/node_launch/templates/linera.service.j2", "content": "[Unit]\nDescription=SnarkOS Node\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nUser={{ ansible_user }}\nWorkingDirectory={{ working_dir }}\nEnvironment=\"PATH={{ path }}\"\nExecStart=/bin/bash {{ working_dir }}/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 734, "all_permissive": true }