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
prgcont/workshop-ansible
4523af72e1e764521dc8f7c0d6c0ca48f7d84376
2
lesson-2/roles/mycooltools
7,449
[ "no_license" ]
[ { "path": "lesson-2/roles/mycooltools/defaults/main.yml", "content": "---\n# defaults file for mycooltools", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "lesson-2/roles/mycooltools/vars/main.yml", "content": "---\n\nmycooltools:\n - mc\n - g...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 338, "all_permissive": false }
ansible_role
prgcont/workshop-ansible
4523af72e1e764521dc8f7c0d6c0ca48f7d84376
2
lesson-2/roles/webserver
7,449
[ "no_license" ]
[ { "path": "lesson-2/roles/webserver/tasks/main.yml", "content": "---\n\n- name: install apache httpd on centos\n yum:\n name: httpd\n state: installed\n when:\n - ansible_distribution == \"CentOS\"\n\n- name: install apache httpd on ubuntu\n apt:\n name: apache2\n state: installed\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 268, "all_permissive": false }
ansible_role
ravi-pmp/cis7
feec86a6be615dbe5cd0e4bf2f88b6fa3d825c72
0
roles/RHEL7-CIS
7,449
[ "no_license" ]
[ { "path": "roles/RHEL7-CIS/tasks/section6.yml", "content": "- name: \"NOTSCORED | 6.1.1 | PATCH | Audit system file permissions\"\n shell: \"rpm -Va --nomtime --nosize --nomd5 --nolinkto\"\n ignore_errors: yes\n changed_when: no\n when:\n - rhel7cis_rule_6_1_1|bool\n tags:\n - level2\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10964, "all_permissive": false }
ansible_role
thebignet/ansible-test
25fae692a72180ec35a937ba9bc276b18680b5dd
0
tests/roles/provision_docker
7,449
[ "no_license" ]
[ { "path": "tests/roles/provision_docker/defaults/main.yml", "content": "---\nprovision_docker_image_default: \"chrismeyers/centos6\"\nprovision_docker_privileged: true\nprovision_docker_ip: \"127.0.0.1\"\nprovision_docker_ssh_user: \"root\"\nprovision_docker_ssh_pass: \"<PASSWORD>\"\nprovision_docker_use_tl...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6038, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/all_at_once
7,449
[ "no_license" ]
[ { "path": "roles/all_at_once/tasks/mariadb_upgrade.yml", "content": "---\n- include: \"{{ playbook_dir }}/roles/mariadb/tasks/pacemaker.yml\"\n when: \"'mariadb' in openstack_services\n and 'mariadb' in pacemaker_managed_services\"\n tags: mariadb_pacemaker_tasks\n\n- include: \"{{ playbook_dir }}...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2334, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/aodh
7,449
[ "no_license" ]
[ { "path": "roles/aodh/tasks/systemd_start_services.yml", "content": "---\n- name: Starting aodh-evaluator service\n service:\n name: openstack-aodh-evaluator\n state: started\n become: yes\n when: \"inventory_hostname in groups['aodh-evaluator']\n and 'aodh-evaluator' not in pacemaker_manage...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5299, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/ceilometer
7,449
[ "no_license" ]
[ { "path": "roles/ceilometer/tasks/pacemaker_stop_services.yml", "content": "---\n- name: Stopping ceilometer-api service\n command: \"/usr/sbin/pcs resource disable openstack-ceilometer-api\"\n run_once: true\n when: \"inventory_hostname in groups['ceilometer-api']\n and 'ceilometer-api' in pacema...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8926, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/cinder
7,449
[ "no_license" ]
[ { "path": "roles/cinder/tasks/systemd_start_services.yml", "content": "---\n- name: Starting Cinder API service\n service:\n name: openstack-cinder-api\n state: started\n when: \"inventory_hostname in groups['cinder-api']\n and 'cinder-api' not in pacemaker_managed_services\"\n tags: cinder_...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4683, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/generate_inventory
7,449
[ "no_license" ]
[ { "path": "roles/generate_inventory/tasks/stackrc-check.yml", "content": "---\n- name: Check stackrc exists\n stat: path=\"{{ undercloud_credentials }}\"\n register: stackrc\n failed_when: not stackrc.stat.exists\n\n- name: Sourcing undercloud credentials\n shell: source \"{{ undercloud_credentials }}\"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 675, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/glance
7,449
[ "no_license" ]
[ { "path": "roles/glance/tasks/sync_database.yml", "content": "---\n- name: Run Glance DB sync\n shell: glance-manage --config-file=/etc/glance/glance-registry.conf db_sync\n run_once: true\n become: true\n when: \"inventory_hostname in groups['glance-api']\n and {{ not update_services | bool }}\...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3649, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/gnocchi
7,449
[ "no_license" ]
[ { "path": "roles/gnocchi/tasks/sync_database.yml", "content": "---\n# Should this be run for metricd or statsd?\n- name: Run gnocchi DB sync\n shell: gnocchi-manage db_sync\n run_once: true\n become: true\n when: \"inventory_hostname in groups['gnocchi-metricd']\n and {{ not update_services | boo...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4029, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/heat
7,449
[ "no_license" ]
[ { "path": "roles/heat/tasks/sync_database.yml", "content": "---\n- name: Running heat DB sync\n shell: heat-manage --config-file /etc/heat/heat.conf db_sync\n run_once: true\n become: true\n when: \"inventory_hostname in groups['heat-api']\n and {{ not update_services | bool }}\"\n tags: heat_db...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6492, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/ironic
7,449
[ "no_license" ]
[ { "path": "roles/ironic/tasks/systemd_stop_services.yml", "content": "---\n- name: Stopping ironic-api service\n service:\n name: openstack-ironic-api\n state: stopped\n become: yes\n when: \"inventory_hostname in groups['ironic-api']\n and 'ironic-api' not in pacemaker_managed_services\"\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 6945, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/keystone
7,449
[ "no_license" ]
[ { "path": "roles/keystone/tasks/pacemaker_start_services.yml", "content": "---\n- name: Starting keystone service\n command: \"/usr/sbin/pcs resource enable httpd\"\n run_once: true\n when: inventory_hostname in groups['keystone']\n tags: keystone_pacemaker_start\n\n- name: Waiting for cluster to settle...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1970, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/mariadb
7,449
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/database_backup.yml", "content": "---\n- include: disable_fencing.yml\n\n- name: Check if backup directory exists\n stat: path={{ database_backup_dir }}\n register: info\n\n- fail: msg=\"{{ database_backup_dir }} exists already. An upgrade may have\n failed previ...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 5623, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/neutron
7,449
[ "no_license" ]
[ { "path": "roles/neutron/tasks/pacemaker.yml", "content": "---\n- include: pacemaker_stop_services.yml\n\n- include: update_packages.yml\n\n- include: sync_database.yml\n\n- include: pacemaker_start_services.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8792, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/nova
7,449
[ "no_license" ]
[ { "path": "roles/nova/tasks/systemd_stop_services.yml", "content": "---\n- name: Stopping nova-api service\n service:\n name: openstack-nova-api\n state: stopped\n become: yes\n when: \"inventory_hostname in groups['nova-api']\n and 'nova-api' not in pacemaker_managed_services\"\n tags: nov...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8573, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/pacemaker
7,449
[ "no_license" ]
[ { "path": "roles/pacemaker/tasks/enable_fencing.yml", "content": "---\n- name: Enable Fencing\n command: pcs -f /var/lib/pacemaker/cib/cib.xml property set stonith-enabled=true\n when: \"inventory_hostname in groups[item]\"\n with_items: \"{{ pacemaker_managed_services }}\"\n run_once: true\n tags: ena...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2391, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/puppet_modules
7,449
[ "no_license" ]
[ { "path": "roles/puppet_modules/tasks/update_packages.yml", "content": "---\n- name: Update openstack puppet modules\n yum:\n name: openstack-puppet-modules\n state: latest\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 154, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/repo_setup
7,449
[ "no_license" ]
[ { "path": "roles/repo_setup/tasks/delorean_setup.yml", "content": "---\n- name: Removing delorean repo file\n file: path=/etc/yum.repos.d/delorean.repo state=absent\n become: yes\n tags: delorean_setup\n\n- name: Pulling the new repo\n get_url: url=\"{{ delorean_repo_url }}\" dest=/etc/yum.repos.d/delor...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 414, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/sahara
7,449
[ "no_license" ]
[ { "path": "roles/sahara/tasks/systemd_start_services.yml", "content": "---\n- name: Starting sahara-api service\n service:\n name: openstack-sahara-api\n state: started\n become: yes\n when: \"inventory_hostname in groups['sahara-api']\n and 'sahara-api' not in pacemaker_managed_services\"\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3662, "all_permissive": false }
ansible_role
rthallisey/maxim
9c3af40aac187ffaa96990bbd578de72b74529c5
0
roles/swift
7,449
[ "no_license" ]
[ { "path": "roles/swift/tasks/systemd_start_services.yml", "content": "---\n#################\n# Swift-account #\n#################\n- name: Starting swift-account-auditor service\n service:\n name: openstack-swift-account-auditor\n state: started\n become: yes\n when: \"inventory_hostname in groups...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 20994, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/common
7,449
[ "no_license" ]
[ { "path": "roles/common/tasks/systemd.yml", "content": "- name: Copy systemd service file.\n ansible.builtin.template:\n src: systemd.service\n dest: /etc/systemd/system/{{COMPONENT}}.service\n\n- name: Starting {{COMPONENT}} service.\n ansible.builtin.systemd:\n name: \"{{COMPONENT}}\"\n stat...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2863, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/demo
7,449
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yaml", "content": "- name: Print role variable\n ansible.builtin.debug:\n msg: URL = {{URL}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 75, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/frontend
7,449
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: Nginx installation\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Download and unzip FRONTEND application.\n include_role:\n name: common\n tasks_from: download\n\n- name: Recursively remove previous Nginx inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/mongodb
7,449
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: Copy MongoDb repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: MongoDb installation\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Update MongoDb Liste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/mysql
7,449
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "#- name: Copy mysql repo file\n# ansible.builtin.copy:\n# src: mysql.repo\n# dest: /etc/yum.repos.d/\n\n- name: Download mysql repo\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/roboshop-devops-project/mysql/main/mysql.repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2063, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/payment
7,449
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Setting up Payment Component.\n ansible.builtin.include_role:\n name: common\n tasks_from: python", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/rabbitmq
7,449
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Download Erlang and rabittmq repos.\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/{{item}}/script.rpm.sh| sudo bash\n loop:\n - erlang\n - rabbitmq-server\n\n- name: Installation of Erlang and Rab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/redis
7,449
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Copy Redis repo file to Redis host.\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/\n\n- name: Install Redis.\n ansible.builtin.yum:\n name: redis-6.2.7\n state: installed\n\n- name: Update Redis configuration - Li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 487, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/shipping
7,449
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Shipping AppSetup\n ansible.builtin.include_role:\n name: common\n tasks_from: maven", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
shashang13/ansible_old
88ae1806c597458365bd73977c63d0fa4cfb7480
0
roles/user
7,449
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: NodeJS AppSetup\n ansible.builtin.include_role:\n name: common\n tasks_from: nodejsinstall", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
heliumdatacommons/pivot-data
04acb6e294865752a7e7c1fafecff4bf134f117e
0
benchmark/ansible/roles/create_hosts
7,449
[ "no_license" ]
[ { "path": "benchmark/ansible/roles/create_hosts/tasks/create_hosts.yml", "content": "- name: Create boot disk(s) for host(s) at {{ _zone.name }}\n gce_pd:\n name: benchmark-{{ _zone.name }}-{{ fs }}-{{ item }}-{{ disks.0.name }}\n zone: \"{{ _zone.name }}\"\n disk_type: \"{{ disks.0.type }}\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3808, "all_permissive": false }
ansible_role
heliumdatacommons/pivot-data
04acb6e294865752a7e7c1fafecff4bf134f117e
0
benchmark/ansible/roles/download_data
7,449
[ "no_license" ]
[ { "path": "benchmark/ansible/roles/download_data/tasks/main.yml", "content": "- name: Fetch measurement files\n fetch:\n src: \"/data/stats-{{ inventory_hostname }}-{{ item }}.json\"\n dest: ./data/{{ hostvars.localhost.benchmark_id }}/\n flat: true\n with_sequence: start=1 end={{ client.n_parall...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
heliumdatacommons/pivot-data
04acb6e294865752a7e7c1fafecff4bf134f117e
0
benchmark/ansible/roles/install_client_packages
7,449
[ "no_license" ]
[ { "path": "benchmark/ansible/roles/install_client_packages/tasks/main.yml", "content": "- name: Add GlusterFS repository\n apt_repository:\n repo: ppa:gluster/glusterfs-{{ options.glusterfs.version }}\n state: present\n when: not running\n\n- name: Install other packages\n apt:\n name:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
heliumdatacommons/pivot-data
04acb6e294865752a7e7c1fafecff4bf134f117e
0
benchmark/ansible/roles/install_docker
7,449
[ "no_license" ]
[ { "path": "benchmark/ansible/roles/install_docker/tasks/main.yml", "content": "- name: Install Docker dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - jq\n - python-pip\n update_cache: true\n autoremov...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
diogobest/rails_ansible_presentation_2023
b2e0bb787ecb44ffc34b841db0c17278891f2170
0
ansible/roles/common
7,449
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: verify if ruby is installed\n block:\n - name: install apt\n apt:\n name: apt\n state: present\n update_cache: yes\n - name: Get package facts\n package_facts:\n manager: apt\n - set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
diogobest/rails_ansible_presentation_2023
b2e0bb787ecb44ffc34b841db0c17278891f2170
0
ansible/roles/nginx
7,449
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n apt:\n pkg: nginx\n state: latest\n update_cache: true\n force: yes\n register: nginx_installed\n notify:\n - Start Nginx\n\n- name: Verify if file exists\n stat:\n path: \"{{ letsencrypt_dir }}/li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3253, "all_permissive": false }
ansible_role
diogobest/rails_ansible_presentation_2023
b2e0bb787ecb44ffc34b841db0c17278891f2170
0
ansible/roles/web
7,449
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "- name: Push default env vars\n template:\n src: default.j2\n dest: /etc/default/rails-ansible-presentation\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "ansible/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 186, "all_permissive": false }
ansible_role
prakhar1985/ansible_implementation_grading
040ddb13d271c6643be0055d42cc445d1bb55192
2
roles/inventory
7,449
[ "no_license" ]
[ { "path": "roles/inventory/tasks/main.yml", "content": "---\n# tasks file for roles/inventory\n- name: Add app servers in webservers host group\n add_host:\n group: webservers\n name: \"{{ item }}\"\n ansible_ssh_private_key_file: /home/devops/.ssh/id_rsa\n ansible_ssh_user: devops\n loop:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1754, "all_permissive": false }
ansible_role
prakhar1985/ansible_implementation_grading
040ddb13d271c6643be0055d42cc445d1bb55192
2
roles/roles-setup
7,449
[ "no_license" ]
[ { "path": "roles/roles-setup/files/index.j2", "content": "\n<?php\n\t$db=mysqli_connect(\"{{ groups.db | list | join ('\\',\\'') }}\", {{ db['user'] | to_json }} ,{{ db['password'] | to_json }}, {{ db['database'] | to_json }});\n\n\tif (mysqli_connect_errno()){\n\t\techo \"Failed to connect\";\n\t}\n\t$sql=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2708, "all_permissive": false }
ansible_role
prakhar1985/ansible_implementation_grading
040ddb13d271c6643be0055d42cc445d1bb55192
2
roles/setup-part2
7,449
[ "no_license" ]
[ { "path": "roles/setup-part2/handlers/main.yml", "content": "---\n# handlers file for roles/setup-part2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/setup-part2/defaults/main.yml", "content": "---\n# defaults file for roles/setup-part2...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 603, "all_permissive": false }
ansible_role
prakhar1985/ansible_implementation_grading
040ddb13d271c6643be0055d42cc445d1bb55192
2
roles/setup-part3
7,449
[ "no_license" ]
[ { "path": "roles/setup-part3/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/setup-part2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/setup-part3/templates/hosts.j2", "content": "fronten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 945, "all_permissive": false }
ansible_role
prakhar1985/ansible_implementation_grading
040ddb13d271c6643be0055d42cc445d1bb55192
2
roles/setup-part4
7,449
[ "no_license" ]
[ { "path": "roles/setup-part4/defaults/main.yml", "content": "---\n# defaults file for setup-part4", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/setup-part4/handlers/main.yml", "content": "---\n# handlers file for setup-part4", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 348, "all_permissive": false }
ansible_role
oceanloader4/craveberry-pi
5306c8648f45a3d0dc7efb31ed08d6c439efc971
0
roles/crave_github
7,449
[ "no_license" ]
[ { "path": "roles/crave_github/defaults/main.yml", "content": "---\n\ncrave_src_dir: \"/home/{{ ansible_ssh_user }}/crave-ng\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/crave_github/tasks/main.yml", "content": "---\n\n- name: check...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
oceanloader4/craveberry-pi
5306c8648f45a3d0dc7efb31ed08d6c439efc971
0
roles/db48
7,449
[ "no_license" ]
[ { "path": "roles/db48/tasks/main.yml", "content": "---\n\n- name: \"download {{ db48_tar_url }}\"\n get_url:\n url: \"{{ db48_tar_url }}\"\n dest: \"{{ db48_tar_path }}\"\n\n- name: \"extract {{ db48_tar_path }}\"\n unarchive:\n src: \"{{ db48_tar_path }}\"\n dest: \"/home/{{ ansible_ssh_user ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
oceanloader4/craveberry-pi
5306c8648f45a3d0dc7efb31ed08d6c439efc971
0
roles/devtools
7,449
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "---\n\n- name: install development packages (can take up to 10 minutes)\n become: yes\n apt:\n name: \"{{ item }}\"\n cache_valid_time: 3600\n update_cache: yes\n with_items:\n - git\n - build-essential\n - autoconf\n - libtool\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
oceanloader4/craveberry-pi
5306c8648f45a3d0dc7efb31ed08d6c439efc971
0
roles/swapfile
7,449
[ "no_license" ]
[ { "path": "roles/swapfile/defaults/main.yml", "content": "---\n\nswap_file: /var/swap2\nswap_size: 512M\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/swapfile/tasks/main.yml", "content": "---\n\n- name: create a {{ swap_size }} swapfi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 251, "all_permissive": false }
ansible_role
chayandeokar/Ansible_Script
80d24886b6e9cb11ba38ed9ba9e48c1ad4b238cc
0
roles/kong_gateway
7,454
[ "no_license" ]
[ { "path": "roles/kong_gateway/meta/main.yml", "content": "# roles/kong_gateway/meta/main.yml\n\ndependencies:\n - name: \"geerlingguy.git\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/kong_gateway/templates/kong.init", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2186, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/arch
7,454
[ "no_license" ]
[ { "path": "roles/arch/tasks/install_yay.yml", "content": "---\n- name: Check yay is installed\n stat:\n path: /usr/bin/yay\n register: yay_installation\n\n- name: Install yay\n block: \n - name: Install dependencies\n become: true\n pacman:\n name:\n - fakeroot\n - binutils\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1203, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/base
7,454
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- import_tasks: install_tools.yml\n- import_tasks: install_tmux.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/base/tasks/install_tools.yml", "content": "---\n\n- name: Inst...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 614, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/cli
7,454
[ "no_license" ]
[ { "path": "roles/cli/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: archlinux\n image: \"chriswayg/docker-archlinux-ansible\"\n command: \"\"\n volumes:\n - /sys/fs/cgroup:/sys/fs/cgroup:ro\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 7673, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/development
7,454
[ "no_license" ]
[ { "path": "roles/development/templates/.gitconfig.j2", "content": "[user]\n\tname = {{ user_full_name }}\n email = {{ user_email }}\n[push]\n\tdefault = simple\n[core]\n\texcludesfile = ~/.gitignore_global\n\teditor = vim\n\tautocrlf = input\n[web]\n\tbrowser = firefox\n", "license_type": "no_license...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 1634, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/gui
7,454
[ "no_license" ]
[ { "path": "roles/gui/tasks/main.yml", "content": "---\n- import_tasks: install_gui.yml\n- import_tasks: install_terminal.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/gui/defaults/main.yml", "content": "---\ndpi: 160\nterminal_pac...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7278, "all_permissive": false }
ansible_role
laxd/ansible-linux
d97f88cf90c996de77931ec851c549c33a53f018
0
roles/laptop
7,454
[ "no_license" ]
[ { "path": "roles/laptop/tasks/install_touchpad.yml", "content": "---\n- name: Install touchpad drivers (Arch)\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - xorg-xinput\n - libinput\n - xf86-input-libinput\n when: ansible_os_family == 'Archlinux'\n\n- name: Install touchpad...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1241, "all_permissive": false }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/containerd
7,454
[ "permissive" ]
[ { "path": "roles/containerd/tasks/main.yml", "content": "---\n- name: deploy crictl {{ crictl_version }}\n\n\n unarchive:\n src: \"https://github.com/kubernetes-sigs/cri-tools/releases/download/{{ crictl_version }}/crictl-{{ crictl_version }}-linux-amd64.tar.gz\"\n dest: \"/usr/local/bin\"\n remot...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2004, "all_permissive": true }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/etcd
7,454
[ "permissive" ]
[ { "path": "roles/etcd/README.md", "content": "# Роль для ETCD with TSL\n\nЗапуск\n\nansible-playbook -i inventory/develop/hosts -l kube_masters etcd.yml \nTags: \nssl - генерирует сертификаты и складывает их на каждой ноде в /etc/ssl/etcd \netcd - ставит кластер версии указанной в GROUP_VARS/k8s \n\nПр...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7859, "all_permissive": true }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/haproxy
7,454
[ "permissive" ]
[ { "path": "roles/haproxy/tasks/install.yml", "content": "---\n- name: add haproxy ppa repo\n ansible.builtin.apt_repository:\n repo: ppa:vbernat/haproxy-2.7\n tags: haproxy \n\n- name: install haproxy \n ansible.builtin.apt:\n name: [\"haproxy=2.7.9-1ppa1~jammy\"]\n update_cache: yes\n tags...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2657, "all_permissive": true }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/kube_masters
7,454
[ "permissive" ]
[ { "path": "roles/kube_masters/templates/kubeadm-init.yaml.j2", "content": "\napiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: \"{{ansible_host}}\"\nnodeRegistration: \n criSocket: unix:///run/containerd/containerd.sock\n\n---\napiVersion: kubeadm.k8s.io/v...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6877, "all_permissive": true }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/kube_workers
7,454
[ "permissive" ]
[ { "path": "roles/kube_workers/tasks/add.yml", "content": "---\n\n- name: add worker to cluster\n shell: |\n cat token.txt | bash\n args:\n chdir: /opt/config/kubeadm\n tags:\n - kube_workers\n - add", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 571, "all_permissive": true }
ansible_role
rjeka/k8s-easy-ha-cluster
0f7d38105c9cd22bc5da78ea8b481d155e4001a3
3
roles/kubelet
7,454
[ "permissive" ]
[ { "path": "roles/kubelet/tasks/main.yml", "content": "- name: Remove swapfile from /etc/fstab\n mount:\n name: swap\n fstype: swap\n state: absent\n tags: kubelet\n\n- name: Disable swap\n shell: swapoff -a\n when: ansible_swaptotal_mb > 0\n tags: kubelet\n\n- name: create /etc/kubernetes/pki\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1281, "all_permissive": true }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/apirouter
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/apirouter/templates/tools/init-mongo.js", "content": "use hypernetes\n\ndb.resource_quota.insert( { \"type\" : \"default\", \"containers\" : 10, \"containerMem\" : 40960, \"containerCpu\" : 20, \"images\" : 20,\n \"volumes\" : 40, \"volumesSize\" : 1024...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2737, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/cinder
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/cinder/tasks/main.yml", "content": "---\n## create pool for cinder\n- name: create pool for cinder\n command: ceph osd pool create cinder 256 256\n- name:\n command: ceph auth get-or-create client.cinder mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1000, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/common
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/common/files/github/README.md", "content": "please put a private keypair file \"deploy.pem\" in this directory, for pull repo from github.com/getdvm and github.com/hyperhq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 7759, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/docker
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/docker/tasks/main.yml", "content": "---\n\n- name: ensure dir /root/deps/docker\n file: path=/root/deps/docker state=directory mode=0755\n\n\n# patch for \"shim error: docker-runc not installed on system\"\n- name: ensure /usr/libexec/docker dir\n shell: mkdir -p /usr/libexec/d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3856, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/kubestack
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/kubestack/tasks/go.yml", "content": "---\n\n- name: remove golang\n yum:\n name: golang\n state: removed\n\n- name: check golang binary\n shell: ls \"/root/deps/go{{ go_version }}.linux-amd64.tar.gz\" | wc -l\n register: golang_tgz\n- debug: msg={{ golang_tgz.stdout }}\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3829, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
bpf-deploy/roles/openstack
7,454
[ "no_license" ]
[ { "path": "bpf-deploy/roles/openstack/tasks/main.yml", "content": "---\n- name: check old installer for openstack\n shell: |\n (ps -ef | grep \"puppet.*packstack\" | grep -v grep) && exit 1 || echo OK ;\n\n- file:\n path: /root/deps\n state: directory\n mode: 0755\n\n# https://access.redhat....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6375, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/base_setup
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/base_setup/tasks/main.yml", "content": "---\n\n#generate h8s_deploy_env\n- name: generate deploy config file\n template:\n src: h8s_deploy_env\n dest: /root/h8s_deploy_env\n tags:\n - generate-h8s_deploy_env\n\n#generate /etc/hosts\n- name: generate /etc/hosts\n templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1660, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/ceph
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/ceph/files/docker/Dockerfile", "content": "FROM ceph/demo:tag-build-master-jewel-ubuntu-16.04\nMAINTAINER <EMAIL>\n\n#xmllint process xml(libxml2-utils include xmllint)\n#jq process json\nRUN env; apt-get update && apt-get install -y python-pip curl libxml2-utils jq vim \\\n &...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3713, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/ceph.bak
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/ceph.bak/tasks/main.yml", "content": "---\n# add ceph yum repo\n- name: copy ceph.repo\n copy:\n src: etc/yum.repos.d/ceph.repo\n dest: /etc/yum.repos.d/ceph.repo\n\n# # install ceph-release.rpm\n# - name: copy ceph-release.rpm\n# copy:\n# src: rpm/ceph-release-1-1.e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2586, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/common
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/common/vars/README.md", "content": "create a main.yml here, add ip of shadowsocks, the content should be :\n```\nshadowsocks_server_ip: \"x.x.x.x\"\nshadowsocks_server_port: \"20171\"\nshadowsocks_server_password: \"<PASSWORD>\"\n```\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 10706, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/hyper
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/hyper/tasks/main.yml", "content": "---\n\n- name: create download dir for hyper rpm\n file:\n path: \"{{ rpm_hyper }}\"\n state: directory\n mode: 0755\n- name: download hyper rpm\n environment: \"{{ proxy_env }}\"\n get_url:\n url: \"http://mirror-hyper-install.s3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1183, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/imaged
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/imaged/tasks/main.yml", "content": "---\n- name: install dependency package\n environment: \"{{ proxy_env }}\"\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libvirt-devel\n - device-mapper-devel\n - automake\n - autoconf\n - gcc\n - w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3148, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/kafka
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/kafka/tasks/main.yml", "content": "---\n###### install jdk 1.8 ######\n- name: Download Java\n command: 'wget -c --no-cookies --no-check-certificate --header \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie\" \"http://download.oracle.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2320, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/kubenetes
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/kubenetes/tasks/README.md", "content": "\n\n$ systemctl | grep -E \"(kube|etcd|hyperd)\"\n etcd.service loaded active running Etcd Server\n hyperd.service ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5048, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
hypernetes/roles/openstack
7,454
[ "no_license" ]
[ { "path": "hypernetes/roles/openstack/files/tools/uninstall1.sh", "content": "# remove systemd serivce\nsystemctl reset-failed\nsystemctl disable openstack-cinder-api openstack-cinder-scheduler openstack-cinder-volume openstack-glance-api openstack-glance-registry openstack-losetup\nsystemctl list-units --a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 17517, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
imaged/roles/ceph
7,454
[ "no_license" ]
[ { "path": "imaged/roles/ceph/tasks/main.yml", "content": "---\n###### install ceph client ######\n- name: add ceph yum repo\n copy: src=etc/yum.repos.d/ceph.repo dest=/etc/yum.repos.d/ceph.repo\n- name: install ceph client\n yum:\n name: ceph-common\n state: present\n\n# pull ceph image\n- name: che...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2328, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
imaged/roles/common
7,454
[ "no_license" ]
[ { "path": "imaged/roles/common/templates/etc/shadowsocks/client.json", "content": "{\n \"server\" : \"{{ shadowsocks_server_ip}}\",\n \"server_port\": \"{{ shadowsocks_server_port }}\",\n \"local_port\": 1080,\n \"password\": \"{{ <PASSWORD> }}\",\n \"timeout\": 600,\n \"method\": \"aes-256-cfb\"\n}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4179, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
imaged/roles/docker
7,454
[ "no_license" ]
[ { "path": "imaged/roles/docker/tasks/main.yml", "content": "---\n###### start docker daemon ######\n- name: add docker yum repo\n copy: src=etc/yum.repos.d/docker-main.repo dest=/etc/yum.repos.d/docker-main.repo\n- name: install docker\n yum:\n name: docker-engine\n state: present\n\n- name: add use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
imaged/roles/imaged
7,454
[ "no_license" ]
[ { "path": "imaged/roles/imaged/tasks/main.yml", "content": "---\n- name: install dependency package\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - libvirt-devel\n - librados2-devel\n - librbd1-devel\n - device-mapper-devel\n - automake\n - gcc\n - wget\n - t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2069, "all_permissive": false }
ansible_role
Jimmy-Xu/my-vagrant
f7d1f699b7e6d4a9699d643146557b7eb5297e6b
2
imaged/roles/mongo
7,454
[ "no_license" ]
[ { "path": "imaged/roles/mongo/tasks/main.yml", "content": "---\n###### install mongo client ######\n- name: add mongo yum repo\n copy: src=etc/yum.repos.d/mongodb.repo dest=/etc/yum.repos.d/mongodb.repo\n\n# install mongo client\n- name: install mongo client\n yum:\n name: mongodb-org-shell\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_dns_server
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_dns_server/tasks/main.yml", "content": "---\n\n- name: 'install-ntp-server'\n import_tasks: 'install-ntp-server.yml'\n tags: ['install-ntp-server']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible_wa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3065, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_gitlab
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_gitlab/tasks/install-gitlab.yml", "content": "---\n\n- name: copy files\n copy:\n src: copy_file/\n dest: \"{{gitlab_dir}}\"\n owner: cloud\n group: root\n mode: 0775\n backup: yes\n\n- name: install docker and docker-compose\n apt:\n pkg:\n -...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_graylog
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_graylog/tasks/install-graylog.yml", "content": "---\n\n- name: copy files \n copy:\n src: copy_file/\n dest: \"{{graylog_dir}}\"\n owner: cloud\n group: root\n mode: 0775\n backup: yes\n\n- name: install docker and docker-compose\n apt:\n pkg: \n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3455, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_key
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_key/tasks/install-key.yml", "content": "---\n\n- name: install key\n authorized_key:\n user: cloud\n state: present\n key: \"{{item}}\"\n with_file:\n - /$HOME/ansible_way/keys_s/id_rsa.pub\n - /$HOME/ansible_way/keys_s/id_rsa_anisimov.pub\n - /$HOME/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 390, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_key_kuber
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_key_kuber/tasks/main.yml", "content": "---\n\n- name: 'install-key-kuder'\n import_tasks: 'install-key-kuber.yml'\n tags: ['install-key-kuber']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansible_way/ro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 269, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_node_exporter
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_node_exporter/tasks/install-node-exporter.yml", "content": "---\n\n- name: copy-files \n copy:\n src: copy_file/\n dest: \"{{exporter_dir}}\"\n owner: cloud\n group: root\n mode: 0775\n backup: yes\n\n- name: copy-service \n copy:\n src: copy_servi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 697, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_ntp_client
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_ntp_client/tasks/main.yml", "content": "---\n\n- name: 'install-ntp-client'\n import_tasks: 'install-ntp-client.yml'\n tags: ['install-ntp-client']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_ntp_server
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_ntp_server/tasks/install-ntp-server.yml", "content": "---\n---\n- name: install ntp\n apt:\n pkg:\n - ntp\n update_cache: yes\n\n\n- name: deploy ntp.conf template\n template:\n src: ntp.conf.j2\n dest: /etc/ntp.conf\n owner: root\n group: root\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_prometheus
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_prometheus/tasks/main.yml", "content": "---\n\n- name: 'install-prometheus'\n import_tasks: 'install-prometheus.yml'\n tags: ['install-prometheus']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible_wa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_xabbix
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_xabbix/tasks/install-zabbix.yml", "content": "---\n\n- name: copy files\n copy:\n src: copy_file/\n dest: \"{{zabbix_dir}}\"\n owner: cloud\n group: root\n mode: 0775\n backup: yes\n\n- name: install docker and docker-compose\n apt:\n pkg:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/install_zabbix
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/install_zabbix/tasks/main.yml", "content": "---\n\n- name: 'install-zabbix'\n import_tasks: 'install-zabbix.yml'\n tags: ['install-zabbix']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "ansible_way/roles/install_z...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 967, "all_permissive": false }
ansible_role
memfis99/work_liga
0e02ab72fbb8042c80a4fbe7ef363a15d832b83a
0
ansible_way/roles/os_common
7,454
[ "no_license" ]
[ { "path": "ansible_way/roles/os_common/tasks/set-dns.yml", "content": "---\n\n- name: deploy resolv.conf template\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n owner: root\n group: root\n mode: 0644\n backup: yes\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 839, "all_permissive": false }
ansible_role
VincentChinel/Chinel_HOA9
bc51048c2e1109bc2a3c7208ac63aef9c0a2a96e
0
roles/install
7,454
[ "no_license" ]
[ { "path": "roles/install/tasks/main.yml", "content": "- name: Prometheus Installation (Ubuntu)\n apt:\n name:\n - prometheus\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Prometheus Pre-Requisites Installation (CentOS)\n tags: CentOS\n dnf:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
DO1JLR/testing_bbb
88f4713c7fa57863acd4f20705547a20d1240442
0
roles/bbb-secret
7,454
[ "no_license" ]
[ { "path": "roles/bbb-secret/tasks/main.yml", "content": "---\n- name: get bbb secret via 'bbb-conf --secret'\n become: true\n command: bbb-conf --secret\n register: _bbb_config_output\n changed_when: false\n\n- set_fact:\n _bbb_config: \"{{ _bbb_config_output.stdout | regex_findall('sharedSecret=[A-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 607, "all_permissive": false }
ansible_role
kodesam/migrationplaybook
9b62a27c6e975a0089374ea10a62caa47f3a2596
0
roles/check_apps
7,454
[ "no_license" ]
[ { "path": "roles/check_apps/handlers/main.yml", "content": "---\n# handlers file for check_apps\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/check_apps/tasks/main.yml", "content": "---\n- name: Grace period to wait for migrated appli...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1875, "all_permissive": false }
ansible_role
kodesam/migrationplaybook
9b62a27c6e975a0089374ea10a62caa47f3a2596
0
roles/check_mtc
7,454
[ "no_license" ]
[ { "path": "roles/check_mtc/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - check_mtc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/check_mtc/vars/main.yml", "content": "---\n# vars file for c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2805, "all_permissive": false }
ansible_role
kodesam/migrationplaybook
9b62a27c6e975a0089374ea10a62caa47f3a2596
0
roles/create_mighook
7,454
[ "no_license" ]
[ { "path": "roles/create_mighook/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create_mighook\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/create_mighook/tasks/main.yml", "content": "---\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2173, "all_permissive": false }
ansible_role
kodesam/migrationplaybook
9b62a27c6e975a0089374ea10a62caa47f3a2596
0
roles/create_migplan
7,454
[ "no_license" ]
[ { "path": "roles/create_migplan/handlers/main.yml", "content": "---\n# handlers file for create_migplan\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/create_migplan/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3315, "all_permissive": false }
ansible_role
kodesam/migrationplaybook
9b62a27c6e975a0089374ea10a62caa47f3a2596
0
roles/run_migplan
7,454
[ "no_license" ]
[ { "path": "roles/run_migplan/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - run_migplan\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/run_migplan/defaults/main.yml", "content": "---\n# defau...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2912, "all_permissive": false }