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
Voodoo3000/DMPAnsibleUserData
9d180e4af14f3398abcb7fbf5632b9e16c02015c
0
ansible/roles/apache
454
[ "no_license" ]
[ { "path": "ansible/roles/apache/templates/index.php.j2", "content": "<?php\n{% for host in groups['database'] %}\n$servername =\"{{hostvars[host].ansible_default_ipv4.address}}\";\n$username = \"{{hostvars[host].db_user}}\";\n$password = \"{{hostvars[host].db_pass}}\";\n{% endfor %}\n// Create connection\n$...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
Voodoo3000/DMPAnsibleUserData
9d180e4af14f3398abcb7fbf5632b9e16c02015c
0
ansible/roles/control
454
[ "no_license" ]
[ { "path": "ansible/roles/control/tasks/main.yml", "content": "---\n- name: change prompt color\n shell: echo \"PS1='[\\[\\e[32m\\]\\u\\[\\e[33m\\]@\\[\\e[36m\\]\\h\\[\\e[m\\]:\\W]$ '\" >> /home/ec2-user/.bashrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
Voodoo3000/DMPAnsibleUserData
9d180e4af14f3398abcb7fbf5632b9e16c02015c
0
ansible/roles/mysql
454
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install the MySQL repo.\n action: yum name={{ item }}\n with_items:\n - MySQL-python\n - mariadb-server\n\n- name: ensure mysql started\n service: name=mariadb state=started enabled=yes\n\n- name: create demo database\n mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/dev
454
[ "no_license" ]
[ { "path": "roles/dev/tasks/main.yml", "content": "- name: Install visualstudio code\n kewlfft.aur.aur:\n name: visual-studio-code-bin\n state: present\n become: yes\n become_user: aur_builder\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/firefox
454
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "- name: Ensure .desktop file directory for user\n file:\n path: \"/home/{{ main_user }}/.local/share/applications\"\n state: directory\n owner: \"{{ main_user }}\"\n group: \"{{ main_user }}\"\n mode: \"0755\"\n\n- name: Copy Firefox .des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/shell
454
[ "no_license" ]
[ { "path": "roles/shell/files/wnd", "content": "#!/bin/bash\n\nWND_HOME=\"$HOME/.wnd\"\n\nmkdir -p \"$WND_HOME\"\nif [ $? -ne 0 ]; then\n echo \"Error: Could not create or access $WND_HOME. Exiting.\"\n exit 1\nfi\n\nPROMPT_COMMAND=\"\nif [ -z \\\"\\$PS1\\\" ]; then\n export PS1=\\\"\\[\\e[1;34m\\](WND)...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 761, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/tools
454
[ "no_license" ]
[ { "path": "roles/tools/files/wnd-nautilus.sh", "content": "#!/bin/bash\n#export HOME=/tmp/nautilus-home\n#export XDG_CONFIG_HOME=/tmp/nautilus-config\n#mkdir -p \"$HOME\" \"$XDG_CONFIG_HOME\"\n#nautilus --no-desktop --new-window\ndbus-run-session -- bash -c 'HOME=/home/mtnstar/.wnd nautilus --no-desktop --n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 724, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/vim
454
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: clone vim config\n become: true\n become_user: \"{{ main_user }}\"\n git:\n repo: https://github.com/mtnstar/dot-vim.git\n dest: \"~/.wnd/.vim\"\n update: yes\n version: main\n\n- name: Create backup dir\n become: true\n become_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
mtnstar/wnd-setup
843603e7168cc3100beb4410c646735498ae3425
0
roles/vpn
454
[ "no_license" ]
[ { "path": "roles/vpn/tasks/main.yml", "content": "- name: Install openvpn\n pacman:\n name:\n - openvpn\n - networkmanager-openvpn\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
pacjin79/play_vagrant
21836a12c6134f0163ffe799c2e9acae4b92e139
0
ansible/roles/common
454
[ "no_license" ]
[ { "path": "ansible/roles/common/vars/main.yml", "content": "---\nactivator_version: \"1.3.10\"\nactivator_min_archive: \"typesafe-activator-{{activator_version}}-minimal.zip\"\nactivator_home: \"/opt/activator/activator-{{activator_version}}-minimal\"\n\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
pacjin79/play_vagrant
21836a12c6134f0163ffe799c2e9acae4b92e139
0
ansible/roles/java
454
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yml", "content": "---\n- stat: path=\"/tmp/{{jdk_tarball_file}}.tar.gz\"\n register: jdk_tarball\n\n- stat: path=\"{{java_home}}\"\n register: jdk_home\n\n- name: create java dir \n file: path=\"/opt/java\" state=\"directory\" owner=vagrant\n become: true\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
zyzyx03/cookbook
dcc15c115d3aeb2089b47a0ecebc74bc7567eef1
1
Ansible/KVM/roles/cockpit
454
[ "no_license" ]
[ { "path": "Ansible/KVM/roles/cockpit/tasks/main.yml", "content": "---\n# tasks file for cockpit\n- name: Install cockpit\n package: \n name: \"{{ item }}\"\n loop:\n - cockpit\n - cockpit-dashboard\n - cockpit-machines\n - cockpit-docker\n - cockpit-storaged\n - cockpit-packagekit\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
zyzyx03/cookbook
dcc15c115d3aeb2089b47a0ecebc74bc7567eef1
1
Ansible/KVM/roles/installkvm
454
[ "no_license" ]
[ { "path": "Ansible/KVM/roles/installkvm/tasks/main.yml", "content": "---\n# tasks file for installKVM\n- name: Installing KVM Packages\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - qemu-kvm\n - libvirt\n - libvirt-python\n - libguestfs-tools\n - virt-install\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
zyzyx03/cookbook
dcc15c115d3aeb2089b47a0ecebc74bc7567eef1
1
Ansible/openStack/roles/prepareHost
454
[ "no_license" ]
[ { "path": "Ansible/openStack/roles/prepareHost/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - prepareHost", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "Ansible/openStack/roles/prepareHost/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 816, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/docker
454
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": " - name: Install yum utils\n yum:\n name: yum-utils\n state: latest\n\n - name: Install device-mapper-persistent-data\n yum:\n name: device-mapper-persistent-data\n state: latest\n\n - name: Install lvm2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1557, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/docker-hardening
454
[ "no_license" ]
[ { "path": "roles/docker-hardening/templates/ldaemon.json", "content": " \"default-ulimits\": {\n \"nofile\": {\n \"hard\": 200,\n \"name\": \"nofile\",\n \"soft\": 100\n },\n \"nproc\": {\n \"hard\": 2048,\n \"name\": \"nproc\",\n \"soft\": 1024\n }\n }\n", "l...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 54819, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/ipv6disable
454
[ "no_license" ]
[ { "path": "roles/ipv6disable/tasks/ipv6-grub-disable.yml", "content": "---\n\n- name: Check if grub is present\n stat: path=/etc/default/grub\n register: hasgrub\n\n- block:\n - name: Disable IPv6 in grub\n replace:\n dest: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX=\"(.*)\"'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/kube-apiserver
454
[ "no_license" ]
[ { "path": "roles/kube-apiserver/tasks/main.yml", "content": "- name: \"Checker for kube-apiserver configuration\"\n shell: \"cat {{ kubeapiserver_config }}\"\n register: presence_apiserver\n\n- name: 1.2.1 Ensure that the --anonymous-auth argument is set to false (Not Scored)\n lineinfile:\n path: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/kube-proxy
454
[ "no_license" ]
[ { "path": "roles/kube-proxy/tasks/main.yml", "content": "- name: Generate yaml of kube-proxy daemonset\n shell: \"kubectl get ds kube-proxy -n kube-system -o yaml > kube_proxy_ds.yaml\"\n args:\n chdir: \"/etc/kubernetes/\"\n\n- name: Checker for service-account\n shell: \"cat kube_proxy_ds.yaml\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/kubernetes
454
[ "no_license" ]
[ { "path": "roles/kubernetes/templates/sysconfig_kubelet.j2", "content": "KUBELET_EXTRA_ARGS=--cgroup-driver=systemd --runtime-request-timeout=5m\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/kubernetes/tasks/master.yaml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6044, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/kubernetes-hardening-master
454
[ "no_license" ]
[ { "path": "roles/kubernetes-hardening-master/files/service-account.yaml", "content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: harden-sa\nautomountServiceAccountToken: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/kube...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 27644, "all_permissive": false }
ansible_role
jaganthoutam/ansible-kubernetes-centos8-ha
76d2f5c63501ed1eb9de011ab5242ced0393bb74
1
roles/kubernetes-hardening-node
454
[ "no_license" ]
[ { "path": "roles/kubernetes-hardening-node/tasks/main.yml", "content": "---\n- name: Worker Nodes\n include: control_4.yml\n when: control_4 | bool", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/kubernetes-hardening-node/tasks/control_4.ym...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5756, "all_permissive": false }
ansible_role
kowalski1robert/Workspace1
f25ad5ec0aac89493c429f1d751aa6274b514e35
0
KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-config-gitops
454
[ "permissive" ]
[ { "path": "KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-config-gitops/templates/argocd-cnap-app-of-apps-project.yaml.j2", "content": "apiVersion: argoproj.io/v1alpha1\nkind: AppProject\nmetadata:\n name: argocd-cnap-app-of-apps-project\n namespace: openshift-gitops\nspec:\n sourceRepos:\n - '*'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2240, "all_permissive": true }
ansible_role
kowalski1robert/Workspace1
f25ad5ec0aac89493c429f1d751aa6274b514e35
0
KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-install-cicd
454
[ "permissive" ]
[ { "path": "KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-install-cicd/tasks/main.yaml", "content": "\n- include_tasks: cicd.yaml\n loop: \"{{ namespaces }}\"\n loop_control:\n loop_var: namespace", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byte...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 19, "total_bytes": 20371, "all_permissive": true }
ansible_role
kowalski1robert/Workspace1
f25ad5ec0aac89493c429f1d751aa6274b514e35
0
KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-install-quay
454
[ "permissive" ]
[ { "path": "KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-install-quay/defaults/main.yaml", "content": "quay_project_name: quay-cnap\nquay_admin_username: quaycnapadmin\nquay_admin_email: <EMAIL>\nquay_admin_password: <PASSWORD>\nquay_registry_name: cnap-registry\nquay_org_name: cnap\nquay_secret_name: q...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3313, "all_permissive": true }
ansible_role
kowalski1robert/Workspace1
f25ad5ec0aac89493c429f1d751aa6274b514e35
0
KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-post-acs
454
[ "permissive" ]
[ { "path": "KMD/CNAP/CNAP-SWDF-bootstrap/bootstrap/roles/ocp4-post-acs/tasks/post_ci.yaml", "content": "- name: Get ACS central route\n kubernetes.core.k8s_info:\n kind: Route\n api_version: route.openshift.io/v1\n namespace: stackrox\n name: central\n register: r_stackrox_central_route\n retr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1405, "all_permissive": true }
ansible_role
homelab007/kubepi
822f8d64fa4b57b1410c63caaefe05496e9f4ae6
0
ansible/roles/deploy-keys
448
[ "no_license" ]
[ { "path": "ansible/roles/deploy-keys/vars/main.yml", "content": "---\n# vars file for deploy-keys\nansible_ssh_pass: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/deploy-keys/README.md", "content": "Role Name\n=======...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 656, "all_permissive": false }
ansible_role
homelab007/kubepi
822f8d64fa4b57b1410c63caaefe05496e9f4ae6
0
ansible/roles/deploy-networking
448
[ "no_license" ]
[ { "path": "ansible/roles/deploy-networking/tasks/main.yml", "content": "---\n- name: set host mac address\n set_fact:\n host_mac_address: \"{{ hostvars[inventory_hostname].ansible_default_ipv4.macaddress}}\"\n- name: set vars\n set_fact:\n kube_ip_address: \"{{ mac_mapping[host_mac_address].ip }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1465, "all_permissive": false }
ansible_role
bhavanashendge/edureka-casestudy9-ansible
b850c96e5f8f1f37bf68a90a31590058f682615d
0
roles/maven
448
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n - name: add java8 repo\n command: add-apt-repository ppa:webupd8team/java\n\n - name: apt update\n apt:\n update_cache: true\n\n - name: download maven repository\n command: chdir=/home/edureka/Downloads/ wget http://apache.mirror.digitalpac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
bhavanashendge/edureka-casestudy9-ansible
b850c96e5f8f1f37bf68a90a31590058f682615d
0
roles/tomcat
448
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "# Module role for apache intall\n---\n - name: apt-get update\n apt:\n update_cache: true\n\n - name: Install JDK\n apt:\n name: openjdk-8-jdk\n\n - name: Add tomcat user group\n group:\n name: tomcat\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1911, "all_permissive": false }
ansible_role
devtdq1701/ansible-percona-centos7
2ab31334a8a36d3655aab7f7bc1f741142c7816d
0
percona-1.0/roles/firewalld
448
[ "no_license" ]
[ { "path": "percona-1.0/roles/firewalld/tasks/main.yml", "content": "---\n - name: Enable firewalld\n service:\n name: firewalld\n state: started\n enabled: true\n\n # - name: Ensure MySQL can pass the firewall\n # firewalld:\n # service: mysql\n # state: enabled\n # per...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
devtdq1701/ansible-percona-centos7
2ab31334a8a36d3655aab7f7bc1f741142c7816d
0
percona-1.0/roles/garbd
448
[ "no_license" ]
[ { "path": "percona-1.0/roles/garbd/tasks/main.yml", "content": "- name: Install garbd\n yum: name=Percona-XtraDB-Cluster-garbd-57 state=latest\n when: \"'{{ ansible_host }}' == '{{ garbd }}'\"\n\n- name: Config garb file\n template:\n src: \"templates/garbd.j2\"\n dest: \"/etc/sysconfig/garb\"\n w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 488, "all_permissive": false }
ansible_role
devtdq1701/ansible-percona-centos7
2ab31334a8a36d3655aab7f7bc1f741142c7816d
0
percona-1.0/roles/install
448
[ "no_license" ]
[ { "path": "percona-1.0/roles/install/tasks/main.yml", "content": "---\n# - name: Install Package Development Tools\n# yum: name={{ item }} state=latest\n# with_items:\n# - \"@Development Tools\"\n# # - deltarpm\n\n# - name: Update CentOS 7\n# yum: name=* state=latest update_cache=yes\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1561, "all_permissive": false }
ansible_role
devtdq1701/ansible-percona-centos7
2ab31334a8a36d3655aab7f7bc1f741142c7816d
0
percona-1.0/roles/nodes
448
[ "no_license" ]
[ { "path": "percona-1.0/roles/nodes/defaults/main.yml", "content": "---\nmysql_root_password: <PASSWORD>@#$\n\n# /etc/my.cnf\nmysql_config: /etc/percona-xtradb-cluster.conf.d/wsrep.cnf\n\ncluster_name: percona_cluster\npercona1: '192.168.0.107'\npercona2: '192.168.0.125'\n\ngarbd: '192.168.0.126'\n\nmysql_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3127, "all_permissive": false }
ansible_role
rismansr/gh-pages
3896f2cf4fff88fb99e3c8fee235c6b5b40ca33b
0
docs/CI-CD/Jenkins-Ansible/Drupal/example-1/roles/drupal_app
448
[ "no_license" ]
[ { "path": "docs/CI-CD/Jenkins-Ansible/Drupal/example-1/roles/drupal_app/templates/settings.j2", "content": "<?php\n# Ansible applied settings.php\n\n$databases = array (\n 'default' => \n array (\n 'default' => \n array (\n 'database' => '{{db_database}}',\n 'username' => '{{db_username}}'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3068, "all_permissive": false }
ansible_role
rismansr/gh-pages
3896f2cf4fff88fb99e3c8fee235c6b5b40ca33b
0
docs/CI-CD/Jenkins-Ansible/Drupal/example-1/roles/web_app
448
[ "no_license" ]
[ { "path": "docs/CI-CD/Jenkins-Ansible/Drupal/example-1/roles/web_app/tasks/main.yml", "content": "---\n - block:\n - name: Unlink data folder before removing current package\n file: src={{application_data}} dest={{application_symlink}} owner={{user}} group={{user}} state=absent\n\n - name: Setup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
rismansr/gh-pages
3896f2cf4fff88fb99e3c8fee235c6b5b40ca33b
0
docs/CI-CD/Jenkins-Ansible/Laravel/example-1/roles/laravel_app
448
[ "no_license" ]
[ { "path": "docs/CI-CD/Jenkins-Ansible/Laravel/example-1/roles/laravel_app/templates/env.j2", "content": "APP_NAME={{app_name}}\nAPP_ENV={{app_env}}\nAPP_KEY=<KEY>\nAPP_DEBUG={{app_debug}}\nAPP_LOG_LEVEL={{app_log_level}}\nAPP_URL={{app_url_schema}}://{{app_url_domain}}\n\nDB_CONNECTION={{db_connection}}\nDB...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2947, "all_permissive": false }
ansible_role
rismansr/gh-pages
3896f2cf4fff88fb99e3c8fee235c6b5b40ca33b
0
docs/CI-CD/Jenkins-Ansible/Laravel/example-1/roles/web_app
448
[ "no_license" ]
[ { "path": "docs/CI-CD/Jenkins-Ansible/Laravel/example-1/roles/web_app/tasks/main.yml", "content": "---\n - block:\n# - name: Unlink data folder before removing current package\n# file: src={{application_data}} dest={{application_symlink}} owner={{user}} group={{user}} state=absent\n\n - name: Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2215, "all_permissive": false }
ansible_role
rismansr/gh-pages
3896f2cf4fff88fb99e3c8fee235c6b5b40ca33b
0
docs/CI-CD/Jenkins-Ansible/Wordpress/example-1 (php5,fcgi)/roles/wordpress_app
448
[ "no_license" ]
[ { "path": "docs/CI-CD/Jenkins-Ansible/Wordpress/example-1 (php5,fcgi)/roles/wordpress_app/tasks/main.yml", "content": "---\n - block:\n\n - name: Remove any previous deployed package\n file: path={{backup_folder}} state=absent\n \n - name: Create database backup folder\n file: dest={{db_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1863, "all_permissive": false }
ansible_role
ricaragao/ansible-ping-traceroute
075e8dd0628ab1f45481a578960628e1261bf83e
4
roles/test_connect
448
[ "no_license" ]
[ { "path": "roles/test_connect/tasks/ping.yml", "content": "- name: Ping Executing\n shell: \"{{ ping_command }} {{ item }}\"\n loop: \"{{ groups['targets'] }}\"\n register: command_output\n ignore_errors: yes\n no_log: true\n changed_when: false\n\n- name: Ping Report\n debug: \n msg: \"PING SUCCE...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 781, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/base
448
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for roles/base\n\n- name: Update timezone\n file:\n src: /usr/share/zoneinfo/{{ timezone }}\n dest: /etc/localtime\n state: link\n notify: update tzdata\n\n- name: Upgrade all existing packages\n apt:\n upgrade: dist\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/common
448
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for roles/common\n\n- name: apt upgrade existing packages\n apt:\n upgrade: safe\n\n- name: apt Install Common Packages\n apt:\n name:\n - 'autofs'\n - 'build-essential'\n - 'curl'\n - 'dhcpcd5'\n - 'fail...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/docker-compose
448
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for roles/docker-compose\n\n- name: Download docker-compose package\n ansible.builtin.shell: curl -L \"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)\" -o /usr/local/bin/docker-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 341, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/jupyter
448
[ "no_license" ]
[ { "path": "roles/jupyter/tasks/main.yml", "content": "---\n# tasks file for roles/base\n - name: Install Python 3\n apt:\n name: python3\n state: present\n\n - name: Install pip\n apt:\n name: python3-pip\n state: present\n\n - name: Install Jupyter Notebook\n pip:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1504, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/users
448
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n# tasks file for roles/users\n- name: Add groups\n group:\n name: \"{{ item.username }}\"\n state: present\n gid: \"{{ item.uid }}\"\n with_items:\n - \"{{ users }}\"\n retries: 5\n delay: 30\n\n- name: Add users\n user:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1463, "all_permissive": false }
ansible_role
grbot/elwazi-workshop-vm-setup
171ba53c64f0eaff769f6af4aeb0edf22b191c91
0
roles/workshop-user
448
[ "no_license" ]
[ { "path": "roles/workshop-user/handlers/main.yml", "content": "---\n# handlers file for roles/base\n- name: Restart SSH Service\n ansible.builtin.service:\n name: sshd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
lel99999/dev_JupyterHubRH7
80bfa1e6427745e6780b515f97c64778030487a0
0
roles/jupyterhub
448
[ "no_license" ]
[ { "path": "roles/jupyterhub/tasks/main.yml", "content": "---\n## - debug:\n## msg: \"{{ansible_distribution }}-{{ ansible_distribution_major_version}}\"\n## \n## - name: Setup virtual environment\n## # include_vars: rhel_7.yml\n## when: \"{{ ansible_distribution_major_version }} == 7\"\n## tags:\n##...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4304, "all_permissive": false }
ansible_role
Parissa-Bakhshi/ansible
74e47706b77bbe23fa63e0d79b79801eff67bbfb
1
haproxy/roles/haproxy
448
[ "no_license" ]
[ { "path": "haproxy/roles/haproxy/templates/haproxy.cfg.j2", "content": "frontend myWebServersFront\n mode tcp\n bind *:80\n option tcplog\n default_backend myWebServersBackend\n\nbackend myWebServersBackend\n mode tcp\n balance leastconn\n{% for host in hostvars %}\n{% if host in groups[\"webservers\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 763, "all_permissive": false }
ansible_role
UrszulaC/ProductivityCalculator
29029fac5a50f609f42403af5b0ba9831ee0183f
0
ansible/roles/docker
448
[ "no_license" ]
[ { "path": "ansible/roles/docker/vars/main.yml", "content": "---\ncontainer_image: \"urszulach/python-app:latest\"\ncontainer_name: \"productivity-calculator\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/docker/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 678, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl-NFS/playbooks/roles/nfs_client
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl-NFS/playbooks/roles/nfs_client/tasks/main.yml", "content": "---\n- name: Install NFS client utilities\n ansible.builtin.apt:\n name: nfs-common\n state: present\n update_cache: yes\n become: true\n\n- name: Check if mount point exists\n ansible.builtin.stat:\n path: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1325, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl-NFS/playbooks/roles/python3_install
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl-NFS/playbooks/roles/python3_install/defaults/main.yml", "content": "# roles/python3_install/defaults/main.yml\n---\n# Python version to install and configure as default\npython_version: \"3.10\"\n# Alternative priority for update-alternatives\nalternative_priority: 10", "license_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1599, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl-NFS/playbooks/roles/sddc_lab
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl-NFS/playbooks/roles/sddc_lab/defaults/main.yml", "content": "# roles/sddc_lab/defaults/main.yml\n---\n# SDDC user and home\n#sddc_user: adminuser\nsddc_user_home: \"/home/{{ ansible_user }}\"\n\n# Git repository settings\nsddc_repo_url: \"https://github.com/rutgerblom/SDDC.Lab.git\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4606, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl-NFS/playbooks/roles/update_and_reboot
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl-NFS/playbooks/roles/update_and_reboot/meta/meta.yml", "content": "## meta/main.yml\n---\ngalaxy_info:\n author: <NAME>\n description: >\n Checks for OS updates on Ubuntu, applies them, and reboots if needed.\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1149, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl-NFS/playbooks/roles/vscode
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl-NFS/playbooks/roles/vscode/tasks/main.yml", "content": "---\n- name: Ensure dependencies are installed\n apt:\n name:\n - software-properties-common\n - apt-transport-https\n - wget\n - gpg\n state: present\n update_cache: true\n become: true\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Ctrl/playbooks/roles/sddc_lab
448
[ "no_license" ]
[ { "path": "Ansible-Ctrl/playbooks/roles/sddc_lab/defaults/main.yml", "content": "---\n# Default variables for sddc_lab role\n\n# The user on the target machine that should own the repo and run commands\nsddc_user: adminuser\n\n# Home directory of that user\nsddc_user_home: \"/home/{{ sddc_user }}\"\n\n# Git...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3562, "all_permissive": false }
ansible_role
karlnewick/SDDC.Lab.PackerVMs
bae780e45de9102a5dd85c0d7e15376794fc3f53
1
Ansible-Server/playbooks/roles/nfs_share
448
[ "no_license" ]
[ { "path": "Ansible-Server/playbooks/roles/nfs_share/tasks/main.yml", "content": "- name: Ensure NFS server packages are installed\n apt:\n name: nfs-kernel-server\n state: present\n update_cache: yes\n\n- name: Ensure export directory exists\n file:\n path: \"{{ nfs_export_path }}\"\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1080, "all_permissive": false }
ansible_role
strangeman/hexlet-demo-ansible-profiling
9d84a8f0f09530c8b4ee06921b245dbecb4fabcd
0
ansible/roles/sample
448
[ "no_license" ]
[ { "path": "ansible/roles/sample/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Sample for Hexlet\n company: Hexlet\n license: BSD\n min_ansible_version: 2.0\n platforms:\n - name: EL\n versions:\n - 8\n galaxy_tags: []\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
ZinkNotTheMetal/home-server-configuration
f7a4ed8e5a2d3b50285392c199e2a711bab8ae3b
0
src/roles/app-server
448
[ "no_license" ]
[ { "path": "src/roles/app-server/tasks/setup-radarr.yml", "content": "# Radarr\n# Documentation: https://docs.linuxserver.io/images/docker-radarr\n# Purpose: To help automate movement of media\n- name: Create docker volume\n become: true\n file:\n path: \"{{ host_radarr_folder_location }}/config\"\n ...
{ "task_files": 20, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 34234, "all_permissive": false }
ansible_role
ZinkNotTheMetal/home-server-configuration
f7a4ed8e5a2d3b50285392c199e2a711bab8ae3b
0
src/roles/common
448
[ "no_license" ]
[ { "path": "src/roles/common/tasks/configure-samba.yml", "content": "---\n# Configure samba is configured correctly\n- name: Ensure the 'samba' config is loaded\n become: true\n template:\n src: smb.conf\n dest: /etc/samba/smb.conf\n owner: root\n group: root\n", "license_type": "no_license...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 8227, "all_permissive": false }
ansible_role
ZinkNotTheMetal/home-server-configuration
f7a4ed8e5a2d3b50285392c199e2a711bab8ae3b
0
src/roles/dns
448
[ "no_license" ]
[ { "path": "src/roles/dns/tasks/main.yml", "content": "---\n# Description:\n# Creates a docker container that runs pi-hole on the dns role\n- name: Docker is running\n service:\n name: docker\n state: started\n\n- name: Run 'Pi-Hole' - Docker Container\n docker_container:\n name: pihole\n image...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1893, "all_permissive": false }
ansible_role
ZinkNotTheMetal/home-server-configuration
f7a4ed8e5a2d3b50285392c199e2a711bab8ae3b
0
src/roles/monitoring
448
[ "no_license" ]
[ { "path": "src/roles/monitoring/tasks/prometheus-setup.yml", "content": "- name: Create prometheus directories create directory if they don't exist\n become: true\n file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: \"0777\"\n recurse: yes\n loop:\n -...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9250, "all_permissive": false }
ansible_role
ZinkNotTheMetal/home-server-configuration
f7a4ed8e5a2d3b50285392c199e2a711bab8ae3b
0
src/roles/nut-host
448
[ "no_license" ]
[ { "path": "src/roles/nut-host/tasks/install.yml", "content": "---\n- name: Install NUT (Network UPS Tools)\n become: true\n apt:\n name: nut\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "src/roles/nut-host/tasks/restart-se...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2751, "all_permissive": false }
ansible_role
dev-lusaja/ansible-varnish
6809d2e8e65215cac48f9e9c302502bb7a229878
0
roles/varnish
448
[ "no_license" ]
[ { "path": "roles/varnish/tasks/main.yml", "content": "---\n- name: Add repo file\n template: src=varnish.repo dest=/etc/yum.repos.d/varnish.repo owner=root group=root mode=0644\n\n- name: Install Varnish\n yum: name={{ item }} enablerepo=varnish state=present\n with_items:\n - varnish\n\n- name: Start...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
theztd/kluster
8c3b3ecda4e98540d548fc37178e4ce88e4eb929
0
ansible/roles/cluster
448
[ "no_license" ]
[ { "path": "ansible/roles/cluster/tasks/controller.yaml", "content": "---\n- name: Prepare k0s dirs\n ansible.builtin.file:\n path: \"{{ item }}\"\n state: directory\n mode: \"0644\"\n with_items:\n - /etc/k0s\n\n- name: Deploy k0s config\n ansible.builtin.template:\n src: k0s.yaml.j2\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3309, "all_permissive": false }
ansible_role
theztd/kluster
8c3b3ecda4e98540d548fc37178e4ce88e4eb929
0
ansible/roles/helm
448
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yaml", "content": "---\n- name: Add Helm repository\n kubernetes.core.helm_repository:\n name: \"{{ helm_chart_name }}\"\n repo_url: \"{{ helm_chart_repo }}\"\n\n- name: Install or upgrade Helm chart\n kubernetes.core.helm:\n name: \"{{ helm_chart_name }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/389ds
448
[ "no_license" ]
[ { "path": "roles/389ds/tasks/sssd.yml", "content": "---\n- name: roles/389ds/tasks/sssd.yml\n set_fact: dummy=0\n\n- name: Install sssd-ldap\n dnf:\n name:\n - sssd-ldap\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 }, { "path": "ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1496, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/base
448
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "# Basic Congiguration Control\n---\n- name: roles/base/tasks/main.yml\n set_fact: dummy=0\n\n- name: Enable fastest mirror\n lineinfile:\n path: /etc/dnf/dnf.conf\n regexp: ^fastestmirror\n line: fastestmirror=true\n become: yes\n\n- import_task...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 4333, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/docker
448
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: roles/docker/tasks/main.yml\n set_fact: dummy=0\n\n- name: Install dependencies\n dnf:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n become: yes\n\n- name: Add Repository for docker\n command: yum-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/nginx
448
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: roles/nginx/tasks/main.yml\n command: echo\n\n- name: Install nginx for CentOS {{ _V }}.x\n yum: \n name:\n - nginx-all-modules\n - python3-certbot-nginx\n become: yes\n\n- name: nginx - Add common settings\n copy:\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/php
448
[ "no_license" ]
[ { "path": "roles/php/tasks/install.yml", "content": "---\n- name: roles/php/tasks/install.yml\n set_fact: dummy=0\n\n- name: Install php as a dnf module\n command: dnf module install -y php:{{ PHP_MODULE_VERSION }}\n args:\n warn: false\n become: yes\n\n- name: Install php additional packages\n dnf:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1526, "all_permissive": false }
ansible_role
hotta/ansible-centos8
19fe260423c9f85ba3abba28e7d0e7724f0d1749
1
roles/samba4-build
448
[ "no_license" ]
[ { "path": "roles/samba4-build/README.md", "content": "# Samba4 build farm\n\nIn order to build samba, we assume your disto is CentOS Stream 8.\nPlease set ENABLE_STREAM to true in host_vars/localhost.yml.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2817, "all_permissive": false }
ansible_role
bosozu/homeworks
f7d5e3648536d12c9d3456062badf9b1761cea09
0
Ansible_Part2/roles/task3
448
[ "no_license" ]
[ { "path": "Ansible_Part2/roles/task3/tasks/main.yml", "content": "---\n- name: update system\n ansible.builtin.apt:\n update_cache: yes\n\n- name: install apache2\n ansible.builtin.apt:\n name: apache2\n state: present\n\n- name: copy index.html\n ansible.builtin.template:\n src: ../files/inde...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1265, "all_permissive": false }
ansible_role
arunkumardas82/ansible
3c8784d8894efff742121b4150c6c23945e18bbf
0
3tier-bad/roles/base-config
452
[ "no_license" ]
[ { "path": "3tier-bad/roles/base-config/tasks/main.yml", "content": "---\n# tasks file for base-config\n- name: configuration\n hosts: all\n gather_facts: false # remove later! speeds up testing\n become: true\n\n tasks:\n - name: enable repos\n template:\n src: ../templates/open_three-tier-app....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
project-azorian/k8s
d489d8a8178e1e8785af841aa30a2ebce58dc839
0
assets/playbooks/roles/create-vms
452
[ "no_license" ]
[ { "path": "assets/playbooks/roles/create-vms/tasks/main.yaml", "content": "# - name: \"image-prep\"\n# include_tasks: prep-image.yaml\n\n\n- local_action:\n module: openssh_keypair\n path: /tmp/id_ssh_rsa\n\n- name: \"haproxy\"\n include_tasks: haproxy.yaml\n vars:\n vm_instance: \"haproxy\"\n\...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 23961, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/aptitude
452
[ "no_license" ]
[ { "path": "roles/aptitude/templates/aptitude.config.j2", "content": "# {{ nicholaspcole_systems_ansible_managed }}\n\naptitude::UI {\n HelpBar \"False\";\n Menubar-Autohide \"True\";\n Minibuf-Prompts \"True\";\n Prompt-On-Exit \"False\";\n Minibuf-Download-Bar \"True\";\n InfoAreaTabs \"True\";\n};\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/dockutil
452
[ "no_license" ]
[ { "path": "roles/dockutil/tasks/main.yaml", "content": "---\n- name: Install dockutil.\n community.general.homebrew:\n name: dockutil\n state: present\n when: ansible_system == \"Darwin\"\n\n- name: Remove all items from the dock.\n ansible.builtin.command:\n cmd: /opt/homebrew/bin/dockutil --re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1686, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/git
452
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "---\n- name: Install git (macOS).\n community.general.homebrew:\n name: git\n state: present\n when: ansible_system == \"Darwin\"\n\n- name: Install git (Linux).\n ansible.builtin.package:\n name: git\n state: present\n become: true\n when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1644, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/nicholaspcole_systems
452
[ "no_license" ]
[ { "path": "roles/nicholaspcole_systems/tasks/main.yaml", "content": "---\n- name: Include system variables.\n ansible.builtin.include_vars: \"{{ ansible_system }}.yaml\"\n\n- name: Create scripts directory.\n ansible.builtin.file:\n path: \"{{ nicholaspcole_systems_scripts_directory }}\"\n state: di...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 811, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/screen
452
[ "no_license" ]
[ { "path": "roles/screen/meta/main.yaml", "content": "---\ndependencies:\n - role: nicholaspcole_systems\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/screen/templates/screenrc.j2", "content": "# {{ nicholaspcole_systems_ansible_manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 792, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/sublime_text
452
[ "no_license" ]
[ { "path": "roles/sublime_text/tasks/install-Linux.yaml", "content": "---\n- name: Include install tasks ({{ ansible_os_family }}).\n ansible.builtin.include_tasks:\n file: install-{{ ansible_os_family }}.yaml\n when: ansible_system == \"Linux\"\n\n- name: Install Sublime Text (Linux).\n ansible.builti...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3292, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/terraform
452
[ "no_license" ]
[ { "path": "roles/terraform/templates/.terraformrc.j2", "content": "# {{ nicholaspcole_systems_ansible_managed }}\n\nplugin_cache_dir = \"{{ terraform_plugin_cache_directory_path }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/terrafor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 878, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/vim
452
[ "no_license" ]
[ { "path": "roles/vim/templates/.vimrc.j2", "content": "\" {{ nicholaspcole_systems_ansible_managed }}\n\nfiletype indent on\nfiletype on\nfiletype plugin on\nset autoindent\nset background=dark\nset expandtab\nset foldlevel=1\nset foldmethod=manual\nset foldnestmax=10\nset hlsearch\nset mat=5\nset nocompati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/zed
452
[ "no_license" ]
[ { "path": "roles/zed/tasks/main.yml", "content": "---\n- name: Install Zed.\n community.general.homebrew_cask:\n name: zed\n state: present\n when: ansible_system == \"Darwin\"\n\n- name: Configure Zed.\n ansible.builtin.copy:\n content: \"{{ zed_configuration | to_json(indent=2, sort_keys=true)...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
NicholasPCole/ansible-collection-nicholaspcole-systems
41a3b3c2faa3c91b903edbcccd42e8d3d936ba8d
0
roles/zsh
452
[ "no_license" ]
[ { "path": "roles/zsh/templates/.zshrc.j2", "content": "# {{ nicholaspcole_systems_ansible_managed }}\n\nfunction prompt_character {\n if [ $UID -eq 0 ]; then\n echo \"#\"\n else\n echo \"$\"\n fi\n}\n\nfunction prompt_username {\n if [ \"$(whoami)\" = \"nicholas\" ]; then\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2060, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/11-container
452
[ "no_license" ]
[ { "path": "roles/11-container/tasks/known-hosts.yml", "content": "---\n### clear old known_hosts\n# ssh-keygen -R target, cause of REMOTE HOST IDENTIFICATION HAS CHANGED!\n- name: \"delete entry in known_hosts by hostname\"\n command: ssh-keygen -f {{ lookup('env', 'HOME') }}/.ssh/known_hosts -R {{ item }}...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4529, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/12-resource
452
[ "no_license" ]
[ { "path": "roles/12-resource/templates/80-eth0.yaml.j2", "content": "network:\n version: 2\n ethernets:\n eth0:\n dhcp4: false\n dhcp6: true\n addresses: [{{ eth_addrs }}]\n routes:\n - to: default\n via: {{ eth_gw }}\n nameservers:\n addresses: [{{ eth_n...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 4906, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/21-enviroment
452
[ "no_license" ]
[ { "path": "roles/21-enviroment/defaults/main.yaml", "content": "### use in netplan.yml\ntype_ipv4=dhcp\ntype_ipv4=static\n#type_ipv4=br-static\n#type_ipv4=br-dhcp\n\n### use in 80-dhcp-bridge.yaml.j2 80-dhcp.yaml 80-static-bridge.yaml.j2 80-static.yaml.j2\neth_name=eth0\neth_ipv4=192.168.0.254\neth_mask=24\...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 8822, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/22-password
452
[ "no_license" ]
[ { "path": "roles/22-password/tasks/main.yml", "content": "---\n# password policy\n- name: get param of password quality checking and generating random passwords\n include_vars: password-policy.yml\n\n- name: set password quality checking and generating random passwords\n include_tasks: password-policy.yml...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3123, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/23-sshd
452
[ "no_license" ]
[ { "path": "roles/23-sshd/sshd/vars/sshd-config.yml", "content": "---\n# /etc/ssh/sshd_config\nauth_password: \"yes\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/23-sshd/sshd/vars/hosts.yml", "content": "---\n#allow_sshd_hosts: 192...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2288, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/29-profile
452
[ "no_license" ]
[ { "path": "roles/29-profile/tasks/proxy.yml", "content": "---\n - name: \"set noproxy in {{ ansible_user }} .profile from localhost\"\n lineinfile:\n path: /home/{{ ansible_user }}/.profile\n regexp: '^export no_proxy='\n insertafter: EOF\n line: \"{{ item }}\"\n with_items:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1566, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/39-account
452
[ "no_license" ]
[ { "path": "roles/39-account/tasks/password_check.yml", "content": "---\n# name: user name\n# pass: <PASSWORD>\n# file: clear onetime password in file\n- name: debug shadow\n debug: var=shadow\n\n\n- name: get onetime password\n register: onepass\n shell: \n cmd: \"cat {{ shadow.file }} | cut -d, -f 2\...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7640, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/41-ubuntu-desktop
452
[ "no_license" ]
[ { "path": "roles/41-ubuntu-desktop/tasks/keyboard_layout.yml", "content": "---\n- name: japanese keyboard layout for console\n lineinfile:\n dest: /etc/default/keyboard\n state: present\n backrefs: yes\n regexp: '{{ item.regexp }}'\n line: '{{ item.line }}'\n with_items:\n - regexp: 'XKBLA...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 891, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/42-xrdp
452
[ "no_license" ]
[ { "path": "roles/42-xrdp/tasks/main.yml", "content": "---\n - include: tasks/setup_xrdp.yml\n# - include: tasks/selfsigned_certificate.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/42-xrdp/files/enhanced-session-mode.sh", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/43-proxy-lxd-rdp
452
[ "no_license" ]
[ { "path": "roles/43-proxy-lxd-rdp/tasks/main.yml", "content": "---\n- name: unset rdp proxy\n command: \"lxc config device remove {{ inventory_hostname }} rdp_proxy\"\n delegate_to: localhost\n become: yes\n failed_when: no\n\n- name: set rdp proxy\n command: \"lxc config device add {{ inventory_hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/44-ubuntu-app
452
[ "no_license" ]
[ { "path": "roles/44-ubuntu-app/tasks/install.yml", "content": "---\n- name: install ubuntu app of office\n apt:\n name:\n - thunderbird-locale-ja\n - libreoffice-help-ja\n state: latest\n update_cache: yes\n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
ymgttkxk/ansible-roles
b4a7ed76725a1e924e527f3e3351fb687e62c748
0
roles/49-user-xsession
452
[ "no_license" ]
[ { "path": "roles/49-user-xsession/tasks/xsessionrc.yml", "content": "---\n- name: copy xsessionrc\n copy:\n src: xsessionrc\n dest: \"/home/{{ user.name }}/.xsessionrc\"\n owner: \"{{ user.name }}\"\n group: \"{{ user.main_group }}\"\n mode: 0664\n become: yes\n when: user.avail == 'o'\n\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 836, "all_permissive": false }
ansible_role
douanadho/ansible_review1
941bca2c99e3402a3c9949c16b2bee146430c49e
0
roles/sample-apache
452
[ "no_license" ]
[ { "path": "roles/sample-apache/tasks/main.yml", "content": "---\n# tasks file for sample-apache\n- name: Install all the packages\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: latest\n loop:\n - httpd\n - mod_ssl\n - php\n - firewalld\n- name: Ensure Apache and firewalld running...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 817, "all_permissive": false }
ansible_role
douanadho/ansible_review1
941bca2c99e3402a3c9949c16b2bee146430c49e
0
roles/sample-mysql
452
[ "no_license" ]
[ { "path": "roles/sample-mysql/tasks/main.yml", "content": "---\n# tasks file for sample-mysql\n\n\n- name: Create a new primary partition with a size of 800M\n community.general.parted:\n device: /dev/nvme0n2\n number: 1\n state: present\n part_end: 800M\n\n- name: Create a volume group called ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
Servhentess/script-ansible
54d6212d18cfa26005d8f9f3d0a53cf159cf4b13
0
roles/roles/copykey
452
[ "no_license" ]
[ { "path": "roles/roles/copykey/tasks/main.yaml", "content": "---\n- name: Copy public key\n authorized_key:\n user: httpd-user\n state: present\n key: '{{ item }}'\n exclusive: True\n with_file:\n - '~/.ssh/id_rsa_httpd.pub'", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
Servhentess/script-ansible
54d6212d18cfa26005d8f9f3d0a53cf159cf4b13
0
roles/roles/createusers
452
[ "no_license" ]
[ { "path": "roles/roles/createusers/tasks/main.yaml", "content": "---\n- name: Create user\n user:\n name: httpd-user", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }