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
mgjerazi/AKS-Docker-Terraform-Ansible-AzureDevOpsPipelines
5c16189234c2d68b4881efd142e4a8ea030ea5a9
0
Ansible/2.ansible/roles/deploy-frontend
7,522
[ "no_license" ]
[ { "path": "Ansible/2.ansible/roles/deploy-frontend/tasks/main.yml", "content": "- name: Copy frontend app\n copy:\n src: files/quiz-frontend/\n dest: /usr/share/nginx/html/\n\n- name: Copy nginx config\n copy:\n src: files/default.conf\n dest: /etc/nginx/sites-available/default", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
mgjerazi/AKS-Docker-Terraform-Ansible-AzureDevOpsPipelines
5c16189234c2d68b4881efd142e4a8ea030ea5a9
0
Ansible/2.ansible/roles/jre-install
7,522
[ "no_license" ]
[ { "path": "Ansible/2.ansible/roles/jre-install/tasks/main.yml", "content": "- name: Install Java\n apt:\n name: default-jre\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
mgjerazi/AKS-Docker-Terraform-Ansible-AzureDevOpsPipelines
5c16189234c2d68b4881efd142e4a8ea030ea5a9
0
Ansible/2.ansible/roles/pre-requisites
7,522
[ "no_license" ]
[ { "path": "Ansible/2.ansible/roles/pre-requisites/tasks/main.yml", "content": "- name: Perform apt update of all packages\n apt:\n name: '*'\n state: latest", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
double-p/gha-test
1f7f34ad354022b2feaea6538d5715f787976c61
0
roles/database
7,522
[ "no_license" ]
[ { "path": "roles/database/molecule/default/verify.yml", "content": "---\n# put tests inside here, e.g. running process (port check) as\n# functional group testing - not each task, but objectives delivered!\n\n- name: Verify\n hosts: all\n gather_facts: false\n\n tasks:\n - name: PostgreSQL enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4279, "all_permissive": false }
ansible_role
double-p/gha-test
1f7f34ad354022b2feaea6538d5715f787976c61
0
roles/debian
7,522
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n- name: Working on\n ansible.builtin.debug:\n msg:\n \"{{ hostvars[inventory_hostname].ansible_distribution }} \\\n {{ hostvars[inventory_hostname].ansible_distribution_major_version }} \\\n -- {{ hostvars[inventory_hostname].ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
double-p/gha-test
1f7f34ad354022b2feaea6538d5715f787976c61
0
roles/server
7,522
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Debug startup\n ansible.builtin.debug:\n msg: nothing yet\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
darthsuogles/phissenschaft
444c65e30c10fcf07fe66e86cc783b6a6b313d7d
1
infra/ansible/roles/docker
7,522
[ "no_license" ]
[ { "path": "infra/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Write docker source script\n copy:\n dest: /tmp/add_docker_source\n mode: a+x\n content: |\n #!/bin/bash\n curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n distribution=$(. ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1141, "all_permissive": false }
ansible_role
darthsuogles/phissenschaft
444c65e30c10fcf07fe66e86cc783b6a6b313d7d
1
infra/ansible/roles/emacs
7,522
[ "no_license" ]
[ { "path": "infra/ansible/roles/emacs/tasks/main.yml", "content": "---\n- name: Add emacs snapshot ppa\n apt_repository:\n repo: 'ppa:ubuntu-elisp/ppa'\n\n- name: Install emacs snapshot\n apt:\n name: emacs-snapshot\n state: latest\n update_cache: yes\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
darthsuogles/phissenschaft
444c65e30c10fcf07fe66e86cc783b6a6b313d7d
1
infra/ansible/roles/init_nvidia
7,522
[ "no_license" ]
[ { "path": "infra/ansible/roles/init_nvidia/tasks/main.yml", "content": "---\n- name: Install necessary packages\n apt:\n name: ['gcc', 'git', 'sudo', 'wget', 'curl']\n state: latest\n update_cache: yes\n\n- name: Add graphics drivers PPA\n apt_repository:\n repo: 'ppa:graphics-drivers/ppa'\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
pwyoung/ansible-playbook-deploy-kubespray
1cde5cd412308a4e6a3094731fa3d5c97483bfac
0
roles/dump-all-variables
7,527
[ "no_license" ]
[ { "path": "roles/dump-all-variables/tasks/main.yaml", "content": "- name: Print some debug information\n vars:\n ansible_vars_msg_json: |\n {\n \"SOURCE_vars\": {{ vars | to_nice_json }},\n \"SOURCE_environment\": {{ environment | to_nice_json }},\n \"SOURCE_group_names\": {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
pwyoung/ansible-playbook-deploy-kubespray
1cde5cd412308a4e6a3094731fa3d5c97483bfac
0
roles/install-kubespray
7,527
[ "no_license" ]
[ { "path": "roles/install-kubespray/tasks/install-pip3.yaml", "content": "---\n# TODO: replace this with a robust role\n- name: Confirm Python3 is present\n shell: \"python3 --version\"\n register: result\n\n- name: Show Python3 version\n debug:\n msg={{ result }}\n\n- name: Install Pip3 (with apt-upda...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4979, "all_permissive": false }
ansible_role
pwyoung/ansible-playbook-deploy-kubespray
1cde5cd412308a4e6a3094731fa3d5c97483bfac
0
roles/update-local-dns
7,527
[ "no_license" ]
[ { "path": "roles/update-local-dns/defaults/main.yml", "content": "local_dns_group: \"all\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "roles/update-local-dns/tasks/main.yaml", "content": "- name: Update local DNS (with IPs of the other Ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
b27-pl/sg-ansible-lab
d88e0ca493d985a7f910c9589ca35126e393476f
0
roles/prepare-os
7,527
[ "no_license" ]
[ { "path": "roles/prepare-os/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - prepare_os", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/prepare-os/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1480, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
bonus/gitlab/scripts/ansible/roles/k3d-config
7,527
[ "no_license" ]
[ { "path": "bonus/gitlab/scripts/ansible/roles/k3d-config/tasks/main.yaml", "content": "---\n- name: Create k3d cluster\n ansible.builtin.shell: k3d cluster create cluster --k3s-arg \"--disable=traefik@server:0\" -p \"80:80@loadbalancer\" -p \"443:443@loadbalancer\"", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 463, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
bonus/gitlab/scripts/ansible/roles/k8s-deploy
7,527
[ "no_license" ]
[ { "path": "bonus/gitlab/scripts/ansible/roles/k8s-deploy/tasks/main.yaml", "content": "---\n- name: Install the latest version of python\n dnf:\n name: python3\n state: latest\n become: true\n\n- name: Update python required plugins\n command: pip3 install openshift pyyaml kubernetes\n become: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2204, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
bonus/gitlab/scripts/ansible/roles/mount-volume
7,527
[ "no_license" ]
[ { "path": "bonus/gitlab/scripts/ansible/roles/mount-volume/tasks/main.yaml", "content": "---\n- name: mount-volume\n script: files/mount-volume.sh\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "bonus/gitlab/scripts/ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 154, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
bonus/gitlab/scripts/ansible/roles/preconfig-script
7,527
[ "no_license" ]
[ { "path": "bonus/gitlab/scripts/ansible/roles/preconfig-script/tasks/main.yaml", "content": "---\n- name: Preconfig script for docker installation\n script: files/docker-install.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "bonus/gitlab/scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p1/scripts/ansible/roles/config-master-node
7,527
[ "no_license" ]
[ { "path": "p1/scripts/ansible/roles/config-master-node/tasks/main.yaml", "content": "---\n\n- name: create master node\n shell: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=\"--write-kubeconfig ~/.kube/config --write-kubeconfig-mode 666 --tls-san 192.168.56.110 --node-external-ip=192.168.56.110\" sh -\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p1/scripts/ansible/roles/config-worker-node
7,527
[ "no_license" ]
[ { "path": "p1/scripts/ansible/roles/config-worker-node/tasks/main.yaml", "content": "---\n\n- name: set K3S_TOKEN env\n shell: echo 'export K3S_TOKEN=\"{{ hostvars['dmarsellS']['token']['stdout'] }}\"' >> /etc/environment\n become: true\n\n- name: set K3S_URL env\n shell: echo 'export K3S_URL=\"https://1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 378, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p1/scripts/ansible/roles/preconfig
7,527
[ "no_license" ]
[ { "path": "p1/scripts/ansible/roles/preconfig/tasks/main.yaml", "content": "---\n- name: Preconfig block\n block:\n - name: Make sure we have a 'admin' group\n group:\n name: admin\n state: present\n\n - name: Allow 'admin' group to have passwordless sudo\n lineinfile:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p2/scripts/ansible/roles/k3s-config-permission
7,527
[ "no_license" ]
[ { "path": "p2/scripts/ansible/roles/k3s-config-permission/meta/meta.yml", "content": "galaxy_info:\n author: <NAME>\n description: k3s configure\n license: MIT\n min_ansible_version: 2.1\n platforms:\n - name: CentOS\n versions:\n - 8\n dependencies:\n - role: preconfig", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p2/scripts/ansible/roles/k8s-deploy
7,527
[ "no_license" ]
[ { "path": "p2/scripts/ansible/roles/k8s-deploy/tasks/main.yaml", "content": "---\n- name: Install the latest version of python\n dnf:\n name: python3\n state: latest\n become: true\n\n- name: Update python required plugins\n command: pip3 install openshift pyyaml kubernetes\n become: true\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3863, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p3/scripts/ansible/roles/docker-install
7,527
[ "no_license" ]
[ { "path": "p3/scripts/ansible/roles/docker-install/tasks/main.yaml", "content": "---\n- name: Docker-install block\n block:\n - name: Add Docker repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n - name: Install Docker\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 397, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p3/scripts/ansible/roles/k8s-deploy
7,527
[ "no_license" ]
[ { "path": "p3/scripts/ansible/roles/k8s-deploy/meta/meta.yml", "content": "galaxy_info:\n author: <NAME>\n description: Create kubernetes cluster resources\n license: MIT\n min_ansible_version: 2.1\n platforms:\n - name: CentOS\n versions:\n - 8\n dependencies:\n - role: preconfig\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3262, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p3/scripts/ansible/roles/preconfig
7,527
[ "no_license" ]
[ { "path": "p3/scripts/ansible/roles/preconfig/tasks/main.yaml", "content": "---\n- name: Preconfig block\n block:\n - name: Make sure we have a 'admin' group\n group:\n name: admin\n state: present\n \n - name: Make sure we have a 'docker' group\n group:\n name: dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1635, "all_permissive": false }
ansible_role
Fedor-Molokov/Inception-of-Things
f4d94b407f4491019feddfba3c9cd53a53f86ee9
2
p3/scripts/ansible/roles/reboot
7,527
[ "no_license" ]
[ { "path": "p3/scripts/ansible/roles/reboot/tasks/main.yaml", "content": "---\n- name: End\n block:\n - name: Reboot block\n reboot:\n become: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/apt
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/apt/tasks/main.yml", "content": "# Update apt packages\n# ====================================================\n\n- name: Update apt package cache\n action: apt update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/jenkins
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/main.yml", "content": "---\n- name: Download Jenkins SSH key\n shell: wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -\n\n- name: Add Jenkins to Apt repositories\n shell: echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3629, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/node
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/node/tasks/main.yml", "content": "---\n- name: Install curl\n apt: pkg={{ item }} state=latest\n with_items:\n - curl\n\n- name: Add nodejs source to package manager\n shell: curl -sL https://deb.nodesource.com/setup | sudo bash -\n\n- name: Install nodejs\n apt: pkg={{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/phantomjs
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/phantomjs/tasks/main.yml", "content": "---\n- name: Install phantomjs using NPM\n npm: name=phantomjs global=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/robot
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/robot/tasks/main.yml", "content": "---\n- name: Install Python\n apt: pkg={{ item }} state=latest\n with_items:\n - python\n - python-pip\n\n- name: Install Robot Framework\n pip: name=robotframework\n\n- name: Install Selenium Library\n pip: name=robotframework-selen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/ruby
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/ruby/tasks/main.yml", "content": "---\n- name: Install build depends\n apt: pkg={{ item }} state=latest install_recommends=no\n with_items:\n - libcurl4-openssl-dev\n - libreadline6-dev\n - libxml2-dev\n - libxslt1-dev\n - zlib1g-dev\n - libc6-dev\n - libyaml-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
mrako/vagrant-ansible-jenkins-robot
597593f648d1ab6818f65b64e736c621fcb2db67
2
provisioning/roles/security
7,527
[ "no_license" ]
[ { "path": "provisioning/roles/security/tasks/main.yml", "content": "# Security\n# ====================================================\n\n# MOSH AND FAIL2BAN\n# ====================================================\n\n- name: Install ufw\n apt: pkg=ufw state=latest\n\n- name: Install mosh\n apt: pkg=mosh s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
paulRbr/ansible-owncloud
4817c43fbe96c50942f1c07c3472d9c38a57f6c0
0
roles/common
7,527
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include: install-tools.yml\n tags: [ tools ]\n\n- include: generate-dh.yml\n tags: [ dhparams ]\n when: \"'webserver' in group_names\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "path": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 634, "all_permissive": false }
ansible_role
paulRbr/ansible-owncloud
4817c43fbe96c50942f1c07c3472d9c38a57f6c0
0
roles/owncloud
7,527
[ "no_license" ]
[ { "path": "roles/owncloud/tasks/main.yml", "content": "---\n- apt_key: url=https://download.owncloud.org/download/repositories/stable/Debian_8.0/Release.key state=present\n\n- apt_repository: repo='deb https://download.owncloud.org/download/repositories/stable/Debian_8.0/ /' state=present\n\n- apt:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
bitnami_renew_cert/roles/check_cert
7,527
[ "no_license" ]
[ { "path": "bitnami_renew_cert/roles/check_cert/default/main.yml", "content": "---\nmax_validity: 7 # maximum number of days of current certificate validity before renewal will be carried out\nskip_check: no # carry out renewal regardless of current validity\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1855, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
bitnami_renew_cert/roles/renew_cert
7,527
[ "no_license" ]
[ { "path": "bitnami_renew_cert/roles/renew_cert/tasks/main.yml", "content": "---\n# run installed script to stop bitnami service\n- name: stop service\n command: 'sudo /opt/bitnami/ctlscript.sh stop'\n\n# renew the certificate using lego\n- name: renew certificate\n command: 'sudo /opt/bitnami/letsencrypt/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
cloudflare/add_record/roles/add_record
7,527
[ "no_license" ]
[ { "path": "cloudflare/add_record/roles/add_record/tasks/main.yml", "content": "---\n# main task for add_record role\n\n- name: create a A record pointing to 127.0.0.1\n cloudflare_dns:\n zone: \"{{ root_domain }}\"\n record: \"{{ sub_domain }}\"\n type: A\n value: 127.0.0.1\n proxied: no\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 651, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
cloudflare/add_record/roles/ddns_update
7,527
[ "no_license" ]
[ { "path": "cloudflare/add_record/roles/ddns_update/defaults/main.yml", "content": "---\n# defaults variables for ddns_update role\nauth_email: <EMAIL>\nauth_key: <auth_key>\nzone_id: <zone_id>\nscript_path: ~/cloudflare-ddns-updater/\nsub_domain: <sub_domain>\nroot_domain: example.com\n", "license_type"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
install_docker_ce/roles/install_docker
7,527
[ "no_license" ]
[ { "path": "install_docker_ce/roles/install_docker/tasks/main.yaml", "content": "---\n- name: configure docker repository\n include_tasks: \"{{ansible_distribution|lower}}_repo.yaml\"\n\n- name: install docker packages\n package:\n name: \"{{ docker_packages | join(',') }}\"\n state: present\n\n- nam...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1154, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
install_docker_ce/roles/install_portainer
7,527
[ "no_license" ]
[ { "path": "install_docker_ce/roles/install_portainer/handlers/main.yaml", "content": "---\n# handlers for <role>\n\n- name: <handler_name>\n service:\n name: <name>\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1205, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
install_docker_centos/roles/install_docker_centos
7,527
[ "no_license" ]
[ { "path": "install_docker_centos/roles/install_docker_centos/tasks/main.yml", "content": "---\n\n- name: update installed packages via yum\n yum:\n name: \"*, yum-utils\"\n state: latest\n\n- name: add docker-ce repository\n shell: |\n sudo yum-config-manager \\\n --add-repo \\\n {{ centos_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 797, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
node-exporter/install/roles/install_node_exporter
7,527
[ "no_license" ]
[ { "path": "node-exporter/install/roles/install_node_exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=Prometheus Node Exporter\nDocumentation=https://prometheus.io/docs/guides/node-exporter/\nAfter=network-online.target\n\n[Service]\nUser={{ ansible_user }}\nRestart=on-failure\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1316, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
node-exporter/install/roles/prometheus_config
7,527
[ "no_license" ]
[ { "path": "node-exporter/install/roles/prometheus_config/templates/prometheus2.yml.j2", "content": " \n # JOB CREATED BY ANSIBLE\n - job_name: '{{ prometheus_job_name }}'\n scrape_interval: {{ prometheus_scrape_interval }}\n static_configs:\n{% for h in groups ['all'] %}\n - targets: ['{{ host...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1537, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
openvpn/install/roles/install_epel
7,527
[ "no_license" ]
[ { "path": "openvpn/install/roles/install_epel/tasks/main.yml", "content": "---\n- include_tasks: setup_7.yml\n when: ansible_distribution_major_version == \"7\"\n\n- include_tasks: setup_8.yml\n when: ansible_distribution_major_version == \"8\"\n\n- include_tasks: setup_9.yml\n when: ansible_distribution...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2289, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
openvpn/install/roles/install_openvpn
7,527
[ "no_license" ]
[ { "path": "openvpn/install/roles/install_openvpn/vars/main.yml", "content": "---\n# required variables for install_openvpn role\n\n# openvpn packages\npackages:\n - openvpn\n\n# default interface\ninterface: tun0\n\n# openvpn client variables\nvpn_client_vars:\n - family: RedHat\n service: openvpn-clie...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3051, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
openvpn/switch_location/roles/switch_location
7,527
[ "no_license" ]
[ { "path": "openvpn/switch_location/roles/switch_location/tasks/main.yml", "content": "---\n# main tasks for switch-location role\n\n- name: get current ip infomation\n shell: >\n curl ifconfig.io/country_code \\\n curl ifconfig.io/ip\n register: ipinfo_initial\n\n- name: copy new location configurat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1612, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
proxmox/new_vm/roles/pve_new_vm
7,527
[ "no_license" ]
[ { "path": "proxmox/new_vm/roles/pve_new_vm/tasks/main.yml", "content": "---\n# main tasks for pve_new_vm role\n- name: clone vm from template\n proxmox_kvm:\n api_user: \"{{proxmox_user}}\"\n api_password: \"{{<PASSWORD>}}\"\n api_host: \"{{proxmox_host}}\"\n node: \"{{proxmox_node}}\"\n nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1060, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
proxmox/vm_state/roles/pve_vm_state
7,527
[ "no_license" ]
[ { "path": "proxmox/vm_state/roles/pve_vm_state/defaults/main.yml", "content": "---\n# default variables for pve_vm_state\n\n# pve host credentials\nproxmox_host: 192.168.0.1\nproxmox_user: root@pam\nproxmox_password: <PASSWORD>\n\n# vm guest variables\n# options for state: present,stopped,started,absent,res...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
lpwoodhouse/general-scripts
6aaedd9afcc24b2d432b06e20e08b0296ea2dbc3
0
rhel_config_ftp_repo/roles/ftp_repo
7,527
[ "no_license" ]
[ { "path": "rhel_config_ftp_repo/roles/ftp_repo/vars/main.yml", "content": "---\n# static variables required for ftp_repo role\n\nrp_packages:\n - vsftpd\n - firewalld\n\nrp_services:\n - vsftpd\n - firewalld\n\nrp_path: /var/ftp/repo\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1320, "all_permissive": false }
ansible_role
Madhanchinna/Devops-gitlab-cicd-project
39442fb25122968c3a4f7e125202bc32ae78ee6c
0
ansible_role/roles/ithub
7,527
[ "no_license" ]
[ { "path": "ansible_role/roles/ithub/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ithub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible_role/roles/ithub/handlers/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2244, "all_permissive": false }
ansible_role
mto79/ansible_collection_mto79.aws
b978956f290bf79cb778884707aad7e974582796
0
roles/dns
7,527
[ "no_license" ]
[ { "path": "roles/dns/tasks/setup/default.yml", "content": "---\n- name: \"Setup | Loop over aws dns entries\"\n when: \"aws_dns_setup_entries is defined\"\n ansible.builtin.include_tasks:\n file: \"setup/dns.yml\"\n loop: \"{{ aws_dns_setup_entries }}\"\n loop_control:\n label: \"{{ dns.name }}\"\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1620, "all_permissive": false }
ansible_role
srinibems/ansible
91d2559d95ff283e085733e64cb632e1511ce6df
0
roles/nginx
7,527
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configure.yml", "content": "\n--- \n - name: configure nginx website\n copy: src=index.html dest=/var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/nginx/tasks/service.yml", "content": "\n---\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 155, "all_permissive": false }
ansible_role
srinibems/ansible
91d2559d95ff283e085733e64cb632e1511ce6df
0
roles/web
7,527
[ "no_license" ]
[ { "path": "roles/web/tasks/service.yml", "content": "---\n - name: starting apache service\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
dwx82/study
655519335136b97b5a59de27d7c5b32464634487
0
Task5/galaxy_dynamic/roles/lamp
7,527
[ "no_license" ]
[ { "path": "Task5/galaxy_dynamic/roles/lamp/tasks/main.yml", "content": "---\n# tasks file for lamp\n - name: Enable Some packages from amazon-linux-extras packages\n shell: \"amazon-linux-extras enable docker\"\n\n - name: clean yum metadata cache\n command: yum clean metadata\n args:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1080, "all_permissive": false }
ansible_role
omps/ansible-training
0da2533caf4a5ede0e4af7dcfe849d4aeb89941b
3
day3/role-create/roles/myfirewall
7,527
[ "no_license" ]
[ { "path": "day3/role-create/roles/myfirewall/handlers/main.yml", "content": "---\n# handlers file for myfirewall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "day3/role-create/roles/myfirewall/vars/main.yml", "content": "---\n# vars file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 822, "all_permissive": false }
ansible_role
omps/ansible-training
0da2533caf4a5ede0e4af7dcfe849d4aeb89941b
3
day3/roles/firewall
7,527
[ "no_license" ]
[ { "path": "day3/roles/firewall/tasks/main.yml", "content": "---\n# tasks file for firewall\n- name: install firewalld\n yum:\n name: firewalld\n state: present\n\n- name: adding firewalld service\n firewalld:\n service: \"{{ service }}\"\n permanent: yes\n state: enabled\n immediate: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 314, "all_permissive": false }
ansible_role
omps/ansible-training
0da2533caf4a5ede0e4af7dcfe849d4aeb89941b
3
roles/rhel-system-roles.kdump
7,527
[ "no_license" ]
[ { "path": "roles/rhel-system-roles.kdump/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <<EMAIL>>\n description: Configure kdump\n galaxy_tags: [ 'system', 'beta' ]\n company: Red Hat, Inc.\n license: MIT\n min_ansible_version: 2.2\n platforms:\n - name: Fedora\n versions: [ 24, 25 ]\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5680, "all_permissive": false }
ansible_role
omps/ansible-training
0da2533caf4a5ede0e4af7dcfe849d4aeb89941b
3
roles/rhel-system-roles.network
7,527
[ "no_license" ]
[ { "path": "roles/rhel-system-roles.network/tests/run-tasks.yml", "content": "# SPDX-License-Identifier: BSD-3-Clause\n---\n- name: Run the tasklist {{ task }}\n hosts: all\n tasks:\n - include_tasks: \"{{ task }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 28, "total_bytes": 169293, "all_permissive": false }
ansible_role
omps/ansible-training
0da2533caf4a5ede0e4af7dcfe849d4aeb89941b
3
roles/rhel-system-roles.timesync
7,527
[ "no_license" ]
[ { "path": "roles/rhel-system-roles.timesync/tests/tests_ptp_single.yml", "content": "\n- name: Configure time synchronization with single PTP domain\n hosts: all\n vars:\n timesync_ptp_domains:\n - number: 3\n interfaces: \"{{ [ ansible_default_ipv4['interface'] ] }}\"\n roles:\n - time...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7008, "all_permissive": false }
ansible_role
sakaul88/dd
2024382423fe1b133e4d5fbf8021ac3aed0451c3
0
elasticsearch-orch/local-playbook-install/roles/elasticsearch
7,527
[ "no_license" ]
[ { "path": "elasticsearch-orch/local-playbook-install/roles/elasticsearch/tasks/uninstall.yaml", "content": "- name: Check if elasticsearch already installed\n shell: helm list --namespace elasticsearch\n register: elasticsearch_deployed\n\n- name: \"UnDeploying elasticsearch Helm chart\"\n shell: helm un...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2065, "all_permissive": false }
ansible_role
sakaul88/dd
2024382423fe1b133e4d5fbf8021ac3aed0451c3
0
elasticsearch-orch/local-playbook-install/roles/kibana
7,527
[ "no_license" ]
[ { "path": "elasticsearch-orch/local-playbook-install/roles/kibana/tasks/uninstall.yaml", "content": "- name: Check if kibana already installed\n shell: helm list --namespace elasticsearch\n register: kibana_deployed\n\n- name: \"UnDeploying kibana Helm chart\"\n shell: helm uninstall kibana --namespace e...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3825, "all_permissive": false }
ansible_role
sakaul88/dd
2024382423fe1b133e4d5fbf8021ac3aed0451c3
0
elasticsearch-orch/local-playbook-install/roles/setup_kind
7,527
[ "no_license" ]
[ { "path": "elasticsearch-orch/local-playbook-install/roles/setup_kind/tasks/main.yaml", "content": "- name: Create a bin/kind Directory\n file:\n path: \"{{ ansible_facts.user_dir }}/kind/bin\"\n state: directory\n mode: 0755\n\n- name: download kind\n get_url:\n url: \"https://github.com/kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
sakaul88/dd
2024382423fe1b133e4d5fbf8021ac3aed0451c3
0
kafka-orch/local-playbook-install/roles/deploy_kafka
7,527
[ "no_license" ]
[ { "path": "kafka-orch/local-playbook-install/roles/deploy_kafka/defaults/main.yaml", "content": "environments:\n#- category: \"np\"\n# metro: \"sjc03\"\n# offering: \"platform-orchestration\"\n- category: \"localhost\"\n metro: \"localhost\"\n offering: \"platform-orchestration\"\ncharts:\n - chart:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4655, "all_permissive": false }
ansible_role
sakaul88/dd
2024382423fe1b133e4d5fbf8021ac3aed0451c3
0
kafka-orch/local-playbook-install/roles/kind_cluster
7,527
[ "no_license" ]
[ { "path": "kafka-orch/local-playbook-install/roles/kind_cluster/tasks/main.yaml", "content": "- name: Check for existing cluster\n shell: \"{{ ansible_facts.user_dir }}/kind/bin/kind get clusters\"\n register: cluster_exists\n\n- name: Create Kind (k8s) Cluster (could take a few minutes)\n shell: \"{{ an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/docker
7,527
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: Core packages\n ansible.builtin.apt:\n update_cache: yes\n name:\n - wget\n - curl\n - gnupg2\n - openssl\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2141, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/portainer
7,527
[ "no_license" ]
[ { "path": "roles/portainer/tasks/main.yml", "content": "---\n\n- name: Find if Portainer is already installed\n shell: docker service ls | grep portainer\n register: portainer_installed\n ignore_errors: yes\n\n- debug:\n msg: \"Portainer is already installed.\"\n when: portainer_installed.rc == 0\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/postgres
7,527
[ "no_license" ]
[ { "path": "roles/postgres/templates/stack.yml", "content": "version: \"3.2\"\n\nservices:\n postgres:\n image: kartoza/postgis:15\n ports:\n - 5432:5432\n volumes:\n - /mnt/postgres:/var/lib/postgresql\n environment:\n - POSTGRES_USER_FILE=/run/secrets/postgres_user\n - POST...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1689, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/redis
7,527
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: Find if Redis is already installed\n shell: docker service ls | grep redis\n register: redis_installed\n ignore_errors: yes\n\n- name: Create a directory if it does not exist\n when: redis_installed.stdout == \"\"\n file:\n path: /mn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1002, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/swarm
7,527
[ "no_license" ]
[ { "path": "roles/swarm/tasks/main.yml", "content": "---\n\n- name: Check if Docker Swarm is already initialized\n shell: docker info --format {% raw %} '{{json .Swarm.LocalNodeState}}' {% endraw %}\n register: swarm_initialized\n ignore_errors: yes\n\n- debug:\n msg: \"Swarm is {{swarm_initialized.std...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 900, "all_permissive": false }
ansible_role
Rukomoynikov/setup_docker_based_server
c9783ddbc58133477ba9d47eb476d862e3fb031d
0
roles/traefik
7,527
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\n\n- name: Find if Traefik is already installed\n shell: docker service ls | grep traefik\n register: traefik_installed\n ignore_errors: yes\n\n- name: Install jsondiff package\n when: traefik_installed.stdout == \"\"\n ansible.builtin.pip:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3128, "all_permissive": false }
ansible_role
vnkomv/vagrant-devops-machine
ae2dc64141a7758711f38ecc40f2b3d763bf9ba2
0
provision/roles/security
7,527
[ "no_license" ]
[ { "path": "provision/roles/security/tasks/main.yaml", "content": "- name: Find public keys in directory uploaded by vagrant\n find:\n path: \"{{ ssh_import_folder }}\"\n patterns: '*.pub'\n recurse: yes\n register: pub_keys_file\n\n- name: Add uploaded pub keys to authorized keys\n authorized_ke...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 895, "all_permissive": false }
ansible_role
vnkomv/vagrant-devops-machine
ae2dc64141a7758711f38ecc40f2b3d763bf9ba2
0
provision/roles/softwares
7,527
[ "no_license" ]
[ { "path": "provision/roles/softwares/defaults/main.yml", "content": "softwares:\n - unzip\n - git\n - wget\n - python-dev\n - libffi-dev\n - libkrb5-dev\n - krb5-user\nterraform_url: https://releases.hashicorp.com/terraform/0.12.2/terraform_0.12.2_linux_amd64.zip\npacker_url: https://releases.hashico...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1918, "all_permissive": false }
ansible_role
InSeok9068/my-ansible-playbooks
e25bbe85d06a46195778a3e535c20a05aa3b915c
0
roles/linux
7,527
[ "no_license" ]
[ { "path": "roles/linux/tasks/main.yml", "content": "- name: Update package index\n apt:\n update_cache: yes\n\n- name: Install common package\n apt:\n name:\n - curl\n - git\n - ufw\n - nginx\n - systemd-timesyncd\n - logrotate\n - certbot\n - python3-certbot-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 830, "all_permissive": false }
ansible_role
kolibre/kados-demo
07686dfe6ec2ca5a8ee1b36005a94bcf1081110d
1
ansible/roles/kados
7,527
[ "no_license" ]
[ { "path": "ansible/roles/kados/files/restart-demo.sh", "content": "#!/bin/bash\n\ncd /opt/kados/kados-demo\ndocker compose down\necho \"y\" | docker volume prune\ndocker compose up -d\n./add-demo-data.sh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
dwasmer/ansible
5d7b23dd52fa1ced7dba782d28414f3854e3450a
0
roles/aws_utils
7,527
[ "no_license" ]
[ { "path": "roles/aws_utils/vars/main.yml", "content": "---\n# vars file for aws_utils", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/aws_utils/handlers/main.yml", "content": "---\n# handlers file for aws_utils", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 803, "all_permissive": false }
ansible_role
dwasmer/ansible
5d7b23dd52fa1ced7dba782d28414f3854e3450a
0
roles/httpd
7,527
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n# tasks file for httpd\n- name: install the latest web components\n yum: pkg={{item}} state=latest\n with_items:\n - httpd\n - git\n - epel-release\n - python-pip\n - python-virtualenv\n - python-httplib2\n\n- name: update all inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
dwasmer/ansible
5d7b23dd52fa1ced7dba782d28414f3854e3450a
0
roles/osconfig
7,527
[ "no_license" ]
[ { "path": "roles/osconfig/defaults/main.yml", "content": "---\n# defaults file for osconfig", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/osconfig/tasks/main.yml", "content": "---\n# tasks file for osconfig\n- name: add sar cron jobs\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2959, "all_permissive": false }
ansible_role
dwasmer/ansible
5d7b23dd52fa1ced7dba782d28414f3854e3450a
0
roles/timezone
7,527
[ "no_license" ]
[ { "path": "roles/timezone/handlers/main.yml", "content": "---\n# handlers file for timezone", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/timezone/defaults/main.yml", "content": "---\n# defaults file for timezone", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 496, "all_permissive": false }
ansible_role
avneeshverma1234/udacitycicdproject
de7ce0a1085b65033f4257bde2f95c4ebfa468f6
0
.circleci/ansible/roles/configure-server
7,527
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n state: fixed\n#- name: install nvm\n# shell: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh \n\n- name: \"install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1756, "all_permissive": false }
ansible_role
avneeshverma1234/udacitycicdproject
de7ce0a1085b65033f4257bde2f95c4ebfa468f6
0
.circleci/ansible/roles/deploy
7,527
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n#- name: \"wait 600 sec\"\n# wait_for_connection:\n\n- name: \"copy backend folder\"\n become: true\n copy:\n src: ~/udacitycicd/backend\n dest: /home/ubuntu\n\n- name: Install Node Dependencies\n shell: |\n cd /home/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/apt
7,527
[ "no_license" ]
[ { "path": "roles/apt/tasks/ubuntu.yml", "content": "---\n\n- name: update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: true\n\n- name: enable multiarch\n command: dpkg --add-architecture i386\n become: true\n\n- name: Add Canonical partner repo\n apt_repository:\n become: true\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 620, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/emacs
7,527
[ "no_license" ]
[ { "path": "roles/emacs/tasks/osx.yml", "content": "---\n\n- name: Install emacs with homebrew cask\n homebrew_cask: name=emacs state=present\n environment:\n HOMEBREW_CASK_OPTS: \"--appdir=/Applications\"\n\n notify: Install emacs packages\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5438, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/git
7,527
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n\n- import_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- import_tasks: osx.yml\n when: ansible_os_family == \"Darwin\"\n\n- name: global gitconfig\n template:\n src: gitconfig.j2\n dest: ~/.gitconfig\n backup: yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1024, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/intellij-idea
7,527
[ "no_license" ]
[ { "path": "roles/intellij-idea/tasks/main.yml", "content": "---\n\n- import_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n- import_tasks: osx.yml\n when: ansible_os_family == \"Darwin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 646, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/java
7,527
[ "no_license" ]
[ { "path": "roles/java/tasks/osx.yml", "content": "---\n\n- name: Tap AdoptOpenJDK\n homebrew_tap: tap=AdoptOpenJDK/openjdk\n\n- name: Install AdoptOpenJDK 11 with homebrew tap\n homebrew_cask: name=adoptopenjdk11 state=latest\n\n- name: Install AdoptOpenJDK 8 with homebrew tap\n homebrew_cask: name=adopt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1933, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/nginx
7,527
[ "no_license" ]
[ { "path": "roles/nginx/tasks/ubuntu.yml", "content": "---\n\n- name: Install nginx with apt\n apt: name=nginx state=latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/nginx/tasks/osx.yml", "content": "---\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/osx-customizations
7,527
[ "no_license" ]
[ { "path": "roles/osx-customizations/tasks/main.yml", "content": "---\n\n- name: \"Set OS X Preferences\"\n command: defaults write {{ item.domain }} {{ item.key }} -{{ item.type }} {{ item.value }}\n with_items: \"{{ osx.prefs }}\"\n when: ansible_os_family == \"Darwin\"\n\n- name: restart Finder and Do...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2422, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/services
7,527
[ "no_license" ]
[ { "path": "roles/services/tasks/main.yml", "content": "---\n\n- name: Tap Homebrew Services\n homebrew_tap: tap=homebrew/services state=present\n when: ansible_os_family == \"Darwin\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/sshd
7,527
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n\n- import_tasks: ubuntu.yml\n when: ansible_distribution == 'Ubuntu'\n\n# expect sshd already installed on macox\n\n- name: Ensure ~./sshd directory exists\n file:\n path: ~/.ssh\n state: directory\n\n- openssh_keypair:\n path: ~/.ssh/id_rs...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
novakps/sherpa
0673b3ed4ab64d1e8c5fb94cd04232986704db68
1
roles/zsh
7,527
[ "no_license" ]
[ { "path": "roles/zsh/tasks/ubuntu.yml", "content": "---\n\n- name: Install zsh with apt\n apt: name=zsh state=latest\n become: true\n\n- name: Set zsh as default shell\n user: name={{ ansible_user_id }} shell=/bin/zsh\n become: true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1086, "all_permissive": false }
ansible_role
MV288481/obligatorio2025
4163caa26de717ed49b8195903cc5589cc40c6f4
0
roles/common
7,528
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Actualizar caché de paquetes\n package:\n update_cache: yes\n when: ansible_os_family == \"Debian\" or ansible_os_family == \"RedHat\"\n\n- name: Instalar paquetes comunes\n package:\n name:\n - vim\n - htop\n - net-to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": true }
ansible_role
MV288481/obligatorio2025
4163caa26de717ed49b8195903cc5589cc40c6f4
0
roles/hardening
7,528
[ "permissive" ]
[ { "path": "roles/hardening/handlers/main.yml", "content": "---\n- name: Reiniciar SSH\n service:\n name: sshd\n state: restarted\n", "license_type": "permissive", "detected_licenses": [ "CC0-1.0" ], "size_bytes": 73 }, { "path": "roles/hardening/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 953, "all_permissive": true }
ansible_role
MV288481/obligatorio2025
4163caa26de717ed49b8195903cc5589cc40c6f4
0
roles/webserver
7,528
[ "permissive" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: Instalar apache en Red Hat\n ansible.builtin.dnf:\n name: \"httpd\"\n state: present\n when: ansible_os_family == \"RedHat\"\n\n- name: Instalar apache en Debian\n ansible.builtin.apt:\n name: \"apache2\"\n state: present\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3628, "all_permissive": true }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/common
7,528
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: update apt cache\n apt: update_cache=yes\n\n- name: upgrade all safe packages\n apt: upgrade=safe\n\n- name: install baseline packages\n apt: pkg={{ item }} state=installed\n with_items:\n - sudo\n - build-essential\n - vim\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3950, "all_permissive": false }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/kafka
7,528
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yml", "content": "---\n\n# SBT\n\n- name: add jre ppa\n apt_repository: repo=ppa:webupd8team/java state=present\n\n- name: select the oracle license\n shell: echo debconf shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections\n\n- name: install jre\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2353, "all_permissive": false }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/mongodb
7,528
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n- name: install mongodb package\n apt: pkg=mongodb state=installed\n tags:\n - mongodb\n\n- name: install mongodb.conf\n copy: src=mongodb.conf dest=/etc/mongodb.conf mode=0644\n tags:\n - mongodb\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/postgresql
7,528
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: add apt repository for postgresql\n apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main' state=present\n tags:\n - postgresql\n\n- name: add apt key for postgresql\n apt_key: url=https://www.postgre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/redis
7,528
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name: install redis package\n apt: pkg={{ item }} state=installed\n with_items:\n - redis-server\n - redis-tools\n tags:\n - redis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
brettbuddin/work-vm
d9e9e10f0fa23da59026a91a15db5eeb70e08200
1
roles/zookeeper
7,528
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: install zookeeper package\n apt: pkg={{ item }} state=installed\n with_items:\n - zookeeper\n - zookeeperd\n - zookeeper-bin\n tags:\n - zookeeper\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }