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
galbitz/borg-server
7a47f7d5c6789dfb7bb1c05990d7656a22484bc0
0
ansible/roles/webserver
549
[ "no_license" ]
[ { "path": "ansible/roles/webserver/templates/nginxconf.j2", "content": "server {\n listen {{ ufw_allow_port }};\n \n root {{ node_app_dir }};\n \n index index.html index.htm;\n\n server_name _;\n\n location / {\n proxy_pass http://localhost:3000;\n }\n}", "license_type": "no_license", "d...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2373, "all_permissive": false }
ansible_role
maxamg/cd-office-hours
6cbeb8ec8d3d4d56ca79c465f6da2fa4f34516ac
12
week2/roles/dropwizard
549
[ "no_license" ]
[ { "path": "week2/roles/dropwizard/templates/dropwizard_upstart.j2", "content": "# Ubuntu upstart file\n# IF YOU CHANGE THIS FILE IS IT NOT ENOUGH TO 'RESTART' THE UPSTART JOB\n# YOU MUST STOP IT AND THEN START IT FOR CHANGES TO THIS FILE TO BE NOTICED\n\ndescription \"Upstart for Dropwizard Service\"\n\nsta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1428, "all_permissive": false }
ansible_role
maxamg/cd-office-hours
6cbeb8ec8d3d4d56ca79c465f6da2fa4f34516ac
12
week3/roles/build_deploy_tools
549
[ "no_license" ]
[ { "path": "week3/roles/build_deploy_tools/tasks/main.yml", "content": "- name: apt install Maven, Ansible, Git etc\n sudo: yes\n apt: name={{ item }} state=present update_cache=true\n with_items:\n - maven\n - git\n - ansible\n - python-pip\n when: ansible_pkg_mgr == 'apt'\n\n- name: install htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
maxamg/cd-office-hours
6cbeb8ec8d3d4d56ca79c465f6da2fa4f34516ac
12
week3/roles/hello_world_server
549
[ "no_license" ]
[ { "path": "week3/roles/hello_world_server/tasks/main.yml", "content": "---\n- name: apt install pip\n sudo: yes\n apt: name={{ item }} state=present update_cache=true\n with_items:\n - openjdk-7-jre\n - python-pip\n when: ansible_pkg_mgr == 'apt'\n\n- name: install httplib2 prereq - required by URI ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1055, "all_permissive": false }
ansible_role
PrakashRaj2902/Security-patching---Ansible_proj
4dac886b9b5217d4a7d4efc9ebdf863b5176e7e8
0
roles/update
543
[ "no_license" ]
[ { "path": "roles/update/vars/main.yml", "content": "---\n# Variable to control whether to automatically upgrade all packages\nauto_upgrade: true\n\n# Variable to control whether to install only security updates\ninstall_security_updates: true\n\n# Variable to control whether to remove unused packages\nauto_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1350, "all_permissive": false }
ansible_role
nvecode/ansible-gpdb-alt
7d1efa41fb22190f568e899338cba3d7701fbdd7
0
roles/greenplum_init
543
[ "no_license" ]
[ { "path": "roles/greenplum_init/tasks/main.yml", "content": "---\n- block:\n - name: Копирование конфигурации файла инициализации кластера\n template:\n src: gpinitsystem_config.j2\n dest: /home/gpadmin/gpinitsystem_config\n\n - name: Копирование файла хоста машин сегментов\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1708, "all_permissive": false }
ansible_role
nvecode/ansible-gpdb-alt
7d1efa41fb22190f568e899338cba3d7701fbdd7
0
roles/greenplum_install
543
[ "no_license" ]
[ { "path": "roles/greenplum_install/tasks/main.yml", "content": "---\n- name: Установка необходимых пакетов для работы gpdb\n shell: |\n apt-get update && \\\n apt-get -y install bison cmake curl flex gcc-c++ gcc pkg-config bzlib-devel perl-devel perl-threads libtool libxml2-devel libxslt-devel libyam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4773, "all_permissive": false }
ansible_role
nvecode/ansible-gpdb-alt
7d1efa41fb22190f568e899338cba3d7701fbdd7
0
roles/pxf_install
543
[ "no_license" ]
[ { "path": "roles/pxf_install/tasks/main.yml", "content": "---\n- name: Установка необходимых пакетов для работы pxf\n apt:\n name:\n - 'golang'\n - 'java-17-openjdk'\n - 'java-17-openjdk-devel'\n\n- name: Копирование архива с собранными файлами pxf\n copy:\n src: pxf.tar.gz\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1013, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/cockpit
543
[ "no_license" ]
[ { "path": "roles/cockpit/tasks/main.yml", "content": "- include: cockpit-docker.yml tags=docker\n- include: cockpit-kubernetes.yml tags=kubernetes\n- include: cockpit.yml tags=cockpit", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/cockpit/d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1023, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/docker
543
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: check if docker-ce is installed\n yum:\n name: docker-ce\n state: installed\n become: yes\n register: docker_ce\n\n- name: remove existing docker packages\n yum:\n name: \"{{docker_packages}}\"\n state: absent\n become: yes\n whe...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/kernel_config
543
[ "no_license" ]
[ { "path": "roles/kernel_config/tasks/main.yml", "content": "- name: disable swap\n command: swapoff -a\n become: yes\n when: ansible_swaptotal_mb != 0\n\n- name: remove swap partition from fstab\n lineinfile:\n path: /etc/fstab\n state: absent\n regexp: '^/dev/mapper/centos-swap.*$'\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1687, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/kolla-kubernetes
543
[ "no_license" ]
[ { "path": "roles/kolla-kubernetes/templates/nova.conf.j2", "content": "[libvirt]\nvirt_type={{ virt_type }}\ncpu_mode={{ cpu_mode }}\ncpu_model={{ cpu_model }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/kolla-kubernetes/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8392, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/kube_deps
543
[ "no_license" ]
[ { "path": "roles/kube_deps/defaults/main.yml", "content": "pyaml_deps:\n - gcc\n - libyaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/kube_deps/tasks/main.yml", "content": "- name: install pyaml deps\n yum:\n name: \"{{pyaml_de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 353, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/kubernetes
543
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/clean_failed_kube_install.yml", "content": "- name: check if kubelet is listening\n shell: ss -4 state listening -p | grep kubelet\n become: yes\n register: kube_listening\n\n- name: remove folder\n file:\n state: absent\n path: \"{{item}}\"\n become: yes\n with...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4905, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/openstack_deploy
543
[ "no_license" ]
[ { "path": "roles/openstack_deploy/tasks/main.yml", "content": "- name: check for existing mariadb deployment\n shell: helm status mariadb | grep 'STATUS:' | awk '{print $2}'\n args:\n chdir: \"{{workdir}}\"\n register: mariadb_deploy\n\n- name: deploy mariadb\n shell: helm install --debug {{workdir}}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8065, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/os_updates
543
[ "no_license" ]
[ { "path": "roles/os_updates/tasks/main.yml", "content": "- name: enable epel\n yum:\n name: epel-release\n state: present\n become: yes\n\n- name: update\n yum:\n name: \"*\"\n state: latest\n become: yes\n register: update\n\n- name: install dependencies\n yum:\n name: \"{{item}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
jonathanelbailey/mcit_baremetal_pipeline
1fbb448178d214b875dcf2d14c2041e5f6e4cc8f
0
roles/weave_scope
543
[ "no_license" ]
[ { "path": "roles/weave_scope/tasks/main.yml", "content": "- name: download scope\n get_url:\n url: https://git.io/scope\n dest: /usr/local/bin/scope\n mode: 700\n become: yes\n\n- name: add systemd service\n template:\n src: scope.service.j2\n dest: /etc/systemd/system/scope.service\n bec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
Drannor-Dosalith/Ansible_Playbook
421f537e228260eb511715bbc419304736ba67ca
0
Linux/roles/Atlassian
543
[ "no_license" ]
[ { "path": "Linux/roles/Atlassian/tasks/main.yml", "content": "---\n\n- name: Test Atlassian\n yum: name=open-vm-tools state=present\n when: ansible_distribution == \"CentOS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
Drannor-Dosalith/Ansible_Playbook
421f537e228260eb511715bbc419304736ba67ca
0
Linux/roles/Network_Services
543
[ "no_license" ]
[ { "path": "Linux/roles/Network_Services/tasks/main.yml", "content": "---\n\n- name: Test Network_Services\n yum: name=open-vm-tools state=present\n when: ansible_distribution == \"CentOS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
Drannor-Dosalith/Ansible_Playbook
421f537e228260eb511715bbc419304736ba67ca
0
Linux/roles/Reverse_Proxy
543
[ "no_license" ]
[ { "path": "Linux/roles/Reverse_Proxy/tasks/main.yml", "content": "---\n\n- name: Install ngnix\n yum: name=open-vm-tools state=present\n when: ansible_distribution == \"CentOS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
Drannor-Dosalith/Ansible_Playbook
421f537e228260eb511715bbc419304736ba67ca
0
Linux/roles/common
543
[ "no_license" ]
[ { "path": "Linux/roles/common/tasks/main.yml", "content": "---\n\n - name: Install system updates for centos systems\n yum: name=* state=latest update_cache=yes\n when: ansible_distribution == \"CentOS\"\n\n - name: Install system updates for Ubuntu systems\n apt: update_cache=yes cache_vali...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
Drannor-Dosalith/Ansible_Playbook
421f537e228260eb511715bbc419304736ba67ca
0
Production/roles/mediaserver
543
[ "no_license" ]
[ { "path": "Production/roles/mediaserver/tasks/main.yml", "content": "---\n#Install update for plexmediaserver server\n\n - name: Update plexmediaserver for CentOS\n yum: name=plexmediaserver enablerepo=PlexRepo state=latest update_cache=yes\n when: ansible_distribution == \"CentOS\"\n\n - name: Upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
erakm5493/grantrevoke
c7ab4a620db3930f3f9331fa0dca3f1e269f6843
0
roles/grantrevoke
543
[ "no_license" ]
[ { "path": "roles/grantrevoke/tasks/revoke.yml", "content": "---\n\n- name: Revoke SSH access\n authorized_key:\n user: \"{{ user_name }}\"\n state: absent\n key: \"{{ lookup('file', '../../../ssh-key/{{ user_name }}/id_rsa.pub') }}\"\n tags:\n - revoke\n\n- name: Remove user\n user:\n name...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/cloudformation
543
[ "no_license" ]
[ { "path": "roles/cloudformation/tasks/main.yml", "content": "- name: Delete Failed CFN stack of the same name\r\n cloudformation:\r\n stack_name: \"{{ cfn_stackname }}\"\r\n state: \"absent\"\r\n region: \"us-west-2\"\r\n\r\n\r\n- name: Launch Cloudformation Stack\r\n cloudformation:\r\n stack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1125, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/common
543
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\r\n- name: \"Set the instance ID for the play\"\r\n shell: ec2metadata --instance-id\r\n register: instance_id\r\n\r\n- name: \"Show Instance ID\"\r\n debug:\r\n msg: \"My Instance ID is: {{ instance_id.stdout }}\"\r\n\r\n- name: \"Change Hostna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/diskprovision
543
[ "no_license" ]
[ { "path": "roles/diskprovision/tasks/main.yaml", "content": "---\r\n- name: \"Configure/Confirm Directory Structure\"\r\n file: path=\"{{ mountpath }}\" state=directory owner=root group=root mode=\"{{ permissions }}\" recurse=\"{{ recurse }}\"\r\n\r\n- name: \"Create Filesystem for Disk\"\r\n filesystem:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/gunicorn-systemd
543
[ "no_license" ]
[ { "path": "roles/gunicorn-systemd/templates/gunicorn-systemd.j2", "content": "[Unit]\r\nDescription=gunicorn daemon\r\nAfter=network.target\r\n\r\n[Service]\r\nUser=www-data\r\nGroup=www-data\r\nWorkingDirectory= {{ WorkingDirectory }}\r\nExecStart={{ WorkingDirectory }}/myprojectenv/bin/gunicorn --access-l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/helloworld
543
[ "no_license" ]
[ { "path": "roles/helloworld/tasks/main.yml", "content": "---\r\n- name: \"set the instance ID for the play\"\r\n shell: ec2metadata --instance-id\r\n register: instance_id\r\n\r\n- name: \"Show Instance ID and other Facts Gathered\"\r\n debug:\r\n msg: \"My Instance ID is: {{ instance_id.stdout }}\"\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/packer
543
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "- name: Check if Packer is Installed\r\n stat: path=/usr/local/bin/packer\r\n register: packer_installed\r\n\r\n- name: Download Packer\r\n get_url:\r\n url: https://releases.hashicorp.com/packer/1.1.3/packer_1.1.3_linux_amd64.zip\r\n dest: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
alashh/aws-awx-playbooks
55b9cee2d80e88cefaf10eccf52f1e5265874fd5
0
roles/usermanagement
543
[ "no_license" ]
[ { "path": "roles/usermanagement/tasks/main.yml", "content": "- name: Create Groups\r\n group:\r\n name: \"{{ item.name }}\"\r\n state: present\r\n with_items:\r\n - \"{{ group_list }}\"\r\n\r\n- name: Remove Groups\r\n group:\r\n name: \"{{ item.name }}\"\r\n with_items:\r\n - \"{{ group_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
apache-source/roles/apache
543
[ "no_license" ]
[ { "path": "apache-source/roles/apache/tasks/main.yml", "content": "---\n\n- name: Install common\n yum: name={{ item }} state=present \n with_items:\n - make\n - gcc\n - openssl-devel\n - pcre-devel\n \n \n- name: Download the apache2 file from source\n unarchive: \n src: http://www-eu.a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
rds/roles/rds
543
[ "no_license" ]
[ { "path": "rds/roles/rds/tasks/main.yml", "content": "- rds:\n command: create\n instance_name: new-database\n db_engine: MySQL\n size: 10\n region: us-west-2\n instance_type: db.t2.micro\n username: mysql_admin\n password: <PASSWORD>\n publicly_accessible: yes\n tags:\n E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
swarm/roles/createcontainer
543
[ "no_license" ]
[ { "path": "swarm/roles/createcontainer/tasks/main.yml", "content": "---\n- name: launch container\n shell: docker service create --replicas 1 --name \"mongodb\" vinayreddy/mongodb\n \n- name: launch container\n shell: docker service create --replicas 2 --name \"supervisor\" vinayreddy/supervisor\n \n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
swarm/roles/ec2
543
[ "no_license" ]
[ { "path": "swarm/roles/ec2/tasks/main.yml", "content": "---\n- ec2:\n key_name: botokey\n instance_type: t2.micro\n image: ami-5e63d13e\n wait: yes\n group: botogroup\n count: 1\n vpc_subnet_id: subnet-7da3781a\n region: us-west-2\n assign_public_ip: yes\n instance_ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
swarm/roles/node
543
[ "no_license" ]
[ { "path": "swarm/roles/node/tasks/main.yml", "content": "---\n \n- name: installs the dokcer \n shell: curl -fsSL https://get.docker.com | sh\n \n\n \n- name: initialize swarm node\n shell: docker swarm join --token {{ hostvars['manageip']['ipmanage'] }} {{ hostvars['localhost']['swarmmanager'] }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
swarm/roles/swarm
543
[ "no_license" ]
[ { "path": "swarm/roles/swarm/tasks/main.yml", "content": "---\n\n \n- name: installs the dokcer \n shell: curl -fsSL https://get.docker.com | sh\n\n- debug:\n msg: \" this is the ip: {{ hostvars['localhost']['swarmmanager'] }}\"\n- name: initialize swarm cluster\n shell: >\n docker swarm ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
tomcatwardeploy/roles/deploywar
543
[ "no_license" ]
[ { "path": "tomcatwardeploy/roles/deploywar/tasks/main.yml", "content": "---\n- name: Download the url file from github\n get_url:\n url: https://s3-us-west-2.amazonaws.com/traininghimanshu1/sample.war\n dest: \"{{ warpath }}/{{ warname }}\"\n mode: 0777\n register: war_download\n \n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
tomcatwardeploy/roles/ec2
543
[ "no_license" ]
[ { "path": "tomcatwardeploy/roles/ec2/tasks/main.yml", "content": "- ec2:\n key_name: botokey\n instance_type: t2.micro\n image: ami-f173cc91\n wait: yes\n group: botogroup\n count: 1\n vpc_subnet_id: subnet-7da3781a\n region: us-west-2\n assign_public_ip: yes\n instance_tags:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 680, "all_permissive": false }
ansible_role
Nittysh/ansiblecode
59b54239ab7f726700e289ce51271d6a6fcacb0d
0
tomcatwardeploy/roles/lamp
543
[ "no_license" ]
[ { "path": "tomcatwardeploy/roles/lamp/tasks/main.yml", "content": "- ec2:\n key_name: botokey\n instance_type: t2.micro\n image: ami-6f68cf0f\n wait: yes\n group: botogroup\n count: 1\n vpc_subnet_id: subnet-7da3781a\n region: us-west-2\n assign_public_ip: yes\n instance_tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
tsujiguchi/setup-mackbook
6cb0ca6722f949e272a30f6056a59bd79dd09b25
0
roles/anyenv
543
[ "no_license" ]
[ { "path": "roles/anyenv/tasks/main.yml", "content": "---\n# file: ./anyenv/tasks/main.yml\n\n- block:\n\n - name: anyenv install\n homebrew:\n name: \"anyenv\"\n state: \"present\"\n\n - name: write zshrc\n shell: echo 'eval \"$(anyenv init -)\"' >> ~/.zshrc\n\n - name: make plugin direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
tsujiguchi/setup-mackbook
6cb0ca6722f949e272a30f6056a59bd79dd09b25
0
roles/fonts
543
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n# file: ./fonts/tasks/main.yml\n\n- block:\n\n - name: Download ricty\n get_url:\n url: http://www.rs.tus.ac.jp/yyusa/ricty_diminished/ricty_diminished-4.1.1.tar.gz\n dest: ~/Downloads/ricty_diminished-4.1.1.tar.gz\n\n - name: Unzip ric...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
tsujiguchi/setup-mackbook
6cb0ca6722f949e272a30f6056a59bd79dd09b25
0
roles/macos
543
[ "no_license" ]
[ { "path": "roles/macos/vars/main.yml", "content": "settings:\n # うまく反映されない\n - { key: InitialKeyRepeat, type: int, value: 1, state: present }\n - { key: KeyRepeat, type: int, value: 1, state: present }\n\nsettings_with_domain:\n - { domain: com.apple.menuextra.battery, key: ShowPercent, type: string, va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1573, "all_permissive": false }
ansible_role
tsujiguchi/setup-mackbook
6cb0ca6722f949e272a30f6056a59bd79dd09b25
0
roles/oh-my-zsh
543
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/vars/main.yml", "content": "oh_my_zsh:\n config:\n theme: gallois", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "---\n# file: ./oh-my-zsh/tasks/main.yml\n\n- block:\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 446, "all_permissive": false }
ansible_role
tsujiguchi/setup-mackbook
6cb0ca6722f949e272a30f6056a59bd79dd09b25
0
roles/vscode
543
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n# file: ./vsc/tasks/main.yml\n\n- block:\n\n - name: visual studio code install extension\n raw: \"code --install-extension {{ item }}\"\n with_items: '{{ extensions }}'\n changed_when: no\n\n tags:\n - vsc", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1066, "all_permissive": false }
ansible_role
florient2016/lab_EX374
07ee13d6b9a4411e6abcc29231ec4f8a217ddaca
0
collections/ansible_collections/motd/rhel/roles/motd
543
[ "no_license" ]
[ { "path": "collections/ansible_collections/motd/rhel/roles/motd/templates/index.j2", "content": "Here we are {{ansible_facts[\"hostname\"]}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "collections/ansible_collections/motd/rhel/roles/motd/task...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 202, "all_permissive": false }
ansible_role
fgoebel/ceph-playground
dc7c8ff579774e12f62f6c85b63ff30f45645769
0
roles/podman
543
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n\n# https://www.vultr.com/docs/how-to-install-and-use-podman-on-ubuntu-20-04\n\n# \"Ich brauch das jetzt... rotz\"\n\n- name: install apt key\n apt_key:\n url: https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1195, "all_permissive": false }
ansible_role
bodik/defender
6e345753786925e4bd0471bf03e29af9b1a8a72b
12
tools/ansible/roles/auditd
543
[ "no_license" ]
[ { "path": "tools/ansible/roles/auditd/tasks/main.yml", "content": "---\n- include: \"os-{{ ansible_os_family }}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "tools/ansible/roles/auditd/tasks/os-RedHat.yml", "content": "---\n- name: en...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2357, "all_permissive": false }
ansible_role
bodik/defender
6e345753786925e4bd0471bf03e29af9b1a8a72b
12
tools/ansible/roles/baseline
543
[ "no_license" ]
[ { "path": "tools/ansible/roles/baseline/tasks/fetch_etc.yml", "content": "---\n- name: baseline pack etc\n archive:\n path: \"/etc\"\n dest: \"{{ temp_dir }}/etc.tar.bz2\"\n format: bz2\n owner: root\n group: \"0\"\n mode: 0600\n\n- name: baseline fetch packed etc\n fetch:\n src: \"{{...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 6134, "all_permissive": false }
ansible_role
bodik/defender
6e345753786925e4bd0471bf03e29af9b1a8a72b
12
tools/ansible/roles/fschecksums
543
[ "no_license" ]
[ { "path": "tools/ansible/roles/fschecksums/tasks/os-RedHat.yml", "content": "---\n- name: verify files to package manager checksums (grep) # noqa command-instead-of-shell\n shell: \"{{ item }}\"\n args:\n executable: /bin/sh\n chdir: \"{{ temp_dir }}\"\n register: res\n failed_when: res.rc == 0\n...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3364, "all_permissive": false }
ansible_role
bodik/defender
6e345753786925e4bd0471bf03e29af9b1a8a72b
12
tools/ansible/roles/malfind
543
[ "no_license" ]
[ { "path": "tools/ansible/roles/malfind/tasks/main.yml", "content": "---\n# refactored govcert.cz/LockedShields/2019/Ansible/-/blob/master/roles/detect-reverse-shell/tasks/main.yml\n- name: run psfaxu\n shell: \"ps faxu > {{ temp_psfaxu }}\"\n changed_when: false\n\n- name: look for suspicious process argu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1098, "all_permissive": false }
ansible_role
bodik/defender
6e345753786925e4bd0471bf03e29af9b1a8a72b
12
tools/ansible/roles/tcphoneypot
543
[ "no_license" ]
[ { "path": "tools/ansible/roles/tcphoneypot/tasks/main.yml", "content": "---\n- name: create service user\n user:\n name: tcphoneypot\n\n- name: app\n copy:\n src: files/tcp-honeypot.py\n dest: /home/tcphoneypot/tcp-honeypot.py\n owner: root\n group: root\n mode: 0644\n\n- name: service u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 461, "all_permissive": false }
ansible_role
acolab/acolock
d299b25fed6121163dab64e8f4c105eefa0fe0ad
0
ansible/roles/dnsmasq
543
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/tasks/main.yml", "content": "---\n- name: Install dnsmasq\n package:\n name: dnsmasq\n\n- name: Install dnsmasq configuration\n template:\n src: dnsmasq.conf.j2\n dest: /etc/dnsmasq.conf\n notify:\n - restart_dnsmasq\n\n- name: Configure dnsmasq service\n sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
acolab/acolock
d299b25fed6121163dab64e8f4c105eefa0fe0ad
0
ansible/roles/ssh_port_forward
543
[ "no_license" ]
[ { "path": "ansible/roles/ssh_port_forward/templates/ssh_port_forward.service.j2", "content": "[Unit]\nDescription=SSH port redirect\nAfter=network.target\n\n[Service]\nType=simple\nExecStart=/usr/bin/ssh -i /etc/ssh/port_forward_id_rsa -g -N -T -o \"ServerAliveInterval 10\" -o \"ExitOnForwardFailure yes\" -...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1097, "all_permissive": false }
ansible_role
acolab/acolock
d299b25fed6121163dab64e8f4c105eefa0fe0ad
0
ansible/roles/sshd_config
543
[ "no_license" ]
[ { "path": "ansible/roles/sshd_config/handlers/main.yml", "content": "---\n- name: restart ssh\n systemd:\n name: ssh\n state: reloaded\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/sshd_config/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
DennisdeBest/CoursNode
23668a8c732c17f7dbdec18a702b68e5fe6ec61a
0
provision/roles/node
546
[ "no_license" ]
[ { "path": "provision/roles/node/defaults/main.yml", "content": "packages:\n - nodejs\n - build-essential\n - xvfb\n\nnode_packages:\n - phantomjs\n - nodemon\n - nightmarejs\n - sqlite3\n - sqlite\n - bluebird\n - inquirer\n - commander\n - jquery\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
aleexpo/devops-hometasks
0c32fbe00badc82edf58358d072cfa6b1a2b5209
0
final/jenkins/roles/jenkins
546
[ "no_license" ]
[ { "path": "final/jenkins/roles/jenkins/tasks/main.yaml", "content": "- name: required pckgs install\n apt:\n pkg:\n - curl\n - apt-transport-https\n - gnupg\n - git\n - psmisc\n - build-essential\n - default-jre\n - python3-pip\n - python3-apt\n - net-tools\n - sysvinit-c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3567, "all_permissive": false }
ansible_role
aleexpo/devops-hometasks
0c32fbe00badc82edf58358d072cfa6b1a2b5209
0
task-09/jenkins/roles/jenkins
546
[ "no_license" ]
[ { "path": "task-09/jenkins/roles/jenkins/tasks/main.yaml", "content": "- name: required pckgs install\n apt:\n pkg:\n - curl\n - apt-transport-https\n - gnupg\n - git\n - build-essential\n - default-jre\n - python3-pip\n state: latest\n\n- name: install python-jenkins with pip\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2066, "all_permissive": false }
ansible_role
tcheymol/galuchat
dc852f886df729c6fa6ba0354e69e177835f5361
0
devops/provisioning/roles/create-www-data-user
546
[ "no_license" ]
[ { "path": "devops/provisioning/roles/create-www-data-user/tasks/main.yml", "content": "---\n\n- name: Creates www directory\n file: path=/var/www state=directory\n\n- name: update www-data shell\n user: name=www-data shell=/bin/bash home=/var/www\n\n- name: set correct permissions for www dir\n file: pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
tcheymol/galuchat
dc852f886df729c6fa6ba0354e69e177835f5361
0
devops/provisioning/roles/letsencrypt
546
[ "no_license" ]
[ { "path": "devops/provisioning/roles/letsencrypt/defaults/main.yml", "content": "---\nletsencrypt: false # create a certificate with letsencrypt\nletsencrypt_admin_email: <EMAIL>\n\nletsencrypt_install_path: /usr/local/letsencrypt\nletsencrypt_cert_path: /etc/letsencrypt/live\n\nletsencrypt_renewal_frequenc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1488, "all_permissive": false }
ansible_role
tcheymol/galuchat
dc852f886df729c6fa6ba0354e69e177835f5361
0
devops/provisioning/roles/nodejs
546
[ "no_license" ]
[ { "path": "devops/provisioning/roles/nodejs/defaults/main.yml", "content": "---\n\nnodejs_enabled: yes # The role is enabled\nnodejs_version: 6.5.0\nnodejs_install: pkg # Install nodejs from packages, sources or binary\n # ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1780, "all_permissive": false }
ansible_role
mariosar/ansible-initial-server-setup
7488fa2da8f6b796b21ba38f9b4b5d5e00716c4c
0
roles/fail2ban
546
[ "no_license" ]
[ { "path": "roles/fail2ban/handlers/main.yml", "content": "---\n- name: Restart fail2ban\n service:\n name: fail2ban\n enabled: true\n state: started\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/fail2ban/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
mariosar/ansible-initial-server-setup
7488fa2da8f6b796b21ba38f9b4b5d5e00716c4c
0
roles/manage_users
546
[ "no_license" ]
[ { "path": "roles/manage_users/tasks/main.yml", "content": "---\n- name: Create sudo user\n user:\n name: \"{{ sudo_user }}\"\n shell: /bin/bash\n groups: sudo\n append: yes\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>', sha512_secret_salt) }}\"\n\n- name: Set ansible become passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 436, "all_permissive": false }
ansible_role
mariosar/ansible-initial-server-setup
7488fa2da8f6b796b21ba38f9b4b5d5e00716c4c
0
roles/ssh_config
546
[ "no_license" ]
[ { "path": "roles/ssh_config/tasks/main.yml", "content": "---\n- name: Modify standard ssh port in sshd_config\n lineinfile:\n dest: \"/etc/ssh/sshd_config\"\n regexp: \"^Port\"\n line: \"Port {{ ssh_port }}\"\n notify: Restart sshd\n\n- name: Prevent root login\n lineinfile:\n dest: \"/etc/ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
mariosar/ansible-initial-server-setup
7488fa2da8f6b796b21ba38f9b4b5d5e00716c4c
0
roles/ufw
546
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "---\n- name: Setup ufw\n ufw:\n policy: deny\n direction: incoming\n state: enabled\n\n- name: Allow ssh on port\n ufw:\n rule: allow\n proto: tcp\n port: \"{{ ssh_port | string }}\"\n state: enabled\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
jskacel/hello_world
98b06a2d3edc34434e5d00894151a28783d52c83
0
roles/hello_world
546
[ "no_license" ]
[ { "path": "roles/hello_world/tasks/main.yml", "content": "---\n# tasks file for hello_world\n- name: Print epic hello world\n debug:\n msg: Epic hello, world!", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
kxaithefraud/lab
818ec614c2b8b33d766951ef7a4d4bd736aba1f0
0
ansible/k8s-cluster-on-hetzner/roles/common
546
[ "no_license" ]
[ { "path": "ansible/k8s-cluster-on-hetzner/roles/common/tasks/main.yml", "content": "- name: Disable swap\n command: swapoff -a\n become: true\n\n- name: Ensure swap is disabled on boot\n replace:\n path: /etc/fstab\n regexp: '^\\s*(\\S+)\\s+\\S+\\s+swap\\s+.*$'\n replace: '# \\1 swap swap defaul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2791, "all_permissive": false }
ansible_role
spudfkc/vagrant-workstation
168f25d61cacfb340e5afd8057b8c44a5baf8c75
0
roles/common
546
[ "no_license" ]
[ { "path": "roles/common/tasks/bash-it.yml", "content": "---\r\n\r\n- name: Common | bash-it | Clone\r\n git:\r\n accept_hostkey: yes\r\n repo: https://github.com/Bash-it/bash-it.git\r\n dest: ~/.bash_it\r\n depth: '1'\r\n\r\n- name: Common | bash-it | Install\r\n shell: ~/.bash_it/install.sh -...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 13439, "all_permissive": false }
ansible_role
guze123/ensible-april-2023
c403f23b664ba90a0e77a3075d9fdc136b1535e3
0
Class4/roles/wordpress
546
[ "no_license" ]
[ { "path": "Class4/roles/wordpress/tasks/main.yml", "content": "- name: Download wordpress\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- name: Extract wordpress\n unarchive:\n src: /tmp/wordpress.tar.gz\n dest: /tmp\n remote_src: yes\n\n- name: Cop...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 711, "all_permissive": false }
ansible_role
mag009/app
a851f5f06146cb6e99af56773b23a7da0dc14353
0
roles/app
545
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "- local_action:\n module: rds_instance_facts\n region: \"{{ region }}\"\n db_instance_identifier: app\n register: rds\n\n- debug:\n msg: \"{{ rds.instances[0].endpoint.address }}\"\n- set_fact:\n POSTGRES_HOST: \"{{ rds.instances[0].endpoint....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2449, "all_permissive": false }
ansible_role
mag009/app
a851f5f06146cb6e99af56773b23a7da0dc14353
0
roles/common
545
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: install python 2\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n become: yes\n\n- name: Set authorized key\n authorized_key:\n user: ubuntu\n state: present\n key: \"<KEY>\"\n\n- name: Install dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
BruceLiu-Blackline/Ansible-test
d9463ce5ae95b619477b042a1dd2d4330368604c
0
roles/common
545
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "install_packages:\n - htop\n - multitail\n - python3\n - python3-pip\n - tcpdump\n - telnet\n - tmux\n - unzip\n\npip_packages:\n - boto3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "pa...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2976, "all_permissive": false }
ansible_role
BruceLiu-Blackline/Ansible-test
d9463ce5ae95b619477b042a1dd2d4330368604c
0
roles/dir
545
[ "no_license" ]
[ { "path": "roles/dir/tasks/main.yml", "content": "---\n- name: ansible create directory example\n file:\n path: /home/ubuntu/bruce-test-ansible-dir-role\n state: directory\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
ItsMagick/debain-auto-config
419fff5d596f8f8401888dfd0cdc92ed9858e1d7
0
playbooks/roles/dotfiles
545
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles/tasks/main.yaml", "content": "---\n- name: Install chezmoi\n ansible.builtin.shell: sh -c \"$(curl -fsLS get.chezmoi.io)\"\n changed_when: true\n\n- name: Move chezmoi to .local\n ansible.builtin.command: mv bin/chezmoi ~/.local/bin/\n changed_when: false\n\n- name: R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
ItsMagick/debain-auto-config
419fff5d596f8f8401888dfd0cdc92ed9858e1d7
0
playbooks/roles/extensions
545
[ "no_license" ]
[ { "path": "playbooks/roles/extensions/tasks/main.yaml", "content": "---\n- name: Install gnome shell extension installer\n become: true\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/brunelli/gnome-shell-extension-installer/master/gnome-shell-extension-installer\n dest: /usr/bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 823, "all_permissive": false }
ansible_role
ItsMagick/debain-auto-config
419fff5d596f8f8401888dfd0cdc92ed9858e1d7
0
playbooks/roles/fonts
545
[ "no_license" ]
[ { "path": "playbooks/roles/fonts/tasks/main.yaml", "content": "---\n- name: Create fonts dir if not present \n ansible.builtin.command: mkdir -p ~/.local/share/fonts\n- name: Install fonts\n ansible.builtin.get_url:\n url: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/FiraCode.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
ItsMagick/debain-auto-config
419fff5d596f8f8401888dfd0cdc92ed9858e1d7
0
playbooks/roles/packages
545
[ "no_license" ]
[ { "path": "playbooks/roles/packages/tasks/kubernetes.yaml", "content": "---\n- name: Download lates kubectl \n ansible.builtin.command: curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl\"\n mode: 0755\n- name: Install kubectl\n ansible.builtin...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2009, "all_permissive": false }
ansible_role
bilalcaliskan/varnish-operator-ansible
7857378881dfca7f443a11eae3404a3ada8a93b7
1
roles/varnish
545
[ "no_license" ]
[ { "path": "roles/varnish/tasks/main.yml", "content": "---\n\n- name: Ensure varnish-vcl configmap {{ state }}\n community.kubernetes.k8s:\n state: \"{{ state }}\"\n definition: \"{{ lookup('template', 'varnish-vcl-configmap.yaml.j2') }}\"\n\n- name: Ensure Varnish deployment {{ state }}\n community....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3184, "all_permissive": false }
ansible_role
welencm/uxpin-task
d301ee3b4e615f539787dbd224264f219eeebcc2
0
ansible/roles/base
545
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Install Unattended Upgrades\n apt:\n name: unattended-upgrades\n state: present\n become: true\n when: ansible_os_family == \"Debian\"\n\n- name: Install pip\n apt:\n name: python-pip\n state: present\n become: true\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
welencm/uxpin-task
d301ee3b4e615f539787dbd224264f219eeebcc2
0
ansible/roles/docker
545
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Ensure Docker public key is installed\n apt_key:\n keyserver: hkp://p80.pool.sks-keyservers.net:80\n id: <KEY>\n state: present\n become: true\n\n- name: Add Docker repository\n apt_repository: repo='deb https://apt.dockerproje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
welencm/uxpin-task
d301ee3b4e615f539787dbd224264f219eeebcc2
0
ansible/roles/vote-app
545
[ "no_license" ]
[ { "path": "ansible/roles/vote-app/tasks/run_containers.yml", "content": "---\n- name: Start mongo container\n docker_container:\n name: votedb\n image: library/mongo\n state: started\n hostname: votedb\n\n- name: Start vote-app container\n docker_container:\n name: voteapp\n image: welen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1200, "all_permissive": false }
ansible_role
stevshil/terraform
0b3f11e83ebf5b79ac7ed3be2d5007380fd71546
0
tf-ansible/ansibleprov/roles/buildweb
545
[ "no_license" ]
[ { "path": "tf-ansible/ansibleprov/roles/buildweb/templates/index.html.j2", "content": "<html>\n<body>\n<h1>Welcome to the webserver {{ myip }}</h1>\n</body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "tf-ansible/ansibleprov/roles/bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
ogamingSCV/automation
bd2d937ff20b414ed17770ca167276ee0e648583
0
roles/common
545
[ "no_license" ]
[ { "path": "roles/common/tasks/update_package.yml", "content": "---\n- name: Update Cache\n ansible.builtin.apt:\n update_cache: true\n\n- name: Update Packags\n ansible.builtin.apt:\n upgrade: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 370, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/base
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/base/tasks/main.yml", "content": "- name: \"Update package sources\"\n apt:\n update_cache: yes\n autoclean: yes\n autoremove: yes\n cache_valid_time: 86400\n\n- name: \"Install apt tools\"\n apt:\n state: latest\n pkg:\n - aptitude\n - apt-trans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/build
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/build/tasks/main.yml", "content": "- name: \"Install dependencies of kernel menuconfig\"\n apt:\n state: latest\n pkg:\n - libncurses5-dev\n\n- name: \"Create build directory for kernel\"\n file:\n path: /opt/nvidia/Linux_for_Tegra/build/kernel/\n state: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1880, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/download
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/download/tasks/main.yml", "content": "- name: \"Install dummy XServer\"\n become: yes\n apt:\n state: latest\n pkg:\n - xvfb\n\n# SDK Manager CLI functionality broken ... waiting for NVIDIA to fix, working around using user intervention\n#\n# - name: \"Download S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2520, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/flash
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/flash/tasks/main.yml", "content": "- name: \"Flash custom kernel and rootfs to device {{ flash.rootdev }} of {{ flash.board }}\"\n shell: |\n L4T=/opt/nvidia/Linux_for_Tegra/\n cd ${L4T}\n ./flash.sh {{ flash.board }} {{ flash.rootdev }}\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/l4t
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/l4t/tasks/main.yml", "content": "- name: \"Create /opt/nvidia directory\"\n file:\n path: /opt/nvidia\n state: directory\n mode: '775'\n\n- name: \"Download and unarchive L4T into /opt/nvidia/Linux_for_Tegra/ from {{ l4t.uri }}\"\n unarchive:\n src: \"{{ l4t.ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 699, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/sdk-manager-check
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/sdk-manager-check/tasks/main.yml", "content": "- name: \"Check if SDK manager has been downloaded by user\"\n stat:\n path: \"/media/sf_downloads/{{ sdk_manager.deb_filename }}\"\n register: sdkm\n\n- name: \"SDK Manager not found in /media/sf_downloads/{{ sdk_manager....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/sdk-manager-install
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/sdk-manager-install/tasks/main.yml", "content": "- name: \"Install dependencies of SDK manager\"\n apt:\n state: latest\n pkg:\n - libgtk-3-0\n - libx11-xcb-dev\n - libxss-dev\n - libnss3-dev\n - libcanberra-gtk-module\n - libcanberra-gtk3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 419, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/serial
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/serial/tasks/main.yml", "content": "- name: \"Install support for serial devices connected via USB\"\n apt:\n state: latest\n pkg:\n - linux-image-extra-virtual\n - minicom\n register: serial\n\n- name: \"Reboot given added modules\"\n reboot:\n reboot_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/toolchain
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/toolchain/tasks/main.yml", "content": "- name: \"Create /opt/toolchain directory\"\n file:\n path: /opt/toolchain\n state: directory\n mode: '775'\n\n- name: \"Download and unarchive toolchain into /opt/toolchain/ from http://releases.linaro.org/components/toolchai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 887, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/guest/roles/ubuntu-desktop
545
[ "no_license" ]
[ { "path": "workflow/guest/roles/ubuntu-desktop/tasks/main.yml", "content": "- name: \"Install Ubuntu Desktop\"\n apt:\n state: latest\n install_recommends: no\n pkg:\n - ubuntu-desktop\n register: ubuntu_desktop\n\n- name: \"Reboot\"\n reboot:\n reboot_timeout: 300\n when: ubuntu_deskto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/access-secure
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/access-secure/tasks/main.yml", "content": "- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Allow passwordless sudo for users in group sudo\"\n lineinfile:\n path: /etc/sudoers\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/base
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/base/tasks/main.yml", "content": "- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Ensure hostname set\"\n hostname:\n name: \"{{ inventory_hostname }}\"\n when: not inventory_hostname is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1771, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/build
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/build/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install prerequisites\"\n apt:\n state: latest\n pkg:\n - rsync\n - dpkg-repack\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/cuda-ml-repo
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/cuda-ml-repo/tasks/main.yml", "content": "---\n\n- name: \"Remove CUDA ml repo if existing\"\n file:\n path: /var/cuda-ml-local-repo\n state: absent\n mode: '755'\n\n- name: \"Create directory /var/cuda-ml-local-repo for CUDA ml repo\"\n file:\n path: /var/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/firewall
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/firewall/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: latest\n pkg:\n - ufw\n register: install\n\n# Make...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1133, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/k8s-setup-and-join
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/k8s-setup-and-join/templates/kubelet.j2", "content": "KUBELET_EXTRA_ARGS=--fail-swap-on=false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "workflow/provision/roles/k8s-setup-and-join/files/daemon.json", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3944, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/k8s-token-create
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/k8s-token-create/tasks/main.yml", "content": "---\n\n- name: \"Create Kubernetes token on master for later joining by nodes\"\n shell: |\n ssh {{ kubernetes.master_ssh }} kubeadm token create\n register: k8s_token_create\n\n- name: \"Extract token\"\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
helmut-hoffer-von-ankershoffen/jetson
b8dd14f8e35d10b406292287d3162eb08cdb48f7
207
workflow/provision/roles/kernel
545
[ "no_license" ]
[ { "path": "workflow/provision/roles/kernel/tasks/main.yml", "content": "---\n\n- name: \"Check all hosts accessible\"\n assert:\n that:\n - ansible_play_hosts == ansible_play_hosts_all\n\n- name: \"Install packages\"\n apt:\n state: present\n update_cache: yes\n pkg:\n - libncurses5-de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1953, "all_permissive": false }