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
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-quotalimit
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-quotalimit/defaults/main.yml", "content": "---\nquota_namespace: default\nquota_services_name: quotalimits-default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ubuntu-k8s-quotalimit/templates/quota-limit-yaml....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2469, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-registry
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-registry/templates/registry-service-yaml.j2", "content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: {{registry_namespace}}\n---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n name: {{registry_services_name}}-pvc\n namespace: {{registry_namespace}}\nspe...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 10499, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-storage
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-storage/templates/heketi-service-yaml.j2", "content": "---\napiVersion: v1\nkind: Namespace\nmetadata:\n name: {{heketi_namespace}}\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: {{heketi_services_name}}\n namespace: {{heketi_namespace}}\n---\napiVersion: v1\nki...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 11974, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-taint-node
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-taint-node/tasks/main.yml", "content": "---\n- name: Get node name for {{node_ip_address}} in k8s cluster\n shell: kubectl get nodes -o wide | grep {{node_ip_address}} | awk '{print $1}'\n register: found_node\n\n- set_fact:\n node_name: \"{{found_node.stdout}}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/ubuntu-k8s-vmw-cluster-autoscaler
41
[ "no_license" ]
[ { "path": "roles/ubuntu-k8s-vmw-cluster-autoscaler/tasks/node-metadata.yml", "content": "---\n- name: Apply annotations and labels node\n shell: |\n kubectl annotate node {{cluster_node_name}} --overwrite=true \\\n cluster.autoscaler.nodegroup/name={{cluster_node_group_name}} \\\n cluster.auto...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 14825, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-create-from-template
41
[ "no_license" ]
[ { "path": "roles/vmw-create-from-template/tasks/create-from-template.yml", "content": "---\n- name: \"Generate UUID for instance - {{vm_name}} ({{network_ip_address}})\"\n shell: uuidgen\n register: uuid_cmd\n\n- set_fact:\n uuid: \"{{uuid_cmd.stdout}}\"\n cloudinit_network: |\n network:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4572, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-remove-hosts
41
[ "no_license" ]
[ { "path": "roles/vmw-remove-hosts/tasks/main.yml", "content": "---\n- name: Remove VM\n vars:\n datacenter: \"{{vcenter_datacenter if vcenter_datacenter is defined else 'ha-datacenter'}}\"\n local_action:\n module: vmware_guest\n name: \"{{vm_name}}\"\n hostname: \"{{vcenter_hostname}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-restart-hosts
41
[ "no_license" ]
[ { "path": "roles/vmw-restart-hosts/tasks/main.yml", "content": "---\n- name: Get vm-name from hostvars\n set_fact:\n cacheable: yes\n vm_name: \"{{hostvars[inventory_hostname].ansible_facts.vm_name}}\"\n\n- name: Restart VM\n tags:\n - never\n - restart-hosts\n vars:\n datacenter: \"{{vcen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-snapshot-clear
41
[ "no_license" ]
[ { "path": "roles/vmw-snapshot-clear/tasks/main.yml", "content": "---\n- name: Clear all snapshots\n vars:\n vm_name: \"{{hostvars[inventory_hostname].ansible_facts.vm_name}}\"\n datacenter: \"{{vcenter_datacenter if vcenter_datacenter is defined else 'ha-datacenter'}}\"\n local_action:\n module: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-snapshot-create
41
[ "no_license" ]
[ { "path": "roles/vmw-snapshot-create/tasks/main.yml", "content": "---\n- name: Gather meta data for snapshot generation\n set_fact:\n cacheable: yes\n vm_name: \"{{hostvars[inventory_hostname].ansible_facts.vm_name}}\"\n\n- name: Gather meta data for snapshot generation\n set_fact:\n snapshot_pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1336, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-snapshot-inventory
41
[ "no_license" ]
[ { "path": "roles/vmw-snapshot-inventory/tasks/main.yml", "content": "- name: Gather meta data for snapshot generation\n set_fact:\n cacheable: yes\n vm_name: \"{{hostvars[inventory_hostname].ansible_facts.vm_name}}\"\n\n- name: Gather snapshot information about {{inventory_hostname}}\n vars:\n da...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1986, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-snapshot-restore
41
[ "no_license" ]
[ { "path": "roles/vmw-snapshot-restore/tasks/main.yml", "content": "---\n- name: Get vm-name from hostvars\n set_fact:\n cacheable: yes\n vm_name: \"{{hostvars[inventory_hostname].ansible_facts.vm_name}}\"\n\n- name: Find snapshots in hostvars\n set_fact:\n snapshots_found: \"{{hostvars[inventory_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
nmarus/ansible-k8s
b5c9d3bd3f7daf4742dac79b0260cd4070a36c85
0
roles/vmw-ubuntu-k8s-image
41
[ "no_license" ]
[ { "path": "roles/vmw-ubuntu-k8s-image/tasks/k8s/k8s-cni.yml", "content": "---\n- name: Install Container Networking Plugins\n become: true\n become_method: sudo\n shell: |\n curl -L \"https://github.com/containernetworking/plugins/releases/download/v{{cni_version}}/cni-plugins-linux-amd64-v{{cni_versi...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 26040, "all_permissive": false }
ansible_role
job/bgp-ansible
044a90db31500acfdfcb00e0721dd9f01ea25ccf
8
roles/bird
37
[ "no_license" ]
[ { "path": "roles/bird/tasks/main.yml", "content": "- name: make blackhole drop dir\n file:\n name=/etc/bird/blackholes\n state=directory\n owner=root\n\n- name: make filter drop dir\n file:\n name=/etc/bird/filters\n state=directory\n owner=root\n\n- template:\n src: bird.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 11315, "all_permissive": false }
ansible_role
job/bgp-ansible
044a90db31500acfdfcb00e0721dd9f01ea25ccf
8
roles/filtergen
37
[ "no_license" ]
[ { "path": "roles/filtergen/tasks/main.yml", "content": "- name: update-filters.sh\n copy:\n src=update-filters.sh.j2\n dest=/root/update-filters.sh\n owner=root\n mode=0755\n\n- cron:\n name=update_filters\n hour=03\n minute=\"{{ 59 |random(seed=inventory_hostname) }}\"\n state=pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3730, "all_permissive": false }
ansible_role
job/bgp-ansible
044a90db31500acfdfcb00e0721dd9f01ea25ccf
8
roles/rtrsub
37
[ "no_license" ]
[ { "path": "roles/rtrsub/files/rpki-data.j2", "content": "{#\n\nStatic RPKI based Origin Validatoin for BIRD\n\nfunction reject_rpki_invalid() - no explicit arguments\n to be applied on each and every EBGP session\n\n#}\n\nroa table ROAS {\n{% for roa in roa_list|sort(attribute='origin') -%}\n{{ \" \" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2404, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/base
37
[ "no_license" ]
[ { "path": "ansible/roles/base/handlers/main.yml", "content": "- name: restart unattended-upgrades\n service:\n name: unattended-upgrades\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/roles/base/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 742, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/elasticsearch
37
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/marvel.yml", "content": "---\n# Install Marvel (see http://www.elasticsearch.org/guide/en/marvel/current/)\n#\n# The following variables need to be defined in your playbook or inventory:\n# - elasticsearch_plugin_marvel_version\n#\n# The following variables provi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 916, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/iptables
37
[ "no_license" ]
[ { "path": "ansible/roles/iptables/files/iptables-load", "content": "#!/bin/sh\niptables-restore < /etc/iptables/iptables.rules\nexit 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/iptables/tasks/main.yml", "content": "- copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4043, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/nginx
37
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- apt:\n pkg: nginx\n\n- name: create sites-enabled/default\n file:\n state: absent\n path: /etc/nginx/sites-enabled/default\n notify:\n - restart nginx\n\n- name: create sites-available/default\n file:\n state: absent\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/postgresql
37
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "- name: add postgresql\n apt:\n pkg: postgresql-9.4\n force: yes\n update_cache: yes\n\n- name: add postgresql-server-dev\n apt:\n pkg: postgresql-server-dev-9.4\n force: yes\n\n- name: add postgresql-contrib-9.4 (for uuid sup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/redis
37
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "- apt:\n pkg: redis-server\n\n- copy:\n src: redis.conf\n dest: /etc/redis/redis.conf\n notify:\n - restart redis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/ruby
37
[ "no_license" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "- name: add ruby repo\n apt_repository:\n repo: 'ppa:brightbox/ruby-ng'\n\n- name: add ubuntu key server\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: C3173AA6\n\n- name: add postgres repo\n apt_repository:\n repo: deb http://apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
ScienceToolbox/sciencetoolbox
53932a78e8e138286e49cf740bed3e5bfc268772
23
ansible/roles/ssh
37
[ "no_license" ]
[ { "path": "ansible/roles/ssh/files/sshd_config", "content": "AcceptEnv LANG LC_*\nAddressFamily inet # ipv4 only\nAllowAgentForwarding yes\n#AllowGroups\nAllowTcpForwarding yes\nAllowUsers root deploy ubuntu\n#AuthenticationMethods publickey\n#AuthorizedKeysCommand\n#AuthorizedKeysCommandUser\nAuthorizedKey...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1996, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.filesystem
eeba12577f915710242310573533a8c69f854b95
0
roles/manjaro_bootable_usb
37
[ "no_license" ]
[ { "path": "roles/manjaro_bootable_usb/tasks/main.yml", "content": "---\n- name: Write ISO to USB\n command:\n cmd: sudo dd bs=4M if={{ manjaro_iso_file_path }} of={{ usb_device_path }} status=progress oflag=sync", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.filesystem
eeba12577f915710242310573533a8c69f854b95
0
roles/manjaro_chroot
37
[ "no_license" ]
[ { "path": "roles/manjaro_chroot/tasks/main.yml", "content": "---\n- name: Create directory to mount in\n file:\n state: directory\n path: \"{{ manjaro_partition_path }}\"\n\n- name: Mount partition\n mount:\n path: \"{{ manjaro_partition_path }}\"\n src: /dev/sda99\n fstype: ext4\n state...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 341, "all_permissive": false }
ansible_role
Korbad/ansible-collection-korbad.filesystem
eeba12577f915710242310573533a8c69f854b95
0
roles/manjaro_partition
37
[ "no_license" ]
[ { "path": "roles/manjaro_partition/tasks/main.yml", "content": "---\n- name: Create directory to mount in\n file:\n state: directory\n path: \"{{ manjaro_partition_path }}\"\n\n- name: Mount partition\n mount:\n path: \"{{ manjaro_partition_path }}\"\n src: /dev/sda3\n fstype: ext4\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
arem4eg3/practicum_labs
a58e2824cf7a45cbc9be2287395ca59c458d1efb
0
lab5_ansible/ansible/roles/backend
37
[ "no_license" ]
[ { "path": "lab5_ansible/ansible/roles/backend/templates/sausage-store-backend.service.j2", "content": "[Unit]\nDescription=Sausage-store\n\n[Service]\nUser={{ backend_service_user }}\nEnvironment=REPORT_PATH={{backend_report_directory}}\nEnvironment=LOG_PATH={{backend_log_directory}}\nRestart=always\nRestar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1565, "all_permissive": false }
ansible_role
arem4eg3/practicum_labs
a58e2824cf7a45cbc9be2287395ca59c458d1efb
0
lab5_ansible/ansible/roles/frontend
37
[ "no_license" ]
[ { "path": "lab5_ansible/ansible/roles/frontend/templates/sausage-store-frontend.service.j2", "content": "[Unit]\nDescription=Sausage-store\n\n[Service]\nUser={{frontend_service_user}}\nRestart=always\nRestartSec=1\nExecStart=http-server {{frontend_directory}} -p 80 --proxy http://localhost:8080\n\n[Install]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1827, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIUSER
8e327b2f9bdbd5ac2c9da13d3e21821b8261eaeb
0
roles/backend
37
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "- name: Disable nodejs\n ansible.builtin.command: \"dnf module disable nodejs -y\"\n\n- name: enable nodejs\n ansible.builtin.command: \"dnf module enable nodejs:20 -y\"\n\n- name: install nodejs\n ansible.builtin.dnf:\n name: \"{{item}}\"\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1782, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIUSER
8e327b2f9bdbd5ac2c9da13d3e21821b8261eaeb
0
roles/common
37
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: delete app directory\n\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: absent\n #ignore_errors: yes \n\n- name: create app directory \n\n ansible.builtin.file:\n path: \"{{app_location}}\"\n state: directory\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIUSER
8e327b2f9bdbd5ac2c9da13d3e21821b8261eaeb
0
roles/db
37
[ "no_license" ]
[ { "path": "roles/db/vars/main.yaml", "content": "#mysql_root_password: <PASSWORD>\nlogin_host: db.daws78s-nnr.online", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/db/tasks/main.yaml", "content": "- name: install mysql\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
NarendraNReddy/ANSIUSER
8e327b2f9bdbd5ac2c9da13d3e21821b8261eaeb
0
roles/frontend
37
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "BACKEND_API_URL: backend.daws78s-nnr.online\ncomponent: frontend\napp_location: /usr/share/nginx/html", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/frontend/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/ansible-builder
37
[ "no_license" ]
[ { "path": "roles/ansible-builder/tasks/main.yml", "content": "---\n- name: \"[builder] Check if we did this already\"\n shell: |\n if [ -e \"/opt/.builder\" ]\n then\n echo \"true\"\n else\n echo \"false\"\n fi\n register: buildercheck\n\n- name: \"Make a ansible build environment\"\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3869, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/ansible-tower
37
[ "no_license" ]
[ { "path": "roles/ansible-tower/tasks/main.yml", "content": "---\n- name: \"Install epel repo\"\n shell: |\n rpm -qa | grep epel || rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \n become: true\n\n- name: \"Install yum packages\"\n shell: |\n yum -y install \"{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4027, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/assignedroles
37
[ "no_license" ]
[ { "path": "roles/assignedroles/tasks/main.yml", "content": "---\n- name: \"block to check for facts.d role\"\n block:\n - name: \"Include roles from facts.d\"\n include_role:\n #name: \"{{ ansible_local['role'] | default(ansible_local['roles']['default']['role'],True) }}\"\n name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1149, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/audit-stig
37
[ "no_license" ]
[ { "path": "roles/audit-stig/tasks/main.yml", "content": "---\n- name: copy the rules into place\n ansible.builtin.copy:\n src: /usr/share/doc/audit-2.8.5/rules/30-stig.rules\n dest: /etc/audit/rules.d/\n remote_src: yes\n become: yes\n\n- name: load the rules into the daemon\n shell: augenrules ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/audit-tty
37
[ "no_license" ]
[ { "path": "roles/audit-tty/templates/system-auth-ansible.j2", "content": "auth include system-auth-ac\naccount include system-auth-ac\npassword include system-auth-ac\nsession include system-auth-ac\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1445, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/deploy-workshop-workstation
37
[ "no_license" ]
[ { "path": "roles/deploy-workshop-workstation/templates/projects.json.j2", "content": "{\n \"projects\": [\n {\n \"name\": \"Workshops\",\n \"description\": \"\",\n \"local_path\": \"workshops\",\n \"scm_type\": \"\",\n \"scm_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10773, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot
37
[ "no_license" ]
[ { "path": "roles/firstboot/vars/main.yml", "content": "---\ndns_domain: \"tfound.org\"\ndns_server: \"10.55.102.5\"\n#dns_domain: \"prod.maskedadmins.com\"\nhost_config_server: \"{{ tower_server }}\"\nredhat_insights_key: \"\"\nredhat_insights_jobid: \"\"\nrh7_enabled_repos: ['rhel-7-server-optional-rpms','...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 26548, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-accounts
37
[ "no_license" ]
[ { "path": "roles/firstboot-accounts/templates/sudo-template.j2", "content": "# Sudo privileges rules for {{ item.newusername }} account\n{{ item.newusername }} ALL=(ALL) NOPASSWD:ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/firstboo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3359, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-monitor-filesystem
37
[ "no_license" ]
[ { "path": "roles/firstboot-monitor-filesystem/tasks/main.yml", "content": "---\n- name: \"monitor filesystem check\"\n stat:\n path: /opt/setup/monfscheck\n register: monfscheckv\n\n- name: wrapper for installation\n block:\n - name: \"Installing aide rpms\"\n yum:\n name: aide\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2114, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-network
37
[ "no_license" ]
[ { "path": "roles/firstboot-network/handlers/main.yml", "content": "---\n- name: \"firstboot-network restart services\"\n systemd:\n state: restarted\n name: \"{{ item }}\"\n enabled: yes\n become: true\n loop:\n - \"NetworkManager.service\"\n - \"firewalld.service\"\n - \"sshd.service\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3793, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-selinux
37
[ "no_license" ]
[ { "path": "roles/firstboot-selinux/tasks/main.yml", "content": "---\n- name: \"selinux check\"\n stat:\n path: /opt/setup/selinuxcheck\n register: selinuxcheckv\n\n- name: wrapper for installation\n block:\n - name: \"[selinux] mapping user_u as default selinux user\"\n shell: |\n semanage lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-setup
37
[ "no_license" ]
[ { "path": "roles/firstboot-setup/tasks/main.yml", "content": "---\n- name: \"make setup tracking dir\"\n ansible.builtin.file:\n path: /opt/setup\n state: directory\n mode: 0755\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/firstboot-terminallogging
37
[ "no_license" ]
[ { "path": "roles/firstboot-terminallogging/handlers/main.yml", "content": "---\n- name: \"restarting sssd service\"\n ansible.builtin.service:\n name: sssd\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/firstbo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1912, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/haproxy
37
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/capsule-lb.yml", "content": "---\n- name: \"Spend 10 minutes reconfiguring to ensure load balanced capsules are correct\"\n shell: |\n i=1\n while [[ $i -lt 10 ]];\n do\n sleep 60\n rm -rf /var/log/firstboot\n /tmp/firstboot.sh\n i=$(( i + 1 ))\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2102, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/insights
37
[ "no_license" ]
[ { "path": "roles/insights/tasks/main.yml", "content": "---\n- name: Only register if this system hasn't been registered before\n stat:\n path: /etc/insights-client/.registered\n register: unreg\n\n- name: Install Redhat Insights for System Patching and Register\n block:\n - name: Install Red Hat Ac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/leapp-upgrade
37
[ "no_license" ]
[ { "path": "roles/leapp-upgrade/vars/main.yml", "content": "---\nleapp_repos:\n- rhel-7-server-rpms\n- rhel-7-server-extras-rpms\nleapp_repos8:\n- rhel-8-for-x86_64-appstream-rpms\nleapp_rpms:\n- leapp\n- leapp-repository\nleapp_rpms8:\n- leapp\n- leapp-upgrade-el8toel9\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2319, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/lldp-client
37
[ "no_license" ]
[ { "path": "roles/lldp-client/handlers/main.yml", "content": "---\n- name: \"Start lldp service\"\n ansible.builtin.service:\n name: lldpd\n state: started\n enabled: yes\n become: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/minecraft-kube
37
[ "no_license" ]
[ { "path": "roles/minecraft-kube/templates/nginx-patch.yml.j2", "content": "spec:\n template:\n spec:\n containers:\n - name: nginx-ingress-controller\n image: k8s.gcr.io/ingress-nginx/controller:v1.0.0-beta.3@sha256:44a7a06b71187a4529b0a9edee5cc22bdf71b414470eff696c3869ea8d90a695\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 13994, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/minikube
37
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "---\n- name: grab the minkube rpm from google\n get_url:\n url: https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm\n dest: /tmp/minikube-latest.x86_64.rpm\n mode: '0440'\n\n- name: kubectl repo file\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1291, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/nbde-clevis-client
37
[ "no_license" ]
[ { "path": "roles/nbde-clevis-client/templates/clevis-config.sh.j2", "content": "#!/bin/bash\n# this line requires 1 of the tang servers to be available\ncfg=$'{\"t\":1,\"pins\":{\"tang\":[{% for host in tang_servers %}{\"url\":\"http://{{ host.name }}\"},{% endfor %}'\nexport cfg=$(echo $cfg | sed -e \"s/},...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7676, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/nbde-tang-server
37
[ "no_license" ]
[ { "path": "roles/nbde-tang-server/tasks/tower.yml", "content": "---\n- name: \"Tower Inventory Setup check\"\n shell: |\n if [ -e \"/opt/.tower-configed\" ]\n then\n echo \"true\"\n else\n echo \"false\"\n fi\n register: towersetup\n become: true\n\n- name: \"Block add to Ansible To...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2634, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/nfs-server
37
[ "no_license" ]
[ { "path": "roles/nfs-server/vars/main.yml", "content": "nfs_mountpoint: /nfs_share\nother_mountpoints:\n- \"{{ nfs_mountpoint }}/glance\"\n- \"{{ nfs_mountpoint }}/cinder\"\nsambashares: \"yes\"\nsamba_rpms:\n- samba\n- wget\n\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2869, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/openfire
37
[ "no_license" ]
[ { "path": "roles/openfire/vars/main.yml", "content": "openfire_adminport: 9091\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/openfire/tasks/main.yml", "content": "---\n- name: install podman\n yum:\n name: podman\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 334, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/rpi-kubernetes
37
[ "no_license" ]
[ { "path": "roles/rpi-kubernetes/tasks/main.yml", "content": "- name: Update repositories cache and upgrade system\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 3600\n autoclean: yes\n autoremove: yes\n become: yes\n\n- name: Check if a reboot is needed\n re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 8195, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/rsyslog-client
37
[ "no_license" ]
[ { "path": "roles/rsyslog-client/vars/main.yml", "content": "monitoring:\n server: 10.55.102.76\n logging_port: 30514\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/rsyslog-client/tasks/main.yml", "content": "---\n- name: \"rsyslog ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1202, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/satellite-capsule
37
[ "no_license" ]
[ { "path": "roles/satellite-capsule/vars/main.yml", "content": "---\n#sat6_server: ip-11-22-33-182.prod.maskedadmins.com\nsatellite_version: 6.16\n#sat6_lb_config_shortname: capsule_lb\naap_group_name: capsules\n#capsules_inventory_group: 81\nrh_satellite_user: !vault |\n $ANSIBLE_VAULT;1.1;AES256\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 16136, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/satellite-clients
37
[ "no_license" ]
[ { "path": "roles/satellite-clients/tasks/main.yml", "content": "---\n- name: \"Register to the correct Satellite Server\"\n block:\n - name: \"Check if we are registered\"\n shell: \"subscription-manager status\"\n become: yes\n\n - name: \"Make sure we are pointed to the correct satellite server\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6697, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/satellite-oscap
37
[ "no_license" ]
[ { "path": "roles/satellite-oscap/vars/main.yml", "content": "---\n#satellite_version: 6.10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/satellite-oscap/tasks/main.yml", "content": "---\n- name: \"capsule oscap rpms check\"\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10285, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/satellite-reports
37
[ "no_license" ]
[ { "path": "roles/satellite-reports/templates/sat6-report.csv.j2", "content": "{{ final_header }}\n{% for line in final_result %}\n{{ line }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/satellite-reports/templates/generate_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5541, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/satellite-server
37
[ "no_license" ]
[ { "path": "roles/satellite-server/tasks/add-repos2.yml", "content": "#- name: debug\n# debug:\n# var: \"{{ products.repoids }}\"\n\n- name: \"Enable {{ products.name }} repositories\"\n ignore_errors: yes\n redhat.satellite.repository_set:\n username: \"{{ sat6_user }}\"\n password: \"{{ <PASSWO...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 22099, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/snmp-client
37
[ "no_license" ]
[ { "path": "roles/snmp-client/tasks/main.yml", "content": "---\n- name: \"snmp check\"\n stat:\n path: /opt/.snmpcheck\n register: snmpcheckv\n\n- name: wrapper for installation\n block:\n - name: \"Installing snmp related rpms\"\n yum:\n name: \"{{ item }}\"\n state: latest\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1615, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/tmux
37
[ "no_license" ]
[ { "path": "roles/tmux/defaults/main.yml", "content": "---\ntmuxusers:\n - name: root\n home: /root\n# - name: cloud-user\n# home: /home/cloud-user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/tmux/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 570, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/webconsole
37
[ "no_license" ]
[ { "path": "roles/webconsole/vars/main.yml", "content": "cockpit_rpms:\n- cockpit-composer\n- cockpit-storaged\n- cockpit-podman\n- cockpit-networkmanager\n- cockpit-selinux\n- cockpit-sosreport\n- cockpit-kdump\n- cockpit-packagekit\n- cockpit-session-recording\n- cockpit-pcp\n#- cockpit-navigator\n\nsambas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2317, "all_permissive": false }
ansible_role
syspimp/ansible-repo
d1921964074ab57eeaf915f3299bc7bf0ff98121
0
roles/zenoss-monitoring
37
[ "no_license" ]
[ { "path": "roles/zenoss-monitoring/tasks/tower.yml", "content": "---\n- name: \"AAP Inventory Group Setup check\"\n shell: |\n if [ -e \"/root/.setup/tower-configed\" ]\n then\n echo \"true\"\n else\n echo \"false\"\n fi\n register: towersetup\n become: true\n\n- name: \"Block to ad...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 18666, "all_permissive": false }
ansible_role
maier/cosi-examples
6399793f104b54bdbafa7422626b8322915b544e
0
server/provision/roles/os
37
[ "no_license" ]
[ { "path": "server/provision/roles/os/tasks/common.yaml", "content": "---\n#\n# common tasks across OS distributions\n#\n\n#\n# ensure 64bit architecture, cosi-server binaries are 64bit only\n#\n- name: Check architecture\n fail: msg=\"Architecture '{{ ansible_userspace_architecture }}' not one of {{ valid_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1622, "all_permissive": false }
ansible_role
maier/cosi-examples
6399793f104b54bdbafa7422626b8322915b544e
0
server/provision/roles/server
37
[ "no_license" ]
[ { "path": "server/provision/roles/server/tasks/common.yaml", "content": "---\n\n- name: Check cosi-server directory\n become: true\n file:\n path: \"{{ cosi_directory }}\"\n owner: \"{{ cosi_owner }}\"\n group: \"{{ cosi_group }}\"\n mode: 0755\n state: directory\n\n- name: Downlo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 9172, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/apache-kibana
37
[ "no_license" ]
[ { "path": "roles/apache-kibana/tasks/install_apache.yml", "content": "- name: Install Apache Debian\n apt: pkg={{ item }} state=installed\n with_items:\n - apache2\n - python-passlib\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2915, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/common
37
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\n# Packages\n\ninstall_ubuntu_packages:\n - build-essential\n - make\n - curl\n - git-core\n - libsqlite3-dev\n - sqlite3\n - vim\n - htop\n - nano\n - tmux\n - screen\n\nremove_ubuntu_packages: []", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/elasticsearch
37
[ "no_license" ]
[ { "path": "roles/elasticsearch/handlers/main.yml", "content": "- include: restart_elasticsearch.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/elasticsearch/tasks/elasticsearch.yml", "content": "- name: Fetch Elasticsearch .deb\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/logstash
37
[ "no_license" ]
[ { "path": "roles/logstash/templates/input_log2redis.conf.j2", "content": "# {{ ansible_managed }}\ninput {\n\tfile {\n\t\ttype => \"linux-syslog\"\n\t\tpath => [\"/var/log/rsysloghosts/*\"]\n\t\texclude => [ \"*.gz\" ]\n\t\tcodec => plain { charset => \"ISO-8859-1\" }\n\t}\n}\n# {{ ansible_managed }}\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2448, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/redis
37
[ "no_license" ]
[ { "path": "roles/redis/handlers/main.yml", "content": "- include: restartredis.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/redis/tasks/main.yml", "content": "- include: redis.yml\n when: ansible_os_family == \"Debian\"", "lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 177, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/rsyslog-server
37
[ "no_license" ]
[ { "path": "roles/rsyslog-server/templates/rsyslog.j2", "content": "# {{ ansible_managed }}\n$ModLoad imuxsock # provides support for local system logging\n$ModLoad imklog # provides kernel logging support\nsyslog.debug /var/log/rsyslog-stats\n$ModLoad imtcp\n$InputTCPServerRun 514\n$ActionFileDefaultTempl...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 874, "all_permissive": false }
ansible_role
jimmykane/vagrant-ansible-centralized-loggers
c7cf4b989e8e4dd74d18301559cd346e2e770fc6
2
roles/timezone
37
[ "no_license" ]
[ { "path": "roles/timezone/defaults/main.yml", "content": "---\n\nlocale: en_US.UTF-8\ntimezone: Europe/Amsterdam", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/timezone/meta/main.yml", "content": "---\ngalaxy_info:\n author: \"<NAME>\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 676, "all_permissive": false }
ansible_role
AlexsJones/Vagrant-Docker-Cluster
5db9dbf44e02cb4626cf3120cce6cab91bd970c3
1
playbooks/roles/docker
37
[ "no_license" ]
[ { "path": "playbooks/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: Apt-get install requirements\n apt: name={{item}} state=installed\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - python-software-properties\n\n\n- name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1358, "all_permissive": false }
ansible_role
AlexsJones/Vagrant-Docker-Cluster
5db9dbf44e02cb4626cf3120cce6cab91bd970c3
1
playbooks/roles/swarm_master
37
[ "no_license" ]
[ { "path": "playbooks/roles/swarm_master/vars/main.yml", "content": "---\n# vars file for swarm_master\n\ninterface: enp0s8", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "playbooks/roles/swarm_master/tasks/main.yml", "content": "---\n- name: In...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 693, "all_permissive": false }
ansible_role
AlexsJones/Vagrant-Docker-Cluster
5db9dbf44e02cb4626cf3120cce6cab91bd970c3
1
playbooks/roles/swarm_worker
37
[ "no_license" ]
[ { "path": "playbooks/roles/swarm_worker/vars/main.yml", "content": "---\n# vars file for swarm_worker\n\n\nswarm_queen: swarm0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "playbooks/roles/swarm_worker/tests/test.yml", "content": "---\n- host...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 699, "all_permissive": false }
ansible_role
xSk1p/k8s-flask-node-mongo-setup
ee8d57d55b2d493d07cc09c5db5d840517e860f4
0
ansible/roles/docker-deploy
37
[ "no_license" ]
[ { "path": "ansible/roles/docker-deploy/files/docker-compose.yaml", "content": "version: '3'\nservices:\n mongo:\n image: xskip/cr-mongo:${MONGO_VERSION}\n container_name: mongo\n ports:\n - \"27017:27017\"\n\n api:\n image: xskip/cr-api:${API_VERSION}\n container_name: api\n ports:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1500, "all_permissive": false }
ansible_role
mylxsw/adanos-alert
a2946bf8711eeaaef7bbbd53dbce58f0613d9e64
20
.ansible/roles/agent
37
[ "no_license" ]
[ { "path": ".ansible/roles/agent/templates/agent.yaml", "content": "\nserver_addr: \"{{ adanos_agent_server_addr }}\"\nserver_token: \"{{ adanos_agent_server_token }}\"\ndata_dir: \"{{ adanos_agent_data_dir }}\"\nlisten: \"{{ adanos_agent_listen }}\"\nlog_path: \"{{ adanos_agent_logpath }}\"", "license_t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1811, "all_permissive": false }
ansible_role
mylxsw/adanos-alert
a2946bf8711eeaaef7bbbd53dbce58f0613d9e64
20
.ansible/roles/server
37
[ "no_license" ]
[ { "path": ".ansible/roles/server/tasks/main.yaml", "content": "---\n- name: create user adanos\n user:\n name: adanos\n shell: /sbin/nologin\n state: present\n\n- name: create directory\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0755\n follow: true\n with_items:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2583, "all_permissive": false }
ansible_role
TimonSotiropoulos/lonestarstudio
cf0b9f844ed456b7de9ad698021b8681861f96a6
0
deploy/roles/node
37
[ "no_license" ]
[ { "path": "deploy/roles/node/vars/main.yml", "content": "node_path: /usr/local/node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "deploy/roles/node/tasks/install.yml", "content": "#install plays for node\n---\n #keys listed at https://gith...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2329, "all_permissive": false }
ansible_role
prabalark/learn-terraform
a3bb745bdee387c1fc71510572f6a36e2a1d9e78
0
ansible/roles/cata
44
[ "no_license" ]
[ { "path": "ansible/roles/cata/tasks/main.yml", "content": "- name: demo on catalogue\n ansible.builtin.debug:\n msg: print catalogue", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
prabalark/learn-terraform
a3bb745bdee387c1fc71510572f6a36e2a1d9e78
0
ansible/roles/frnt
44
[ "no_license" ]
[ { "path": "ansible/roles/frnt/tasks/main.yml", "content": "- name: demo on frnt\n ansible.builtin.debug:\n msg: x - {{ x }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/frnt/var/main.yml", "content": "x: hello", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 75, "all_permissive": false }
ansible_role
prabalark/learn-terraform
a3bb745bdee387c1fc71510572f6a36e2a1d9e78
0
ansible/roles/sample
44
[ "no_license" ]
[ { "path": "ansible/roles/sample/tasks/main.yml", "content": "- name : print the variable\n ansible.builtin.debug:\n msg : hello\n\n- name: print sample in ansible\n ansible.builtin.debug:\n msg: y - {{ y }}\n\n- name: print sample in ansible\n ansible.builtin.debug:\n msg: xyz - {{ xyz }}", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 241, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/fish
44
[ "no_license" ]
[ { "path": "roles/fish/templates/config.fish", "content": "## rmでゴミ箱に入れる\n# alias rm='rmtrash'\n\nalias ec='/usr/local/bin/emacsclient'\nalias g='git'\n\n# tabtab source for serverless package\n# uninstall by removing these lines or running `tabtab uninstall serverless`\n[ -f /usr/local/lib/node_modules/serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1730, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/fonts
44
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n# file: ./ricty/tasks/main.yml\n\n- block:\n\n - name: Download ricty\n get_url:\n url: http://www.rs.tus.ac.jp/yyusa/ricty_diminished/ricty_diminished-4.1.1.tar.gz\n dest: ~/Downloads/ricty_diminished-4.1.1.tar.gz\n - name: Unzip ricty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/git
44
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# file: ./git/tasks/main.yml\n\n- block:\n\n - name: gitconfig\n template:\n src: gitconfig\n dest: \"~/.gitconfig\"\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/homebrew
44
[ "no_license" ]
[ { "path": "roles/homebrew/vars/main.yml", "content": "---\n# file: ./homebrew/vars/main.yml\n\ntaps:\n - homebrew/cask\n - homebrew/cask-fonts\n - d12frosted/emacs-plus\n\npackages:\n - { name: ansible, state: present }\n - { name: git, state: present }\n - { name: coreutils, state: present }\n - { n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1216, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/macos
44
[ "no_license" ]
[ { "path": "roles/macos/tasks/main.yml", "content": "---\n# file: ./macos/tasks/main.yml\n\n- block:\n\n - name: use fish as login shell\n user:\n name: '{{ ansible_env.USER }}'\n shell: /usr/local/bin/fish\n tags:\n - shell\n\n - name: DNS setting\n shell: networksetup -setdnsserve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1060, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/node
44
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# file: ./node/tasks/main.yml\n\n- block:\n\n - name: find nodenv\n shell: command -v ls >/dev/null 2>&1\n register: nodenv\n ignore_errors: yes\n\n - block:\n - name: initialize nodenv\n shell: nodenv init\n changed_when: False...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/tmux
44
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n# file: ./tmux/tasks/main.yml\n\n- block:\n\n - name: clone tmux config\n template:\n src: .tmux.conf\n dest: \"~/.tmux.conf\"\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1516, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/visual_studio_code
44
[ "no_license" ]
[ { "path": "roles/visual_studio_code/tasks/main.yml", "content": "---\n# file: ./visual_studio_code/tasks/main.yml\n\n- block:\n\n - name: visual studio code basic setting\n template:\n src: settings.json\n dest: \"~/Library/Application Support/Code/User\"\n mode: 0644\n\n - name: visual ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2226, "all_permissive": false }
ansible_role
quantumman/mac-setup
ace41633d63e30f98604a6b20aa7c5e987c16c21
1
roles/xcode
44
[ "no_license" ]
[ { "path": "roles/xcode/tasks/main.yml", "content": "---\n# file: ./xcode/tasks/main.yml\n\n- block:\n\n - name: Xcode's additional required components\n raw: /Applications/Xcode.app/Contents/MacOS/Xcode -installComponents\n\n tags:\n - xcode\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
renvertere/audit-aws
31027c1c6e3ff515772d4f823eb73a79e3e3897d
1
roles/audit-aws
44
[ "no_license" ]
[ { "path": "roles/audit-aws/handlers/main.yml", "content": "---\n# handlers file for audit-s3-buckets", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/audit-aws/tasks/s3_report.yml", "content": "---\n# Retrieve a list of buckets\n- name: Re...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 7461, "all_permissive": false }
ansible_role
mazz/faithfulword-deploy
dfcf55b5e9005f8542f4019b50e107fd65afeecf
0
roles/setup
44
[ "no_license" ]
[ { "path": "roles/setup/tasks/docker.yml", "content": "---\n- name: Install aptitude using apt\n apt:\n name: aptitude\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install docker packages\n apt:\n name:\n - apt-transport-https\n - build-essential\n - mc\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1979, "all_permissive": false }
ansible_role
mazz/faithfulword-deploy
dfcf55b5e9005f8542f4019b50e107fd65afeecf
0
roles/stacks
44
[ "no_license" ]
[ { "path": "roles/stacks/tasks/main.yml", "content": "---\n\n- name: \"list networks\"\n shell: docker network ls\n register: docker_networks\n\n- name: \"create traefik network\"\n shell: docker network create {{ proxy_network_name }}\n when: docker_networks.stdout.find( proxy_network_name ) == -1\n\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1172, "all_permissive": false }
ansible_role
academm/ansible
772f45c0e8498a1f159b89d731c86d3781f80a12
0
roles/openntpd
44
[ "no_license" ]
[ { "path": "roles/openntpd/tasks/main.yml", "content": "- name: Add repository\n get_url:\n url: https://copr.fedorainfracloud.org/coprs/poettlerric/openntpd/repo/epel-7/poettlerric-openntpd-epel-7.repo\n dest: /etc/yum.repos.d\n mode: 0644\n\n- name: install openntpd\n yum: \n pkg: openntpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 443, "all_permissive": false }
ansible_role
academm/ansible
772f45c0e8498a1f159b89d731c86d3781f80a12
0
roles/openntpd-co6
44
[ "no_license" ]
[ { "path": "roles/openntpd-co6/tasks/main.yml", "content": "---\n- name: removed ntp and ntpdate\n yum: name={{item}} state=removed\n with_items: \n - ntp\n - ntpdate\n \n- name: install openntpd\n yum:\n pkg: openntpd\n state: installed\n\n- name: enabled and started openntpd\n service:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }