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
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.basis
8,103
[ "no_license" ]
[ { "path": "roles/paul.basis/tasks/main.yml", "content": "- name: ensure apt is at last version\n ansible.builtin.apt:\n update_cache: true\n upgrade: yes\n cache_valid_time: 86400 # One day\n\n- name: ensure sudo is ok\n ansible.builtin.apt:\n update_cache: true\n name: sudo\n\n- name: ensu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.happydomain
8,103
[ "no_license" ]
[ { "path": "roles/paul.happydomain/tasks/main.yml", "content": "- name: ensure python3 and pip are installed\n ansible.builtin.apt:\n update_cache: yes\n name:\n - python3\n - python3-pip\n state: present\n\n- name: ensure happydomain is imported\n ansible.builtin.import_role:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1598, "all_permissive": false }
ansible_role
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.hugo
8,103
[ "no_license" ]
[ { "path": "roles/paul.hugo/tasks/main.yml", "content": "- name: check if hugo folder already exists\n become: true\n stat:\n path: \"/var/www/html/adlin\"\n register: hugo\n\n- name: ensure hugo website is generated\n ansible.builtin.command: \"hugo -s sources/vitrine/\"\n delegate_to: \"localhost\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.knot
8,103
[ "no_license" ]
[ { "path": "roles/paul.knot/templates/knot.conf.j2", "content": "server:\n listen: 0.0.0.0@53\n listen: ::@53\n user: knot:knot\n\nkey:\n - id: happydomain\n algorithm: hmac-sha512\n secret: {{ happydomain_secret }}\n\nacl:\n - id: acl_happydomain\n key: happydomain\n action: transfer\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1560, "all_permissive": false }
ansible_role
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.nftables
8,103
[ "no_license" ]
[ { "path": "roles/paul.nftables/tasks/main.yml", "content": "- name: ensure nftables is installed\n become: true\n ansible.builtin.apt:\n name: \n - nftables\n\n- name: ensure nftables at startup\n become: true\n ansible.builtin.service:\n name: nftables\n enabled: true\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 835, "all_permissive": false }
ansible_role
Rouxxxx/adlin
32c2cc1a87987dac3c662338cbdd22b76dd8f951
0
roles/paul.securing
8,103
[ "no_license" ]
[ { "path": "roles/paul.securing/handlers/main.yml", "content": "- name: restart fail2ban\n ansible.builtin.service:\n name: fail2ban\n state: restarted\n\n- name: restart ssh\n ansible.builtin.service:\n name: sshd\n state: restarted\n\n", "license_type": "no_license", "detected_license...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2293, "all_permissive": false }
ansible_role
adammohammed/l2ansible
de61d295d98bff9afda984c9f2b9fe8c1628f6f9
0
iot/roles/influxdb
8,103
[ "no_license" ]
[ { "path": "iot/roles/influxdb/files/docker-compose.yml", "content": "version: \"3.7\"\n\nservices:\n influxdb:\n image: quay.io/influxdb/influxdb:v2.0.3\n ports:\n - \"8086:8086\"\n volumes:\n - iot-influx:/var/lib/influxdb\n environment:\n INFLUXD_BOLT_PATH: /var/lib/influxdb/in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 891, "all_permissive": false }
ansible_role
DBelyak/LAMP-NGINX-WP
dda6a0941468fada66b97613064f02010e383711
0
roles/apache
8,103
[ "no_license" ]
[ { "path": "roles/apache/templates/index.html.j2", "content": "<html>\n<head><title>Configuration Management Hands On</title></head>\n\n<h1>This server - {{ t_domain }} was provisioned using <strong>Ansible</strong></h1>\n\n</html>\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5250, "all_permissive": false }
ansible_role
DBelyak/LAMP-NGINX-WP
dda6a0941468fada66b97613064f02010e383711
0
roles/mysql
8,103
[ "no_license" ]
[ { "path": "roles/mysql/vars/mysql.yml", "content": "---\n\nmysql_deb_package: \"mysql-apt-config_{{ mysql_config_version }}_all.deb\"\nmysql_deb_repo: \"http://dev.mysql.com/get/{{ mysql_deb_package }}\"\n\n#mysql_config_version: 0.8.6-1\n#mysql_config_version: 0.8.14-1\n\nmysql_config_version: 0.8.6-1\n\nm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1322, "all_permissive": false }
ansible_role
DBelyak/LAMP-NGINX-WP
dda6a0941468fada66b97613064f02010e383711
0
roles/php
8,103
[ "no_license" ]
[ { "path": "roles/php/templates/check.php", "content": "<?php\necho get_current_user();\necho phpinfo() ?>\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/php/tasks/main.yaml", "content": "---\n- name: \"Include variables\"\n in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 446, "all_permissive": false }
ansible_role
DBelyak/LAMP-NGINX-WP
dda6a0941468fada66b97613064f02010e383711
0
roles/test
8,103
[ "no_license" ]
[ { "path": "roles/test/vars/var.yaml", "content": "---\nsites:\n - site.ru\n - site-2.ru\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/test/tasks/main.yaml", "content": "---\n\n- name: MySQL | Gather OS specific variables\n include_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 474, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_cpp/roles/prime_rib
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_cpp/roles/prime_rib/tasks/main.yml", "content": "---\n- name: Clone prime_rib\n git: repo=https://github.com/panchul/prime_rib.git\n dest=\"{{ ansible_env.HOME }}/mysandbox/prime_rib\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_cpp/roles/sb_cpp
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_cpp/roles/sb_cpp/tasks/main.yml", "content": "---\n- name: Clone cpp sandbox\n git: repo=https://github.com/panchul/sb_cpp.git\n dest=\"{{ ansible_env.HOME }}/mysandbox/sb_cpp\"\n \n\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_erl/roles/erlang
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_erl/roles/erlang/tasks/main.yml", "content": "---\n\n- name: Install packages Erlang might want\n apt: pkg={{ item }} state=installed\n become: yes\n become_method: sudo\n tags: [packages]\n with_items:\n# We won't go with the easy way, we'll compile the latest version ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_erl/roles/prime_rib
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_erl/roles/prime_rib/tasks/main.yml", "content": "---\n\n# NOTE: prime_rib is multi-language thing, in here, for Erlang playbook\n# we place it into the Erlang sandbox.\n- name: Clone prime_rib\n git: repo=https://github.com/panchul/prime_rib.git\n dest=\"{{ ansible_en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_generic/roles/vi
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_generic/roles/vi/tasks/main.yml", "content": "---\n\n- name: Create the config\n template: src=vimrc.j2 dest=\"{{ ansible_env.HOME }}/.vimrc\" backup=yes mode=0644\n\n# We already have template, no need to mess with it\n#\n#- name: Ensure the file is present\n# file: path=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 721, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/dev_scala/roles/scala
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/dev_scala/roles/scala/tasks/main.yml", "content": "---\n\n- name: Install packages\n apt: pkg={{ item }} state=installed\n become: yes\n become_method: sudo\n tags: [packages]\n with_items:\n# We get jdk-8 with the script provisioning\n# - openjdk-7-jdk\n## - eclipse-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1519, "all_permissive": false }
ansible_role
panchul/workspace
16abadccc525596e93cc15229b53c727bf9bb0a0
2
ansible/playbooks/generic/roles/common
8,103
[ "no_license" ]
[ { "path": "ansible/playbooks/generic/roles/common/tasks/main.yml", "content": "---\n\n- name: Refresh apt cache\n # If we want to keep the distribution up-to-date: upgrade=yes\n apt: update_cache=yes cache_valid_time=3600\n tags: [update]\n become: yes\n become_method: sudo\n\n- name: Set timezone vari...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 999, "all_permissive": false }
ansible_role
wastedminds1/Kubernetes-Cluster-Setup
6a72be969a7130c760be626cc17bf6319497922a
0
ansible/roles/common
8,103
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "---\n- name: Update apt package index\n apt:\n update_cache: yes\n\n- name: Install required system packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - apt-transport-https\n - ca-certificat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1231, "all_permissive": false }
ansible_role
wastedminds1/Kubernetes-Cluster-Setup
6a72be969a7130c760be626cc17bf6319497922a
0
ansible/roles/master
8,103
[ "no_license" ]
[ { "path": "ansible/roles/master/tasks/main.yml", "content": "---\n- name: Initialize Kubernetes cluster\n command: kubeadm init --pod-network-cidr=10.244.0.0/16\n register: kubeadm_init\n\n- name: Create .kube directory\n file:\n path: /home/ubuntu/.kube\n state: directory\n owner: ubuntu\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 892, "all_permissive": false }
ansible_role
wastedminds1/Kubernetes-Cluster-Setup
6a72be969a7130c760be626cc17bf6319497922a
0
ansible/roles/worker
8,103
[ "no_license" ]
[ { "path": "ansible/roles/worker/tasks/main.yaml", "content": "---\n- name: Read join command from file\n local_action: command cat join-command.txt\n register: join_command\n changed_when: false\n\n- name: Join worker to cluster\n command: \"{{ join_command.stdout }}\"", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
Mahadtkxel/Assignment_5_tkxel
e2525b2234008748182de01e4e087484babd5c0f
0
ansible_files/roles/install_node
8,103
[ "no_license" ]
[ { "path": "ansible_files/roles/install_node/tasks/main.yaml", "content": "---\n- name: Add NodeSource repository for Debian-based systems\n ansible.builtin.shell: |\n curl -fsSL https://deb.nodesource.com/setup_{{ nodejs_version }} | bash -\n when: ansible_os_family == \"Debian\"\n\n- name: Install Nod...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 678, "all_permissive": false }
ansible_role
xxx52rus/devops_school_ansible
a4a4deb45531f85de6cc0af9631322db0353ffbc
0
roles/ftpd
8,103
[ "no_license" ]
[ { "path": "roles/ftpd/tasks/main.yml", "content": "---\n- name: install ftpd server\n include_tasks: install_ftpd.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/ftpd/defaults/main.yml", "content": "---\n# defaults file for ftpd\nano...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3344, "all_permissive": false }
ansible_role
rokicool/ansible_work
d6783be2ee27d0e6552e0921c210d696a54c9272
0
roles/dj-wasabi.zabbix-agent
8,103
[ "no_license" ]
[ { "path": "roles/dj-wasabi.zabbix-agent/templates/user_parameter_linux_security_updates.conf.j2", "content": "### Option: UserParameter\n# User-defined parameter to monitor. There can be several user-defined parameters.\n# Format: UserParameter=<key>,<shell command>\n# See 'zabbix_agentd' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1740, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/bundler
8,103
[ "no_license" ]
[ { "path": "roles/bundler/tasks/main.yml", "content": "---\n- name: bundlerのインストール\n gem: name=bundler executable=/usr/local/rbenv/shims/gem user_install=false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/common
8,103
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: check locale\n command: localectl status\n register: localestatus\n changed_when: no\n\n- name: localeの設定\n command: localectl set-locale LANG=ja_JP.utf8\n when: localestatus.stdout_lines[0].count(\"ja_JP.utf8\") == 0\n\n- name: check ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/git
8,103
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: gitを最新版にするためのdevelをインストール\n with_items:\n - make\n - libcurl-devel\n - gcc\n - openssl-devel\n - expat-devel\n - gettext\n - asciidoc\n - xmlto\n - perl-ExtUtils-MakeMaker\n - autoconf\n yum: name={{ item }} state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 868, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/mysql
8,103
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yml", "content": "---\nmysql_repo: mysql57-community-release-el7-9.noarch\nmysql_repourl: http://dev.mysql.com/get/{{ mysql_repo }}.rpm\nmysql_ver: mysql57-community\nmysql_logdir: /var/log/mysql\nmy_cnf:\n mysqld:\n innodb_buffer_pool_size: 136M\n datadir: /var/lib/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3557, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/rbenv
8,103
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: readline-develのインストール\n yum: name=readline-devel state=present\n\n- name: rbenvのインストール\n git: repo=<EMAIL>:rbenv/rbenv.git dest=/usr/local/rbenv accept_hostkey=yes\n\n- name: /etc/profile.d/rbenv.shの作成\n file: path=/etc/profile.d/rbenv.sh s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1323, "all_permissive": false }
ansible_role
or-hasegawa/ansible-ruby
81ffd28ecdaf7138867940a064a86e76889af660
0
roles/vim
8,103
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: vimのコンパイルに必要なdevelをインストール\n with_items:\n - ncurses-devel\n - libXt-devel\n - libX11-devel\n - atk-devel\n - gtk2-devel\n - lua-devel\n yum: name={{ item }} state=present\n\n- name: 最新版のvimをgit clone\n become_method: su\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1515, "all_permissive": false }
ansible_role
faevourite/mastodon-oracle-cloud-free-tier
558e42aaa6d8b52b699f3d3b121ef7e32c74747d
20
roles/common-noroot
8,103
[ "no_license" ]
[ { "path": "roles/common-noroot/tasks/main.yaml", "content": "---\n- name: Setup ~/bin\n ansible.builtin.file:\n path: ~/bin\n state: directory\n\n- name: Add ~/bin to PATH\n ansible.builtin.lineinfile:\n line: 'export PATH=\"/home/{{ ansible_user_id }}/bin:$PATH\"'\n path: ~/.bashrc\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1183, "all_permissive": false }
ansible_role
faevourite/mastodon-oracle-cloud-free-tier
558e42aaa6d8b52b699f3d3b121ef7e32c74747d
20
roles/common-root
8,103
[ "no_license" ]
[ { "path": "roles/common-root/defaults/main.yaml", "content": "sshguard_block_time: 120\nsshguard_detection_time: 1800\nsshguard_threshold: 30\nsshguard_config_items:\n- sshguard.conf\n- allowlist\nsshguard_config_path: /etc/sshguard\n# Full path to backend executable\nsshguard_backend: /usr/libexec/sshguard...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2948, "all_permissive": false }
ansible_role
faevourite/mastodon-oracle-cloud-free-tier
558e42aaa6d8b52b699f3d3b121ef7e32c74747d
20
roles/docker
8,103
[ "no_license" ]
[ { "path": "roles/docker/templates/daemon.json", "content": "{\n \"features\": {\n \"buildkit\": true\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install docker\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 813, "all_permissive": false }
ansible_role
faevourite/mastodon-oracle-cloud-free-tier
558e42aaa6d8b52b699f3d3b121ef7e32c74747d
20
roles/mastodon
8,103
[ "no_license" ]
[ { "path": "roles/mastodon/templates/Caddyfile", "content": "(cloudflare) {\n tls {\n dns cloudflare {{ cloudflare_token }}\n }\n}\n\n{{ web_domain }} {\n import cloudflare\n\n @cache_control {\n path_regexp ^/(emoji|packs|/system/accounts/avatars|/system/media_attachments/files)\n }\n\n encode z...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 16361, "all_permissive": false }
ansible_role
faevourite/mastodon-oracle-cloud-free-tier
558e42aaa6d8b52b699f3d3b121ef7e32c74747d
20
roles/newrelic
8,103
[ "no_license" ]
[ { "path": "roles/newrelic/tasks/main.yaml", "content": "---\n- name: Setup newrelic # https://github.com/newrelic/infrastructure-agent-ansible\n become: true\n import_role:\n name: newrelic.newrelic-infra\n vars:\n nrinfragent_config:\n license_key: \"{{ newrelic_license_key }}\"\n log_fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
cardosineo98/TerraformAnsible
78681467b9f362dd0430a1d28cecc90ea4d5dfd0
0
roles/wordpress
8,102
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n - name: Criando Diretorio\n ansible.builtin.file:\n path: /srv/www\n state: directory \n owner: www-data\n group: www-data\n become: yes\n - name: download and extract\n ansible.builtin.unarchive:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2943, "all_permissive": false }
ansible_role
thawkins83/acg_demo
777071c5a2b013fdad7adb279c29c6658899947b
1
ansible/roles/aws_inspector
8,102
[ "no_license" ]
[ { "path": "ansible/roles/aws_inspector/tasks/main.yml", "content": "- name: Download AWS Inspector install file\n get_url:\n url: \"https://inspector-agent.amazonaws.com/linux/latest/install\"\n dest: \"/tmp/aws-inspector-install\"\n mode: '0755'\n\n- name: Intall AWS Inspector\n become: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
thawkins83/acg_demo
777071c5a2b013fdad7adb279c29c6658899947b
1
ansible/roles/boto
8,102
[ "no_license" ]
[ { "path": "ansible/roles/boto/tasks/main.yml", "content": "- name: Install boto3\n pip:\n name: boto3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
thawkins83/acg_demo
777071c5a2b013fdad7adb279c29c6658899947b
1
ansible/roles/openjdk
8,102
[ "no_license" ]
[ { "path": "ansible/roles/openjdk/tasks/main.yml", "content": "- name: Install openjdk8\n yum:\n name: 'java-1.8.0-openjdk'\n state: present\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
thawkins83/acg_demo
777071c5a2b013fdad7adb279c29c6658899947b
1
ansible/roles/python3
8,102
[ "no_license" ]
[ { "path": "ansible/roles/python3/tasks/main.yml", "content": "- name: Install python3\n command: \"amazon-linux-extras install python3\"\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 86, "all_permissive": false }
ansible_role
thawkins83/acg_demo
777071c5a2b013fdad7adb279c29c6658899947b
1
ansible/roles/yum_update
8,102
[ "no_license" ]
[ { "path": "ansible/roles/yum_update/tasks/main.yml", "content": "- name: Yum update\n yum:\n name: '*'\n state: latest\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
nithyan/terraform_workshop_provisioning
fe713430fbff759f6f3d1d8a15ed20d9bace6090
0
roles/just-cinemas-ui-deployment
8,102
[ "no_license" ]
[ { "path": "roles/just-cinemas-ui-deployment/defaults/main.yml", "content": "---\napplication_source: /home/vagrant/sync/deployables\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/just-cinemas-ui-deployment/tasks/dependencies.yml", "con...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1976, "all_permissive": false }
ansible_role
nithyan/terraform_workshop_provisioning
fe713430fbff759f6f3d1d8a15ed20d9bace6090
0
roles/nginx
8,102
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf", "content": "#user nginx;\nworker_processes 3;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1173, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/dotfiles
8,102
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n# tasks file for dotfiles\n- block:\n - name: clone dotfiles\n git:\n repo: <EMAIL>:sfus/dotfiles.git\n dest: '{{ dotfiles_dir }}'\n accept_hostkey: true\n\n # - name: install oh-my-zsh\n # shell: \"curl -fsSL https://raw.git...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 931, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/emacs
8,102
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n# tasks file for emacs\n- block:\n - block:\n\n - name: clone emacs.d\n git:\n repo: <EMAIL>:sfus/emacs.d.git\n dest: '{{ emacs_dir }}'\n update: no\n\n - name: create symbolic links to emacs\n command: \"{{ emacs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/fonts
8,102
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n# tasks file for fonts\n\n- block:\n\n - name: Download migu1m\n get_url:\n url: https://github.com/itouhiro/mixfont-mplus-ipa/releases/download/v2020.0307/migu-1m-20200307.zip\n dest: ~/Downloads/migu-1m-20200307.zip\n force: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1037, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/homebrew
8,102
[ "no_license" ]
[ { "path": "roles/homebrew/vars/main.yml", "content": "---\nhomebrew_root: /opt/homebrew\n#homebrew_root: /usr/local\n\n# vars file for homebrew\nhomebrew_taps:\n # - homebrew/dupes\n # - homebrew/versions\n # - homebrew/boneyard\n # - homebrew/binary\n # - drone/drone\n - johanhaleby/kubetail\n # - s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5302, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/homebrew-cask
8,102
[ "no_license" ]
[ { "path": "roles/homebrew-cask/tasks/main.yml", "content": "---\n# tasks file for homebrew-cask\n# http://docs.ansible.com/ansible/latest/modules/homebrew_cask_module.html\n\n- block:\n - block:\n - name: tap homebrew cask\n homebrew_tap:\n name: '{{ item }}'\n state: present\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3950, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/java
8,102
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n# https://sdkman.io/install\n- block:\n\n - name: check sdkman\n stat:\n path: \"{{ sdkman_dir }}\"\n register: dir_stat\n\n - name: install sdkman\n shell: \"curl -s 'https://get.sdkman.io' | bash\"\n when: di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/mas
8,102
[ "no_license" ]
[ { "path": "roles/mas/vars/main.yml", "content": "---\n# vars file for mas\n\npackages:\n # - { id: 497799835, name: Xcode }\n # - { id: 409201541, name: Pages }\n # - { id: 409203825, name: Numbers }\n # - { id: 409183694, name: Keynote }\n # - { id: 823766827, name: OneDrive }\n # - { id: 510934...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1964, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/nodejs
8,102
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs using nvm\n- block:\n\n - block:\n - name: check nvm dir\n stat:\n path: \"{{ nodejs_nvm_dir }}\"\n register: dir_stat\n\n - name: install nvm\n git:\n repo: https://github.com/nvm-sh/nvm.gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1809, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/perl
8,102
[ "no_license" ]
[ { "path": "roles/perl/vars/main.yml", "content": "---\n# vars file for perl\nperl_plenv_dir: ~/.plenv\nperl_version: 5.28.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/perl/tasks/main.yml", "content": "---\n# tasks file for perl\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1733, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/python
8,102
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n# tasks file for python\n- block:\n - block:\n - name: check pyenv\n stat:\n path: \"{{ python_pyenv_dir }}\"\n register: dir_stat\n\n - name: install pyenv\n git:\n repo: https://github.com/yyuu/pyenv.git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3846, "all_permissive": false }
ansible_role
sfus/dotfiles-ansible
a2636d64d02ccc76a4a2741cbe8480ae4324f271
0
roles/ruby
8,102
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n# tasks file for ruby\n# https://qiita.com/isobecky74/items/8da462a4a3b6f41b5a49\n- block:\n - block:\n - name: check rbenv\n stat:\n path: \"{{ ruby_rbenv_dir }}\"\n register: dir_stat\n\n - name: install rbenv\n git:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2242, "all_permissive": false }
ansible_role
raafatabualazm/Udacity-CD
cb3667a29f6fb5049fb49d6425e286424708f164
0
Excercise 3/roles/Setup
8,102
[ "no_license" ]
[ { "path": "Excercise 3/roles/Setup/tasks/main.yml", "content": "- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"Install nodejs\"\n become: yes\n apt:\n name: nodejs\n update_cache: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
raafatabualazm/Udacity-CD
cb3667a29f6fb5049fb49d6425e286424708f164
0
Excercise 5/roles/Setup
8,102
[ "no_license" ]
[ { "path": "Excercise 5/roles/Setup/tasks/main.yml", "content": "- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"Install nodejs\"\n become: yes\n apt:\n name: nodejs\n update_cache: yes\n\n- name: \"Install npm\"\n become: yes\n apt:\n name: npm\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
Alexarikel/password_policy
304f5d59b0840d437f82bc761c664b5e7c9f1a77
0
roles/password_policy
8,102
[ "no_license" ]
[ { "path": "roles/password_policy/tasks/main.yml", "content": "---\n# tasks file for password_policy\n- name: Set password policy\n include_vars: ../defaults/main.yml\n\n- name: Allow passwordless sudo\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: \"^%sudo\"\n line: \"%sudo ALL=...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5764, "all_permissive": false }
ansible_role
VoightCloud/Jenkins
127b5b526ba2caa925e4bc744ea066a565074aea
0
roles/jenkins
8,102
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yaml", "content": "- name: Install jenkinsci repos\n kubernetes.core.helm_repository:\n name: jenkinsci\n repo_url: \"https://charts.jenkins.io\"\n\n- name: Create namespace\n kubernetes.core.k8s:\n name: \"{{ namespace }}\"\n api_version: v1\n kind: name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 11756, "all_permissive": false }
ansible_role
datworks101/systemd-rc-local
ab5ced841c0507e7a6d190be0afc05c6f76140cf
0
roles/rc
8,102
[ "no_license" ]
[ { "path": "roles/rc/files/rc.local", "content": "#!/bin/sh -e\n#\n# rc.local -- Added for compatibility with systemd\n#\n# Enable with:\n#\n# $ systemctl unmask rc-local\n# $ systemctl enable rc-local\n# $ systemctl start rc-local\n\n\nsystemctl stop systemd-hostnamed\nsystemctl start systemd-hostnamed\n\ns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 601, "all_permissive": false }
ansible_role
nermineadel/Myendrupal_setup
8e279ab23048b21e4a76002f1bfa6e54ec16f8d9
0
roles/drupal
8,102
[ "no_license" ]
[ { "path": "roles/drupal/defaults/main.yml", "content": "---\ndrupal_projpath: /var/www/drupal\nproj_owner: www-data\nproj_grp: www-data", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/drupal/tasks/main.yml", "content": "---\n\n- name: Ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1574, "all_permissive": false }
ansible_role
nermineadel/Myendrupal_setup
8e279ab23048b21e4a76002f1bfa6e54ec16f8d9
0
roles/nginx
8,102
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\ndrupal_projpath: /var/www/drupal\nproj_owner: www-data", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx and associa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
nermineadel/Myendrupal_setup
8e279ab23048b21e4a76002f1bfa6e54ec16f8d9
0
roles/php
8,102
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n\n- name: Install PHP and associated packages\n apt: name=php5-fpm state=latest\n\n- name: Install PHP GD library\n apt: name=php5-gd state=latest\n notify:\n - Restart Nginx\n\n- name: Change settings in default php.ini file \n lineinfile: \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
nermineadel/Myendrupal_setup
8e279ab23048b21e4a76002f1bfa6e54ec16f8d9
0
roles/psql
8,102
[ "no_license" ]
[ { "path": "roles/psql/tasks/setup.yml", "content": "---\n\n- name: Install postgresql-9.3 \n apt: name=postgresql-9.3 state=installed update-cache=yes \n\n\n- name: Install PSQL module for PHP \n apt: name=php5-pgsql state=latest\n\n- name: Install development header files\n apt: pkg=libpq-dev state=inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1255, "all_permissive": false }
ansible_role
maximecohen2/java_b3_exam-dc
c9c2cdf5ef46f8c24a3175fbc42d44822b825c78
0
roles/wildfly-server
8,102
[ "no_license" ]
[ { "path": "roles/wildfly-server/vars/main.yml", "content": "wildfly_user: 'wildfly'\nwildfly_opt: '/opt/wildfly'\nwildfly_etc: '/etc/wildfly'\nwildfly_home: '/home/wildfly'\nwildfly_path: '{{wildfly_home}}/wildfly-11.0.0.Final'\nwildfly_bin: '{{wildfly_path}}/bin'\nwildfly_systemd: '{{wildfly_path}}/docs/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1915, "all_permissive": false }
ansible_role
Otus-DevOps-2020-08/kaksam_infra
a5bf7edb32834cadd2918befd35541bddc7eae78
0
ansible/roles/app
8,102
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "---\n# defaults file for app\ndb_host: \"{{ hostvars['dbserver'].db_host }}\"\nenv: local\ndeploy_user: appuser\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible/roles/app/handl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 659, "all_permissive": false }
ansible_role
Otus-DevOps-2020-08/kaksam_infra
a5bf7edb32834cadd2918befd35541bddc7eae78
0
ansible/roles/db
8,102
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n- name: Install requirements DB\n apt:\n update_cache: yes\n name:\n - apt-transport-https\n - libcurl3-gnutls\n - ca-certificates\n tags: db\n\n- name: Add key from the URL\n apt_key:\n url: https://www.mongod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 781, "all_permissive": false }
ansible_role
wesleypaesdasilva/vagrant-ansible-wordpress
db79575842040689c6d3e215ba59e9c11f54b6dc
0
roles/apache
8,102
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- name: ' Configura Apache para servir Wordpress'\n template:\n src: 'templates/000-default.conf.j2'\n dest: '/etc/apache2/sites-available/000-default.conf'\n become: yes\n notify: \n - restart apache", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
wesleypaesdasilva/vagrant-ansible-wordpress
db79575842040689c6d3e215ba59e9c11f54b6dc
0
roles/wordpress
8,102
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: 'Instala pacotes de dependencia do sistema operacional'\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - php5\n - apache2\n - libapache2-mod-php5\n - php5-gd\n - libssh2-php\n - php5-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": false }
ansible_role
Otus-DevOps-2023-03/asazanoff_infra
4a6882c9d59ee7df4b7c786f1825ec6f36263a2a
0
ansible/roles/app
8,099
[ "no_license" ]
[ { "path": "ansible/roles/app/defaults/main.yml", "content": "---\n# defaults file for app\ndb_host: 10.128.0.11\nenv: local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
Otus-DevOps-2023-03/asazanoff_infra
4a6882c9d59ee7df4b7c786f1825ec6f36263a2a
0
ansible/roles/db
8,099
[ "no_license" ]
[ { "path": "ansible/roles/db/handlers/main.yml", "content": "---\n# handlers file for db\n- name: Restart database service\n service:\n name: mongod\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/roles/db/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 362, "all_permissive": false }
ansible_role
lucawilly/ansible-playbooks
a6d3a4e22c49178b17fa87eef07519edb47266f1
0
grafana/k8s/roles/grafana-k8s
8,099
[ "permissive" ]
[ { "path": "grafana/k8s/roles/grafana-k8s/tasks/claim-volume.yml", "content": "\n - name: Create a claim volume \"{{namespace_name}}\"\n kubernetes.core.k8s:\n state: present\n template:\n path: 'claim.j2'", "license_type": "permissive", "detected_licenses": [ "Apache-2...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 5641, "all_permissive": true }
ansible_role
lucawilly/ansible-playbooks
a6d3a4e22c49178b17fa87eef07519edb47266f1
0
grafana/k8s/roles/persistent-volume-k8s
8,099
[ "permissive" ]
[ { "path": "grafana/k8s/roles/persistent-volume-k8s/tasks/main.yml", "content": "---\n - name: Create a persistent volume\n k8s:\n state: present\n definition:\n apiVersion: v1\n kind: PersistentVolume\n metadata:\n name: \"{{volume_persistent_name}}\"\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": true }
ansible_role
lucawilly/ansible-playbooks
a6d3a4e22c49178b17fa87eef07519edb47266f1
0
grafana/k8s/roles/postgres-k8s
8,099
[ "permissive" ]
[ { "path": "grafana/k8s/roles/postgres-k8s/templates/secret.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: \"{{label_app}}-secret\"\n namespace: \"{{namespace_name}}\"\ntype: Opaque\ndata:\n postgres-password: \"{{postgres_password | b64encode }}\"", "license_type": "permissive", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 2768, "all_permissive": true }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example1/4-copy-role-book/roles/simple
8,099
[ "no_license" ]
[ { "path": "example1/4-copy-role-book/roles/simple/tasks/main.yml", "content": "---\n- name: copy a file\n copy: src=file dest=/tmp/file\n tags: simple\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 71, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example1/5-advanced-role-book/roles/advanced
8,099
[ "no_license" ]
[ { "path": "example1/5-advanced-role-book/roles/advanced/tasks/user.yml", "content": "---\n- name: Create a user {{ username }}\n user: name={{ username }} comment=\"Joop\" shell=/bin/bash groups=adm\n sudo: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 509, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example1/5-advanced-role-book/roles/dependency
8,099
[ "no_license" ]
[ { "path": "example1/5-advanced-role-book/roles/dependency/tasks/main.yml", "content": "---\n- name: install with {{ dependency_var }}\n command: echo \"install {{ dependency_var }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example1/5-advanced-role-book/roles/optional
8,099
[ "no_license" ]
[ { "path": "example1/5-advanced-role-book/roles/optional/tasks/main.yml", "content": "---\n - name: some optional things\n action: command ls\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 56, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example2/roles/common
8,099
[ "no_license" ]
[ { "path": "example2/roles/common/templates/ntp.conf.j2", "content": "server ntp.ubuntu.com\nserver {{ ntpserver }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "example2/roles/common/tasks/main.yml", "content": "---\n\n- name: install ntp\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 328, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example2/roles/loadbalancer
8,099
[ "no_license" ]
[ { "path": "example2/roles/loadbalancer/tasks/main.yml", "content": "---\n- name: install haproxy\n apt: pkg={{ item }} state=present update_cache=true cache_valid_time=3600\n with_items:\n - haproxy\n - socat\n tags: haproxy\n\n- name: enable haproxy to start\n copy: src=haproxy dest=/etc/default/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1133, "all_permissive": false }
ansible_role
zilverline/goto-ansible
7c62d2eb4cd76ef9d58c09bf4c905d3b1c307cb3
0
example2/roles/webserver
8,099
[ "no_license" ]
[ { "path": "example2/roles/webserver/defaults/main.yml", "content": "---\nhtml_root: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "example2/roles/webserver/tasks/main.yml", "content": "---\n- name: install apache\n apt: pkg=ap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1014, "all_permissive": false }
ansible_role
HHZ-UCC/ucc
f260979de879d528ed0d1b7cd38876092c341a2e
1
.ansible/roles/deploy
8,099
[ "no_license" ]
[ { "path": ".ansible/roles/deploy/vars/main.yml", "content": "---\ndeployment_directory_source: \"{{ playbook_dir }}/../\"\ndeployment_directory_path: \"/deployment\"\ncertbot_admin_mail: \"<EMAIL>\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11879, "all_permissive": false }
ansible_role
timrourke/vk8s
9ef8b63d827dc214e4186eadaca6978355b4b76f
0
roles/docker
8,099
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# Install Docker\n\n- name: Add Docker apt-key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker apt repository\n apt_repository:\n repo: 'deb [arch=amd64] https://download.docker.com/lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
timrourke/vk8s
9ef8b63d827dc214e4186eadaca6978355b4b76f
0
roles/kubernetes
8,099
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n# Install kubernetes\n\n- name: Install APT Transport HTTPS\n apt:\n name: apt-transport-https\n state: present\n\n- name: Add Kubernetes apt-key\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
timrourke/vk8s
9ef8b63d827dc214e4186eadaca6978355b4b76f
0
roles/kubernetes-master
8,099
[ "no_license" ]
[ { "path": "roles/kubernetes-master/tasks/main.yml", "content": "---\n# kubernetes-master node setup\n\n- name: Allow k8s master API traffic\n ufw:\n rule: allow\n port: 6443\n proto: tcp\n\n- name: Allow k8s master API traffic\n ufw:\n rule: allow\n port: 8001\n proto: tcp\n\n- name: All...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1434, "all_permissive": false }
ansible_role
timrourke/vk8s
9ef8b63d827dc214e4186eadaca6978355b4b76f
0
roles/kubernetes-workers
8,099
[ "no_license" ]
[ { "path": "roles/kubernetes-workers/tasks/main.yml", "content": "---\n# Configure Kubernetes workers\n\n- name: Allow k8s worker healthcheck\n ufw:\n rule: allow\n port: 10250\n proto: tcp\n\n- name: Allow Flannel UDP backend\n ufw:\n rule: allow\n port: 8285\n proto: udp\n\n- name: Allo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/firstSetupOthers
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/firstSetupOthers/tasks/main.yml", "content": "---\n# tasks file for firstSetupOthers\n\n- name: Add user\n user:\n name: \"{{ nonpriv_user }}\"\n password: <PASSWORD>.'\n\n- block:\n\n - name: Make sure to have Wheel group (Centos)\n group:\n name: wheel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1943, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/firstsetup
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/firstsetup/tasks/main.yaml", "content": "---\n\n- name: Add user\n user:\n name: \"{{ current_user }}\"\n password: <PASSWORD>.'\n\n- block:\n - name: Make sure to have Wheel group (Centos)\n group:\n name: wheel\n state: present\n\n - name: Add user to ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2149, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/firstsetupkali
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/firstsetupkali/tasks/main.yaml", "content": "---\n- name: Add user\n user:\n name: \"{{ nonpriv_user }}\"\n password: <PASSWORD>.'\n\n- name: Make sure to have Sudo group\n group:\n name: sudo\n state: present\n\n- name: Add user to Sudo group\n user:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1190, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/kvm
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/kvm/tasks/main.yaml", "content": "---\n- block:\n\n - name: Install Packages (Centos)\n yum:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ kvm_packages1 }}\"\n\n when: ansible_os_family == \"RedHat\"\n\n\n- block:\n\n - name: Install Packages (Debian)\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 928, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/linux_desktop
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/linux_desktop/tasks/Debian.yml", "content": "- name: install desktop environment KDE (Debian)\n apt: name={{ item }} state=present install_recommends=yes\n with_items:\n - kde-standard\n - kde-plasma-desktop\n when: linux_desktop == 'kde'\n\n- name: install desktop envi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2714, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/mynetwork
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/mynetwork/templates/bridge.j2", "content": "DEVICE={{bridge_device_name}}\nTYPE=Bridge\nBOOTPROTO=static\nONBOOT=yes\nNM_CONTRILLED=no\nDELAY=0\nIPADDR={{static_ip_addr}}\nPREFIX=24\nGATEWAY={{static_gateway}}\nDNS=8.8.8.8\nPROXY_METHOD=none\nBROWSER_ONLY=no\nDEFROUTE=yes\n\n#IPV...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2903, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/nextstep
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/nextstep/handlers/main.yaml", "content": "---\n- name: Restart ssh\n service:\n name: ssh\n state: restarted\n\n- name: Restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: Restart network\n service:\n name: network\n state: restarted\n\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3014, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/tor_kali
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/tor_kali/tasks/main.yml", "content": "---\n# tasks file for tor_kali\n\n- name: install tor\n apt:\n name: \"{{ item }}\"\n state: absent\n loop: \"{{ tor_packages }}\"\n\n- name: Create directory\n become: False\n file:\n path: /home/{{nonpriv_user}}/tor-browser\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 984, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
firstSetup/roles/vagrant
8,099
[ "no_license" ]
[ { "path": "firstSetup/roles/vagrant/tasks/main.yaml", "content": "---\n- block:\n\n - name: Install Packages (Centos)\n yum:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ vagrant_packages }}\"\n\n - name: installing Vagrant (Centos)\n yum:\n name: https://releases.hashicorp....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
project-app/roles/flask-app
8,099
[ "no_license" ]
[ { "path": "project-app/roles/flask-app/tasks/main.yml", "content": "---\n# tasks file for flask-app\n\n- name: Create WORKDIR\n file:\n path: /usr/src/app\n state: directory\n owner: root\n group: root\n mode: 0775\n\n- block:\n\n - name: Install tar (Alipne)\n apk:\n name: tar\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2590, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
project-app/roles/flask-app-local
8,099
[ "no_license" ]
[ { "path": "project-app/roles/flask-app-local/tasks/main.yml", "content": "---\n# tasks file for flask-app\n\n- name: Create WORKDIR\n file:\n path: /{{base_path}}/{{development_path}}/{{flask_project_path}}\n state: directory\n owner: root\n group: root\n mode: 0775\n\n- name: Unarchive proj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
project-app/roles/react-app
8,099
[ "no_license" ]
[ { "path": "project-app/roles/react-app/tasks/main.yml", "content": "---\n# tasks file for react-app\n\n- name: Create WORKDIR\n file:\n path: /usr/src/app\n state: directory\n owner: root\n group: root\n mode: 0775\n\n- block:\n\n - name: Install tar (Alipne)\n apk:\n name: tar\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1054, "all_permissive": false }
ansible_role
uav2608/mysetup_v4
7d604e4a8a365b4857afd1e3de043ac9df33955c
0
project-app/roles/react-app-local
8,099
[ "no_license" ]
[ { "path": "project-app/roles/react-app-local/tasks/main.yml", "content": "---\n# tasks file for react-app\n\n- name: Create WORKDIR\n file:\n path: /{{base_path}}/{{development_path}}/{{react_project_path}}\n state: directory\n owner: root\n group: root\n mode: 0775\n\n- name: Unarchive proj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
Yourfriendsudha/autodeploy
133117f6bf07f8f1d33248c1d46f73a147a23607
0
.circleci/ansible/roles/deploy
8,099
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "--- \n- name: \"copy backend binaries\"\n become: yes\n synchronize:\n src: ../../backend/dist\n dest: /home/ubuntu/udapeople\n recursive: true\n\n- name: \"copy node_modules\"\n become: yes\n synchronize:\n src: ../....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1095, "all_permissive": false }
ansible_role
eutm/ansible-docker
132403081373e9bfbc043877fe626489d132ab9d
0
ansible/roles/client
8,099
[ "no_license" ]
[ { "path": "ansible/roles/client/tasks/main.yml", "content": "---\n- name: Install client\n docker_container:\n name: client\n image: registry.gitlab.com/my-group/client\n state: started\n pull: yes\n restart_policy: always\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }