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
exarmic/slurm_ansible
9c675974e06f2d6d560228e2154aa13673f5d6ad
0
roles/install_nginx
7,612
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for install_nginx\n\n- name: Make nginx.conf backup\n ansible.builtin.copy:\n src: /etc/nginx/nginx.conf\n dest: /etc/nginx/nginx.conf.bak\n remote_src: yes\n\n\n- name: replace main nginx config\n ansible.builtin.copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
exarmic/slurm_ansible
9c675974e06f2d6d560228e2154aa13673f5d6ad
0
roles/install_pkg
7,612
[ "no_license" ]
[ { "path": "roles/install_pkg/tasks/main.yml", "content": "---\n# Install repos centos-release-scl for ruby-2.6\n- name: \"Install epel-release and centos-release-scl yum\"\n ansible.builtin.yum:\n name: \n - epel-release\n - centos-release-scl\n update_cache: yes\n state: latest\n\n# Rub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
exarmic/slurm_ansible
9c675974e06f2d6d560228e2154aa13673f5d6ad
0
roles/install_postgres
7,612
[ "no_license" ]
[ { "path": "roles/install_postgres/tasks/main.yml", "content": "---\n# tasks file for install_postgres\n# the full cope of https://stribny.name/blog/ansible-postgresql/\n\n- name: \"Find out if PostgreSQL is initialized\"\n ansible.builtin.stat:\n path: \"/var/lib/pgsql/data/pg_hba.conf\"\n register: po...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1766, "all_permissive": false }
ansible_role
panchajanya93/Final-Ansible-SparkCode
827d1a3154668da7179a8c0966d2be14aeab6f66
0
ssh-test/roles/ssh_task
7,622
[ "no_license" ]
[ { "path": "ssh-test/roles/ssh_task/templates/spark-cluster.sh.j2", "content": "#!/bin/bash\n\nHOSTS=({% for host in groups['all'] %} {{ host }}.{{ ansible_domain }} {% endfor %})\n\nclear\n\nfunction exit_with_usage {\n cat << EOF\nspark-cluster.sh - Manage an Apache Spark cluster and its components\nSYNOP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1386, "all_permissive": false }
ansible_role
aristanetworks/ansible-cvp
37bef52bd34bbb59192aa1ba5b5d5225aa9a7b78
70
ansible_collections/arista/cvp/roles/configlets_sync
7,622
[ "no_license" ]
[ { "path": "ansible_collections/arista/cvp/roles/configlets_sync/defaults/main.yml", "content": "---\n# defaults file for configlets-sync\n\n# Dir where to store configlets information\ncvpsync_data: 'generated_vars/'\n\ncommon_configlets_dir: '{{ cvpsync_data }}/common_configlets/'\ncvp_servers_dir: '{{ cvp...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 10783, "all_permissive": false }
ansible_role
aristanetworks/ansible-cvp
37bef52bd34bbb59192aa1ba5b5d5225aa9a7b78
70
ansible_collections/arista/cvp/roles/dhcp_configuration
7,622
[ "no_license" ]
[ { "path": "ansible_collections/arista/cvp/roles/dhcp_configuration/vars/centos-7.yml", "content": "---\n# Variables for Red Hat and Centos system\n\n# List of packages to install to enable DHCP package\ndhcp_packages:\n - dhcp\n\n# DHCP service name\ndhcp_service: dhcpd\n", "license_type": "no_license"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 13960, "all_permissive": false }
ansible_role
ansible/ansible-demo-operations
e1c8ccf529122628cad60c7325c9f65757810a97
7
roles/tower
7,622
[ "no_license" ]
[ { "path": "roles/tower/tasks/main.yml", "content": "---\n- name: install epel repo\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\n state: present\n\n- name: import epel gpg key\n rpm_key:\n key: /etc/pki/rpm-gpg/RPM-GP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3294, "all_permissive": false }
ansible_role
ansible/ansible-demo-operations
e1c8ccf529122628cad60c7325c9f65757810a97
7
roles/tower-demo-admin
7,622
[ "no_license" ]
[ { "path": "roles/tower-demo-admin/tasks/main.yml", "content": "---\n- name: Associate the user with the demo admin team\n shell: >\n tower-cli team associate\n --team \"Sales Demo Admin\"\n --user \"{{ username }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 198, "all_permissive": false }
ansible_role
ansible/ansible-demo-operations
e1c8ccf529122628cad60c7325c9f65757810a97
7
roles/tower-demo-base
7,622
[ "no_license" ]
[ { "path": "roles/tower-demo-base/tasks/main.yml", "content": "---\n- name: create a user for use by admin jobs\n user:\n name: admin\n createhome: yes\n home: /home/admin\n generate_ssh_key: yes\n ssh_key_file: /home/admin/.ssh/id_rsa\n state: present\n\n- name: grab the public key\n slu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
ansible/ansible-demo-operations
e1c8ccf529122628cad60c7325c9f65757810a97
7
roles/tower-demo-settings
7,622
[ "no_license" ]
[ { "path": "roles/tower-demo-settings/tasks/credentials.yml", "content": "---\n\n- name: ensure all users have access to the demo machine credential\n tower_role:\n config_file: ~/.tower_cli.cfg\n team: Sales Demo User\n role: use\n credential: Demo Machine Credential\n state: present\n\n- na...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 17686, "all_permissive": false }
ansible_role
ansible/ansible-demo-operations
e1c8ccf529122628cad60c7325c9f65757810a97
7
roles/tower-demo-user
7,622
[ "no_license" ]
[ { "path": "roles/tower-demo-user/tasks/main.yml", "content": "---\n- name: create the user\n tower_user:\n config_file: ~/.tower_cli.cfg\n first_name: \"{{ first_name }}\"\n last_name: \"{{ last_name }}\"\n username: \"{{ username }}\"\n email: \"{{ email }}\"\n password: <PASSWORD>\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2034, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/apt
7,622
[ "no_license" ]
[ { "path": "roles/apt/templates/bloonix.list.j2", "content": "# Bloonix repository\ndeb https://download.bloonix.de/repos/debian xenial main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/apt/templates/meetin.gs.list.j2", "content": "# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2304, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/bloonix
7,622
[ "no_license" ]
[ { "path": "roles/bloonix/files/nginx.conf", "content": "# /etc/nginx/nginx.conf\n\nuser www-data;\npid /run/nginx.pid;\nworker_processes auto;\n\nevents {\n worker_connections 768;\n}\n\nhttp {\n gzip off;\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n server_tokens off;\n\n keepalive_timeout 65...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1612, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/bootstrap
7,622
[ "no_license" ]
[ { "path": "roles/bootstrap/defaults/main.yml", "content": "---\nknown_hosts_file: \"~/.ssh/known_hosts\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/bootstrap/tasks/main.yml", "content": "---\n- name: check for rescue mode\n stat:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1615, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/build
7,622
[ "no_license" ]
[ { "path": "roles/build/tasks/main.yml", "content": "---\n- name: install fpm\n command: >\n gem install fpm\n args:\n creates: /usr/local/bin/fpm\n\n- name: make Makefile available\n become: false\n copy:\n src: Makefile\n dest: Makefile ## FIXME?\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/certificate
7,622
[ "no_license" ]
[ { "path": "roles/certificate/tasks/main.yml", "content": "---\n- name: copy Meetin.gs certificate\n copy:\n mode: 0400\n content: \"{{ cert_meetin_gs }}\"\n dest: /etc/ssl/private/meetings.pem\n\n- name: copy Dicole.net certificate\n copy:\n mode: 0400\n content: \"{{ cert_dicole_net }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/cloudinit
7,622
[ "no_license" ]
[ { "path": "roles/cloudinit/files/nginx.conf", "content": "# /etc/nginx/nginx.conf\n\nuser www-data;\npid /run/nginx.pid;\nworker_processes auto;\n\nevents {\n worker_connections 32;\n}\n\nhttp {\n gzip off;\n sendfile on;\n tcp_nopush on;\n tcp_nodelay on;\n keepalive_timeout 65;\n types_hash_max_siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1506, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/debootstrap
7,622
[ "no_license" ]
[ { "path": "roles/debootstrap/tasks/main.yml", "content": "---\n- name: restore rc.local\n copy:\n mode: 0644\n owner: root\n group: root\n src: rc.local\n dest: /etc/rc.local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/elasticsearch
7,622
[ "no_license" ]
[ { "path": "roles/elasticsearch/handlers/main.yml", "content": "---\n- name: ensure elasticsearch\n service: name=elasticsearch enabled=yes state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/elasticsearch/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 274, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/ferm
7,622
[ "no_license" ]
[ { "path": "roles/ferm/templates/glusterfs.j2", "content": "# Allow GlusterFS peers to communicate\n\ntable filter chain INPUT {\n proto tcp dport 24007 ACCEPT;\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/ferm/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 1932, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/gluster
7,622
[ "no_license" ]
[ { "path": "roles/gluster/tasks/main.yml", "content": "---\n- name: create a dedicated filesystem\n filesystem:\n fstype: ext4\n opts: -L glusterfs\n dev: \"{{ glusterfs.partition }}\"\n\n- name: mount dedicated filesystem\n mount:\n state: mounted\n fstype: ext4\n src: LABEL=glusterfs\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/hostname
7,622
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: configure hostname\n copy:\n dest: /etc/hostname\n content: >\n {{ hostname | default(inventory_hostname) }}\n\n- name: set hostname\n hostname:\n name: \"{{ hostname | default(inventory_hostname) }}\"\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/intra
7,622
[ "no_license" ]
[ { "path": "roles/intra/handlers/main.yml", "content": "---\n- name: restart bind\n service: name=bind9 state=restarted\n\n- name: restart dhcpd\n service: name=isc-dhcp-server state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2265, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/net
7,622
[ "no_license" ]
[ { "path": "roles/net/templates/br0.j2", "content": "# interfaces(5) configuration for the main network\n\nauto br0\n\nallow-ovs br0\niface br0 inet static\n address {{ network.public.addr }}\n netmask {{ network.public.mask }}\n gateway {{ network.public.gw }}\n ovs_type OVSBridge\n ovs_ports...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2319, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/postfix
7,622
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: set aliases\n copy:\n src: aliases\n dest: /etc/aliases\n notify: restart postfix\n\n- name: set mailname\n copy:\n dest: /etc/mailname\n content: >\n dicole.com\n notify: restart postfix\n\n- name: do the main configura...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 690, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/puppet
7,622
[ "no_license" ]
[ { "path": "roles/puppet/templates/puppet.conf.j2", "content": "[main]\n server={{ puppetmaster_addr }}\n rundir=/run/puppet\n vardir=/var/lib/puppet\n logdir=/var/log/puppet\n ssldir=/var/lib/puppet/ssl\n factpath=$vardir/lib/facter\n prerun_command=/etc/puppet/etckeeper-commit-pre\n postrun_command...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 878, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/time
7,622
[ "no_license" ]
[ { "path": "roles/time/handlers/main.yml", "content": "---\n- name: reconfigure timezone\n command: /usr/sbin/dpkg-reconfigure -f noninteractive tzdata\n\n- name: set timezone\n command: /usr/bin/timedatectl set-timezone Etc/UTC\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/user
7,622
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "---\ndef_group: users\ndef_groups: adm,sudo,plugdev\ndef_shell: /bin/bash\ndef_sudoers_tag: NOPASSWD\n\nadministrators:\n- name: tuomas\n real: <NAME>\n grps: \"{{ admin_groups | default(def_groups) }}\"\n- name: amv\n real: <NAME>\n grps: \"{{ admin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2254, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/virt
7,622
[ "no_license" ]
[ { "path": "roles/virt/tasks/main.yml", "content": "---\n- name: remove default network\n virt_net:\n name: default\n state: absent\n\n- name: create openvswitch virtual network\n virt_net:\n name: \"{{ virt.net_name }}\"\n command: define\n xml: \"{{ lookup('template', 'templates/ovs-libvir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 944, "all_permissive": false }
ansible_role
meetings/devops
35b83b03ec13c8cce922c1e48928384cf516c455
0
roles/wordpress
7,622
[ "no_license" ]
[ { "path": "roles/wordpress/defaults/main.yml", "content": "---\n# wordpress_root: /var/www/wordpress\n# wordpress_download: https://wordpress.org/latest.tar.gz\n\nnginx_worker_conn: 512\n\nmax_upload_size: 12\n\nphp_ini:\n- key: upload_max_filesize\n val: \"{{ max_upload_size }}M\"\n- key: post_max_size\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2584, "all_permissive": false }
ansible_role
bennu/k8sphere
b8adc1a19cdd4831e12ca2bb90fc3405121ad76d
6
modules/vms/provision/roles/kubernetes
7,622
[ "no_license" ]
[ { "path": "modules/vms/provision/roles/kubernetes/templates/storage/storageclass.yml.j2", "content": "apiVersion: ceph.rook.io/v1\nkind: CephBlockPool\nmetadata:\n name: replicapool1\n namespace: rook-ceph\nspec:\n failuraDomain: host\n replicated:\n size: 3\n---\napiVersion: storage.k8s.io/v1\nkind:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 41346, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/add_user_to_role
7,622
[ "no_license" ]
[ { "path": "roles/add_user_to_role/tasks/main.yaml", "content": "---\n- name:\n Add role {{ os_role }} to project {{ os_project }} for user {{ os_user }}\n environment:\n \"{{ os_environment }}\"\n command:\n \"{{ admin_bin }}/openstack role add --project {{ os_project }} --user {{ os_user }} {{ o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/apache
7,622
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yaml", "content": "---\n_apache_deps:\n apt:\n - apache2\n - libapache2-mod-wsgi-py3\n\n_block:\n virtualenv_bin:\n \"'{{ virtualenv_bin }}'\"\n activate_this:\n \"'/bin/activate_this.py'\"\n\npaths:\n owner:\n keystone\n base_name:\n apache2\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2535, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/bootstrap
7,622
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yaml", "content": "---\n- name: Bootstrap Keystone\n command: >-\n {{ virtualenv_bin }}/keystone-manage bootstrap --bootstrap-password {{ admin_password }}\n --bootstrap-admin-url http://{{ controller_host }}:35357/v3/\n --bootstrap-internal-url http://{{ cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1491, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/config
7,622
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yaml", "content": "---\n- name: Purge old {{project}} configuration files\n file: path=/etc/{{project}} state=absent\n become: yes\n tags: config, config-purge\n\n- name: Create config directory\n file: path=/etc/{{project}} state=directory\n become: yes\n tags: conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 9734, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/endpoint
7,622
[ "no_license" ]
[ { "path": "roles/endpoint/tasks/main.yaml", "content": "---\n- name:\n Create endpoints for {{ os_service }}\n environment:\n \"{{ admin_environment }}\"\n command:\n \"{{ admin_bin }}/openstack endpoint create --region RegionOne {{ os_service }} {{ item.interface }} {{ item.url }}\"\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 287, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/envrc
7,622
[ "no_license" ]
[ { "path": "roles/envrc/templates/admin-openrc-fish.j2", "content": "set -x OS_PROJECT_DOMAIN_NAME default\nset -x OS_USER_DOMAIN_NAME default\nset -x OS_PROJECT_NAME admin\nset -x OS_USERNAME admin\nset -x OS_PASSWORD {{ <PASSWORD>_password }}\nset -x OS_AUTH_URL http://controller:35357/v3\nset -x OS_IDENTI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/fernet
7,622
[ "no_license" ]
[ { "path": "roles/fernet/meta/main.yaml", "content": "---\ndependencies:\n - { role: init-paths, paths: { custom: \"{{ _custom_paths }}\" }, tags: fernet }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/fernet/vars/main.yaml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 875, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/hosts
7,622
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yaml", "content": "---\n- name: Add entry to hosts file\n lineinfile: dest=/etc/hosts line='127.0.0.1 controller'\n become: yes\n tags: hosts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/init-paths
7,622
[ "no_license" ]
[ { "path": "roles/init-paths/vars/main.yaml", "content": "---\npaths:\n {}\n\n_self:\n \"{{ _defaults | combine(paths) }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/init-paths/defaults/main.yaml", "content": "---\n_defaults:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 629, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/install
7,622
[ "no_license" ]
[ { "path": "roles/install/meta/main.yaml", "content": "---\ndependencies:\n - virtualenv\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/install/tasks/main.yaml", "content": "---\n- name: Install {{project}}\n command: \"{{virtualenv_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/mongodb
7,622
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "---\n- name: Add MongoDB user\n shell: \"mongo --host {{controller_host}} --eval '\n db = db.getSiblingDB(\\\"{{ceilometer_database}}\\\");\n db.addUser({user: \\\"ceilometer\\\",\n pwd: \\\"<PASSWORD>\\\",\n roles: [ \\\"re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/mysql
7,622
[ "no_license" ]
[ { "path": "roles/mysql/vars/main.yaml", "content": "_default_db:\n name:\n \"{{ project }}\"\n manage_command:\n \"{{ project }}-manage\"\n skip_db_ops:\n false\n sync_command:\n db_sync\n\n_db:\n \"{{ _default_db | combine(db) }}\"\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2083, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/mysql_admin
7,622
[ "no_license" ]
[ { "path": "roles/mysql_admin/tasks/main.yaml", "content": "---\n- name: Add MySQL admin user\n mysql_user: name={{ db_user }} password={{ <PASSWORD> }}\n priv=*.*:ALL,GRANT state=present host={{ db_host }}\n become: yes\n tags: db-admin, mysql-admin\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/pauser
7,622
[ "no_license" ]
[ { "path": "roles/pauser/tasks/main.yaml", "content": "---\n- name: Waiting for {{ reason }}\n pause: prompt={{ msg }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/project
7,622
[ "no_license" ]
[ { "path": "roles/project/tasks/main.yaml", "content": "- name:\n Check for {{ os_project }} project\n environment:\n \"{{ os_environment }}\"\n command:\n \"{{ virtualenv_bin }}/openstack project show --domain {{ os_domain }} {{ os_project }}\"\n register:\n service_check\n failed_when:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/rabbitmq
7,622
[ "no_license" ]
[ { "path": "roles/rabbitmq/meta/main.yaml", "content": "---\ndependencies:\n - { role: packages, deps: \"{{ rabbitmq_deps }}\",\n tags: amqp }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/rabbitmq/tasks/main.yaml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 363, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/role
7,622
[ "no_license" ]
[ { "path": "roles/role/tasks/main.yaml", "content": "---\n- name:\n Check for {{ os_role }} role\n environment:\n \"{{ os_environment }}\"\n command:\n \"{{ virtualenv_bin }}/openstack role show {{ os_role }}\"\n register:\n role_check\n failed_when:\n not role_check.rc in [0, 1]\n tags:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/service
7,622
[ "no_license" ]
[ { "path": "roles/service/tasks/main.yaml", "content": "---\n- name:\n Check for {{ os_service }} service\n environment:\n \"{{ os_environment }}\"\n command:\n \"{{ admin_bin }}/openstack service show {{ os_service }}\"\n register:\n service_check\n failed_when:\n not service_check.rc in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/systemd_services
7,622
[ "no_license" ]
[ { "path": "roles/systemd_services/tasks/main.yaml", "content": "---\n- include_role:\n name:\n systemd_service\n vars:\n systemd_service:\n \"{{ item }}\"\n with_items:\n \"{{ systemd_services }}\"\n tags:\n systemd-services\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
femnad/ostrap
a9edb22b81b0d0adc7b2c6b4dc0667cef0c71192
0
roles/user
7,622
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "---\n- name:\n Check for {{ os_user }} user\n environment:\n \"{{ os_environment }}\"\n command:\n \"{{ admin_bin }}/openstack user show --domain {{ os_domain }} {{ os_user }}\"\n register:\n user_check\n failed_when:\n not user_check.rc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
ptichoid/devops_school
6407a7133770ad8bdacc740cdc84dcc4a768cd14
0
Ansible/roles/users
7,622
[ "no_license" ]
[ { "path": "Ansible/roles/users/main.yml", "content": "---\r\n- name: Create users with vaulted passwords\r\n hosts: node_1\r\n become: true\r\n\r\n tasks:\r\n - name: Include vars in MAIN\r\n include_vars:\r\n dir: vars\r\n\r\n - name: Create users\r\n include_tasks: ./tasks/passwd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 858, "all_permissive": false }
ansible_role
wikitops/ansible_cloudera
306abd3871bdeeec5e64385f052195f5ac52f424
5
roles/scm
7,622
[ "no_license" ]
[ { "path": "roles/scm/tasks/cms.yml", "content": "---\n\n# Wait for agents to send heartbeats in case SCM has just been restarted\n# Adding CMS will fail if host details haven't been reported in\n- name: Wait for agent heartbeats\n pause:\n seconds: 30\n\n# Prepare CMS template\n- name: Prepare CMS templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1663, "all_permissive": false }
ansible_role
applait/xplex-deploy
2897cc63ab6ac33fe07ad2d025d68a1931237c9a
0
playbooks/roles/base_fedora
7,622
[ "no_license" ]
[ { "path": "playbooks/roles/base_fedora/tasks/install.yml", "content": "# roles/base_fedora/tasks/install.yml\n#\n# Install custom repositories and packages. Repositories should be installed\n# using the RPM package. A list of URLs to the RPMs for these repositories\n# should be specified in group_vars or ho...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 5294, "all_permissive": false }
ansible_role
elbaer/my-arch-linux
2f5b8dfc352bb938b2e92c2a03e27a7e7d4fcb57
0
roles/desktop
7,625
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yaml", "content": "---\n- import_tasks: xorg.yaml\n become: yes\n- import_tasks: kde_plasma.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/desktop/tasks/xorg.yaml", "content": "---\n- name: insta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1269, "all_permissive": false }
ansible_role
elbaer/my-arch-linux
2f5b8dfc352bb938b2e92c2a03e27a7e7d4fcb57
0
roles/extras
7,625
[ "no_license" ]
[ { "path": "roles/extras/tasks/main.yaml", "content": "---\n- include_tasks: audiocodecs.yaml\n- include_tasks: git.yaml\n- include_tasks: visualstudiocode.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/extras/templates/.gitconfig", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2337, "all_permissive": false }
ansible_role
elbaer/my-arch-linux
2f5b8dfc352bb938b2e92c2a03e27a7e7d4fcb57
0
roles/setup
7,625
[ "no_license" ]
[ { "path": "roles/setup/tasks/linux_kernel.yaml", "content": "---\n- name: install additional packages\n become: yes\n shell: pacman --noconfirm -S linux linux-firmware linux-headers lvm2\n\n# the drivers are mainly hosted by commiunity project so they have to be installed via yay\n- name: install drivers\...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 7287, "all_permissive": false }
ansible_role
elbaer/my-arch-linux
2f5b8dfc352bb938b2e92c2a03e27a7e7d4fcb57
0
roles/virtual
7,625
[ "no_license" ]
[ { "path": "roles/virtual/tasks/main.yaml", "content": "---\n- import_tasks: vmtools.yaml\n become: yes\n- import_tasks: xorg.yaml\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/virtual/tasks/xorg.yaml", "content": "- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 695, "all_permissive": false }
ansible_role
elbaer/my-arch-linux
2f5b8dfc352bb938b2e92c2a03e27a7e7d4fcb57
0
roles/zsh
7,625
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh\n shell: yay --noconfirm -S zsh zsh-syntax-highlighting ttf-meslo-nerd-font-powerlevel10k\n\n- name: modify shell for user\n become: yes\n user:\n name: \"{{ item }}\"\n shell: /bin/zsh\n with_items:\n - cbaer\n - roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3109, "all_permissive": false }
ansible_role
davydka/ablab-pub
1c634e12999d18f337d3b8af7b38b1c331e1ede2
0
provisioning/roles/common
7,625
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache (Debian).\n apt: update_cache=yes cache_valid_time=86400\n when: ansible_os_family == 'Debian'\n tags: setup, deploy\n\n- name: Get software for Python-based control.\n apt: \"name={{ item }} state=installed\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3210, "all_permissive": false }
ansible_role
davydka/ablab-pub
1c634e12999d18f337d3b8af7b38b1c331e1ede2
0
provisioning/roles/displays
7,625
[ "no_license" ]
[ { "path": "provisioning/roles/displays/templates/env.j2", "content": "#######################################\n# Master or Display Identification\n#######################################\nAPP_ID=display\n\n#######################################\n# Display\n#######################################\n#BACKGROU...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4630, "all_permissive": false }
ansible_role
davydka/ablab-pub
1c634e12999d18f337d3b8af7b38b1c331e1ede2
0
provisioning/roles/master
7,625
[ "no_license" ]
[ { "path": "provisioning/roles/master/templates/env.j2", "content": "#######################################\n# Master or Display Identification\n#######################################\n\nAPP_ID=master\n\n#######################################\n# API and RabbitMQ Settings\n#################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2374, "all_permissive": false }
ansible_role
NadiaGerman/pokemon-app
0ceecd4c40f3b63b38f55004a87b041c34e43d18
0
ansible/roles/app_deploy
7,625
[ "no_license" ]
[ { "path": "ansible/roles/app_deploy/tasks/main.yml", "content": "---\n- name: Clone project repository\n git:\n repo: 'https://github.com/NadiaGerman/pokemon-app.git'\n dest: /home/ec2-user/pokemon-app\n version: main\n\n- name: Build and start backend containers\n docker_compose:\n project_sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
NadiaGerman/pokemon-app
0ceecd4c40f3b63b38f55004a87b041c34e43d18
0
ansible/roles/database
7,625
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n- name: Ensure remote scripts directory exists\n file:\n path: /home/ec2-user/pokemon-app/scripts\n state: directory\n mode: '0755'\n\n- name: Copy create_dynamo_table.py script to instance\n copy:\n src: ../../../../scripts/c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
NadiaGerman/pokemon-app
0ceecd4c40f3b63b38f55004a87b041c34e43d18
0
ansible/roles/infra
7,625
[ "no_license" ]
[ { "path": "ansible/roles/infra/tasks/main.yaml", "content": "---\n- name: Install Docker and Python3 packages\n yum:\n name:\n - docker\n - python3\n - python3-pip\n state: present\n\n- name: Install boto3 Python package explicitly with pip3\n pip:\n name: boto3\n executable: /u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 463, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/nginx
7,625
[ "no_license" ]
[ { "path": "roles/nginx/templates/static.conf.j2", "content": "server {\n listen 80;\n server_name _;\n\n access_log /var/log/nginx/static-access.log;\n error_log /var/log/nginx/static-error.log;\n\n location /images/ {\n alias {{ static_path }};\n autoindex on;\n\n gzip o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1799, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/ssh
7,625
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Secure SSH configuration\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regex: \"{{ item.regex }}\"\n line: \"{{ item.line }}\"\n loop:\n - { regex: \"^PermitRootLogin\", line: \"PermitRootLogin no\" }\n - { regex: \"^P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/static
7,625
[ "no_license" ]
[ { "path": "roles/static/tasks/main.yml", "content": "- name: Download static files\n ansible.builtin.get_url:\n url: \"{{ static_url }}\"\n dest: \"/tmp/images.zip\"\n\n- name: Unzip static files\n ansible.builtin.unarchive:\n src: \"/tmp/images.zip\"\n dest: \"{{ static_path }}\"\n remote_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/users
7,625
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "- name: Ensure groups exist\n ansible.builtin.group:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ users | map(attribute='groups') | select('defined') | list | flatten | unique }}\"\n\n- name: Manage users\n ansible.builtin.user:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1058, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/utils
7,625
[ "no_license" ]
[ { "path": "roles/utils/tasks/main.yml", "content": "- name: Install system packages\n ansible.builtin.package:\n name: \"{{ packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
danoque/nginx_static_test_server
de64863c6de672e7281f83909657633329279aea
0
roles/zsh
7,625
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Install Zsh\n ansible.builtin.package:\n name: zsh\n state: present\n when: \"'/bin/zsh' in users | map(attribute='shell') | list\"\n\n- name: Check if Oh My Zsh is installed\n ansible.builtin.stat:\n path: \"/home/{{ item.name }}/.oh-my-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 863, "all_permissive": false }
ansible_role
antonioleonsilva/ansible-ClusterBasesDeDatosMARIADBGalera
2324c7a973ec84f5168c2471980a11d0496fa363
0
roles/haproxy
7,625
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n log stdout format raw local0\n\ndefaults\n log global\n mode tcp\n option tcplog\n timeout connect 10s\n timeout client 1m\n timeout server 1m\n\nfrontend mysql_front\n bind *:3306\n default_backend m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 919, "all_permissive": false }
ansible_role
antonioleonsilva/ansible-ClusterBasesDeDatosMARIADBGalera
2324c7a973ec84f5168c2471980a11d0496fa363
0
roles/mariadb_galera
7,625
[ "no_license" ]
[ { "path": "roles/mariadb_galera/templates/galera.cnf.j2", "content": "[mysqld]\nbinlog_format=ROW\ndefault_storage_engine=InnoDB\ninnodb_autoinc_lock_mode=2\nbind-address=0.0.0.0\n\nwsrep_on=ON\nwsrep_provider=/usr/lib/galera/libgalera_smm.so\n\nwsrep_cluster_name=\"galera_cluster\"\nwsrep_cluster_address=\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1724, "all_permissive": false }
ansible_role
antonioleonsilva/ansible-ClusterBasesDeDatosMARIADBGalera
2324c7a973ec84f5168c2471980a11d0496fa363
0
roles/phpmyadmin
7,625
[ "no_license" ]
[ { "path": "roles/phpmyadmin/templates/config.inc.php.j2", "content": "<?php\n/* phpMyAdmin sample configuration */\n$i = 0;\n\n$i++;\n/* Configuración del servidor MySQL */\n$cfg['Servers'][$i]['host'] = '{{ hostvars[groups[\"balanceadores\"][0]].ansible_host }}';\n$cfg['Servers'][$i]['port'] = '3306';\n$cf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 947, "all_permissive": false }
ansible_role
antonioleonsilva/ansible-ClusterBasesDeDatosMARIADBGalera
2324c7a973ec84f5168c2471980a11d0496fa363
0
roles/routers
7,625
[ "no_license" ]
[ { "path": "roles/routers/tasks/main.yaml", "content": "---\n- name: Redirigir tráfico HTTP entrante por el puerto 8080 al contenedor de phpmyadmin\n iptables:\n table: nat\n chain: PREROUTING\n protocol: tcp\n destination_port: 8080\n jump: DNAT\n to_destination: \"{{ hostvars['servidorDo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
abays/os_provider_net
7e68a9f3e7859af5428327599c3b44cdb3265918
0
roles/neutron-agent
7,625
[ "no_license" ]
[ { "path": "roles/neutron-agent/tasks/config_agents2.yml", "content": "---\n- name: acquire current bridge mappings\n command: sed -n \"/^bridge_mappings.*=.*/p\" /etc/neutron/plugins/ml2/openvswitch_agent.ini \n register: bridge_mappings\n\n- name: acquire current flat networks\n command: sed -n \"/^flat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2649, "all_permissive": false }
ansible_role
abays/os_provider_net
7e68a9f3e7859af5428327599c3b44cdb3265918
0
roles/node-list
7,625
[ "no_license" ]
[ { "path": "roles/node-list/tasks/list_nodes.yml", "content": "---\n- name: get controller nodes\n shell: >\n source /home/stack/stackrc;\n nova list | grep -v ID | grep control | awk '{print $12}' | cut -d '=' -f 2\n register: controller_list\n\n- name: get compute nodes\n shell: >\n source /hom...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
abays/os_provider_net
7e68a9f3e7859af5428327599c3b44cdb3265918
0
roles/overcloud-networks
7,625
[ "no_license" ]
[ { "path": "roles/overcloud-networks/tasks/create_network.yml", "content": "---\n- name: create flat neutron network (if requested)\n shell: >\n source /home/stack/stackrc;\n neutron net-create {{ network_name }} --shared --provider:physical_network {{ network_name }} --provider:network_type flat;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
abays/os_provider_net
7e68a9f3e7859af5428327599c3b44cdb3265918
0
roles/ovs-bridge
7,625
[ "no_license" ]
[ { "path": "roles/ovs-bridge/tasks/main.yml", "content": "---\n- include: setup_ovs_bridge.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/ovs-bridge/tasks/setup_ovs_bridge.yml", "content": "---\n- name: add bridge\n command: ovs-vs...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
abays/os_provider_net
7e68a9f3e7859af5428327599c3b44cdb3265918
0
roles/server
7,625
[ "no_license" ]
[ { "path": "roles/server/templates/network.xml.j2", "content": "<network>\n <name>{{ network_name }}</name>\n <forward mode='route'/>\n <ip address=\"{{ network_ip }}\" netmask=\"255.255.255.0\"/>\n</network>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/cluster
7,625
[ "no_license" ]
[ { "path": "roles/cluster/templates/common/ceph.yaml", "content": "# Ceph\n#设置ceph的monitor的主机个数\nsunfire::storage::ceph::mon::mon_members: '{{ ceph_mon_hosts }}'\n#设置ceph的monitor成员ip个数\nsunfire::storage::ceph::mon::mon_hosts: '{{ ceph_mon_hosts }}'\n# Ceph监控客户端\nsunfire::storage::ceph::mon::is_monitor_ceph_c...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 26, "total_bytes": 32403, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/common
7,625
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "# file: roles/common/tasks/main.yml\n\n\n- name: Get Last Host Num\n register: host_last_num\n shell: echo {{ inventory_hostname }} | cut -d \".\" -f4\n tags: system_ensure\n\n- hostname: name=server-{{ host_last_num.stdout }}\n tags: system_ensure\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2494, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/compute
7,625
[ "no_license" ]
[ { "path": "roles/compute/files/partition.sh", "content": "#!/bin/bash\n\nSYSTEM_DISK=`df -Th | awk -F'[/ 1]' '{if($NF==\"boot\")print $3}'`\nDISK_LISTS=`ls /dev/sd*| grep -E 'sd.$' | cut -d / -f 3 | sed \"s/$SYSTEM_DISK//g\"`\n\n# Compute OSD\nfor d in $DISK_LISTS\ndo\n part_num=`ls -al /dev/disk/by-id/ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1057, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/first_hyper
7,625
[ "no_license" ]
[ { "path": "roles/first_hyper/tasks/main.yml", "content": "# file: roles/first_hyper/tasks/main.yml\n\n- include: do.yml\n when: method == \"do\"\n- include: config_foreman_proxy.yml\n when: method == \"do\" or method == \"config_foreman_proxy\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6439, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/provision
7,625
[ "no_license" ]
[ { "path": "roles/provision/files/detect_size.sh", "content": "#!/usr/bin/env python\n#coding: utf8\nimport os,sys\n\npath = '/var/lib/libvirt/images'\nif not os.path.ismount(path):\n sys.exit(\"Disk isn't mount!\")\ndisk = os.statvfs(path)\nssdb_size = int(disk.f_bsize * disk.f_blocks / 1024 / 1024 / 10...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 16368, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/provision_pre
7,625
[ "no_license" ]
[ { "path": "roles/provision_pre/tasks/main.yml", "content": "# file: roles/first_hyper/tasks/import_server.yaml\n#\n- name: clean dhcpd release\n delegate_to: 127.0.0.1\n command: echo > /var/lib/dhcpd/dhcpd.leases\n when: method == 'clean_dhcp'\n\n- name: restart dhcpd\n delegate_to: 127.0.0.1\n comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1113, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/software
7,625
[ "no_license" ]
[ { "path": "roles/software/tasks/main.yml", "content": "# file: roles/software/tasks/main.yml\n- include: run_puppet.yml\n when: method == \"run_puppet\"\n\n- include: lb_service.yml\n when: method == \"lb_service\"\n\n- include: mc_service.yml\n when: method == \"mc_service\"\n\n- include: mq_service.yml...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 11839, "all_permissive": false }
ansible_role
zhaozhilong1993/demon
9b5ccac3dc119d1a6c60fe202e52f9f42ab9f0e7
0
roles/system
7,625
[ "no_license" ]
[ { "path": "roles/system/templates/route.j2", "content": "{{ ceph_prefix }}0/24 dev {{ ceph_interface }} table 218\ndefault via {{ ceph_gateway }} table 218\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/system/tasks/authkey.yml", "cont...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 12070, "all_permissive": false }
ansible_role
flaper87/apb-os-helm-mariadb
7874a0ee49a43009f491ad28c11a42fd26e6579c
1
roles/deprovision-os-helm-mariadb
7,625
[ "permissive" ]
[ { "path": "roles/deprovision-os-helm-mariadb/tasks/main.yml", "content": "---\n- name: Uninstall helm chart\n helm:\n host: localhost\n state: absent\n name: os-helm-mariadb\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": true }
ansible_role
flaper87/apb-os-helm-mariadb
7874a0ee49a43009f491ad28c11a42fd26e6579c
1
roles/provision-os-helm-mariadb
7,625
[ "permissive" ]
[ { "path": "roles/provision-os-helm-mariadb/tasks/main.yml", "content": "---\n#- name: create namespace if it doesn't exist\n# openshift_v1_project:\n# name: '{{ namespace }}'\n\n- name: Install helm chart\n helm:\n host: localhost\n chart:\n name: mariadb \n version: 0.1.0\n source...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": true }
ansible_role
happytripgit/deploy
6fd995058c1b2227bb6053df2af53bb57cf90c50
0
ansibleworkspace/roles/ansible-role-production
7,625
[ "no_license" ]
[ { "path": "ansibleworkspace/roles/ansible-role-production/tasks/main.yml", "content": "---\n- include_tasks: \"docker_check.yml\"\n- include_tasks: \"install_docker.yml\"\n- include_tasks: \"make_bind_path.yml\"\n- include_tasks: \"container_get.yml\"\n- include_tasks: \"check_tomcat_container.yml\"\n- incl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
VladoPortos/vcenter-content-s3-sync
e27353d51ff23dd22cdec94c9f4b5f474f04edc8
0
roles/vmware_s3_sync
7,625
[ "no_license" ]
[ { "path": "roles/vmware_s3_sync/tasks/find_library_id.yml", "content": "- name: Get information about content library\n community.vmware.vmware_content_library_info:\n library_id: \"{{ library_id }}\"\n delegate_to: localhost\n register: library_info\n\n- name: Check if library name matches and set li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11532, "all_permissive": false }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/active-directory
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/active-directory/tasks/main.yaml", "content": "---\n\n- hosts: winclient\n gather_facts: no\n tasks:\n - win_domain_controller:\n dns_domain_name: ansible.vagrant\n domain_admin_user: <EMAIL>\n domain_admin_password: <PASSWORD>!\n safe_mode_password: <PASSWORD...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/cloudmonkey
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/cloudmonkey/tasks/suse.yml", "content": "---\n\n#Copyright 2016-2021 ShapeBlue\n#\n#Licensed under the Apache License, Version 2.0 (the \"License\");\n#you may not use this file except in compliance with the License.\n#You may obtain a copy of the License at\n#\n# http://www.apac...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4084, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/cloudstack-config
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/cloudstack-config/tasks/main.yml", "content": "---\n\n- name: SSL configuration on management (4.11 only)\n include: ./ssljetty.yml\n when: ( ssl_mgmt|bool == true ) and (env_numversion | version_compare('4.11','>='))\n\n- name: Seed secondary storage\n include: ./seedstorage.yml...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 35602, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/cloudstack-iscsiluns
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/cloudstack-iscsiluns/tasks/removeluns.yml", "content": "---\n- name: Report action\n debug: msg=\"Storage action {{storage_action}}, iSCSI folder {{ env_pripath_iscsi }}.\"\n\n- name: Check if environments folder exists\n stat: path=\"{{ env_pripath_iscsi }}{{ env_name_clean }}\"\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6281, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/cloudstack-manager
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/cloudstack-manager/tasks/el9-acs.yml", "content": "---\n\n#Copyright 2016 ShapeBlue\n#\n#Licensed under the Apache License, Version 2.0 (the \"License\");\n#you may not use this file except in compliance with the License.\n#You may obtain a copy of the License at\n#\n# http://www...
{ "task_files": 21, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 26, "total_bytes": 76983, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/cloudstack-nfsshares
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/cloudstack-nfsshares/tasks/removeshares.yml", "content": "---\n- name: Report action\n debug: msg=\"Storage action {{storage_action}}, folder {{ nfs_rootpath }}{{ env_name_clean }}.\"\n\n- name: Check if environments folder exists\n stat: path=\"{{ nfs_rootpath }}{{ env_name_clean...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3995, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/hipchat_client
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/hipchat_client/templates/hipchat.sh.j2", "content": "#!/bin/bash\n\n# Comments\n# - Customize for your installation, for instance you might want to add default parameters like the following:\n# - To gain access to the server, you must obtain an authorization token (40 characters) fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3477, "all_permissive": true }
ansible_role
shapeblue/Trillian
b9ed178d809dd27b1f73b1931848a85891e4c028
14
Ansible/roles/kvm
7,625
[ "permissive" ]
[ { "path": "Ansible/roles/kvm/tasks/kvm_networking_ovs_suse.yml", "content": "---\n\n#Copyright 2016-2021 ShapeBlue\n#\n#Licensed under the Apache License, Version 2.0 (the \"License\");\n#you may not use this file except in compliance with the License.\n#You may obtain a copy of the License at\n#\n# http...
{ "task_files": 21, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 34, "total_bytes": 82491, "all_permissive": true }