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
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/k3s_ha_server
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/k3s_ha_server/tasks/templates/registries.yaml", "content": "mirrors:\n \"{{ values.ctr.ingress_host }}\":\n endpoint:\n - \"https://{{ values.ctr.ingress_host }}\"\nconfigs:\n \"{{ values.ctr.ingress_host }}\":\n auth:\n username: \"{{ values.ctr.login ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3271, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/k3s_simple
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/k3s_simple/tasks/templates/traefik-config.yaml", "content": "apiVersion: helm.cattle.io/v1\nkind: HelmChartConfig\nmetadata:\n name: traefik\n namespace: kube-system\nspec:\n valuesContent: |-\n persistence:\n enabled: true\n logs:\n general:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2835, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/k8s_client
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/k8s_client/configure_k3s/tasks/main.yml", "content": "---\n# mockups/roles/k8s_client/configure_k3s/tasks/main.yml\n\n- name: Update /etc/hosts with K3s servers and their local IPs\n blockinfile:\n state: present\n dest: /etc/hosts\n content: |\n {% for ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3144, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/kubebuilder
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/kubebuilder/tasks/main.yml", "content": "---\n# mockups/roles/kubebuilder/tasks/main.yml\n\n- name: Install kubebuilder on the k3dev host\n include_role:\n name: commons\n tasks_from: install_from_url\n vars:\n url: \"{{ values.kubebuilder.url }}\"\n dload_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 312, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/nerdctl
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/nerdctl/tasks/main.yml", "content": "---\n# mockups/roles/nerdctl/tasks/main.yml\n\n- name: Here mockups/roles/nerdctl/tasks/main.yml\n include_role:\n name: commons\n tasks_from: install_from_ghr\n vars:\n url: \"{{ values.nerdctl.release_url }}\"\n tgz_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/mockups/roles/skaffold
2,398
[ "no_license" ]
[ { "path": "src/ansible/mockups/roles/skaffold/tasks/main.yml", "content": "---\n# mockups/roles/skaffold/tasks/main.yml\n\n- name: Install skaffold on the k3dev host\n include_role:\n name: commons\n tasks_from: install_from_url\n vars:\n url: \"{{ values.skaffold.url }}\"\n dload_name: \"skaf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/bastion_controlled
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/bastion_controlled/tasks/main.yml", "content": "---\n# otvl/roles/bastion_controlled/tasks/main.yml\n\n- name: Here otvl/roles/bastion_controlled/tasks/main.yml\n include_role:\n name: commons\n tasks_from: check_vars\n when: otvl.debug\n\n- name: Here otvl/roles/ba...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 508, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/buildkit
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/buildkit/tasks/templates/etc/buildkitd.toml", "content": "[worker.oci]\n enabled = false\n\n{% if 'k3s_simple_group' in vars.group_names %}\n[worker.containerd]\n enabled = true\n address = \"/run/k3s/containerd/containerd.sock\"\n namespace = \"k8s.io\"\n{% else %}\n[w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1503, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/cabri_client
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/cabri_client/tasks/main.yml", "content": "---\n# otvl/roles/cabri_client/tasks/main.yml\n\n- name: Here otvl/roles/cabri_client/tasks/main.yml\n include_role:\n name: commons\n tasks_from: install_from_ghr\n vars:\n url: \"https://github.com/t-beigbeder/otvl_cabr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/cert_manager
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/cert_manager/templates/cluster_issuer.yaml", "content": "apiVersion: cert-manager.io/v1\nkind: ClusterIssuer\nmetadata:\n name: letsencrypt-production\nspec:\n acme:\n email: \"{{ otvl.cert_manager.le_email }}\"\n server: \"{{ otvl.cert_manager.le_url }}\"\n priv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1189, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/commons
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/commons/tasks/helm_release.yml", "content": "# otvl/roles/commons/tasks/helm_release.yml\n# install helm release from local repo and ansible template instanciated\n# vars:\n# title: name what is to be deployed\n# chart_sp: repository sub-path in devops src/helm\n# vf_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4196, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/containerd
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/containerd/tasks/main.yml", "content": "---\n# otvl/roles/containerd/tasks/main.yml\n\n- name: Install packages for CNI network plugins and build\n ansible.builtin.apt:\n pkg:\n - iptables\n - git\n update_cache: \"{{ otvl.prod }}\"\n install_recommends:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1901, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/devops_tools
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/devops_tools/tasks/main.yml", "content": "---\n# otvl/roles/devops_tools/tasks/main.yml\n\n- name: Here otvl/roles/devops_tools/tasks/main.yml\n include_role:\n name: commons\n tasks_from: check_vars\n when: otvl.debug\n\n- name: Here otvl/roles/devops_tools/tasks/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5626, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/k3s_simple
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/k3s_simple/tasks/templates/rancher-config.yaml", "content": "tls-san:\n - \"{{ otvl.k3s.api_server }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "src/ansible/otvl/roles/k3s_simple/tasks/templates/traefik-c...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3101, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/k8s_client
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/k8s_client/tasks/main.yml", "content": "---\n# otvl/roles/k8s_client/tasks/main.yml\n\n- name: Create k3s config bastion\n file:\n path: \"{{ otvl.config_vars.devops_home }}/.k3s\"\n state: directory\n mode: 0700\n owner: \"{{ otvl.config_vars.devops_user }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2506, "all_permissive": false }
ansible_role
t-beigbeder/otvl_devops_tools
5da5eb36d2dc2bf7b1ae89ec3ab6b8cffd285cf4
0
src/ansible/otvl/roles/nerdctl
2,398
[ "no_license" ]
[ { "path": "src/ansible/otvl/roles/nerdctl/tasks/templates/nerdctl.toml", "content": "{% if 'k3s_simple_group' in vars.group_names %}\naddress = \"/run/k3s/containerd/containerd.sock\"\nnamespace = \"k8s.io\"\n{% else %}\naddress = \"/run/containerd/containerd.sock\"\n{% endif %}", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
dipsprajapati007/lab-roles2
56bd7c5b1bfba0bc7f48af4aafccc61cf5146e88
0
roles/test_install
2,398
[ "no_license" ]
[ { "path": "roles/test_install/tasks/main.yml", "content": "---\n# tasks file for test_install\n\n- name: Install packages\n yum:\n name: \"{{ install_packages }}\"\n state: latest\n when: \"check_packages == ''\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 762, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tengriwallet
9de23c2cfcb0f3173a4510ce44a57619085bdd53
0
playbook_tengriwallet/roles/backend
2,398
[ "no_license" ]
[ { "path": "playbook_tengriwallet/roles/backend/tasks/main.yml", "content": "---\n# Обновление кеша и установка необходимых пакетов, всего программного обеспечения,\n# необходимого для работы нашего сервера\n- name: 'install'\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - 'openssl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2263, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tengriwallet
9de23c2cfcb0f3173a4510ce44a57619085bdd53
0
playbook_tengriwallet/roles/hill
2,398
[ "no_license" ]
[ { "path": "playbook_tengriwallet/roles/hill/tasks/main.yml", "content": "---\n\n\n- name: 'copy keys'\n copy:\n src: '{{item}}'\n dest: '/root/.ssh/id_rsa'\n mode: 0700\n with_items:\n - id_rsa\n tags: hill\n\n\n- name: del vagrant keys\n file:\n path: '/home/vagrant/.ssh/'\n state: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tengriwallet
9de23c2cfcb0f3173a4510ce44a57619085bdd53
0
playbook_tengriwallet/roles/lineinfile
2,398
[ "no_license" ]
[ { "path": "playbook_tengriwallet/roles/lineinfile/tasks/main.yml", "content": "- lineinfile:\n path: /etc/hosts\n insertafter: 'ip6-allrouters '\n line: '{{item}}'\n with_items:\n - 10.20.30.40 nameserver\n - 10.20.30.41 www\n - 10.20.30.42 backend\n - 10.20.30.43 hill\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tengriwallet
9de23c2cfcb0f3173a4510ce44a57619085bdd53
0
playbook_tengriwallet/roles/nginx
2,398
[ "no_license" ]
[ { "path": "playbook_tengriwallet/roles/nginx/tasks/main.yml", "content": "# Установка и настройка веб сервера nginx\n- name: 'nginx | install'\n\n apt: name='{{item}}' state=latest update_cache=yes\n with_items:\n - nginx\n - nginx-extras\n\n- name: Проверяем, dhparam.pem\n stat:\n become: true\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2477, "all_permissive": false }
ansible_role
borizzz-inc/playbook-tengriwallet
9de23c2cfcb0f3173a4510ce44a57619085bdd53
0
playbook_tengriwallet/roles/postgresql
2,398
[ "no_license" ]
[ { "path": "playbook_tengriwallet/roles/postgresql/vars/main.yml", "content": "---\npostgres_version: 9.6\npostgres_host: localhost\n#postgres_db_name: staging-bumaga\n#postgres_db_user: ubuntu\n#db_password: <PASSWORD>\n\n#POSTGRES\ndb_name: tengri_wallet\ndb_user: tengri", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1644, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/appserver
2,398
[ "no_license" ]
[ { "path": "configure/roles/appserver/tasks/setup_application.yml", "content": "---\n\n- name: Create appserver template\n template: src=appserver_nginx_conf.j2\n dest=/etc/nginx/sites-available/appserver\n backup=yes\n notify: reload nginx\n\n- name: Ensure appserver site is enabled in nginx\n file...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3110, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/base
2,398
[ "no_license" ]
[ { "path": "configure/roles/base/tasks/main.yml", "content": "---\n\n- name: Perform apt dist-upgrade\n apt: update_cache={{ update_apt_cache }}\n upgrade=dist\n tags:\n - packages\n - skip_ansible_lint\n\n- name: Install base packages\n apt: name={{ packages }} update_cache={{ update_apt_cache }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/certbot
2,398
[ "no_license" ]
[ { "path": "configure/roles/certbot/tasks/main.yml", "content": "---\n\n- name: Install certbot\n snap:\n name: certbot\n classic: yes\n\n- name: Create symbolic link for certbot\n file:\n src: \"/snap/bin/certbot\"\n dest: \"/usr/bin/certbot\"\n state: link\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/postgres
2,398
[ "no_license" ]
[ { "path": "configure/roles/postgres/tasks/main.yml", "content": "---\n- name: \"Install postgres\"\n apt: \"name={{ item }} state=present\"\n with_items:\n - postgresql\n - postgresql-contrib\n - postgresql-client\n\n- name: \"Install Python packages\"\n apt: \"name={{ item }} state=present\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1310, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/security
2,398
[ "no_license" ]
[ { "path": "configure/roles/security/defaults/main.yml", "content": "---\n\nperform_aptitude_dist_upgrade: yes\n\nforce_ssh_authentication: yes\n\nenable_unattended_upgrades: yes\n\nenable_ufw: yes\n\nenable_fail2ban: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 698, "all_permissive": false }
ansible_role
SamanvayOrg/budget-planner-infra
87b279d268fc0ebd644ebc12738783cfa15c67bc
0
configure/roles/web
2,398
[ "no_license" ]
[ { "path": "configure/roles/web/tasks/main.yml", "content": "---\n\n- name: Clean deploy directory\n command: \"sudo rm -rf /var/www/{{application_name}}\"\n tags: deploy-web\n\n- name: Delete deploy directory\n file:\n path: \"/var/www/{{application_name}}\"\n state: absent\n tags: deploy-web\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
lancedikson/ghost-k3s-tf-ansible-tutorial
e3065598e690043ada795e3a3f3fed7c511e8957
1
ansible/roles/k3s
2,398
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/main.yml", "content": "- name: get_url | download k3s\n get_url:\n url: \"https://github.com/rancher/k3s/releases/download/{{ k3s_version }}/k3s\"\n dest: /opt/k3s\n owner: root\n group: root\n mode: 0750\n checksum: \"sha256:https://github.com/rancher/k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 829, "all_permissive": false }
ansible_role
persistentgroups/kolla-power
5cc8891d2a62963f5aedb34eaa47ef9cef405a84
0
ansible/roles/ceilometer
2,398
[ "permissive" ]
[ { "path": "ansible/roles/ceilometer/tasks/bootstrap.yml", "content": "---\n- name: Creating Ceilometer MongoDB database\n command: docker exec -t mongodb mongo --host {{ ceilometer_database_mongodb_address }} --eval 'db = db.getSiblingDB(\"{{ ceilometer_database_name }}\"); db.addUser({user':' \"{{ ceilome...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2237, "all_permissive": true }
ansible_role
jubicat/app_for_ansible
154252952efc1e9fa6fc404fbf73f37d33c49b2e
0
roles/db
2,438
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "# Install PostgreSQL on PostgreSQL-host\n- name: Add pgdg repo to sources.list.d\n lineinfile:\n path: /etc/apt/sources.list.d/pgdg.list\n line: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_distribution_release }}-pgdg main\"\n create: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2151, "all_permissive": false }
ansible_role
jubicat/app_for_ansible
154252952efc1e9fa6fc404fbf73f37d33c49b2e
0
roles/docker
2,438
[ "no_license" ]
[ { "path": "roles/docker/README.md", "content": "# Docker Setup and Deployment with Ansible \n\nThis Ansible playbook automates the setup of Docker and deployment of a containerized application. \n\n### Key Tasks: \n1. **System Package Installation:** Installs essential tools, including Docker dependencie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2113, "all_permissive": false }
ansible_role
segf/ansible-vmdeploy
a4fe59020a220789a94e5686e941df29453d33dd
1
roles/bootstrap
2,438
[ "no_license" ]
[ { "path": "roles/bootstrap/templates/meta-data.cirros.j2", "content": "{\n \"local-hostname\": \"{{ inventory_hostname }}\"\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/bootstrap/templates/user-data.rocky.j2", "content": "#cloud-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 15011, "all_permissive": false }
ansible_role
segf/ansible-vmdeploy
a4fe59020a220789a94e5686e941df29453d33dd
1
roles/setup
2,438
[ "no_license" ]
[ { "path": "roles/setup/tasks/image-cirros.yml", "content": "---\n\n- name: Download latest metadata version\n get_url:\n url: \"{{ url_base + '/' + file_version }}\"\n dest: \"{{ workdir + '/' + dist_name + '-cirros_version' }}\"\n tmp_dest: '/tmp'\n force: yes\n\n- name: Download remote checks...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8220, "all_permissive": false }
ansible_role
komalthakur853/redis-docker-ansible
3a6a72abd578767f789f96580e5f08e8e767047d
0
Redis-Docker-Ansible/roles/redis-docker
2,438
[ "no_license" ]
[ { "path": "Redis-Docker-Ansible/roles/redis-docker/tasks/main.yml", "content": "---\n- name: Ensure Docker is installed\n include_tasks: install_docker.yml\n\n- name: Include OS-specific tasks\n include_tasks: \"{{ ansible_facts['os_family'] | lower }}.yml\"\n\n", "license_type": "no_license", "de...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1293, "all_permissive": false }
ansible_role
iamniting/ocs
653c1266e8a3e710529372581e7e58d2a7d7d162
5
ansible/ocp-preq/roles/docker-setup
2,438
[ "no_license" ]
[ { "path": "ansible/ocp-preq/roles/docker-setup/tasks/main.yml", "content": "- name: 'make sure docker is installed on host machine'\n command: rpm -q docker\n register: cmd\n ignore_errors: True\n tags: always\n\n- name: 'fail if package docker is not installed'\n fail:\n msg: 'rpm docker in not ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 834, "all_permissive": false }
ansible_role
iamniting/ocs
653c1266e8a3e710529372581e7e58d2a7d7d162
5
ansible/ocp-preq/roles/node-reboot
2,438
[ "no_license" ]
[ { "path": "ansible/ocp-preq/roles/node-reboot/tasks/main.yml", "content": "- name: reboot the nodes\n command: /sbin/shutdown -r +1\n async: 0\n poll: 0\n ignore_errors: true\n tags: always\n\n- name: wait for the reboot to complete\n wait_for_connection:\n connect_timeout: 20\n sleep: 5\n de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
iamniting/ocs
653c1266e8a3e710529372581e7e58d2a7d7d162
5
ansible/ocp-preq/roles/password-less-ssh
2,438
[ "no_license" ]
[ { "path": "ansible/ocp-preq/roles/password-less-ssh/tasks/main.yml", "content": "- name: 'set facts for ssh'\n set_fact:\n _key_gen: \"{{ key_gen | default(True) }}\"\n tags: always\n\n- name: 'generate ssh key'\n command: ssh-keygen -t rsa -f /root/.ssh/id_rsa -N ''\n args:\n creates: /root/.ssh/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
iamniting/ocs
653c1266e8a3e710529372581e7e58d2a7d7d162
5
ansible/ocp-preq/roles/redhat_subscription
2,438
[ "no_license" ]
[ { "path": "ansible/ocp-preq/roles/redhat_subscription/tasks/main.yml", "content": "- name: 'registering system with subscription-manager'\n redhat_subscription:\n state: present\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n pool_ids: \"{{ pool_ids }}\"\n tags: always\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
iamniting/ocs
653c1266e8a3e710529372581e7e58d2a7d7d162
5
ansible/ocp-preq/roles/yum
2,438
[ "no_license" ]
[ { "path": "ansible/ocp-preq/roles/yum/tasks/main.yml", "content": "- name: 'set facts for yum'\n set_fact:\n _yum_update: \"{{ update | default(True) }}\"\n tags: always\n\n- name: 'install the packages'\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ packages }}\"\n tags: alw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
ayushsoni9784/Ansible
5222ab3b5d8fa5273e8c4938a683ae28bdfd4ff4
0
Roles/ec2
2,438
[ "no_license" ]
[ { "path": "Roles/ec2/handlers/main.yml", "content": "---\n# handlers file for ec2\n\n\n- name: ec2_facts\n debug:\n msg: \" IP is {{ instances.public_ip }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "Roles/ec2/tasks/main.yml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1184, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/apache
2,438
[ "no_license" ]
[ { "path": "roles/apache/templates/vhosts_2_4.conf.j2", "content": "NameVirtualHost *:80\n<VirtualHost *:80>\n DocumentRoot /var/www/html/{{fuelphp.project_name}}/public\n ErrorLog logs/fuelphp_error.log\n CustomLog logs/fuelphp_access.log combined\n SetEnv FUEL_ENV {{fuelphp.env}}\n <Director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1190, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/fuelphp
2,438
[ "no_license" ]
[ { "path": "roles/fuelphp/tasks/main.yml", "content": "# fuelphpインストール\n\n- name: 必要なモジュールインストール\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - unzip\n - wget\n\n- name: fuelphpダウンロード\n get_url: url=\"{{fuelphp.download_url}}\" dest=/tmp/{{fuelphp.project_name}}.zip\n\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1677, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/mariadb
2,438
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "# mariaDBインストール\n- name: Install mariadb\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - mariadb-server\n - mariadb\n\n# MySQL関連モジュールを使うためにインストール\n- name: install MySQL-python\n yum: name=MySQL-python state=installed\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 906, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/mongodb
2,438
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "#MongoDBインストール\n- name: epel レポジトリのインストール CentOS7\n yum:\n name: \"{{ mongodb.repo_url_centos7 }}\"\n state: present\n when: (ansible_distribution == \"CentOS\" and ansible_distribution_major_version == \"7\")\n\n- name: epel レポジトリのインストール CentOS6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/mysql
2,438
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "# myslqインストール\n- name: レポジトリの登録\n yum:\n name: http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm\n state: present\n\n- name: mysqld のインストール\n yum:\n name: \"{{ item }}\"\n enablerepo: mysql56-community\n disablerepo: mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1262, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/php
2,438
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "# php_5.6インストール\n- name: remi レポジトリのインストール CentOS7\n yum:\n name: \"{{ php_5_6.repo_url_centos7 }}\"\n state: present\n when: (ansible_distribution == \"CentOS\" and ansible_distribution_major_version == \"7\")\n\n- name: remi レポジトリのインストール CentOS6\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1538, "all_permissive": false }
ansible_role
sanzo83/ansible-fuelphp
7569708746f8a4373705830deb1d1b1e0d841a92
0
roles/system
2,438
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: SELinuxの状態確認\n command:\n /usr/sbin/selinuxenabled\n register:\n result\n changed_when: false\n failed_when: result.rc not in [0, 1]\n\n- name: 起動時にSELinux無効化 (/etc/sysconfig/selinux)\n sudo: yes\n selinux: state=disabled\n when: resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
AdmiraalA/ansible-windows
6128a77883c19747c2672359c1fd6bef0468220d
0
roles/activate_windows
2,438
[ "no_license" ]
[ { "path": "roles/activate_windows/tasks/main.yml", "content": "---\n- name: Set product key\n win_command: slmgr /ipk {{ product_key }}\n\n- name: Set KMS server\n win_command: slmgr /skms kms8.msguides.com\n\n- name: Activate Windows\n win_command: slmgr /ato\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
AdmiraalA/ansible-windows
6128a77883c19747c2672359c1fd6bef0468220d
0
roles/clone_vm
2,438
[ "no_license" ]
[ { "path": "roles/clone_vm/tasks/main.yml", "content": "---\n- name: Clone the Windows VM\n command: >\n virt-clone\n --original {{ original_vm }}\n --name {{ vm_name }}\n --file /var/lib/libvirt/images/{{ vm_name }}.qcow2\n\n- name: Inject unattend.xml file\n command: >\n virt-sysprep -a /v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
AdmiraalA/ansible-windows
6128a77883c19747c2672359c1fd6bef0468220d
0
roles/directory_services
2,438
[ "no_license" ]
[ { "path": "roles/directory_services/tasks/main.yml", "content": "---\n- name: Install Active Directory Domain Services\n win_feature:\n name: AD-Domain-Services\n state: present\n\n- name: Promote server to domain controller\n win_shell: |\n Import-Module ADDSDeployment\n Install-ADDSForest `\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
EuroPython/ep-config
5021c6d102275a12ed61d68122f7b40633b4f537
2
roles/common
2,438
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n upgrade: yes\n become: yes\n become_method: sudo\n\n- name: Upgrade packages\n apt:\n name:\n - build-essential\n - python3\n - python3-dev\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1334, "all_permissive": false }
ansible_role
EuroPython/ep-config
5021c6d102275a12ed61d68122f7b40633b4f537
2
roles/docker-compose
2,438
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/install_docker.yml", "content": "---\n\n- name: Install docker dependencies\n apt:\n name:\n - gnupg2\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Tru...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1677, "all_permissive": false }
ansible_role
EuroPython/ep-config
5021c6d102275a12ed61d68122f7b40633b4f537
2
roles/epcon-apps
2,438
[ "no_license" ]
[ { "path": "roles/epcon-apps/defaults/main.yml", "content": "---\n\ndocker_configuration_repo: \"git://github.com/matrixise/europython-config-the-revenant.git\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/epcon-apps/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 437, "all_permissive": false }
ansible_role
adityadevops/aws-ec2
39991bd31d3129c0433eeb3acf26e0b10de14364
0
roles/deploy_app
2,438
[ "no_license" ]
[ { "path": "roles/deploy_app/tasks/main.yml", "content": "- name: Deploy war file\n template:\n src: index.html\n dest: /var/www/html/\n mode: '0777'\n register: war_deployed\n \n- name: Restart tomcat\n service:\n name: httpd\n state: restarted\n when: war_deployed.changed\n\n\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
adityadevops/aws-ec2
39991bd31d3129c0433eeb3acf26e0b10de14364
0
roles/infrastructure
2,438
[ "no_license" ]
[ { "path": "roles/infrastructure/vars/main.yml", "content": "sg_group_id: sg-14550d65,sg-0a560e7b\n\nami_id: ami-c998b6b2\n\nservice_name: tomcat\n\nec2_instance_type: t2.small\n\ninstance_count: 1\n\nname_key: new\n\nec2_region: us-east-1\n\nprofile_name: ecsInstanceRole\n\nsubnet_id: subnet-e3ca2787\n\n\ns...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1651, "all_permissive": false }
ansible_role
adityadevops/aws-ec2
39991bd31d3129c0433eeb3acf26e0b10de14364
0
roles/tomcat
2,438
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "- name: Install basic software\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - java-1.8.0-openjdk*\n - httpd\n\n- name: Restart tomcat\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
obesk/dotfiles
38ab7370f9705cf80c1180b3fee318343753022d
0
roles/DE
2,438
[ "no_license" ]
[ { "path": "roles/DE/tasks/main.yaml", "content": "---\n# copying config\n- name: install stow\n become: true\n apt:\n name:\n - stow\n\n- name: \"stow gui apps configs\" \n dandyrow.linux.stow.stow:\n src: . \n dest: \"{{ ansible_env.HOME }}\"\n package: [ kitty, wallpapers, zathura, xmo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2895, "all_permissive": false }
ansible_role
obesk/dotfiles
38ab7370f9705cf80c1180b3fee318343753022d
0
roles/dev
2,438
[ "no_license" ]
[ { "path": "roles/dev/tasks/nvim.yaml", "content": "- name: ensure conflicting packages are not installed\n become: true\n apt: \n name:\n - neovim\n state: absent\n\n- name: install neovim stable with bob\n command: bob use stable\n args:\n chdir: \"{{ ansible_env.HOME }}/.cargo/bin/\"\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6211, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/aur_helper
2,438
[ "no_license" ]
[ { "path": "roles/aur_helper/tasks/main.yml", "content": "---\n# tasks file for aur-helper\n\n- name: Set variables\n set_fact:\n yay_work_dir_path: /tmp/yay/yay\n\n- name: Check if yay is installed\n shell:\n cmd: which yay\n changed_when: false\n register: result\n ignore_errors: true\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2087, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/facts
2,438
[ "no_license" ]
[ { "path": "roles/facts/tasks/main.yml", "content": "---\n# tasks file for facts\n\n- name: Check that the target_user variable has been provided to the playbook\n fail:\n msg: \"The variable 'target_user' must be provided in order to run the playbook.\"\n when: target_user is not defined\n \n- name: P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 740, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/git
2,438
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n\n- name: Install git (Ubuntu/Debian)\n apt:\n name: git\n state: latest\n become: true\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Install git (Arch)\n yay:\n name: git\n state: latest\n when: ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 820, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/gpg
2,438
[ "no_license" ]
[ { "path": "roles/gpg/meta/main.yml", "content": "dependencies: \n - role: aur_helper\n when: aur_helper_executed is not defined", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/gpg/tasks/main.yml", "content": "---\n# tasks file for gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/idea
2,438
[ "no_license" ]
[ { "path": "roles/idea/tasks/main.yml", "content": "---\n# tasks file for idea\n\n- name: Check if idea.conf exists\n stat:\n path: \"/etc/sysctl.d/idea.conf\"\n register: idea_file\n become: true\n\n- name: Remove existing idea.conf \n file: \n path: /etc/sysctl.d/idea.conf\n state: absent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/neovim
2,438
[ "no_license" ]
[ { "path": "roles/neovim/tasks/main.yml", "content": "---\n# tasks file for neovim\n\n- name: Install neovim (Ubuntu/Debian)\n apt:\n name: neovim\n state: latest\n become: true\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Install neovim (Arch)\n yay:\n name: neovim\n state: la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1031, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/ssh
2,438
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n# tasks file for ssh\n\n- name: Install openssh (Ubuntu/Debian)\n apt:\n name: openssh-client\n state: latest\n become: true\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Install openssh (Arch)\n yay:\n name: openssh\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/tmux
2,438
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n# tasks file for tmux\n\n- name: Install tmux (Ubuntu/Debian)\n apt:\n name: [\"tmux\", \"xclip\"]\n state: latest\n become: true\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: Install tmux (Arch)\n yay:\n name: [\"tmux\", \"x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2106, "all_permissive": false }
ansible_role
gillouche/dotfiles
1b7c12d318601db37636f6ee318f46fdaf351dd8
0
roles/zsh
2,438
[ "no_license" ]
[ { "path": "roles/zsh/files/zshrc", "content": "export ZSH=\"$HOME/.oh-my-zsh\"\nZSH_THEME=\"robbyrussell\"\n\n#\n###### Oh My Zsh config #######\n#\nCASE_SENSITIVE=\"false\"\nHYPHEN_INSENSITIVE=\"true\"\nUPDATE_ZSH_DAYS=1\nENABLE_CORRECTION=\"false\"\nCOMPLETION_WAITING_DOTS=\"true\"\nDISABLE_UNTRACKED_FILE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6659, "all_permissive": false }
ansible_role
nickbabenko/pi-cluster-ansible
ddc93f9c236fff84bb89c6a354ee588c83d09ea7
2
roles/mqttreporter
2,498
[ "no_license" ]
[ { "path": "roles/mqttreporter/tasks/main.yaml", "content": "- name: Install dependencies\n apt:\n pkg:\n - git\n - python3\n - python3-pip\n - python3-tzlocal\n - python3-sdnotify\n - python3-colorama\n - python3-unidecode\n - python3-paho-mqtt\n - libraspber...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1614, "all_permissive": false }
ansible_role
bottlelee/ansible-elk-docker
1a5eb80ef7b60b67b528ef59274182fdb5c51a5b
0
roles/consul
2,498
[ "no_license" ]
[ { "path": "roles/consul/tasks/config.yml", "content": "- name: Add current host into 'consulServers'\n add_host:\n name: \"{{ inventory_hostname }}\"\n groups: consulServers\n when:\n - (groups['all'] | count) >= 3\n - inventory_hostname in (groups['all'][:3] )\n\n- block:\n - include_vars:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5207, "all_permissive": false }
ansible_role
bottlelee/ansible-elk-docker
1a5eb80ef7b60b67b528ef59274182fdb5c51a5b
0
roles/docker
2,498
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- block:\n - name: Checking docker service\n service:\n name: docker\n state: started\n rescue:\n - include_tasks: \"install/{{ ansible_os_family }}.yml\"\n - name: \"Add '{{ ansible_user }}' into 'docker' group\"\n when:...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1692, "all_permissive": false }
ansible_role
riptidewave93/jetson-image
e7cde8d8f8f7a1048f4c110ac6254abdcf4ff43f
2
ansible/roles/jetson
2,498
[ "no_license" ]
[ { "path": "ansible/roles/jetson/templates/etc/netplan/netcfg.yaml", "content": "network:\n version: 2\n renderer: networkd\n ethernets:\n eth0:\n dhcp4: true\n # wifis:\n # wlan0:\n # dhcp4: true\n # dhcp4-overrides:\n # use-dns: no\n # nameservers:\n # - 127.0.0....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2839, "all_permissive": false }
ansible_role
Ali121215/prak5_ansible
a1492c8f155cea13eea1fc816606203352f087b2
0
ansible/roles/common
2,498
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Записать текущее время и имя пользователя в файл\n ansible.builtin.lineinfile:\n path: /home/vagrant/info.txt\n line: \"{{ ansible_date_time.iso8601 }} {{ ansible_user_id }}\"\n create: yes\n owner: vagrant\n group: va...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3190, "all_permissive": false }
ansible_role
CcCoffee/ansible-redis-cluster
cb113a2e3c87e4e44c33def65d44799000b6473c
0
roles/cluster
2,498
[ "permissive" ]
[ { "path": "roles/cluster/tasks/main.yml", "content": "---\n# set ruby cluster by ruby script\n- name: Create initialization script\n template: src=initialize_cluster.j2 dest={{ redis_bin_dir }}/initialize_cluster.sh\n tags: script\n- name: Initialize cluster\n shell: bash {{ redis_bin_dir }}/initialize_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1838, "all_permissive": true }
ansible_role
CcCoffee/ansible-redis-cluster
cb113a2e3c87e4e44c33def65d44799000b6473c
0
roles/core
2,498
[ "permissive" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n# make a clean environment\n- name: remove redis_dir\n file: path={{ redis_dir }} owner=root group=root mode=0655 state=absent\n# prepare install environment\n- name: mkdir for redis - config,logs,data\n file: path={{ redis_dir }}/{{ item.port }}/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": true }
ansible_role
CcCoffee/ansible-redis-cluster
cb113a2e3c87e4e44c33def65d44799000b6473c
0
roles/node
2,498
[ "permissive" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# install redis\n- name: make install\n shell: cd {{ redis_install_dir }} && make && cd {{ redis_install_src_dir }} && make PREFIX=../../ install\n- name: copy redis-trib.rb\n shell: cp {{ redis_install_src_dir }}/redis-trib.rb {{ redis_bin_dir }}\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3328, "all_permissive": true }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/chrome
2,498
[ "no_license" ]
[ { "path": "ansible/roles/chrome/defaults/main.yml", "content": "---\nchrome_branch: stable\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "ansible/roles/chrome/README.md", "content": "Chrome\n======\n\nInstalls the Google Chrome browser.\n\nR...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/chroot-sftp
2,498
[ "no_license" ]
[ { "path": "ansible/roles/chroot-sftp/README.md", "content": "Chroot-sftp\n===========\n\nConfigures a chroot SFTP upload area.\n\nRequirements\n------------\n\nThis requires our Common role.\n\nRole Variables\n--------------\n\nRole variables are listed below:\n\n- `sftp_user`: The username of the chroot SF...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4744, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/clamav
2,498
[ "no_license" ]
[ { "path": "ansible/roles/clamav/defaults/main.yml", "content": "---\nclamav_private_mirror_enabled: true\nclamav_private_mirror_host: clamav.mirror.cc.vt.edu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "ansible/roles/clamav/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1564, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/common
2,498
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: get os-specific settings\n include_vars: \"{{ item }}\"\n with_first_found:\n - files:\n - \"{{ ansible_distribution|lower }}-{{ansible_distribution_version }}.yml\"\n - \"{{ ansible_distribution|lower }}-{{ansible_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1477, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/fedora4
2,498
[ "no_license" ]
[ { "path": "ansible/roles/fedora4/meta/main.yml", "content": "---\ndependencies:\n - { role: tomcat }\n - { role: local_files }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/fedora4/defaults/main.yml", "content": "---\nfedora...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3567, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/ffmpeg
2,498
[ "no_license" ]
[ { "path": "ansible/roles/ffmpeg/vars/ubuntu-14.yml", "content": "---\nffmpeg_repo_name: 'trusty'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/ffmpeg/README.md", "content": "FFmpeg\n=========\n\nInstalls FFmpeg from the mc3man...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 983, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/fits
2,498
[ "no_license" ]
[ { "path": "ansible/roles/fits/meta/main.yml", "content": "---\ndependencies:\n - { role: common }\n - { role: local_files }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/fits/tasks/main.yml", "content": "---\n- name: install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1602, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/geoblacklight
2,498
[ "no_license" ]
[ { "path": "ansible/roles/geoblacklight/tasks/cron.yml", "content": "---\n- name: configure cron to ingest content periodically via rake task\n cron:\n user: \"{{ project_runner }}\"\n hour: 0\n minute: 0\n cron_file: geoblacklight_ingest\n job: >\n cd \"{{ project_app_root }}\" &&\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9158, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/hyrax
2,498
[ "no_license" ]
[ { "path": "ansible/roles/hyrax/tasks/sidekiq.yml", "content": "- name: copy sidekiq init scripts\n template:\n src: \"{{ item.file }}\"\n dest: \"{{ item.dest }}\"\n mode: 0755\n with_items: \"{{ sidekiq_service_files }}\"\n notify:\n - restart redis\n - restart sidekiq workers\n\n- name: ...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 35181, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/java8
2,498
[ "no_license" ]
[ { "path": "ansible/roles/java8/tasks/main.yml", "content": "---\n- name: Add Oracle Java Repository\n apt_repository:\n repo: 'ppa:webupd8team/java'\n state: present\n update_cache: yes\n\n- name: Accept Java 8 License\n debconf:\n name: 'oracle-java8-installer'\n question: 'shared/accepted...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/local_files
2,498
[ "no_license" ]
[ { "path": "ansible/roles/local_files/tasks/main.yml", "content": "---\n- name: delete the local_files directory (Only way is a delete and re-create until state=empty is implemented)\n file: path=\"{{local_files_dir}}/\" state=absent\n when: local_files_archive is defined\n delegate_to: localhost\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 994, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/nodejs
2,498
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/README.md", "content": "NodeJS\n=========\n\nInstalls NodeJS directly from node.\n\nRequirements\n------------\n\nApt must be installed, along with the Common role.\n\nRole Variables\n--------------\n\nWhen using this role, the `nodejs_version` must be set.\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/openjdk8
2,498
[ "no_license" ]
[ { "path": "ansible/roles/openjdk8/README.md", "content": "OpenJDK8\n=========\n\nInstalls OpenJDK 8 via the openjdk-r PPA repository due to OpenJDK not being available in Ubuntu 14.04.\n\nRequirements\n------------\n\nApt must be installed, along with our Common role.\n\nRole Variables\n--------------\n\nNo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 511, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/passenger
2,498
[ "no_license" ]
[ { "path": "ansible/roles/passenger/vars/defaults.yml", "content": "---\npassenger_packages: ['nginx-extras', 'passenger={{ passenger_version }}']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "ansible/roles/passenger/README.md", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2088, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/phantomjs
2,498
[ "no_license" ]
[ { "path": "ansible/roles/phantomjs/README.md", "content": "PhantomJS\n=========\n\nInstalls PhantomJS the way the PhantomJS gem expects. If necessary, the role will cache the downloaded tar for future use.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nRole variables are listed b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2529, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/postfix
2,498
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yml", "content": "---\n- name: set postfix mailer type and hostname\n debconf:\n name: postfix\n question: '{{ item.question }}'\n value: '{{ item.value }}'\n vtype: string\n with_items:\n - question: postfix/main_mailer_type\n value: \"'Inte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1916, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/postgresql
2,498
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/vars/ubuntu-14.yml", "content": "---\npostgresql_client_packages:\n - libpq-dev\n - python-psycopg2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/postgresql/defaults/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2771, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/project_user
2,498
[ "no_license" ]
[ { "path": "ansible/roles/project_user/README.md", "content": "Project User\n=========\n\nCreates the project users and groups. There are two project users: one that owns the files (`project_owner`) and another under which the application runs (`project_runner`). These have corresponding groups, `project_own...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3055, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/redis
2,498
[ "no_license" ]
[ { "path": "ansible/roles/redis/README.md", "content": "Redis\n=========\n\nInstalls and configures redis.\n\nRequirements\n------------\n\nApt must be installed, along with our Common role.\n\nRole Variables\n--------------\n\nRole varaibles are listed below, along with their defaults:\n\n redis_conf_pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1182, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/ruby
2,498
[ "no_license" ]
[ { "path": "ansible/roles/ruby/README.md", "content": "Ruby\n=========\n\nInstalls Ruby via the Brightbox PPA, and bundler system-wide.\n\nRequirements\n------------\n\nApt must be installed, along with our Common role.\n\n\nRole Variables\n--------------\n\nThe `ruby_version` should be specified when using ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1361, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/solr
2,498
[ "no_license" ]
[ { "path": "ansible/roles/solr/README.md", "content": "Solr\n=========\n\nInstalls Solr.\n\nRequirements\n------------\n\nSolr is a Java application and so requires our OpenJDK8 role\n\nRole Variables\n--------------\n\nRole variables are listed below, along with their defaults:\n\n solr_mirror: 'http://a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2094, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/sufia
2,498
[ "no_license" ]
[ { "path": "ansible/roles/sufia/meta/main.yml", "content": "---\ndependencies:\n - { role: project_user }\n - { role: common }\n - { role: fits }\n - { role: passenger }\n - { role: tls_cert }\n - { role: clamav }\n - { role: ffmpeg }\n - { role: postfix }\n - { role: nodejs, nodejs_version: '6.x' }...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 21063, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/tls_cert
2,498
[ "no_license" ]
[ { "path": "ansible/roles/tls_cert/defaults/main.yml", "content": "---\ntls_local_files_dir: \"{{ local_files_dir }}\"\ntls_cert_subject: \"/C=US/ST=Virginia/O=Virginia Tech/localityName=Blacksburg/commonName={{ ansible_fqdn }}/organizationalUnitName=University Libraries\"\ntls_cert_dir: '/etc/ssl/local/cert...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3291, "all_permissive": false }
ansible_role
VTUL/InstallScripts
2b4e213a2dec754652d77167bd5e1e63f4c40de7
4
ansible/roles/tomcat
2,498
[ "no_license" ]
[ { "path": "ansible/roles/tomcat/README.md", "content": "Tomcat\n======\n\nInstalls Tomcat and add our configuration\n\nRequirements\n------------\n\nJava and Apt must be installed, along with our Common role.\n\nRole Variables\n--------------\n\nRole variables are listed below, along with their defaults:\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2333, "all_permissive": false }