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
cgreen0000/ansible-desktop
4338e2c1cc05bfdfd5d898b67e7e631c1b462516
0
roles/de_gnome
5,637
[ "no_license" ]
[ { "path": "roles/de_gnome/tasks/misc/de_gnome_wallpaper_download.yml", "content": "- name: System Setup | Wallpaper | Download\n block:\n - name: System Setup | Wallpaper | Download RedMoon.jpg\n ansible.builtin.get_url:\n url: https://i.redd.it/kmt2c5p3h3b81.jpg\n dest: /usr/share/background...
{ "task_files": 19, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 15074, "all_permissive": false }
ansible_role
cgreen0000/ansible-desktop
4338e2c1cc05bfdfd5d898b67e7e631c1b462516
0
roles/desktop_base
5,637
[ "no_license" ]
[ { "path": "roles/desktop_base/tasks/apps/anki_tarball.yml", "content": "- name: Setup Anki\n block:\n - name: Get latest Anki release\n community.general.github_release:\n user: \"{{ user }}\"\n repo: \"{{ repo }}\"\n action: latest_release\n register: release\n\n - nam...
{ "task_files": 28, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 30, "total_bytes": 25087, "all_permissive": false }
ansible_role
cgreen0000/ansible-desktop
4338e2c1cc05bfdfd5d898b67e7e631c1b462516
0
roles/desktop_dev
5,637
[ "no_license" ]
[ { "path": "roles/desktop_dev/tasks/game/monosdk.yml", "content": "- name: Software | Mono SDK | Install on Ubuntu\n block:\n \n - name: Software | Mono SDK | Add Mono SDK apt key\n ansible.builtin.apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n\n - name: Software | Mono SDK | Add M...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 8834, "all_permissive": false }
ansible_role
cgreen0000/ansible-desktop
4338e2c1cc05bfdfd5d898b67e7e631c1b462516
0
roles/desktop_gaming
5,637
[ "no_license" ]
[ { "path": "roles/desktop_gaming/tasks/storefronts/heroicgameslauncher_flatpak.yml", "content": "- name: Software | Install Heroic Games Launcher flatpak\n community.general.flatpak:\n name:\n - com.heroicgameslauncher.hgl\n state: present\n when: heroicgameslauncher_flatpak is defined and heroi...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 4683, "all_permissive": false }
ansible_role
Vincent-Altmann/TP_CICD
dc19c91c815b6b0f0814c1e9c28dd883979fccc2
0
ansible/roles/app
5,637
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Créer le répertoire de l'application\n file:\n path: \"{{ app_dir }}\"\n state: directory\n\n- name: Cloner le dépôt Git de l'API\n git:\n repo: \"{{ repo_url }}\"\n dest: \"{{ app_dir }}\"\n version: main\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
Vincent-Altmann/TP_CICD
dc19c91c815b6b0f0814c1e9c28dd883979fccc2
0
ansible/roles/node
5,637
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n- name: Ajouter le dépôt Node.js\n shell: curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -\n\n- name: Installer Node.js\n apt:\n name: nodejs\n state: present\n update_cache: yes\n\n- name: Installer PM2 globalement\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/config_dkim_for_new_domain
5,617
[ "no_license" ]
[ { "path": "roles/config_dkim_for_new_domain/tasks/main.yml", "content": "\n# - name: Print config path\n# debug: var=domainname\n# vars: \n# domainname: \"{{domain_name}}\"\n \n- name: check dkim file exist\n stat: path={{common_dkim}}\n register: dkim_file\n\n- name: Create common dkim\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1192, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/config_nginx_sendy_vhost
5,617
[ "no_license" ]
[ { "path": "roles/config_nginx_sendy_vhost/templates/nginx-le-sendy.j2", "content": "\n# HTTPS server\n#\nserver {\n listen 443 ssl;\n server_name {{ domain_name }};\n\n ssl on;\n ssl_certificate /etc/letsencrypt/live/{{ domain_name }}/fullchain.pem;\n ssl_certificate_key /etc/letsencrypt/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2668, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/config_nginx_static_vhost
5,617
[ "no_license" ]
[ { "path": "roles/config_nginx_static_vhost/tasks/main.yml", "content": "\n- name: Install nginx site with letsencrypt for {{domain_name}}\n template:\n src: templates/nginx-le-static.j2\n dest: /etc/nginx/sites-enabled/{{domain_name}}-le\n notify: restart nginx\n\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 194, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/setup_all_sites
5,617
[ "no_license" ]
[ { "path": "roles/setup_all_sites/tasks/main.yml", "content": "\n- name: debug\n debug:\n msg: \"{{sites}}\"\n\n# Setup git for all site from loop_data\n# using dictionary: with_dict\n- name: Setup git project\n include_role:\n name: setup_git_project\n vars:\n domain_name: \"{{item.value.domain_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/setup_git_project
5,617
[ "no_license" ]
[ { "path": "roles/setup_git_project/tasks/main.yml", "content": "\n- name: debug\n debug:\n msg: \"{{config}}\"\n\n- name: check site dir exist\n stat: path={{config.root_dir}}\n register: site_dir\n\n- name: Ensure project dir exist\n file:\n path: \"{{config.root_dir}}\"\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
tidusvn05/ansible-starter
b8e301f16b8bf2fd8538c93d23e7039d2e4efb92
0
roles/verify_letsencrypt_apache
5,617
[ "no_license" ]
[ { "path": "roles/verify_letsencrypt_apache/templates/apache-http.j2", "content": "<VirtualHost {{net_ip}}:80>\n ServerName {{ domain_name }}\n DocumentRoot {{ root_dir }}\n\n Alias /.well-known/acme-challenge /var/www/letsencrypt/.well-known/acme-challenge\n\n <Directory \"/var/www/letsencrypt\">\n O...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 979, "all_permissive": false }
ansible_role
aparcar/lava-ansible
9a71f48d4ec8c4a45cd10b5d61485a6da85f67fa
1
roles/common
5,617
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: apt-get update\n apt:\n cache_valid_time: 3600\n update_cache: yes\n changed_when: false\n\n- name: \"apt-get install utilities\"\n apt:\n name: \"{{ item }}\"\n install_recommends: no\n with_items:\n - git\n - htop\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 313, "all_permissive": false }
ansible_role
aparcar/lava-ansible
9a71f48d4ec8c4a45cd10b5d61485a6da85f67fa
1
roles/jenkins-node
5,617
[ "no_license" ]
[ { "path": "roles/jenkins-node/tasks/debian.yml", "content": "---\n\n- name: install java for stretch\n apt:\n name: \"{{ item }}\"\n cache_valid_time: 3600\n update_cache: yes\n install_recommends: no\n with_items:\n - openjdk-8-jre-headless\n - python3-yaml # required by create-job.py\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 745, "all_permissive": false }
ansible_role
aparcar/lava-ansible
9a71f48d4ec8c4a45cd10b5d61485a6da85f67fa
1
roles/lava-server
5,617
[ "no_license" ]
[ { "path": "roles/lava-server/tasks/caddy.yml", "content": "---\n- name: install caddy requirements\n apt:\n name: \"{{item}}\"\n with_items:\n - debian-keyring\n - debian-archive-keyring\n - apt-transport-https\n\n- name: add apt key\n apt_key:\n id: ABA1F9B8875A6661\n url: https://dl.c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2662, "all_permissive": false }
ansible_role
aparcar/lava-ansible
9a71f48d4ec8c4a45cd10b5d61485a6da85f67fa
1
roles/lava-tool
5,617
[ "no_license" ]
[ { "path": "roles/lava-tool/files/run-lava-job.sh", "content": "#!/bin/bash\n# 2016 <NAME> <<EMAIL>>\n# 2018 <NAME> <<EMAIL>>\n# GPLv2\n\n# optional envs:\n#\n# LAVA_USER\n# LAVA_URL\n#\n# required envs:\n#\n# JOB_NAME - set the name of the job\n# IMAGE_URL - url to the an image (e.g. produced by jenkins)\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2819, "all_permissive": false }
ansible_role
aparcar/lava-ansible
9a71f48d4ec8c4a45cd10b5d61485a6da85f67fa
1
roles/ser2net
5,617
[ "no_license" ]
[ { "path": "roles/ser2net/tasks/main.yml", "content": "---\n\n- name: apt-get update\n apt:\n cache_valid_time: 3600\n update_cache: yes\n changed_when: no\n\n- name: create ser2net directory\n file:\n path: /etc/ser2net\n state: directory\n\n- name: create symlinks for serials\n file:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 674, "all_permissive": false }
ansible_role
CodePlayerBox/scratch-link-node
056d0a494ea6c2bc494f6a640847d5c34f693ce0
4
playbooks/roles/build-code
5,617
[ "no_license" ]
[ { "path": "playbooks/roles/build-code/tasks/pack-html.yml", "content": "- name: Install node modules\n local_action:\n module: shell yarn install\n chdir: ../code\n register: command_result\n changed_when: False\n\n#- debug: msg=\"{{ command_result.stdout }}\"\n\n- name: Rollup the code\n local_ac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 402, "all_permissive": false }
ansible_role
CodePlayerBox/scratch-link-node
056d0a494ea6c2bc494f6a640847d5c34f693ce0
4
playbooks/roles/sync-code
5,617
[ "no_license" ]
[ { "path": "playbooks/roles/sync-code/tasks/prepare-dirs.yml", "content": "- name: Create directories if needed\n file:\n path: ~/CodePlayerBox/scratch-link-node\n #owner: user\n #group: user\n #mode: 0755\n state: directory\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 967, "all_permissive": false }
ansible_role
betech-danhnc/DanhNC
a0d48e79f4fd373cc80027842dda925945021127
0
ansible/roles/db
5,617
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- include: set-mysql.yml\n\n- include: init-data.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ansible/roles/db/files/my.cnf", "content": "[client-server]\n\n[server]\n\n[mysqld]\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3663, "all_permissive": false }
ansible_role
betech-danhnc/DanhNC
a0d48e79f4fd373cc80027842dda925945021127
0
ansible/roles/init
5,617
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/git.yml", "content": "- name: git install\r\n yum: name=git state=latest\r\n\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/init/tasks/main.yml", "content": "# timezone\r\n- include: timez...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 548, "all_permissive": false }
ansible_role
betech-danhnc/DanhNC
a0d48e79f4fd373cc80027842dda925945021127
0
ansible/roles/web
5,617
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/set-php7.2.yml", "content": "- name: install yum-utils\n yum: name=yum-utils state=present\n\n- name: remi-release-7 install\n yum: name=http://rpms.famillecollet.com/enterprise/remi-release-7.rpm\n\n- name: install php and php extensions\n yum: name={{item}} state=pres...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4603, "all_permissive": false }
ansible_role
sarath-pillai/terraform-ansible
cfd6668eeff78cfee4e595a56fdd5f9808a7dda6
0
ansible/roles/ecs
5,617
[ "no_license" ]
[ { "path": "ansible/roles/ecs/tasks/main.yml", "content": "---\n- name: Create/Destroy ECS Clusters\n terraform:\n project_path: \"../terraform/ecs/\"\n force_init: yes\n variables:\n environment_name: \"{{ environment_name }}\"\n ecs_cluster: \"{{ ecs_cluster }}\"\n ecs_key_pair_nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2455, "all_permissive": false }
ansible_role
sarath-pillai/terraform-ansible
cfd6668eeff78cfee4e595a56fdd5f9808a7dda6
0
ansible/roles/instances
5,617
[ "no_license" ]
[ { "path": "ansible/roles/instances/tasks/main.yml", "content": "---\n- name: Create/Destroy Required Instances\n terraform:\n project_path: \"../terraform/instances/\"\n force_init: yes\n variables:\n environment_name: \"{{ environment_name }}\"\n key_name: \"{{ key_name }}\"\n secu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
sarath-pillai/terraform-ansible
cfd6668eeff78cfee4e595a56fdd5f9808a7dda6
0
ansible/roles/lb
5,617
[ "no_license" ]
[ { "path": "ansible/roles/lb/tasks/main.yml", "content": "---\n- name: Create/Destroy LB\n terraform:\n project_path: \"../terraform/lb/\"\n force_init: yes\n variables:\n environment_name: \"{{ environment_name }}\"\n alb_name: \"{{ alb_name }}\"\n lb_pub_sub1: \"{{ vpc_tf.outputs.p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 634, "all_permissive": false }
ansible_role
sarath-pillai/terraform-ansible
cfd6668eeff78cfee4e595a56fdd5f9808a7dda6
0
ansible/roles/network
5,617
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/vpc.yml", "content": "---\n- name: Create/Destroy Network - VPC\n terraform:\n project_path: \"../terraform/vpc/\" \n force_init: yes\n variables:\n environment_name: \"{{ environment_name }}\"\n vpc_name: \"{{ vpc_name }}\"\n vpc_cidr: \"{{ vp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
sarath-pillai/terraform-ansible
cfd6668eeff78cfee4e595a56fdd5f9808a7dda6
0
ansible/roles/security
5,617
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "---\n- name: Create/Destroy Security Group\n terraform:\n project_path: \"../terraform/security/\"\n force_init: yes\n variables:\n environment_name: \"{{ environment_name }}\"\n vpc_id: \"{{ vpc_tf.outputs.vpc_id.value }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
jarilammi/nameserver
395df1712473fb5f05c1198d77daf316c128c7dd
0
roles/bind9
5,617
[ "no_license" ]
[ { "path": "roles/bind9/handlers/main.yml", "content": "# File: roles/bind9/handlers/main.yml\n---\n\n- name: Restart bind9\n ansible.builtin.service:\n name: bind9\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1287, "all_permissive": false }
ansible_role
jarilammi/nameserver
395df1712473fb5f05c1198d77daf316c128c7dd
0
roles/haproxy
5,617
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "# File: roles/haproxy/tasks/main.yml\n---\n\n- name: Install the haproxy package.\n ansible.builtin.apt:\n pkg:\n - haproxy\n\n- name: Configure haproxy.\n ansible.builtin.template:\n src: templates/haproxy.cfg.j2\n dest: /etc/haproxy/hapro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 464, "all_permissive": false }
ansible_role
jarilammi/nameserver
395df1712473fb5f05c1198d77daf316c128c7dd
0
roles/lighttpd
5,617
[ "no_license" ]
[ { "path": "roles/lighttpd/handlers/main.yml", "content": "# File: roles/lighttpd/handlers/main.yml\n---\n\n- name: Restart lighttpd\n ansible.builtin.service:\n name: lighttpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 953, "all_permissive": false }
ansible_role
jarilammi/nameserver
395df1712473fb5f05c1198d77daf316c128c7dd
0
roles/ufw
5,617
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yml", "content": "# File: roles/ufw/tasks/main.yml\n---\n\n- name: Allow Bind9.\n community.general.ufw:\n rule: allow\n name: Bind9\n when: inventory_hostname in groups.nameservers\n\n- name: Allow all access to 80/tcp.\n community.general.ufw:\n rule: allow\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
ValFadeev/haskell-box
7c741b56fa6e082bf5353f4e725804de3ec9190f
0
ansible/roles/haskell-vim-proto
5,617
[ "no_license" ]
[ { "path": "ansible/roles/haskell-vim-proto/vars/main.yml", "content": "---\n\nalways_upgrade: no\nblas: yes\nblas_packages:\n - \"libblas-dev\"\n - \"libgsl0-dev\"\n - \"libgsl2\"\n - \"liblapack-dev\"\n - \"pkg-config\"\npackages:\n - \"git\"\n - \"vim\"\nresolver: \"lts-9.21\"\nuser: vagrant\nvim_c...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2873, "all_permissive": false }
ansible_role
AakashPatel22/book
7dc4273dd17062c5360a9daf8b32aaf6c4f02756
0
ansible/roles/run
5,617
[ "no_license" ]
[ { "path": "ansible/roles/run/tasks/main.yaml", "content": "- name: Start application services and ingress\n shell: bash start.sh\n args:\n chdir: \"{{ (playbook_dir + '/../k8s-yamls') | realpath }}\"\n register: app_start\n\n- name: Show application start output\n debug:\n var: app_start.stdout_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
fpietsch/ansible_template_project
d8be5bb10707ed19f914ec8f6d6c51457c5865ec
0
roles/prom_go_exporter
5,617
[ "no_license" ]
[ { "path": "roles/prom_go_exporter/defaults/main.yml", "content": "---\ngo_url: \"https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz\"\ngo_exp_url: https://github.com/justwatchcom/elasticsearch_exporter/releases/download/v1.0.0/elasticsearch_exporter-1.0.0.linux-amd64.tar.gz\nsysd_script: \"/us...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3676, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/nginx
5,617
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "user {{ nginx_user }};\n\nworker_processes {{ ansible_processor_count }};\n\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type applicati...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1976, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/nodejs
5,617
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "- name: import nodesource ppa\n apt_key:\n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n validate_certs: no\n\n- name: add node source repo\n apt_repository:\n repo: 'deb https://deb.nodesource.com/node_{{ node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 418, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/postgres
5,617
[ "no_license" ]
[ { "path": "roles/postgres/vars/main.yml", "content": "pg_version: 10\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/postgres/tasks/main.yml", "content": "- name: check if postgres is installed\n stat: path=/var/lib/postgresql/{{ pg_ve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1388, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/rails
5,617
[ "no_license" ]
[ { "path": "roles/rails/tasks/user.yml", "content": "- name: create rails user\n user: name=rails groups=sudo shell=/bin/bash\n\n- name: configure sudo for rails user\n lineinfile: 'dest=/etc/sudoers line=\"rails ALL=(ALL) NOPASSWD: ALL\"'\n\n- name: create rails ssh path\n file:\n path: /home/rails/.s...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4128, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/ruby
5,617
[ "no_license" ]
[ { "path": "roles/ruby/vars/main.yml", "content": "release: 2.4\nruby_version: 2.4.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ruby/tasks/install.yml", "content": "- name: install ruby dependencies\n apt: pkg={{item}}\n with_item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 937, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/sinatra
5,617
[ "no_license" ]
[ { "path": "roles/sinatra/tasks/main.yml", "content": "- name: install apt packages\n apt: pkg={{ item }}\n with_items:\n - git\n\n- name: create sinatra user\n user: name=sinatra groups=sudo shell=/bin/bash\n\n- name: configure sudo for sinatra user\n lineinfile: 'dest=/etc/sudoers line=\"sinatra ALL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3075, "all_permissive": false }
ansible_role
kyrylo/kyrylo.org-ansible
750795473e46ce8f1d9210722ac8e43bcfddf76f
1
roles/unicorn
5,617
[ "no_license" ]
[ { "path": "roles/unicorn/templates/unicorn.conf.rb", "content": "# Sample verbose configuration file for Unicorn (not Rack)\n#\n# This configuration file documents many features of Unicorn\n# that may not be needed for some applications. See\n# http://unicorn.bogomips.org/examples/unicorn.conf.minimal.rb\n#...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5080, "all_permissive": false }
ansible_role
fred-13/Ansible-deploy-PythonWebApp-Example
813367e82565005080fd7a6a8b7981f6cd62e1ec
0
roles/nginx
5,557
[ "no_license" ]
[ { "path": "roles/nginx/tasks/install.redhat.yml", "content": "---\n\n- name: Install epel-release\n yum:\n name: epel-release\n state: present\n\n- name: Install nginx\n yum:\n name: nginx\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 12093, "all_permissive": false }
ansible_role
fred-13/Ansible-deploy-PythonWebApp-Example
813367e82565005080fd7a6a8b7981f6cd62e1ec
0
roles/pythonwebapp
5,557
[ "no_license" ]
[ { "path": "roles/pythonwebapp/files/settings.py", "content": "content=\"<h1>\\\"Hello World!!!\\\" from Flask web framework on Python!</h1>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/pythonwebapp/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1425, "all_permissive": false }
ansible_role
IanTeda/ansible-development-server
77d6ee6d73f3daeb92ad0b158db2ace17986acbe
0
roles/golang
5,557
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yaml", "content": "## https://go.dev/doc/install\n\n- name: Remove any existing go binaries in /usr/local\n ansible.builtin.command: rm -rf /usr/local/go\n\n## https://go.dev/dl/go1.17.5.linux-amd64.tar.gz\n- name: Download x86_64 Go binary into /usr/local\n when: ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
IanTeda/ansible-development-server
77d6ee6d73f3daeb92ad0b158db2ace17986acbe
0
roles/prerequisites
5,557
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/default_user.yaml", "content": "- name: Add default user\n ansible.builtin.user:\n name: \"{{ DEFAULT_USER }}\"\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n update_password: on_create\n shell: /bin/bash\n append: yes\n groups: sud...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5108, "all_permissive": false }
ansible_role
IanTeda/ansible-development-server
77d6ee6d73f3daeb92ad0b158db2ace17986acbe
0
roles/rust
5,557
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yaml", "content": "- name: Install Rust prerequisites\n ansible.builtin.apt: \n name: \n - build-essential\n - make \n - gcc\n state: latest\n autoclean: yes\n autoremove: yes\n\n- name: \"Install Rust toolchain\"\n ansible.builtin.shell: \"curl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
sajfarahani/ansible-playbooks-practice
a59ce3d9ed3f89b2fe050f05701ad20b89bcd969
0
Playbooks/Roles/roles/webservers
5,557
[ "no_license" ]
[ { "path": "Playbooks/Roles/roles/webservers/vars/main.yml", "content": "copyright_meg: Copyright2017\nredhat_apache: httpd\ndebian_apache: apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "Playbooks/Roles/roles/webservers/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
uileyar/ansible
0daa7a0a3eec732b12898e0ffae20be4bb3eac5e
0
webapp/roles/webapp
5,557
[ "no_license" ]
[ { "path": "webapp/roles/webapp/tasks/main.yml", "content": "---\n# This role installs goproxy and configures it.\n- name: mkdir folder\n command: mkdir {{ project_name }}\n ignore_errors: True\n\n- name: copy binary file\n copy: src={{ project_name }}.tar.gz dest=./{{ project_name }}/\n owner=ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
madprogrammer/scxmppd
7f46470861da440278a8e1cfde015684e13f9632
1
deploy/roles/scxmppd
5,557
[ "no_license" ]
[ { "path": "deploy/roles/scxmppd/templates/scxmppd.service.j2", "content": "[Unit]\nDescription=scxmppd service\n\n[Service]\nRestart=always\nExecStart=/bin/bash -c \"export ENV={{ env }} && /usr/bin/scxmppd\"\n\n[Install]\nWantedBy=multi-user.target\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1209, "all_permissive": false }
ansible_role
jeremievallee/kubernetes-vagrant-ansible
ecd4cacef9b4274a483f794bb8ee483e0224d72d
14
roles/kubernetes-common
5,557
[ "no_license" ]
[ { "path": "roles/kubernetes-common/handlers/main.yml", "content": "---\n\n- name: reload systemd\n become: true\n systemd:\n state: restarted\n daemon_reload: yes\n name: kubelet\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1063, "all_permissive": false }
ansible_role
jeremievallee/kubernetes-vagrant-ansible
ecd4cacef9b4274a483f794bb8ee483e0224d72d
14
roles/kubernetes-master
5,557
[ "no_license" ]
[ { "path": "roles/kubernetes-master/tasks/main.yml", "content": "---\n\n# Here we initialise the cluster with Kubeadm. We add the token manually so that we\n# know its value when we initialise our nodes. We add --api-advertise-addresses manually\n# because by default Kubeadm would choose the nat IP we get fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1311, "all_permissive": false }
ansible_role
jeremievallee/kubernetes-vagrant-ansible
ecd4cacef9b4274a483f794bb8ee483e0224d72d
14
roles/kubernetes-nodes
5,557
[ "no_license" ]
[ { "path": "roles/kubernetes-nodes/tasks/main.yml", "content": "---\n\n- name: Join Kubernetes Cluster\n become: true\n shell: kubeadm join --token={{ kubeadm_token }} {{ kubernetes_master_ip }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
waleed-alfaifi/password-gen
617012e436120b52a1d84b2c3041baccb15027d8
0
ansible/roles/configure-infrastructure
5,557
[ "no_license" ]
[ { "path": "ansible/roles/configure-infrastructure/tasks/main.yml", "content": "- name: Update packages\n become: true\n apt:\n update_cache: yes # this the same as apt-get update\n- name: Upgrade packages\n become: true\n apt:\n upgrade: yes # this the same as apt-get upgrade\n- name: Install Node...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/docker
5,557
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install or Remove Docker\n package:\n name: \"{{ docker_package }}\"\n state: \"{{ docker_state }}\"\n\n- name: Start and enable Docker service when installed\n service:\n name: docker\n state: started\n enabled: yes\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/install_essential_packages
5,557
[ "no_license" ]
[ { "path": "ansible/roles/install_essential_packages/tasks/main.yml", "content": "- name: install_essential_packages\n package:\n name: \"*\"\n state: latest\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
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/install_java
5,557
[ "no_license" ]
[ { "path": "ansible/roles/install_java/tasks/main.yml", "content": "- name: install_java\n package:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/install_npm
5,557
[ "no_license" ]
[ { "path": "ansible/roles/install_npm/tasks/main.yml", "content": "- name: install_npm\n package:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/install_pm2
5,557
[ "no_license" ]
[ { "path": "ansible/roles/install_pm2/tasks/main.yml", "content": "- name: install_pm2\n package:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/install_rails
5,557
[ "no_license" ]
[ { "path": "ansible/roles/install_rails/tasks/main.yml", "content": "- name: install_rails\n package:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/update_apt_cache
5,557
[ "no_license" ]
[ { "path": "ansible/roles/update_apt_cache/tasks/main.yml", "content": "- name: Update APT cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_pkg_mgr == \"apt\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 114, "all_permissive": false }
ansible_role
abhja/awx
fc0f78b98c04b8a4a54fd867975351e1368767ac
0
ansible/roles/update_system_packages
5,557
[ "no_license" ]
[ { "path": "ansible/roles/update_system_packages/tasks/main.yml", "content": "- name: update_system_packages\n package:\n name: \"*\"\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
Nyari2001/E99KUZ_Ansible
65408da689424ed7e43956f972fad3598ae45318
0
roles/10user
5,497
[ "no_license" ]
[ { "path": "roles/10user/tasks/main.yml", "content": "- name: Create users\n user:\n name: \"{{inventory_hostname}}{{ item.name }}\"\n password: \"{{ <PASSWORD> }}\"\n home: \"{{mount_point}}/{{inventory_hostname}}{{item.name}}\"\n createhome: yes\n state: present\n with_items: \"{{ users }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 243, "all_permissive": false }
ansible_role
Nyari2001/E99KUZ_Ansible
65408da689424ed7e43956f972fad3598ae45318
0
roles/fstab
5,497
[ "no_license" ]
[ { "path": "roles/fstab/handlers/main.yml", "content": "- name: Check mount status\n raw: mountpoint -q {{mount_point}}\n register: mount_status\n changed_when: False\n failed_when: mount_status.rc != 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 886, "all_permissive": false }
ansible_role
Nyari2001/E99KUZ_Ansible
65408da689424ed7e43956f972fad3598ae45318
0
roles/motd
5,497
[ "no_license" ]
[ { "path": "roles/motd/tasks/main.yml", "content": "- name: Update motd file\n lineinfile:\n path: /etc/motd\n line: \"{{motd_contents}}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
Nyari2001/E99KUZ_Ansible
65408da689424ed7e43956f972fad3598ae45318
0
roles/raid1
5,497
[ "no_license" ]
[ { "path": "roles/raid1/tasks/main.yml", "content": " - name: Create Physical Volumes\n parted:\n device: \"{{ item }}\"\n number: 1\n state: present\n label: gpt\n name: \"vg_mirror\"\n unit: MiB\n part_end: 100%\n with_items:\n - /dev/sdb\n - /dev/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
knakayama/ansible-sacloud
6331174c8075fed76d8c1859c56d9645cab3d57a
1
tests/roles/test-sacloud-disk
5,497
[ "no_license" ]
[ { "path": "tests/roles/test-sacloud-disk/tasks/disconnected.yml", "content": "---\n- name: Test fail if missing disk_resource_id\n sacloud_disk:\n access_token: \"{{ lookup('env', 'ACCESS_TOKEN') }}\"\n access_token_secret: \"{{ lookup('env', 'ACCESS_TOKEN_SECRET') }}\"\n state: disconnected\n re...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6852, "all_permissive": false }
ansible_role
knakayama/ansible-sacloud
6331174c8075fed76d8c1859c56d9645cab3d57a
1
tests/roles/test-sacloud-lb
5,497
[ "no_license" ]
[ { "path": "tests/roles/test-sacloud-lb/tasks/setup.yml", "content": "---\n- name: Setup sacloud router\n sacloud_router:\n access_token: \"{{ lookup('env', 'ACCESS_TOKEN') }}\"\n access_token_secret: \"{{ lookup('env', 'ACCESS_TOKEN_SECRET') }}\"\n name: a test router\n band_width_mbps: 100\n ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 13610, "all_permissive": false }
ansible_role
knakayama/ansible-sacloud
6331174c8075fed76d8c1859c56d9645cab3d57a
1
tests/roles/test-sacloud-multi-servers
5,497
[ "no_license" ]
[ { "path": "tests/roles/test-sacloud-multi-servers/tasks/present.yml", "content": "---\n- name: Test if sacloud router successfully created\n sacloud_router:\n access_token: \"{{ lookup('env', 'ACCESS_TOKEN') }}\"\n access_token_secret: \"{{ lookup('env', 'ACCESS_TOKEN_SECRET') }}\"\n name: router ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9955, "all_permissive": false }
ansible_role
knakayama/ansible-sacloud
6331174c8075fed76d8c1859c56d9645cab3d57a
1
tests/roles/test-sacloud-router
5,497
[ "no_license" ]
[ { "path": "tests/roles/test-sacloud-router/tasks/absent.yml", "content": "---\n- name: Teardown sacloud server\n sacloud_server:\n access_token: \"{{ lookup('env', 'ACCESS_TOKEN') }}\"\n access_token_secret: \"{{ lookup('env', 'ACCESS_TOKEN_SECRET') }}\"\n server_resource_id: \"{{ sacloud_server_r...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7907, "all_permissive": false }
ansible_role
knakayama/ansible-sacloud
6331174c8075fed76d8c1859c56d9645cab3d57a
1
tests/roles/test-sacloud-server
5,497
[ "no_license" ]
[ { "path": "tests/roles/test-sacloud-server/tasks/absent.yml", "content": "---\n- name: Test fail if non exist server resource id\n sacloud_server:\n access_token: \"{{ lookup('env', 'ACCESS_TOKEN') }}\"\n access_token_secret: \"{{ lookup('env', 'ACCESS_TOKEN_SECRET') }}\"\n server_resource_id: 1\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3592, "all_permissive": false }
ansible_role
slamanna212/vSphere-Cluster-Ansible
52659d742620eaa372a174070799759d3bc563e5
0
roles/control
5,497
[ "no_license" ]
[ { "path": "roles/control/tasks/main.yml", "content": "---\n# Place Nginx Snippets\n# We need Jetpack IPs for XML-RPC Control\n- name: Setting host facts using complex arguments\n ansible.builtin.set_fact:\n jetpack_ips: \"{{ lookup('ansible.builtin.url', 'https://jetpack.com/ips-v4.txt', wantlist=True) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1515, "all_permissive": false }
ansible_role
slamanna212/vSphere-Cluster-Ansible
52659d742620eaa372a174070799759d3bc563e5
0
roles/haproxy
5,497
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt: name={{ sys_packages }} state=present\n\n# Upload templated haproxy config\n- name: Update HAProxy config\n template: \n src=haproxy.cfg \n dest=/etc/haproxy/haproxy.cfg\n trim_blocks=false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
slamanna212/vSphere-Cluster-Ansible
52659d742620eaa372a174070799759d3bc563e5
0
roles/mariadb
5,497
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n- name: Install required system packages\n apt: name={{ sys_packages }} state=present\n\n# Upload SSH Config\n- name: Upload custom sqlmode file\n become: yes\n become_user: root\n copy:\n src: 00-servermode.cnf\n dest: /etc/mysql/mariadb....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 817, "all_permissive": false }
ansible_role
slamanna212/vSphere-Cluster-Ansible
52659d742620eaa372a174070799759d3bc563e5
0
roles/ubuntu
5,497
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n- name: Force APT to use IPv4\n copy: \n src=1000-force-ipv4-transport\n dest=/etc/apt/apt.conf.d/1000-force-ipv4-transport\n backup=no\n\n- name: Upgrade all packages\n apt: upgrade=dist force_apt_get=yes\n\n- name: Set timezone to Easter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
slamanna212/vSphere-Cluster-Ansible
52659d742620eaa372a174070799759d3bc563e5
0
roles/zabbix-agent
5,497
[ "no_license" ]
[ { "path": "roles/zabbix-agent/tasks/main.yml", "content": "---\n- name: Gather package facts\n package_facts:\n manager: \"auto\"\n\n# Download Agent Deb File\n- name: Download Ubuntu 20 Zabbix deb file\n get_url:\n url: \"https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1495, "all_permissive": false }
ansible_role
shady-cj/Ansible-Practice
ddee0a20937f088b04dd6ae7ef2a482b89a6022d
0
roles/print
5,497
[ "no_license" ]
[ { "path": "roles/print/tasks/main.yml", "content": "---\n\n- name: Print new variable\n shell: echo $PATH\n register: print_result\n\n- name: print message\n debug:\n msg: \"{{ print_result.stdout_lines }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
guoyu07/Talk-Is-Cheap
b88a4693bb289298cf72deb90557cab00fcbd5ee
0
ansible/roles/user
5,497
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\n# This role used for get users\n\n- name: Get users names \n shell: cat /etc/passwd | cut -d':' -f1\n register: user_names\n\n- debug: var=user_names\n\n- name: Get special group users\n shell: cat /etc/group | grep \"^{{ item }}:\" | cut -d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
arturhoo/solr_sunspot_example
6035786a0f53d36efc5a3e8db266b78894a8cc68
1
devops/roles/provision
5,497
[ "no_license" ]
[ { "path": "devops/roles/provision/tasks/main.yml", "content": "---\n- name: copy solr custom files over\n copy:\n src: \"{{ item }}\"\n dest: \"/var/solr/data/solr_sunspot_example/conf/{{ item }}\"\n owner: solr\n group: solr\n mode: 0644\n with_items:\n - schema.xml\n - solrconfig.xm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 925, "all_permissive": false }
ansible_role
gabrielstein/ansible
0d357ebfdd0ea6a7c8f61463a694bdd3fbeb3457
0
siegfried/roles/apps
5,497
[ "no_license" ]
[ { "path": "siegfried/roles/apps/tasks/main.yml", "content": "---\n - import_tasks: tasks/packages.yml\n become: yes\n become_user: root\n tags:\n - packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "siegfried/roles/apps/tasks/pac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
gabrielstein/ansible
0d357ebfdd0ea6a7c8f61463a694bdd3fbeb3457
0
siegfried/roles/common
5,497
[ "no_license" ]
[ { "path": "siegfried/roles/common/tasks/packages.yml", "content": "---\n- name: Common/Shell Programs\n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm\n - libselinux-python\n - wget...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1790, "all_permissive": false }
ansible_role
gabrielstein/ansible
0d357ebfdd0ea6a7c8f61463a694bdd3fbeb3457
0
siegfried/roles/i3wm
5,497
[ "no_license" ]
[ { "path": "siegfried/roles/i3wm/tasks/main.yml", "content": "---\n - name: Install i3wm \n import_tasks: tasks/packages.yml\n become: true\n become_user: root\n tags:\n - packages\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 }, { "path": "siegf...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 567, "all_permissive": false }
ansible_role
gabrielstein/ansible
0d357ebfdd0ea6a7c8f61463a694bdd3fbeb3457
0
siegfried/roles/kvm
5,497
[ "no_license" ]
[ { "path": "siegfried/roles/kvm/tasks/main.yml", "content": "---\n # Install needed packages for KVM \n - import_tasks: tasks/packages.yml\n become: yes\n become_user: root\n tags:\n - packages\n\n # Enable Systemd Service and Starts Daemon\n - import_tasks: tasks/systemd.yml\n become: yes\n be...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 879, "all_permissive": false }
ansible_role
gabrielstein/ansible
0d357ebfdd0ea6a7c8f61463a694bdd3fbeb3457
0
siegfried/roles/minishift
5,497
[ "no_license" ]
[ { "path": "siegfried/roles/minishift/tasks/main.yml", "content": "---\n - import_tasks: tasks/install_oc.yml\n become: yes\n become_user: root\n tags:\n - install_oc\n \n - import_tasks: tasks/install_minishift.yml\n become: yes\n become_user: root\n tags:\n - install_minishift\n \n - im...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2360, "all_permissive": false }
ansible_role
Robert-litts/Automated_Proxmox-Backup-Server_Installation
8d74802d80ffdbc9cdc605c164081cced8d0dcfd
6
ansible/roles/pbs_install
5,497
[ "no_license" ]
[ { "path": "ansible/roles/pbs_install/tasks/main.yml", "content": "- name: Wait for SSH to be available on the LXC container\n wait_for:\n host: \"{{ ansible_host }}\"\n port: 22\n state: started\n timeout: 300 # Wait up to 5 minutes for SSH to be available\n delegate_to: localhost\n run_once...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2383, "all_permissive": false }
ansible_role
Robert-litts/Automated_Proxmox-Backup-Server_Installation
8d74802d80ffdbc9cdc605c164081cced8d0dcfd
6
ansible/roles/proxmox_lxc_pbs
5,497
[ "no_license" ]
[ { "path": "ansible/roles/proxmox_lxc_pbs/tasks/main.yml", "content": "- name: Ensure /etc/subuid has the correct entries\n ansible.builtin.lineinfile:\n path: /etc/subuid\n line: \"{{ item }}\"\n create: yes\n state: present\n loop: \"{{ subuid_entries }}\"\n notify: Reload systemd\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2698, "all_permissive": false }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/aodh
5,497
[ "permissive" ]
[ { "path": "ansible/roles/aodh/tasks/check-containers.yml", "content": "---\n- name: Check aodh containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value.ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/barbican
5,497
[ "permissive" ]
[ { "path": "ansible/roles/barbican/tasks/check-containers.yml", "content": "---\n- name: Check barbican containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/blazar
5,497
[ "permissive" ]
[ { "path": "ansible/roles/blazar/tasks/check-containers.yml", "content": "---\n- name: Check blazar containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/ceilometer
5,497
[ "permissive" ]
[ { "path": "ansible/roles/ceilometer/tasks/check-containers.yml", "content": "---\n- name: Check ceilometer containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/cinder
5,497
[ "permissive" ]
[ { "path": "ansible/roles/cinder/tasks/check-containers.yml", "content": "---\n- name: Check cinder containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3472, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/cloudkitty
5,497
[ "permissive" ]
[ { "path": "ansible/roles/cloudkitty/tasks/check-containers.yml", "content": "---\n- name: Check cloudkitty containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 554, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/collectd
5,497
[ "permissive" ]
[ { "path": "ansible/roles/collectd/tasks/check-containers.yml", "content": "---\n- name: Check collectd containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/common
5,497
[ "permissive" ]
[ { "path": "ansible/roles/common/templates/fluentd.json.j2", "content": "{\n \"command\": \"fluentd -c /etc/fluentd/fluentd.conf -o /var/log/kolla/fluentd/fluentd.log\",\n \"config_files\": [\n {\n \"source\": \"{{ container_config_directory }}/fluentd.conf\",\n \"dest\": \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1589, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/cyborg
5,497
[ "permissive" ]
[ { "path": "ansible/roles/cyborg/tasks/check-containers.yml", "content": "---\n- name: Check cyborg containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 576, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/designate
5,497
[ "permissive" ]
[ { "path": "ansible/roles/designate/tasks/check-containers.yml", "content": "---\n- name: Check designate containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 552, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/etcd
5,497
[ "permissive" ]
[ { "path": "ansible/roles/etcd/tasks/check-containers.yml", "content": "---\n- name: Check etcd containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value.ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/glance
5,497
[ "permissive" ]
[ { "path": "ansible/roles/glance/tasks/check-containers.yml", "content": "---\n- name: Check glance containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/gnocchi
5,497
[ "permissive" ]
[ { "path": "ansible/roles/gnocchi/tasks/check-containers.yml", "content": "---\n- name: Check gnocchi containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.val...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2105, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/grafana
5,497
[ "permissive" ]
[ { "path": "ansible/roles/grafana/tasks/check-containers.yml", "content": "---\n- name: Check grafana containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.val...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": true }
ansible_role
tlum/kolla-ansible
a4402d68f7d315d28f6475c308036d39b3297c27
0
ansible/roles/heat
5,497
[ "permissive" ]
[ { "path": "ansible/roles/heat/tasks/check-containers.yml", "content": "---\n- name: Check heat containers\n become: true\n kolla_container:\n action: \"compare_container\"\n common_options: \"{{ docker_common_options }}\"\n name: \"{{ item.value.container_name }}\"\n image: \"{{ item.value.ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": true }