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 | ngyewch/ansible-collections | add8a2db6260e1e0f4af1d271940351b07920d04 | 0 | aws/roles/strongswan_server | 7,186 | [
"no_license"
] | [
{
"path": "aws/roles/strongswan_server/handlers/main.yml",
"content": "---\n- name: Restart strongswan\n systemd:\n name: strongswan\n state: restarted\n become: yes\n\n- name: Update sysctl\n command: sysctl --system\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2803,
"all_permissive": false
} |
ansible_role | dnoel-redhat/my_ansible_project | d2803760cd12a73651854d9d48c0addac5ce9206 | 1 | roles/db-server | 7,186 | [
"no_license"
] | [
{
"path": "roles/db-server/vars/main.yml",
"content": "---\n# vars file for db-server\ndb_package: postgresql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/db-server/tasks/main.yml",
"content": "---\n# tasks file for db-server\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | dnoel-redhat/my_ansible_project | d2803760cd12a73651854d9d48c0addac5ce9206 | 1 | roles/enable-repos | 7,186 | [
"no_license"
] | [
{
"path": "roles/enable-repos/tasks/main.yml",
"content": "---\n# tasks file for enable-repos\n- name: enable repositories\n template:\n src: open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 247,
"all_permissive": false
} |
ansible_role | dnoel-redhat/my_ansible_project | d2803760cd12a73651854d9d48c0addac5ce9206 | 1 | roles/frontend | 7,186 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "---\n# tasks file for frontend\n- name: install \"{{ apache_package }}\" package\n yum:\n name: \"{{ apache_package }}\"\n state: latest\n\n- name: install \"{{ haproxy_package }}\" package\n yum:\n name: \"{{ haproxy_package }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 611,
"all_permissive": false
} |
ansible_role | quanltsimple/ansible-collect | bd893772ce8dce4a7fe869a07d01dc4969108a3d | 2 | roles/alertmanager | 7,186 | [
"no_license"
] | [
{
"path": "roles/alertmanager/templates/init.service.j2",
"content": "[Unit]\nDescription={{serviceName}} for prometheus\n\n[Service]\nRestart=always\nUser={{ userId }}\nExecStart={{ exec_command }} \nExecReload=/bin/kill -HUP $MAINPID\nTimeoutStopSec=20s\nSendSIGKILL=no\n\n[Install]\nWantedBy=mult... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1562,
"all_permissive": false
} |
ansible_role | quanltsimple/ansible-collect | bd893772ce8dce4a7fe869a07d01dc4969108a3d | 2 | roles/grafana_loki | 7,186 | [
"no_license"
] | [
{
"path": "roles/grafana_loki/handlers/main.yml",
"content": "- name: Restart the Loki service\n service:\n name: loki\n state: restarted\n listen: event_restart_alertmanager\n\n- name: Reload systemd\n command: systemctl daemon-reload\n listen: systemd_reload",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1676,
"all_permissive": false
} |
ansible_role | quanltsimple/ansible-collect | bd893772ce8dce4a7fe869a07d01dc4969108a3d | 2 | roles/promtail_agent | 7,186 | [
"no_license"
] | [
{
"path": "roles/promtail_agent/handlers/main.yml",
"content": "- name: Restart the Promtail service\n service:\n name: promtail\n state: restarted\n listen: event_restart_alertmanager\n\n- name: Reload systemd\n command: systemctl daemon-reload\n listen: systemd_reload",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | dravetech/network-validation-napalm | da0690a3b94efe150ee1b8375a2e66c949ab65fb | 11 | 2_intent/roles/deploy | 7,186 | [
"permissive"
] | [
{
"path": "2_intent/roles/deploy/tasks/main.yaml",
"content": "---\n- name: Assemble all the configuration bits\n assemble:\n src: \"{{ host_dir }}/\"\n dest: \"{{ host_dir }}/assembled.conf\"\n check_mode: no\n changed_when: False\n- name: \"Deploy Fabric\"\n napalm_install_config:\n hostn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": true
} |
ansible_role | dravetech/network-validation-napalm | da0690a3b94efe150ee1b8375a2e66c949ab65fb | 11 | 2_intent/roles/validate_assert | 7,186 | [
"permissive"
] | [
{
"path": "2_intent/roles/validate_assert/tasks/main.yaml",
"content": "---\n- pause:\n seconds: 10\n- name: get facts from device\n napalm_get_facts:\n hostname: \"{{ host }}\"\n username: \"{{ username }}\"\n dev_os: \"{{ os }}\"\n password: \"{{ <PASSWORD> }}\"\n optional_args:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 728,
"all_permissive": true
} |
ansible_role | dravetech/network-validation-napalm | da0690a3b94efe150ee1b8375a2e66c949ab65fb | 11 | 2_intent/roles/validate_static | 7,186 | [
"permissive"
] | [
{
"path": "2_intent/roles/validate_static/files/r3/routes.yaml",
"content": "---\n- get_interfaces_ip:\n ge-0/0/1.0:\n ipv6:\n 2001:db8:caf3:13::1:\n prefix_length: 127\n ge-0/0/2.0:\n ipv6:\n 2001:db8:caf3:23::1:\n prefix_length: 127\n lo0.0:\n ipv6:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4968,
"all_permissive": true
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/base | 7,195 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: install packages\n apt: \n name: \"{{ item }}\"\n with_items:\n - git\n - git-core\n - nano\n - vim\n - htop\n - screen\n - tmux\n - zip\n - unzip\n - mc\n - dos2unix\n - software-properties-common\n - apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/docker | 7,195 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: install packages\n apt: \n name: \"{{ item }}\"\n with_items:\n - apt-transport-https\n - ca-certificates\n\n- name: add key\n command: bash -lc \"apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys <KEY>\"\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/linux-swap | 7,195 | [
"no_license"
] | [
{
"path": "roles/linux-swap/tasks/main.yml",
"content": "- name: Create a Swap File\n command: bash -lc \"fallocate -l 2G /swapfile\"\n\n- name: Enabling the Swap File\n command: bash -lc \"sudo chmod 600 /swapfile\"\n\n- name: mkswap\n command: bash -lc \"mkswap /swapfile\"\n\n- name: swapon\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/local-machine | 7,195 | [
"no_license"
] | [
{
"path": "roles/local-machine/tasks/main.yml",
"content": "- include: ssh.yml\n- include: powerline-fonts.yml\n- include: chrome.yml\n- include: slack.yml\n- include: telegram.yml\n\n\n- name: add partner repository\n apt_repository: repo=\"{{item}}\"\n with_items:\n - \"deb http://archive.canonical.c... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2858,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/nginx | 7,195 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Add nginx repository\n apt_repository: repo='ppa:nginx/stable'\n\n- name: Install nginx\n action: apt pkg=nginx-extras state=installed update_cache=true\n\n- name: add nginx config\n template: src=nginx dest=/etc/nginx/nginx.conf\n notify: rest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/nodejs | 7,195 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "- name: install nodejs\n apt: \n pkg: nodejs\n\n- name: install npm\n apt: \n pkg: npm\n\n- name: nodejs symlink node\n file:\n src: /usr/bin/nodejs\n dest: /usr/bin/node\n state: link\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/php5 | 7,195 | [
"no_license"
] | [
{
"path": "roles/php5/tasks/main.yml",
"content": "- name: Add php repository\n apt_repository: repo='ppa:ondrej/php'\n\n- name: install php5.6\n apt: pkg={{ item }}\n with_items:\n - php5.6-common\n - php5.6\n - php5.6-cgi\n - php5.6-dev\n - php5.6-fpm\n - php5.6-memcache\n - php5.6... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 666,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/php7 | 7,195 | [
"no_license"
] | [
{
"path": "roles/php7/tasks/main.yml",
"content": "- name: install php7\n apt: pkg={{ item }}\n with_items:\n - php7.0\n - php7.0-cli\n - php7.0-dev\n - php7.0-fpm\n - php7.0-mbstring\n - php7.0-mcrypt\n - php7.0-mysql\n - php7.0-pgsql\n - php7.0-pdo\n - php7.0-gd\n - php7... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1066,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/phpmyadmin | 7,195 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/tasks/main.yml",
"content": "- name: clone\n git: repo=https://github.com/phpmyadmin/phpmyadmin.git dest=/var/www/pma depth=1 update=no\n\n- name: composer\n command: composer install chdir=/var/www/pma\n\n- name: add nginx config\n template: src=pma.conf dest=/etc/nginx/sites... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/redis | 7,195 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: install\n apt:\n pkg: redis-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 45,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/ruby | 7,195 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: Install libreadline\n apt:\n pkg: libreadline-dev\n\n- name: clone rbenv\n git: repo=https://github.com/rbenv/rbenv.git dest=/home/{{ user_name }}/.rbenv depth=1 force=no\n\n- name: export rbenv to .bash_profile\n command: bash -lc \"echo 'exp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/sendmail | 7,195 | [
"no_license"
] | [
{
"path": "roles/sendmail/tasks/main.yml",
"content": "- name: install packages\n apt: \n name: \"{{ item }}\"\n with_items:\n - sendmail\n\n- name: add hostname\n template: src=hostname dest=/etc/hostname\n\n- name: add hosts\n template: src=hosts dest=/etc/hosts\n\n- name: restart hostname \n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/user | 7,195 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: Creating user \"{{ user_name }}\" with sudoer\n user: name={{ user_name }} password={{ <PASSWORD> |password_hash('<PASSWORD>') }} groups=\"sudo\" append=yes\n sudo: yes\n\n- name: create ssh directory\n file: path=//home/{{ user_name }}/.ssh stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/vim | 7,195 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "- name: create folder .vim\n file: path=/home/{{ user_name }}/.vim state=directory mode=0755\n\n- name: create folder autoload\n file: path=/home/{{ user_name }}/.vim/autoload state=directory mode=0755\n\n- name: create folder bundle\n file: path=/home/{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6565,
"all_permissive": false
} |
ansible_role | staskjs/ansible-installer | 6fbaaf2a6681427c0174b93e42157c9022d4f801 | 0 | roles/zsh | 7,195 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: Install zsh\n apt:\n pkg: zsh\n \n- name: Clone oh-my-zsh repo\n git: repo=https://github.com/robbyrussell/oh-my-zsh.git dest=/home/{{ user_name }}/.oh-my-zsh depth=1 force=no\n\n- name: remove standard zshrc\n file: path=/home/{{ user_name }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/apache | 7,195 | [
"no_license"
] | [
{
"path": "roles/apache/meta/main.yml",
"content": "---\ngalaxy_info:\n author: AB\n description: Ansible role to install Apache\n license: WTFPL-2.0\n min_ansible_version: 1.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n - name: Debian\n versions:\n - all\n - name: EL\n versio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2663,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/hardening | 7,195 | [
"no_license"
] | [
{
"path": "roles/hardening/tasks/main.yml",
"content": "---\n# tasks file for hardening\n\n- name: Gather OS Specific Variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml\"\n - \"../vars/{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1423,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/mariadb | 7,195 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/CentOS.yml",
"content": "mariadb_service: mariadb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/mariadb/vars/defaults.yml",
"content": "mariadb_service: mysql\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2466,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/memcached | 7,195 | [
"no_license"
] | [
{
"path": "roles/memcached/templates/memcached.conf.j2",
"content": "-d\n-p {{ memcached_port }}\n-u {{ memcached_user }}\n-c {{ memcached_connections }}\n-m {{ memcached_memory_limit }}\n{% if memcached_bind_localhost_only %}\n-l {{ memcached_listen_ip }}\n{% endif %}\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3976,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/nginx | 7,195 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Gather OS Specific Variables\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml\"\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_release ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2026,
"all_permissive": false
} |
ansible_role | grassharper/ansible | fa805e8ab3f0ed35071c8cfb65af1e27022a20de | 0 | roles/users | 7,195 | [
"no_license"
] | [
{
"path": "roles/users/meta/main.yml",
"content": "---\ngalaxy_info:\n author: AB\n description: Ansible role to create users\n license: WTFPL-2.0\n min_ansible_version: 1.9\n platforms:\n - name: GenericUNIX\n versions:\n - all\n - any\n - name: GenericLinux\n versions:\n - all\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4009,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/jupyterhub_k8s | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/jupyterhub_k8s/tasks/main.yml",
"content": "---\n\n- name: Install jq on master\n apt: update_cache=yes name=jq state=latest\n when: inventory_hostname in groups['kube_masters']\n\n- name: Install pip for system Python\n apt: update_cache=yes name=python-pip state=latest\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7821,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/k8s_monitoring | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/k8s_monitoring/templates/heapster.yml",
"content": "apiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: heapster\n namespace: kube-system\n---\nkind: ClusterRoleBinding\napiVersion: rbac.authorization.k8s.io/v1beta1\nmetadata:\n name: heapster\nroleRef:\n apiGroup: rbac.auth... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6574,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/kube_cluster | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/kube_cluster/tasks/main.yml",
"content": "---\n\n- name: Install NFS client on all nodes\n apt: update_cache=yes name=nfs-common state=latest\n\n- name: Add apt repository key for Kubernetes repo\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3135,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/nfs_provisioner | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/nfs_provisioner/tasks/main.yml",
"content": "---\n\n- name: Make export directory\n file: path=/export state=directory\n\n- name: Install NFS server\n apt: update_cache=yes name=nfs-kernel-server state=latest\n environment:\n DEBIAN_FRONTEND: noninteractive\n\n- name: Ensure N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2333,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/setup_bastion | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_bastion/files/nginx.conf",
"content": "user www-data;\nworker_processes auto;\npid /run/nginx.pid;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/octet-stream;\n\n log_format main '$remote_addr - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5242,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/setup_networking | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_networking/tasks/main.yml",
"content": "---\n\n- name: Force new machine id\n shell: rm /etc/machine-id /var/lib/dbus/machine-id && systemd-machine-id-setup\n args:\n creates: /root/.ansible-machine-id\n\n- name: Create .ansible-machine-id file\n copy:\n content: \"Cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2158,
"all_permissive": false
} |
ansible_role | cedadev/jupyterhub-kubernetes | be63ec0f26305369a225a3d6750cf58c35daf948 | 5 | ansible/roles/setup_storage | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_storage/tasks/main.yml",
"content": "---\n# If the named storage device exists on the server, this role adds it to the LVM\n# logical volume for the root filesystem\n\n- name: Check if storage device exists\n stat: path={{ storage_device }}\n register: stat_device\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1112,
"all_permissive": false
} |
ansible_role | aleonsan/ansible-couchbase | b1c09a9d0a0f2a09cc2d1a3f56e294d117da45e6 | 0 | roles/couchbase | 7,195 | [
"no_license"
] | [
{
"path": "roles/couchbase/tasks/couchbase_uninstallation.yaml",
"content": "---\n- name: uninstall couchbase package rpm\n become: true\n yum: name=\"couchbase-server-*\" state=absent \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/cou... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2681,
"all_permissive": false
} |
ansible_role | aleonsan/ansible-couchbase | b1c09a9d0a0f2a09cc2d1a3f56e294d117da45e6 | 0 | roles/firewall | 7,195 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yaml",
"content": "- name: enable and start firewalld\n become: true\n service: name=firewalld enabled=yes state=started\n tags:\n - firewall \n\n- name: set port policy\n become: true\n firewalld: port={{ item }}/tcp permanent=true state=enabled immediate=yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": false
} |
ansible_role | aleonsan/ansible-couchbase | b1c09a9d0a0f2a09cc2d1a3f56e294d117da45e6 | 0 | roles/selinux | 7,195 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yaml",
"content": "- name: set selinux policy\n selinux: policy=targeted state=enforcing \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 | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/configure-image-builder-vm | 7,195 | [
"no_license"
] | [
{
"path": "roles/configure-image-builder-vm/defaults/main.yaml",
"content": "mirror_registry_tmp: /tmp/mirror-registry\nmirror_registry_package_name: mirror-registry.tar.gz\nmirror_registry_package_url: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/mirror-registry/latest... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4958,
"all_permissive": false
} |
ansible_role | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/deploy-image-builder-vm | 7,195 | [
"no_license"
] | [
{
"path": "roles/deploy-image-builder-vm/tasks/libvirt.yaml",
"content": "# For some reason resizing via HIB doesn't work!?\n- name: Create Larger qcow2 Disk\n ansible.builtin.command:\n argv:\n - \"qemu-img\"\n - \"create\"\n - \"-f\"\n - \"qcow2\"\n - \"-o\"\n - \"preallo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3727,
"all_permissive": false
} |
ansible_role | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/destroy-image-builder-vm | 7,195 | [
"no_license"
] | [
{
"path": "roles/destroy-image-builder-vm/tasks/libvirt.yaml",
"content": "- name: Destroy Image Builder VM\n community.libvirt.virt:\n name: \"{{ hib_name }}\"\n state: destroyed\n tags:\n - virt\n\n- name: Delete Image Builder VM\n community.libvirt.virt:\n command: undefine\n name: \"{{... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1827,
"all_permissive": false
} |
ansible_role | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/hosted-image-builder | 7,195 | [
"no_license"
] | [
{
"path": "roles/hosted-image-builder/tasks/wait.yaml",
"content": "- name: Assert Variables are Defined\n ansible.builtin.assert:\n that:\n - compose_id is defined\n\n- name: Generate Access Token for Red Hat API\n ansible.builtin.uri:\n body:\n client_id: rhsm-api\n grant_type: refr... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5800,
"all_permissive": false
} |
ansible_role | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/image-builder-imi | 7,195 | [
"no_license"
] | [
{
"path": "roles/image-builder-imi/tasks/libvirt.yaml",
"content": "- name: Query VM Definition for MAC Address\n become: true\n community.general.xml:\n content: attribute\n path: \"/etc/libvirt/qemu/{{ hib_name | quote }}.xml\"\n xpath: /domain/devices/interface[@type=\"network\"]/mac[@address]... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1985,
"all_permissive": false
} |
ansible_role | sa-ne/rhel-edge-demo | e4617dffeae14a14b45ba08cc9c6763dfe8d99fe | 0 | roles/quay-raw-create-user | 7,195 | [
"no_license"
] | [
{
"path": "roles/quay-raw-create-user/tasks/main.yaml",
"content": "- name: Assert Required Variables are Defined\n ansible.builtin.assert:\n fail_msg: >\n Make sure the following variables are defined before using this role:\n - quay_rfe_password\n - quay_route\n - quay_user_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | ned1313/terraform-ansible-example | 0c36fc705615f80acd61ee02fd6f817bede9c2ea | 7 | ansible/roles/nginx | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Ensure NGINX is running\n service:\n name: nginx\n state: started\n enabled: yes\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/elk | 7,195 | [
"no_license"
] | [
{
"path": "roles/elk/templates/elasticsearch.yml.j2",
"content": "path.data: /var/lib/elasticsearch\n\npath.logs: /var/log/elasticsearch\n\n# security features\nxpack.security.enabled: true\n\nxpack.security.enrollment.enabled: true\n\nxpack.security.http.ssl:\n enabled: false\n keystore.path: certs/http.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3278,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/exporters | 7,195 | [
"no_license"
] | [
{
"path": "roles/exporters/tasks/main.yml",
"content": "---\n- name: create dirs\n file:\n path: \"{{ exporter_path }}\"\n state: directory\n mode: '0755'\n\n- name: copy files to host\n copy:\n src: \"files/{{ item }}\"\n dest: \"{{ exporter_path }}/{{ item }}\"\n mode: '0755'\n loop: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1422,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/grafana | 7,195 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: Copy rpm file of grafana\n ansible.builtin.copy:\n src: files/grafana-enterprise-{{ grafana_version }}.rpm\n dest: /tmp/grafana-enterprise-{{ grafana_version }}.rpm\n mode: '0644'\n\n- name: Install grafana\n ansible.builtin.yum:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/grafana-configurate | 7,195 | [
"no_license"
] | [
{
"path": "roles/grafana-configurate/defaults/main.yml",
"content": "---\ndatasource_port: 8428",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/grafana-configurate/tasks/main.yml",
"content": "---\n- set_fact: default_path={{victoria_path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/jenkins | 7,195 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name: download jenkins.repo\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n validate_certs: no\n\n- name: import jenkins key\n command: rpm --import https://pkg.jenkins.io/redh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/newOS | 7,195 | [
"no_license"
] | [
{
"path": "roles/newOS/tasks/main.yml",
"content": "---\n- name: provide hosts\n template:\n src: templates/hosts.j2\n dest: /etc/hosts\n mode: '0644'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/newOS/defaults/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/nginx | 7,195 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\n# defaults file for victoria-cluster\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n ansible.builtin.yum:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/site-deploy | 7,195 | [
"no_license"
] | [
{
"path": "roles/site-deploy/templates/config.conf.j2",
"content": "server {\n listen {{ nginx_port }};\n server_name {{ server_name }};\n\n root /var/www/site;\n index index.html;\n\n location / {\n try_files $uri $uri/ =404;\n }\n}\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1993,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/victoria-cluster | 7,195 | [
"no_license"
] | [
{
"path": "roles/victoria-cluster/templates/vminsert.service.j2",
"content": "[Unit]\nDescription=vminsert service\nAfter=network.target\n\n[Service]\nUser={{victoria_user}}\nGroup={{victoria_user}}\nExecStart={{victoria_path}}/vminsert-prod -storageNode=node1:8400,node2:8400 \\\n -httpListenAddr={{a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6160,
"all_permissive": false
} |
ansible_role | hexqueller/ansible | a27e15e7a846501d30bb68839308410b2d7fdaaf | 1 | roles/victoria-metrics | 7,195 | [
"no_license"
] | [
{
"path": "roles/victoria-metrics/defaults/main.yml",
"content": "---\n# defaults file for victoria-metrics\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/victoria-metrics/readme.md",
"content": "Роль для установки и настройки Victoria... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2990,
"all_permissive": false
} |
ansible_role | Vizangi/My-Project | 5af457628dcc3114f75e9736ba2ecaabd665030f | 0 | Ansible-Monitoring/roles/process_exporter_state_check | 7,195 | [
"no_license"
] | [
{
"path": "Ansible-Monitoring/roles/process_exporter_state_check/tasks/main.yml",
"content": "--- # Файл tasks/main.yml для роли process_exporter_state_check\n\n# Эта роль проверяет статус Process Exporter и запускает/устанавливает его при необходимости\n# ОБХОД СИСТЕМЫ systemd В DOCKER КОНТЕЙНЕРАХ\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3790,
"all_permissive": false
} |
ansible_role | johsim/joh-conf | 18df907f57e88d6a7f3f09b1cceb2f570be5c212 | 0 | ansible/roles/configuration | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/configuration/templates/gitconfig.j2",
"content": "[core]\n\texcludesfile = ~/.gitignore_global\n\tpager = cat\n[user]\n email = {{ user_email }}\n signingkey = {{ signingkey }}\n[merge]\n\ttool = kdiff3\n[mergetool \"kdiff3\"]\n\tpath = /usr/bin/kdiff3\n\ttrustExitCode = false\n[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6705,
"all_permissive": false
} |
ansible_role | johsim/joh-conf | 18df907f57e88d6a7f3f09b1cceb2f570be5c212 | 0 | ansible/roles/email | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/email/tasks/main.yaml",
"content": "- name: \"Prompt for email\"\n pause:\n prompt: \"Enter email\"\n register: email\n\n- name: \"Prompt for password\"\n pause:\n prompt: \"Enter email password\"\n register: email_password\n\n- name: \"Check default terminal\"\n shell: h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1276,
"all_permissive": false
} |
ansible_role | johsim/joh-conf | 18df907f57e88d6a7f3f09b1cceb2f570be5c212 | 0 | ansible/roles/installpackages | 7,195 | [
"no_license"
] | [
{
"path": "ansible/roles/installpackages/tasks/main.yaml",
"content": "- name: \"Include global variables\"\n include_vars: \"group_vars/all.yaml\"\n\n- name: \"apt-key dependencies \"\n apt:\n name:\n - apt-transport-https\n - curl\n - lsb-release\n - software-properties-common\n - apti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1986,
"all_permissive": false
} |
ansible_role | virinch/deployplaybook | 32fc0ef845d1faf26e6250c3a1c4104d1b0403fa | 0 | devops/playbooks/roles/git | 7,195 | [
"no_license"
] | [
{
"path": "devops/playbooks/roles/git/tasks/main.yml",
"content": "---\n# tasks file for git\n- name: installing git client\n package: name=git state=present\n\n- name: clone git url\n git: repo=https://github.com/demoglot/java.git dest=/opt/java\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | virinch/deployplaybook | 32fc0ef845d1faf26e6250c3a1c4104d1b0403fa | 0 | devops/playbooks/roles/jenkins | 7,195 | [
"no_license"
] | [
{
"path": "devops/playbooks/roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: update repos\n package: name=epel-release state=present\n\n- name: installing java\n package: name=java state=present\n\n- name: downloading jenkins repo\n get_url:\n url: http://pkg.jenkins-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | virinch/deployplaybook | 32fc0ef845d1faf26e6250c3a1c4104d1b0403fa | 0 | devops/playbooks/roles/maven | 7,195 | [
"no_license"
] | [
{
"path": "devops/playbooks/roles/maven/tasks/main.yml",
"content": "---\n# tasks file for maven\n- name: installing maven\n package: name=maven state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | virinch/deployplaybook | 32fc0ef845d1faf26e6250c3a1c4104d1b0403fa | 0 | devops/playbooks/roles/tomcat | 7,195 | [
"no_license"
] | [
{
"path": "devops/playbooks/roles/tomcat/tasks/main.yml",
"content": "---\n# tasks file for tomcat\n- name: installing tomcat\n package: name=tomcat state=present\n\n- name: starting tomcat\n service: name=tomcat state=started enabled=yes\n\n- name: installing java for tomcat\n package: name=java state=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/add | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/add/tasks/add_parsed_year.yml",
"content": "- name: Copy test files over\n copy: src=sandbox/with_year/ dest=\"{{ test_directory.stdout }}\"\n\n- name: Pre year parsed add stat\n command: chdir=\"{{ test_directory.stdout }}\" \"{{ kay_app.stdout }}\" stat\n register: stat_pre... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7590,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/after | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/after/tasks/main.yml",
"content": "- name: Cleanup test directory\n file: path={{ test_directory.stdout }} state=absent\n\n- name: Cleanup install directory\n file: path={{ install_directory.stdout }} state=absent\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/before | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/before/tasks/main.yml",
"content": "- name: build directories\n include: directories.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "integration/roles/before/tasks/directories.yml",
"content": "- name: build ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/ignore | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/ignore/tasks/main.yml",
"content": "- name: Copy test files over\n copy: src=sandbox/ignore/ dest=\"{{ test_directory.stdout }}\"\n\n- name: Ignore works on stat \n command: chdir=\"{{ test_directory.stdout }}\" \"{{ kay_app.stdout }}\" stat\n register: stat_ignore \n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2150,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/info | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/info/tasks/main.yml",
"content": "- name: Copy test files over\n copy: src=sandbox/info/ dest=\"{{ test_directory.stdout }}\"\n\n- name: info with no params is std out \n command: chdir=\"{{ test_directory.stdout }}\" \"{{ kay_app.stdout }}\" info info_file.doc \n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2056,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/init | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/init/tasks/main.yml",
"content": "- name: Kay call in non-initialized directory fails.\n command: chdir=\"{{ test_directory.stdout }}\" \"{{ kay_app.stdout }}\" stat\n ignore_errors: True\n register: non_init_fail\n\n- name: Kay call result should be non good \n assert: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | kklipsch/kay | 95c9afe361f2bd049b0496240acbee5a42d91469 | 3 | integration/roles/install | 7,195 | [
"no_license"
] | [
{
"path": "integration/roles/install/tasks/main.yml",
"content": "- name: Install binary in install directory\n command: unzip -o \"{{ kay_package }}\" kay -d \"{{ install_directory.stdout }}\"\n\n- name: Install autocomplete file in bash sources\n command: unzip -o \"{{ kay_package }}\" kay.bash -d \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | khamidziyo/ex407 | 686957b977b47b1a5d2a0e9968e313b2174deec8 | 3 | roles/sample-apache | 7,195 | [
"no_license"
] | [
{
"path": "roles/sample-apache/tasks/main.yml",
"content": "---\n- name: Install all the packages\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - httpd\n - mod_ssl\n - php\n - firewalld\n- name: Ensure Apache and firewalld running\n service:\n name: \"{{ item }}\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | khamidziyo/ex407 | 686957b977b47b1a5d2a0e9968e313b2174deec8 | 3 | roles/sample-mysql | 7,195 | [
"no_license"
] | [
{
"path": "roles/sample-mysql/tasks/main.yml",
"content": "---\n- name: Ensure partition is created\n parted:\n device: /dev/nvme1n1\n number: 1\n state: present\n part_end: 800MiB\n flags: [ lvm ]\n- name: Ensure logical volume is exist\n lvg:\n vg: vg_database\n pvs: /dev/nvme1n1p1\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1546,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/buildmachine.webhook.listener | 7,195 | [
"no_license"
] | [
{
"path": "roles/buildmachine.webhook.listener/templates/nginx-nonssl.j2",
"content": "#######################\n# nonssl nginx.conf for {{ webhook.domain }}\n######################\n\n#unsecured listener\nserver {\n listen 80;\n listen [::]:80;\n server_name {{ webhook.domain }};\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7957,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/common | 7,195 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Upgrade packages\n apt: upgrade=dist\n \n- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items:\n - fail2ban\n - git-core\n - letsencrypt\n - unzip\n - python-pip\n - python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/geerlingguy.redis | 7,195 | [
"no_license"
] | [
{
"path": "roles/geerlingguy.redis/tests/test.yml",
"content": "---\n- hosts: all\n\n pre_tasks:\n - name: Update apt cache.\n apt: update_cache=yes cache_valid_time=600\n when: ansible_os_family == 'Debian'\n\n - name: Clear out repo for Fedora.\n set_fact:\n redis_enablerepo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2142,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/gitdeploy | 7,195 | [
"no_license"
] | [
{
"path": "roles/gitdeploy/templates/partial-post-update.j2",
"content": "case \" $1 \" in\n*'refs/heads/{{ item.0.git_deploy.branch_deployed }}'*)\n echo\n echo \"*** {{ item.0.name }} site is being updated from {{ item.0.git_deploy.hubdirectory }} ***\"\n echo\n cd /home/{{ remote_web_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 15796,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/grunt-buildmachine | 7,195 | [
"no_license"
] | [
{
"path": "roles/grunt-buildmachine/templates/private.j2",
"content": "{\n {% if buildmachine.parentPluginSlug is defined %}\n \"parentPluginSlug\" : \"{{ buildmachine.parentPluginSlug }}\",\n {% endif %}\n \"build_creds\" : {\n \"archiveUser\" : \"{{ buildmachine.build_creds.archiveUser ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10881,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/importdb | 7,195 | [
"no_license"
] | [
{
"path": "roles/importdb/tasks/main.yml",
"content": "---\n\n# If you have valid paths to an sql file defined in {{ domains[x].wp.db_import.path }} then this role will take care of importing them into the relevant db.\n- name: Verify src exists for item.\n become: false\n local_action:\n module: stat\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4061,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/letsencrypt | 7,195 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n- name: create letsencrypt directory\n file:\n name: /home/{{ remote_web_user }}/www/letsencrypt\n state: directory\n\n- name: force restart of nginx\n service:\n name: nginx\n state: restarted\n become: yes\n\n- name: Create lets... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1885,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/logentries | 7,195 | [
"no_license"
] | [
{
"path": "roles/logentries/vars/Amazon.yml",
"content": "---\nlogentries_packages:\n - logentries\n\nlogentries_os_supported: yes\nlogentries_repo_template: centos6.repo.j2\nlogentries_daemon_package: logentries-daemon",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4430,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/mariadb | 7,195 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n## installs and sets up Mariadb\n- name: Install MariaDB package\n apt: name={{item}} state=latest\n with_items:\n - mariadb-server\n - python-mysqldb\n\n- name: Start MariaDB Service\n service: name=mysql state=started enabled=yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/nginx | 7,195 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n## installs and sets up basic configs.\n- name: Load nginx partial for log formats\n set_fact:\n nginx_log_format: \"{{ lookup('template', 'templates/logformat.j2') }}\"\n\n- name: Add Nginx repo\n apt_repository:\n repo: ppa:nginx/development... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2512,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/nginxsites | 7,195 | [
"no_license"
] | [
{
"path": "roles/nginxsites/tasks/main.yml",
"content": "---\n# sets up all nginx sites configurations\n\n- name: Copy configurations to new domain based configuration.\n copy:\n remote_src: yes\n src: \"{{ item.1.src }}\"\n dest: \"{{ nginx_defaults.file_path }}/{{ item.0.name }}.{{ item.1.type }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 15134,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/php | 7,195 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Add PHP repo\n apt_repository:\n repo: ppa:ondrej/php\n\n- name: Install PHP\n apt:\n pkg:\n - php{{ php_fpm.version }}\n - php{{ php_fpm.version }}-cli\n - php{{ php_fpm.version }}-common\n - php{{ php_fpm.version }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2807,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/php-redis | 7,195 | [
"no_license"
] | [
{
"path": "roles/php-redis/defaults/main.yml",
"content": "php_fpm:\n version: 7.3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/php-redis/tasks/main.yml",
"content": "---\n# install php redis for php7.1\n- name: \"Install php-redis fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/postrun.message | 7,195 | [
"no_license"
] | [
{
"path": "roles/postrun.message/tasks/main.yml",
"content": "---\n# Writes a post-run message to the user using the {{ post_install_messages }} variable\n# that can be pushed to by other plays.\n\n- name: Post Run Message Output\n debug:\n msg:\n - \"The following output was collected for you duri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/user | 7,195 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n- name: Ensure web group is present\n group:\n name: \"{{ remote_web_user }}\"\n state: present\n\n- name: Create web user\n user:\n name: \"{{ remote_web_user }}\"\n group: \"{{ remote_web_user }}\"\n password: \"{{ remote_web_user_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | nerrad/wordpress-ansible-playbook | c74c36df0cdd501f81a78354c7425c4d01ca183f | 96 | roles/wordpress | 7,195 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Generate random password for wp db user\n command: php -r \"echo md5(random_bytes(10));\"\n register: db_pass\n when: >\n ((\"all\" in domains_to_use and \"none\" in domains_to_skip) or item.name in domains_to_use)\n and item.name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5041,
"all_permissive": false
} |
ansible_role | evertmulder/pi_k3s_ansible | 10eed93b571caf4bcf26874d99920f9710e0ba44 | 0 | roles/common | 7,195 | [
"no_license"
] | [
{
"path": "roles/common/tasks/packages.yml",
"content": "---\n- name: Install aptitude\n apt:\n name: aptitude \n\n# Update apt packages\n- name: Update apt packages\n apt: \n update_cache: yes\n upgrade: dist\n\n- name: Install a list of packages\n apt:\n name: \"{{ packages }}\"\n vars:\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | evertmulder/pi_k3s_ansible | 10eed93b571caf4bcf26874d99920f9710e0ba44 | 0 | roles/k3s | 7,195 | [
"no_license"
] | [
{
"path": "roles/k3s/tasks/main.yml",
"content": "- name: Enable required cgroup features.\n lineinfile:\n path: /boot/cmdline.txt\n backrefs: True\n regexp: '(^.+rootwait(\\s+(?!cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory)[\\w=/\\-\\.]+)*)\\s*$'\n line: '\\1 cgroup_enable=cpuset ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1394,
"all_permissive": false
} |
ansible_role | babar92/LAMP | 2ac5942fd1caf1e42351da9cbccfc25a2519cd6e | 0 | ansible/roles/system | 7,193 | [
"no_license"
] | [
{
"path": "ansible/roles/system/tasks/user.yml",
"content": "- name: Add the user exploitation with uid 6000\n user:\n name: exploitation\n uid: 6000\n group: devops\n shell: /bin/bash\n append: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 149,
"all_permissive": false
} |
ansible_role | takumakume/ansible-collection-stns | 34594a78b0c8f908f67ce9737d910c15a65ba2f0 | 0 | roles/client | 7,193 | [
"no_license"
] | [
{
"path": "roles/client/handlers/main.yml",
"content": "---\n- name: restart cache-stnsd\n ansible.builtin.service:\n name: cache-stnsd\n state: restarted\n when: stns_client_state != 'absent'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 2736,
"all_permissive": false
} |
ansible_role | takumakume/ansible-collection-stns | 34594a78b0c8f908f67ce9737d910c15a65ba2f0 | 0 | roles/common | 7,193 | [
"no_license"
] | [
{
"path": "roles/common/README.md",
"content": "# STNS common role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: include STNS repository task\n ansible.builtin.include_tasks: \"{{ role... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | takumakume/ansible-collection-stns | 34594a78b0c8f908f67ce9737d910c15a65ba2f0 | 0 | roles/server | 7,193 | [
"no_license"
] | [
{
"path": "roles/server/molecule/absent/converge.yml",
"content": "---\n- name: molecule converge\n hosts: all\n\n tasks:\n - name: remove server\n ansible.builtin.include_role:\n name: server\n vars:\n stns_server_state: absent\n",
"license_type": "no_license",
"detecte... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 2250,
"all_permissive": false
} |
ansible_role | elliottnichols/ansible-consul-server | 2c29d9948ca44fd08ba92d759127624066b8d6e1 | 0 | roles/consul-server | 7,193 | [
"no_license"
] | [
{
"path": "roles/consul-server/templates/server.hcl.j2",
"content": "server = true\nbootstrap_expect = 3\nui = true\n\nacl {\n enabled = true\n default_policy = \"allow\"\n enable_token_replication = true\n enable_token_persistence = true\n down_policy = \"extend-cache\"\n tokens {\n master = \"{{m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3043,
"all_permissive": false
} |
ansible_role | elliottnichols/ansible-consul-server | 2c29d9948ca44fd08ba92d759127624066b8d6e1 | 0 | roles/vault-server | 7,193 | [
"no_license"
] | [
{
"path": "roles/vault-server/tasks/main.yaml",
"content": "---\n- name: Ensure consul group exists\n group:\n name: group\n state: present\n\n- name: Add consul user\n user:\n name: consul\n home: /etc/consul.d\n shell: /bin/false\n system: true\n groups: consul\n\n- name: Create /op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | krutzio/ansible | 1345919719f9c643e827ec504ad46a0eb3b49bc1 | 0 | roles/client | 7,193 | [
"no_license"
] | [
{
"path": "roles/client/files/local/usr/local/bin/g99",
"content": "#!/bin/bash\n\nset -e\n\n# shellcheck source=../lib/libgit.sh\n. /usr/local/lib/libgit.sh\n\nexit_on_protected_branch\n\ngit add -A\ngit commit --amend --no-edit\ngit push -f -u origin \"$BRANCH\"\n",
"license_type": "no_license",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 1864,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.