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
ericjunker/ansible-course
d41f328428e64ea4d107828a87564ad3a4ce6154
0
bad-ansible/3tier-bad/roles/tomcat
7,963
[ "no_license" ]
[ { "path": "bad-ansible/3tier-bad/roles/tomcat/README.md", "content": "Install and configure Tomcat, including serving a static webpage", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "bad-ansible/3tier-bad/roles/tomcat/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
ericjunker/ansible-course
d41f328428e64ea4d107828a87564ad3a4ce6154
0
windows/roles/win_ad_install
7,963
[ "no_license" ]
[ { "path": "windows/roles/win_ad_install/tasks/main.yml", "content": "---\n# tasks file for win_ad_install\n\n- name: install AD Domain Services\n win_feature:\n name: AD-Domain-Services\n state: present\n register: win_feature\n\n- name: Reboot if needed after installing AD domain services\n win_re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }
ansible_role
ericjunker/ansible-course
d41f328428e64ea4d107828a87564ad3a4ce6154
0
windows/roles/win_service_config
7,963
[ "no_license" ]
[ { "path": "windows/roles/win_service_config/tasks/main.yml", "content": "---\n# tasks file for win_service_config\n\n- name: Install SSH with Choclatey\n win_chocolatey:\n name: \"{{ package_name }}\"\n state: present\n params: \"{{ parameters }}\"\n\n\n- name: Autostart and start SSH service\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
drgr33n-vw/zarrenspry.atlassian
6fbede91b457d43146f98e96cd8d28c20ad09617
0
roles/bamboo
7,963
[ "no_license" ]
[ { "path": "roles/bamboo/templates/bamboo.cfg.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<application-configuration>\n <setupStep>setupLicense</setupStep>\n <setupType>initial</setupType>\n <buildNumber>{{ bamboo_build_number }}</buildNumber>\n <properties>\n <property name=\"b...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 28798, "all_permissive": false }
ansible_role
Navanee-321/Monitoring-stack
74b2f83ee0d47fe7db2bc5bf71620c42d7071fe0
0
MonitoringStack/ansible/roles/grafana
7,963
[ "no_license" ]
[ { "path": "MonitoringStack/ansible/roles/grafana/tasks/plugins.yml", "content": "---\n- name: \"Check which plugins are installed\"\n ansible.builtin.find:\n file_type: directory\n recurse: false\n paths: \"{{ grafana_data_dir }}/plugins\"\n register: __installed_plugins\n\n- name: \"Extract plug...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4130, "all_permissive": false }
ansible_role
Navanee-321/Monitoring-stack
74b2f83ee0d47fe7db2bc5bf71620c42d7071fe0
0
MonitoringStack/ansible/roles/users
7,963
[ "no_license" ]
[ { "path": "MonitoringStack/ansible/roles/users/tasks/main.yml", "content": "---\n- name: Create/Update Users\n ansible.builtin.user:\n name: \"{{ item.key }}\"\n password: \"{{ item.value.password | default(omit) }}\"\n create_home: true\n home: \"/home/{{ item.key }}\"\n shell: /bin/bash\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1583, "all_permissive": false }
ansible_role
tlc-pack/ci
149a88c1024ebb0198816b1eab2463cf87e34f88
4
jenkins/ansible/roles/deploy_docker
7,963
[ "permissive" ]
[ { "path": "jenkins/ansible/roles/deploy_docker/tasks/main.yml", "content": "- name: Log into DockerHub\n docker_login:\n registry: \"registry.hub.docker.com\"\n username: \"{{ lookup('env', 'DOCKERHUB_USERNAME') }}\"\n password: \"{{ lookup('env', 'DOCKERHUB_TOKEN') }}\"\n\n- name: Pull latest Jen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": true }
ansible_role
tlc-pack/ci
149a88c1024ebb0198816b1eab2463cf87e34f88
4
jenkins/ansible/roles/run_jjb
7,963
[ "permissive" ]
[ { "path": "jenkins/ansible/roles/run_jjb/tasks/main.yml", "content": "- name: Recursively remove old JJB directory\n ansible.builtin.file:\n path: /home/ubuntu/jenkins-jobs\n state: absent\n\n- name: Populate JJB Directory\n ansible.builtin.copy:\n src: \"{{ lookup('env', 'GITHUB_WORKSPACE') + '/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 682, "all_permissive": true }
ansible_role
tlc-pack/ci
149a88c1024ebb0198816b1eab2463cf87e34f88
4
jenkins/ansible/roles/setup_jenkins_executors
7,963
[ "permissive" ]
[ { "path": "jenkins/ansible/roles/setup_jenkins_executors/tasks/main.yml", "content": "- name: Set authorized keys for jenkins user from file\n ansible.posix.authorized_key:\n user: jenkins\n key: \"{{ lookup('file', public_keys) }}\"\n state: present\n\n- name: Set authorized keys for root user fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": true }
ansible_role
tlc-pack/ci
149a88c1024ebb0198816b1eab2463cf87e34f88
4
jenkins/ansible/roles/setup_jenkins_head
7,963
[ "permissive" ]
[ { "path": "jenkins/ansible/roles/setup_jenkins_head/templates/jenkins.service.j2", "content": "[Unit]\nDescription=\"TVM Jenkins Service\"\nAfter=docker.service\nBindsTo=docker.service\nReloadPropagatedFrom=docker.service\n\n[Service]\nTimeoutStartSec=0\nExecStart=/usr/bin/docker run --rm --name %N \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7852, "all_permissive": true }
ansible_role
calcoc/mac-ansible
32fe9e5e3175c79aa89ff5c93398a8b66ab1f5fb
0
roles/anyenv
7,963
[ "no_license" ]
[ { "path": "roles/anyenv/tasks/main.yml", "content": " - name: Install anyenv\n git:\n repo: \"{{ anyenv_repository_url }}\"\n dest: \"{{ anyenv_installation_dir }}\"\n - name: Install anyenv plugins\n git:\n repo: \"{{ item.repository_url }}\"\n dest: \"{{ anyenv_plugins_installation_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1114, "all_permissive": false }
ansible_role
calcoc/mac-ansible
32fe9e5e3175c79aa89ff5c93398a8b66ab1f5fb
0
roles/homebrew
7,963
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "- name: Update homebrew\n homebrew: update_homebrew=yes\n ignore_errors: yes\n- name: add Brewfile\n template:\n src: Brewfile\n dest: ~/Brewfile\n owner: root\n group: root\n mode: 0755\n- name: Install brew packages\n shell: \"bre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
calcoc/mac-ansible
32fe9e5e3175c79aa89ff5c93398a8b66ab1f5fb
0
roles/zsh
7,963
[ "no_license" ]
[ { "path": "roles/zsh/templates/.zshrc", "content": "# alias\nalias ll='ls -l --color=always'\nalias la='ls -la --color=always'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/zsh/tasks/main.yml", "content": "- name: add .zshrc\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 186, "all_permissive": false }
ansible_role
vietstacker/nginx-lb-cluster-vagrant
cbbbe12786e51878cebf21c03def10ffff549bdd
0
roles/appnode
7,964
[ "no_license" ]
[ { "path": "roles/appnode/templates/app_daemon.j2", "content": "description \"Sample_app\"\nauthor \"<NAME> <<EMAIL>>\"\n\nstart on runlevel [2345]\nstop on runlevel [0156]\n\nscript\n chdir /vagrant\n exec /usr/bin/python /vagrant/app.py\n\nend script\n\nrespawn limit 10 10\n\n", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
vietstacker/nginx-lb-cluster-vagrant
cbbbe12786e51878cebf21c03def10ffff549bdd
0
roles/nginx
7,964
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n\n- name: Restart nginx\n command: sudo service nginx restart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/nginx/templates/nginx.j2", "content": "server {\n\n listen 80;\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1490, "all_permissive": false }
ansible_role
arturit22/vagrant
9931ce20d55b969520982130f5b24e46715a2748
0
ANSIBLE/ansible_data/playbooks/roles/hostname
7,964
[ "no_license" ]
[ { "path": "ANSIBLE/ansible_data/playbooks/roles/hostname/tasks/main.yml", "content": "---\r\n- name: write hostname using jinja2\r\n ansible.builtin.template:\r\n src: test.j2\r\n dest: /home/vagrant/hostname\r\n \r\n...", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 265, "all_permissive": false }
ansible_role
arturit22/vagrant
9931ce20d55b969520982130f5b24e46715a2748
0
ANSIBLE/ansible_data/playbooks/roles/webserver
7,964
[ "no_license" ]
[ { "path": "ANSIBLE/ansible_data/playbooks/roles/webserver/tasks/main.yml", "content": "---\r\n- name: Ensure apache is at the latest version YUM\r\n ansible.builtin.yum:\r\n name: httpd\r\n state: latest\r\n update_cache: yes\r\n when: ansible_distribution == 'OracleLinux'\r\n \r\n- name: Make s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/apply_manifests
7,964
[ "no_license" ]
[ { "path": "roles/apply_manifests/tasks/main.yml", "content": "---\n# Create directory for Cilium manifests\n- name: Create directory for Cilium manifests\n ansible.builtin.file:\n path: /etc/cilium\n state: directory\n mode: '0755'\n\n# Install Helm\n- name: Install Helm\n ansible.builtin.command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1448, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/cilium
7,964
[ "no_license" ]
[ { "path": "roles/cilium/tasks/main.yml", "content": "---\n- name: Create directory for Cilium manifests\n file:\n path: /etc/cilium\n state: directory\n\n- name: Install Helm\n shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash\n\n- name: Add Cilium Helm repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1461, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/kube_vip
7,964
[ "no_license" ]
[ { "path": "roles/kube_vip/templates/kube-vip-config.j2", "content": "apiVersion: apps/v1\nkind: DaemonSet\nmetadata:\n labels:\n app: kube-vip-ds\n name: kube-vip-ds\n namespace: kube-system\nspec:\n selector:\n matchLabels:\n app: kube-vip-ds\n template:\n metadata:\n labels:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6082, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/prepare_nodes
7,964
[ "no_license" ]
[ { "path": "roles/prepare_nodes/tasks/main.yml", "content": "# Prepare Nodes for RKE2\n\n# Enable IPv4 forwarding\n- name: Enable IPv4 forwarding\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: true\n tags: sysctl\n\n# Enable IPv6 forwarding\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2580, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/rke2_download
7,964
[ "no_license" ]
[ { "path": "roles/rke2_download/tasks/main.yml", "content": "# Create directory for RKE2 binary\n- name: Create directory for RKE2 binary\n ansible.builtin.file:\n path: \"{{ rke2_install_dir }}\"\n state: directory\n mode: '0755'\n\n# Download RKE2 binary\n- name: Download RKE2 binary\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
imaginestack/rke2-ha-stack
2d94ec564ec2eb11cac5ae2caf3e7b16f3861f86
4
roles/rke2_prepare
7,964
[ "no_license" ]
[ { "path": "roles/rke2_prepare/tasks/main.yml", "content": "# rke2_prepare/tasks/main.yml\n\n# Create directory for RKE2 config\n- name: Create directory for RKE2 config\n ansible.builtin.file:\n path: \"/etc/rancher/rke2\"\n state: directory\n mode: '0644'\n\n# Create directory for RKE2 token\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3276, "all_permissive": false }
ansible_role
7uu13/docker
69ec34786345460a46e0a9d933906c804350d619
0
ansible/roles/grafana
7,964
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yaml", "content": "---\n- name: Create Grafana directory\n ansible.builtin.file:\n path: \"/opt/grafana/provisioning/{{ item }}\"\n state: directory\n loop:\n - dashboards\n - datasources\n\n- name: Add grafana.ini\n ansible.builtin.template:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
7uu13/docker
69ec34786345460a46e0a9d933906c804350d619
0
ansible/roles/prometheus
7,964
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 10s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n - job_name: 'cadvisor'\n static_configs:\n - targets: ['cadvisor:8080']\n\n - j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1969, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/certbot
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/certbot/tasks/main.yml", "content": "--- \n- name: create certbot filestructure\n file:\n path: \"/containers/{{ container_prefix }}_{{ cert_domain }}/{{ item.path }}\"\n state: directory\n owner: \"{{ item.owner }}\"\n group: \"{{ item.group }}\"\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1547, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/common
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/common/handlers/main.yml", "content": "---\n\n- name: restart journald\n systemd:\n name: systemd-journald\n state: restarted\n daemon_reload: true\n\n- name: restart syslog-ng\n systemd:\n name: syslog-ng\n state: restarted\n\n- name: restart NetworkManager\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1869, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/docker
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker GPG key\n rpm_key:\n key: \"{{ docker_repo_url }}/centos/gpg\"\n state: present\n\n- name: Add Docker repo.\n get_url:\n url: \"{{ docker_yum_repo_url }}\"\n dest: '/etc/yum.repos.d/docker-{{ docker_editi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1375, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/firewall
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/firewall/templates/awall-template.j2", "content": "{{ item.value | to_json }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "provisioning/roles/firewall/tasks/main.yml", "content": "---\n\n- name: Install awall\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2789, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/podman
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/podman/tasks/main.yml", "content": "---\n\n- name: install podman\n dnf:\n name: podman\n state: present\n\n- name: create podadmin group\n group:\n name: podadmin\n state: present\n register: podadmin\n\n- name: update permission for podman\n file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/postgres
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/postgres/vars/main.yml", "content": "pg_password: '<PASSWORD>!!..'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "provisioning/roles/postgres/tasks/main.yml", "content": "---\n\n- name: Debug\n debug:\n msg:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2800, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/python
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/python/tasks/main.yml", "content": "---\n\n- name: install python 3\n package:\n name: python3\n state: present\n\n- name: install python3-pip\n package:\n name: py3-pip\n state: present\n\n# - name: Gather facts\n# debug:\n# var: ansible_facts.os_family\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/root
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/root/templates/authorized_keys.j2", "content": "{% for key in root_ssh_keys | sort -%}\n {{ lookup('file', role_path + '/../../public_keys/' + key) }}\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 421, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/sshd
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/sshd/handlers/main.yml", "content": "---\n\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n when: packer is undefined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "provisioning/roles/sshd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1273, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/sudo
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/sudo/defaults/main.yml", "content": "---\n\nsudo_users:\n - root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "provisioning/roles/sudo/tasks/main.yml", "content": "---\n\n- name: install sudo\n dnf:\n name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 676, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/tiny-cloud
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/tiny-cloud/templates/tiny-cloud.j2", "content": "# Tiny Cloud configuration\n# /etc/conf.d/tiny-cloud\n\n# REQUIRED: The instance's cloud provider\n# valid: aws, azure, gcp, oci, nocloud\nCLOUD={{ tiny_cloud_provider }}\n\n# User account where instance SSH keys are installed\nC...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1839, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/tools
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/tools/tasks/main.yml", "content": "---\n- name: install sys, devops & utils tools\n package:\n name:\n - nmap\n - net-tools\n - rsync\n - mtr\n - tree\n - sysstat\n - tcpdump\n - traceroute\n - vnstat\n - ncdu\n - zsh\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/users
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/users/templates/authorized_keys.j2", "content": "{% set keys = [item.value.ssh_key] %}\n{% for key in keys %}\n {{ lookup('file', '../public_keys/' + key) }}\n{% endfor %}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1074, "all_permissive": false }
ansible_role
TheNerdyHamster/letnh-infrastructure-mirror
e1ea66de2c2c5789ef51318396aeb3142a0dbe15
0
provisioning/roles/wireguard
7,964
[ "no_license" ]
[ { "path": "provisioning/roles/wireguard/defaults/main.yml", "content": "---\ncontainer_name: wireguard\nwireguard_image: linuxserver/wireguard\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "provisioning/roles/wireguard/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1122, "all_permissive": false }
ansible_role
digicatapult/dsbd-demonstrator
33c950856aaf92e9d6ba71e585969d1a228b8381
0
roles/morello-api
7,964
[ "no_license" ]
[ { "path": "roles/morello-api/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - morello-api\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/morello-api/vars/main.yml", "content": "---\n# vars file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2510, "all_permissive": false }
ansible_role
digicatapult/dsbd-demonstrator
33c950856aaf92e9d6ba71e585969d1a228b8381
0
roles/morello-ui
7,964
[ "no_license" ]
[ { "path": "roles/morello-ui/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - morello-ui\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/morello-ui/tasks/main.yml", "content": "---\n# tasks file ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3052, "all_permissive": false }
ansible_role
pluizetto/server-integration-ad
4d30c39e144e0b154038a7e138435851e6ab8024
0
server-integration-ad/roles/integrate-rhel
7,964
[ "no_license" ]
[ { "path": "server-integration-ad/roles/integrate-rhel/tasks/main.yml", "content": "---\n# include vars file\n- name: Include vars of authentication.yml\n include_vars:\n dir: group_vars\n extensions:\n - yml\n\n# install or update realm package\n- name: install latest version of realmd\n yum:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1013, "all_permissive": false }
ansible_role
pluizetto/server-integration-ad
4d30c39e144e0b154038a7e138435851e6ab8024
0
server-integration-ad/roles/register-rhel
7,964
[ "no_license" ]
[ { "path": "server-integration-ad/roles/register-rhel/tasks/main.yml", "content": "---\n- name: register rhel \n redhat_subscription:\n state: present\n username: <EMAIL> \n password: <PASSWORD>'\n pool_ids: 8a85f99c69d235390169ed7add29150a \n\n- name: Add repositories\n rhsm_repository:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
maschmann/wsl2-tooling
155ca7b949b2bec9335df1010902e72dcdc40de2
0
roles/base
7,964
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "- name: install syspackages\n apt:\n state: latest\n name:\n - cifs-utils\n - telnet\n - apt-transport-https\n - vim\n - curl\n - git\n - git-extras\n - screen\n - strace\n - sysstat\n - sshfs\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2646, "all_permissive": false }
ansible_role
maschmann/wsl2-tooling
155ca7b949b2bec9335df1010902e72dcdc40de2
0
roles/docker
7,964
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yaml", "content": "---\n\n- name: Check if docker is already installed\n stat: \n path: \"{{ local_user_home }}/get-docker.sh\"\n register: docker_convenience_script\n\n- name: ensure packages are absent\n apt:\n state: absent\n name:\n - docker \n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1854, "all_permissive": false }
ansible_role
maschmann/wsl2-tooling
155ca7b949b2bec9335df1010902e72dcdc40de2
0
roles/minikube
7,964
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yaml", "content": "---\n\n- name: Ensure minikube is present\n ansible.builtin.get_url:\n url: \"{{ minikube_release_url }}\"\n dest: '/usr/bin/minikube'\n mode: '0755'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
maschmann/wsl2-tooling
155ca7b949b2bec9335df1010902e72dcdc40de2
0
roles/skaffold
7,964
[ "no_license" ]
[ { "path": "roles/skaffold/tasks/main.yaml", "content": "---\n\n- name: Ensure skaffold is present\n ansible.builtin.get_url:\n url: \"{{ skaffold_release_url }}\"\n dest: '/usr/bin/skaffold'\n mode: '0755'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
gsangwell/ansible-hpc-collection
13ccddc9aad1cc102fe137c33254e980019716a1
0
roles/cleanos
7,964
[ "no_license" ]
[ { "path": "roles/cleanos/tasks/install_packages.yaml", "content": "---\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ cleanos.packages }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1975, "all_permissive": false }
ansible_role
gsangwell/ansible-hpc-collection
13ccddc9aad1cc102fe137c33254e980019716a1
0
roles/firewalld
7,964
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/port.yaml", "content": "---\n- name: \"Check if port {{ port }} allowed on zone {{ zone.name }}\"\n shell:\n cmd: \"firewall-cmd --permanent --zone {{ zone.name }} --query-port {{ port }}\"\n register: port_allowed\n changed_when: false\n failed_when: false\n\n- name:...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2082, "all_permissive": false }
ansible_role
gsangwell/ansible-hpc-collection
13ccddc9aad1cc102fe137c33254e980019716a1
0
roles/network
7,964
[ "no_license" ]
[ { "path": "roles/network/tasks/validate_interface.yaml", "content": "---\n- name: \"Check {{ device }} exists\"\n stat:\n path: \"/sys/class/net/{{ device }}\"\n register: device_path\n\n- name: \"Fail if {{ device }} does not exist\"\n fail:\n msg: \"Device {{ device }} does not appear to exist.\"...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 4298, "all_permissive": false }
ansible_role
oatakan/multi-node-nginx-ansible-example
8067b03ee88eb42bd927da62cb6f005a173fc113
1
roles/cloudforms-link-service
7,964
[ "no_license" ]
[ { "path": "roles/cloudforms-link-service/tasks/main.yml", "content": "---\n- name: debug manageiq object\n debug:\n var: manageiq\n\n- name: debug service id\n debug:\n msg: \"manage iq service id: {{ manageiq.service }}\"\n\n#- name: set the manageiq connection variable\n# set_fact:\n# manageiq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5817, "all_permissive": false }
ansible_role
jason-galea/proxmox_automation
2387263d93e38156dd107a6fa0bef8c4c81c160f
1
ansible/roles/install-packages
7,964
[ "no_license" ]
[ { "path": "ansible/roles/install-packages/tasks/main.yml", "content": "# - name: Populate pip package list for nested docker\n# ansible.builtin.set_fact:\n# apt_packages:\n# - git\n# pip_packages:\n# - docker\n# - docker-compose\n# when: requires_nested_docker\n\n# - name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4753, "all_permissive": false }
ansible_role
jason-galea/proxmox_automation
2387263d93e38156dd107a6fa0bef8c4c81c160f
1
ansible/roles/prox-lxc
7,964
[ "no_license" ]
[ { "path": "ansible/roles/prox-lxc/tasks/show_vzdump_backups.yml", "content": "- name: \"DEBUG: Get contents of {{ prox_ct_template_dir }}\"\n delegate_to: prox\n ansible.builtin.command: \"ls -lh {{ prox_ct_template_dir }}\"\n register: ls_prox_ct_template_dir\n changed_when: ls_prox_ct_template_dir.rc ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5911, "all_permissive": false }
ansible_role
jason-galea/proxmox_automation
2387263d93e38156dd107a6fa0bef8c4c81c160f
1
ansible/roles/set-ssh-host
7,964
[ "no_license" ]
[ { "path": "ansible/roles/set-ssh-host/tasks/main.yml", "content": "- name: Set SSH hostname\n ansible.builtin.set_fact:\n ansible_ssh_host: \"{{ (use_ip_not_dns_name is defined) | ternary(ip, fqdn) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
jason-galea/proxmox_automation
2387263d93e38156dd107a6fa0bef8c4c81c160f
1
ansible/roles/ssh
7,964
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/scan.yml", "content": "- name: \"Scan SSH key from: {{ inventory_hostname }}\"\n delegate_to: localhost\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n ssh-keyscan -H {{ ansible_ssh_host }} >> ~/.ssh/known_hosts\n executable: /bin/bash\n register: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1980, "all_permissive": false }
ansible_role
jason-galea/proxmox_automation
2387263d93e38156dd107a6fa0bef8c4c81c160f
1
ansible/roles/verify_webserver
7,964
[ "no_license" ]
[ { "path": "ansible/roles/verify_webserver/tasks/main.yml", "content": "- name: \"Show webserver URL (IP)\"\n ansible.builtin.debug:\n msg: \"{{ http_protocol }}://{{ ip }}:{{ port }}\"\n when: ip is defined\n\n- name: \"Show webserver URL\"\n ansible.builtin.debug:\n msg: \"{{ http_protocol }}://{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
mikejmoore/http-responder
d236f61d34157d27bc4187bf1b3f0a9332f3bb74
0
build/ami/ansible-playbooks/roles/http_responder
7,964
[ "no_license" ]
[ { "path": "build/ami/ansible-playbooks/roles/http_responder/tasks/main.yaml", "content": "---\n- name: Install Git\n become: true\n yum:\n name: git\n state: latest\n\n\n- name: \"Git clone the http-responder\"\n git:\n repo: https://github.com/mikejmoore/http-responder.git\n dest: /home/ec2-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 963, "all_permissive": false }
ansible_role
mikejmoore/http-responder
d236f61d34157d27bc4187bf1b3f0a9332f3bb74
0
build/ami/ansible-playbooks/roles/rbenv
7,964
[ "no_license" ]
[ { "path": "build/ami/ansible-playbooks/roles/rbenv/tasks/main.yml", "content": "---\n- name: Install libs 1\n become: true\n yum: pkg={{item}} state=installed\n with_items:\n - gcc-c++\n - patch\n - readline\n - readline-devel\n - zlib\n - zlib-devel\n - libyaml-devel\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
mikejmoore/http-responder
d236f61d34157d27bc4187bf1b3f0a9332f3bb74
0
build/docker/packer/ansible-playbooks/roles/http_responder
7,964
[ "no_license" ]
[ { "path": "build/docker/packer/ansible-playbooks/roles/http_responder/files/startup.sh", "content": "#!/bin/sh\n\ncd /opt/http-responder/\ngem install bundler\nbundle\nrails s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "build/docker/packer/an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 414, "all_permissive": false }
ansible_role
vibincholayil/ansible-directory-creation
c3c93a97b4ffd2390becfc9e3c24a0ff1440df81
0
roles/filemgt
7,961
[ "no_license" ]
[ { "path": "roles/filemgt/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for filemgt\n#\n- name: file and directory management\n debug:\n msg: \"files and directories created\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
KirillSilianov/tds_5_roles
4d73cffe20cd8312c1c1a90063f65ae0825c3f11
0
configuration/roles/ca
7,961
[ "no_license" ]
[ { "path": "configuration/roles/ca/defaults/main.yaml", "content": "---\n\nssl_dir: \"{{ base_ssl_dir }}\"\nssl_cert: \"{{ base_ssl_cert }}\"\nssl_key: \"{{ base_ssl_key }}\"\nssl_csr: \"{{ base_ssl_dir }}/cert.csr\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 959, "all_permissive": false }
ansible_role
KirillSilianov/tds_5_roles
4d73cffe20cd8312c1c1a90063f65ae0825c3f11
0
configuration/roles/nginx
7,961
[ "no_license" ]
[ { "path": "configuration/roles/nginx/defaults/main.yaml", "content": "---\n\nhttps_port: 443", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "configuration/roles/nginx/tasks/main.yaml", "content": "---\n\n- name: 'NGINX repository added'\n copy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
srobo/kit-ansible
113d977234f488d753b557714e46608081afb5fa
0
roles/kit_ancbuild
7,961
[ "no_license" ]
[ { "path": "roles/kit_ancbuild/tasks/web_server.yml", "content": "---\n- name: Install nginx and related\n apt:\n name:\n - nginx\n - python3-certbot-nginx\n state: present\n become: true\n tags: web_server\n\n- name: Start nginx systemd service\n systemd:\n name: nginx\n state: sta...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1329, "all_permissive": false }
ansible_role
srobo/kit-ansible
113d977234f488d753b557714e46608081afb5fa
0
roles/kit_image_builder
7,961
[ "no_license" ]
[ { "path": "roles/kit_image_builder/tasks/main.yml", "content": "---\n- include: yocto.yml\n- include: builder-account.yml\n- include: repo.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/kit_image_builder/tasks/yocto.yml", "content"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2051, "all_permissive": false }
ansible_role
srobo/kit-ansible
113d977234f488d753b557714e46608081afb5fa
0
roles/nft_firewall
7,961
[ "no_license" ]
[ { "path": "roles/nft_firewall/handlers/main.yml", "content": "---\n- name: reload firewall\n command: nft -f /etc/nftables.conf\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/nft_firewall/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 457, "all_permissive": false }
ansible_role
srobo/kit-ansible
113d977234f488d753b557714e46608081afb5fa
0
roles/srobo_server
7,961
[ "no_license" ]
[ { "path": "roles/srobo_server/tasks/base.yml", "content": "---\n- name: Set Hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n become: true\n tags: hostname\n\n- name: Copy /etc/hosts\n template:\n src: etc_hosts\n dest: /etc/hosts\n owner: \"root\"\n mode: 0644\n become: true\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1259, "all_permissive": false }
ansible_role
omri2003/chat_linux
8339b74e7cd8eedd5dbcf48e0a21fd376ca1f12c
0
final_drill/roles/common
7,961
[ "no_license" ]
[ { "path": "final_drill/roles/common/handlers/main.yml", "content": "---\n- vars:\n ansible_user: admin\n become: true\n block:\n - name: Restart sshd\n service:\n name: sshd\n state: restarted\n\n - name: restart_sysctl\n sysctl:\n reload: true\n\n - name: reboot\n reboot: nu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2044, "all_permissive": false }
ansible_role
roman-domanchuk/ansible-monitoring-logging
cb2575abfe326fb3d0b9ad2a22a0273579c604f8
0
roles/elasticsearch_kibana
7,961
[ "no_license" ]
[ { "path": "roles/elasticsearch_kibana/tasks/main.yml", "content": "---\n- name: Install ElasticSearch\n package:\n name: elasticsearch\n state: present\n\n- name: Install Kibana\n package:\n name: kibana\n state: present\n\n- name: Ensure ElasticSearch is running\n systemd:\n name: elastic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
roman-domanchuk/ansible-monitoring-logging
cb2575abfe326fb3d0b9ad2a22a0273579c604f8
0
roles/fluentbit
7,961
[ "no_license" ]
[ { "path": "roles/fluentbit/tasks/main.yml", "content": "---\n- name: Install FluentBit\n package:\n name: td-agent-bit\n state: present\n\n- name: Configure FluentBit to send logs to ElasticSearch\n template:\n src: fluentbit.conf.j2\n dest: /etc/td-agent-bit/td-agent-bit.conf\n notify:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 765, "all_permissive": false }
ansible_role
roman-domanchuk/ansible-monitoring-logging
cb2575abfe326fb3d0b9ad2a22a0273579c604f8
0
roles/node_exporter
7,961
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yml", "content": "---\n- name: Install Node Exporter\n package:\n name: node_exporter\n state: present\n\n- name: Configure Prometheus to scrape Node Exporter\n lineinfile:\n path: /etc/prometheus/prometheus.yml\n insertafter: 'scrape_configs:'\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
roman-domanchuk/ansible-monitoring-logging
cb2575abfe326fb3d0b9ad2a22a0273579c604f8
0
roles/prometheus
7,961
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n- name: Install Prometheus\n package:\n name: prometheus\n state: present\n\n- name: Configure Prometheus\n template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\n notify:\n - Reload Prometheus\n\n- name: Ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 591, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
1.mrc/roles/openstack-instance
7,961
[ "no_license" ]
[ { "path": "1.mrc/roles/openstack-instance/tasks/main.yaml", "content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n openstack.cloud.server:\n name: \"{{ item.name }}\"\n auto_floating_ip: false\n availability_zone: \"{{ availability_zone }}\"\n flavor: \"{{ item.instance_f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
1.mrc/roles/openstack-server-group
7,961
[ "no_license" ]
[ { "path": "1.mrc/roles/openstack-server-group/tasks/main.yaml", "content": "---\n- openstack.cloud.server_group:\n state: present\n name: \"{{ item.name }}\"\n policy: \"{{ item.policy }}\"\n loop: \"{{ server_groups }}\"\n register: server_groups", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
2.common-software/roles/docker-swarm
7,961
[ "no_license" ]
[ { "path": "2.common-software/roles/docker-swarm/tasks/main.yaml", "content": "---\n- name: Get info on Docker Swarm\n become: yes\n docker_swarm_info:\n ignore_errors: yes\n register: result\n when: inventory_hostname == groups['DockerSwarmManager'][0]\n\n- name: Init a new swarm with default parameter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2060, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
3.couchdb/roles/couchdb
7,961
[ "no_license" ]
[ { "path": "3.couchdb/roles/couchdb/tasks/main.yaml", "content": "---\n- name: Recursively remove directory if it exists\n become: yes\n ansible.builtin.file:\n path: \"{{ couchdb_docker_dir }}\"\n state: absent\n when: inventory_hostname == groups['DockerSwarmManager'][0] or inventory_hostname in g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4963, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
3.couchdb/roles/load_balancer
7,961
[ "no_license" ]
[ { "path": "3.couchdb/roles/load_balancer/templates/haproxy.cfg.j2", "content": "global\n maxconn 512\n spread-checks 5\n\ndefaults\n mode http\n log global\n monitor-uri /_haproxy_health_check\n option log-health-checks\n option httplog\n balance roundrobin\n option forwardfor\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3273, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
4.mastodon-harvester/roles/harvester
7,961
[ "no_license" ]
[ { "path": "4.mastodon-harvester/roles/harvester/tasks/main.yaml", "content": "---\n- name: Recursively remove directory if it exists\n become: yes\n ansible.builtin.file:\n path: \"{{ mastodon_docker_dir }}\"\n state: absent\n when: inventory_hostname == groups['DockerSwarmManager'][0] or inventory...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2945, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
5.backend/roles/backend
7,961
[ "no_license" ]
[ { "path": "5.backend/roles/backend/tasks/main.yaml", "content": "---\n- name: Recursively remove directory if it exists\n become: yes\n ansible.builtin.file:\n path: \"{{ backend_docker_dir }}\"\n state: absent\n when: inventory_hostname == groups['DockerSwarmManager'][0] or inventory_hostname in g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2664, "all_permissive": false }
ansible_role
2023-S1-COMP90024-TEAM60/Project-Deployment
2cbfc4c95b1ec70b4a30e20e41d43dd0cc886de3
0
6.frontend/roles/frontend
7,961
[ "no_license" ]
[ { "path": "6.frontend/roles/frontend/templates/docker-compose.yaml.j2", "content": "version: \"3.8\"\n\nservices:\n \n frontend:\n image: frontend\n deploy:\n replicas: {{ container_replicas }}\n placement:\n constraints:\n - node.labels.type == app\n preferences:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2358, "all_permissive": false }
ansible_role
letitride/ansible-playbook-sample
d94bdfe9577c19fdd004dd69fa330fe1af56f0a5
0
sec4/roles/common
7,961
[ "no_license" ]
[ { "path": "sec4/roles/common/tasks/main.yml", "content": "---\n## SELinuxのモード変更\n- name: configure / Selinux permissived\n selinux:\n policy: targeted\n state: permissive\n #when : ansible_selinux.config_mode == 'enforcing'\n\n## IPv6 インターフェースの無効化\n- name: configure / Desable ipv6 interface\n sysct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 805, "all_permissive": false }
ansible_role
letitride/ansible-playbook-sample
d94bdfe9577c19fdd004dd69fa330fe1af56f0a5
0
sec4/roles/mariadb
7,961
[ "no_license" ]
[ { "path": "sec4/roles/mariadb/tasks/configure.yml", "content": "---\n#設定ファイルの配備\n- name: configure / Setup configure file\n template:\n src: server.cnf.j2\n dest: /etc/my.cnf.d/server.cnf\n owner: root\n group: root\n mode: 0644\n backup: yes\n\n- name: configure / Stop all MariaDB for in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3705, "all_permissive": false }
ansible_role
jw7777777/ansible
c811677bb4346259de5bc2c145acb1a9d0bf9296
0
roles/refresh-mssql-db-role
7,959
[ "no_license" ]
[ { "path": "roles/refresh-mssql-db-role/refresh-mssql-db-role.yml", "content": "- hosts: all\n vars:\n mssql_src_db_instance: win02\n mssql_dst_db_instance: win03\n mssql_src_db_name: AdventureWorks2019\n mssql_dst_db_name: AdventureWorks_DEV\n mssql_fileshare_path: \\\\win03\\MSSQLBackup\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3282, "all_permissive": false }
ansible_role
alex19bh/CP2
40f85c4d557fc3903a6367059b491dd685629227
0
ansible/roles/acr
7,959
[ "no_license" ]
[ { "path": "ansible/roles/acr/tasks/main.yml", "content": "- name: Logeo acr\n containers.podman.podman_login:\n registry: acrcp2alex.azurecr.io\n username: \"{{ acr_username }}\"\n password: \"{{ <PASSWORD> }}\"\n\n- name: Build y push de webapp podman vm\n containers.podman.podman_image:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
alex19bh/CP2
40f85c4d557fc3903a6367059b491dd685629227
0
ansible/roles/aks
7,959
[ "no_license" ]
[ { "path": "ansible/roles/aks/tasks/main.yml", "content": "- name: Crear namespace\n kubernetes.core.k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: webappkubernetes\n\n- name: Crear clave para acr\n kubernetes.core.k8s:\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1734, "all_permissive": false }
ansible_role
alex19bh/CP2
40f85c4d557fc3903a6367059b491dd685629227
0
ansible/roles/vm
7,959
[ "no_license" ]
[ { "path": "ansible/roles/vm/tasks/main.yml", "content": "- name: Instalar dependencias para podman\n apt:\n name:\n - software-properties-common\n - uidmap\n state: present\n update_cache: true\n\n- name: Agregar clave GPG para Podman\n ansible.builtin.apt_key:\n url: https://downloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2042, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/User
7,959
[ "no_license" ]
[ { "path": "roles/User/tasks/main.yaml", "content": "- name: Setup the node environment and install the nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Setup the application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/catalogue
7,959
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: Installing the Node js by setup the node environment\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: set up the application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/common
7,959
[ "no_license" ]
[ { "path": "roles/common/tasks/load-mysql-schema.yaml", "content": "- name: Install the mysql client\n ansible.builtin.yum:\n name: mysql\n state: installed\n \n- name: Load the schema\n ansible.builtin.shell: \"mysql -h mysql.suhaildevops.online -uroot -pRoboShop@1 < /app/schema/{{component}}.sql\"...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2466, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/payment
7,959
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: install the python component\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n \n- name: Setting up the application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n \n- name: install the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/rabbitmq
7,959
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: Configuring Repos for Rabbit MQ\n ansible.builtin.shell: \"{{item}}\"\n loop:\n - \"curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\"\n - \"curl -s https://packagecloud.io/install/repositories/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 967, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/shipping
7,959
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: installinh the maven to setup the java environment\n ansible.builtin.import_role:\n name: common\n tasks_from: maven-setup\n\n- name: Setting up the application\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
ShaikSuhail27/Ansible-Roboshop-Roles
d08b951969e8e82b1e75944acde9b07be750b684
0
roles/web
7,959
[ "no_license" ]
[ { "path": "roles/web/handlers/main.yaml", "content": "- name: restarting the nginx service\n service:\n name: nginx\n state: restarted\n enabled: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/web/vars/main.yaml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1372, "all_permissive": false }
ansible_role
avi061077/hw-14
ab369fa6d1a031f6d9eb6eefaadea6784443cc01
0
roles/file_deployer
7,959
[ "no_license" ]
[ { "path": "roles/file_deployer/tasks/deploy_file.yml", "content": "---\n- name: Deploy file to hosts\n hosts: all\n become: true\n\n roles:\n - file_deployer\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/file_deployer/tasks/main.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 194, "all_permissive": false }
ansible_role
avi061077/hw-14
ab369fa6d1a031f6d9eb6eefaadea6784443cc01
0
roles/template_deployer
7,959
[ "no_license" ]
[ { "path": "roles/template_deployer/deploy_template.yml", "content": "---\n- name: Deploy template to hosts\n hosts: all\n become: true\n\n roles:\n - template_deployer\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/template_deploy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 295, "all_permissive": false }
ansible_role
lel99999/dev_RRH8
e4cbec4e464f1d042a53a66783d3b4c108efc0ef
0
roles/gcc-toolset-12
7,959
[ "no_license" ]
[ { "path": "roles/gcc-toolset-12/tasks/main.yml", "content": "---\n# RHEL 8\n#- name: Add RHSCL 12 Repo\n# become: yes\n# become_method: sudo\n# command: /usr/bin/subscription-manager repos --enable rhel-server-rhscl-8-rpms\n# tags:\n# - devtools122\n\n- name: Install Devtools 12 - Known as GCC-toolse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1930, "all_permissive": false }
ansible_role
gabor-udvari/automation-project
9314bf290b8e54933c3404b06850183256760573
2
ansible/roles/cleanpackages
7,959
[ "no_license" ]
[ { "path": "ansible/roles/cleanpackages/tasks/main.yml", "content": "---\n- name: Remove unnecessary packages\n apt: name={{ item }} purge=yes state=absent\n with_items:\n - accountsservice\n - anacron\n - apparmor\n - chkconfig\n - command-not-found\n - command-not-found-data\n - discover\n - dosf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": false }
ansible_role
gabor-udvari/automation-project
9314bf290b8e54933c3404b06850183256760573
2
ansible/roles/grub2
7,959
[ "no_license" ]
[ { "path": "ansible/roles/grub2/tasks/main.yml", "content": "---\n- name: Check grub2 packages\n apt: name=grub2-common state=present\n apt: name={{ item }} state=absent\n with_items:\n - grub2\n - grub\n\n- name: Copy correct grub config\n template: src=roles/grub2/templates/grub dest=/etc/default/gru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
gabor-udvari/automation-project
9314bf290b8e54933c3404b06850183256760573
2
ansible/roles/homeshick
7,959
[ "no_license" ]
[ { "path": "ansible/roles/homeshick/tasks/main.yml", "content": "---\n- name: Check git\n apt: name=git state=present\n\n- name: Check homeshick\n stat: path=~/.homesick/repos/homeshick\n register: homeshick_dir\n\n- name: Install homeshick\n shell: git clone git://github.com/andsens/homeshick.git $HOME/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
gabor-udvari/automation-project
9314bf290b8e54933c3404b06850183256760573
2
ansible/roles/kodi
7,959
[ "no_license" ]
[ { "path": "ansible/roles/kodi/env/defaults/main.yml", "content": "# kodi default variables\n\n# Enable custom APT repositories of Ondřej Surý, Debian and Ubuntu PHP package\n# maintainer. You can enable these repositories to install PHP 7.0 on Debian\n# Jessie. See :ref:`php__ref_sury` for more details.\nko...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1936, "all_permissive": false }
ansible_role
gabor-udvari/automation-project
9314bf290b8e54933c3404b06850183256760573
2
ansible/roles/locale
7,959
[ "no_license" ]
[ { "path": "ansible/roles/locale/tasks/main.yml", "content": "---\n- name: Check locale\n shell: locale -a | grep 'hu_HU.utf8'\n register: locale_check\n ignore_errors: True\n\n- name: Install locale if missing\n command: locale-gen 'hu_HU.utf8'\n when: locale_check|failed\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }