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
ansible-collection-migration/ansible.community
f26f612dd0a3154050d90b51a75502018c95f6e4
1
tests/integration/targets/ec2_instance/roles/ec2_instance
3,798
[ "no_license" ]
[ { "path": "tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/iam_instance_role.yml", "content": "- block:\n - name: Create IAM role for test\n iam_role:\n state: present\n name: ansible-test-sts-{{ resource_prefix }}-test-policy\n assume_role_policy_document: '{{ lookup(''fi...
{ "task_files": 16, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 40237, "all_permissive": false }
ansible_role
ansible-collection-migration/ansible.community
f26f612dd0a3154050d90b51a75502018c95f6e4
1
tests/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template
3,798
[ "no_license" ]
[ { "path": "tests/integration/targets/ec2_launch_template/playbooks/roles/ec2_launch_template/tasks/versions.yml", "content": "- block:\n - name: create simple instance template\n ec2_launch_template:\n name: '{{ resource_prefix }}-simple'\n image_id: '{{ ec2_ami_image[aws_region] }}'\n ta...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13238, "all_permissive": false }
ansible_role
ansible-collection-migration/ansible.community
f26f612dd0a3154050d90b51a75502018c95f6e4
1
tests/integration/targets/efs/playbooks/roles/efs
3,798
[ "no_license" ]
[ { "path": "tests/integration/targets/efs/playbooks/roles/efs/tasks/main.yml", "content": "- block:\n - name: set connection information for all tasks\n set_fact:\n aws_connection_info:\n aws_access_key: '{{ aws_access_key }}'\n aws_secret_key: '{{ aws_secret_key }}'\n security_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11529, "all_permissive": false }
ansible_role
ansible-collection-migration/ansible.community
f26f612dd0a3154050d90b51a75502018c95f6e4
1
tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target
3,798
[ "no_license" ]
[ { "path": "tests/integration/targets/elb_target/playbooks/roles/elb_lambda_target/tasks/main.yml", "content": "- name: set up aws connection info\n set_fact:\n aws_connection_info:\n aws_access_key: '{{ aws_access_key }}'\n aws_secret_key: '{{ aws_secret_key }}'\n security_token: '{{ secu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5306, "all_permissive": false }
ansible_role
caminale/airflow-scheduler-benchmark
afc0b7ddd749dffe7fd8660325c5a2e2629862b7
0
ansible/roles/airflow
3,798
[ "no_license" ]
[ { "path": "ansible/roles/airflow/tasks/main.yml", "content": "---\n\n# Main tasks file for airflow role\n\n- name: 'INIT | Manage variables to use for our target'\n include: \"{{ role_path }}/tasks/manage_variables.yml\"\n tags:\n - 'role::airflow'\n - 'role::airflow::init'\n - 'role::airflow::in...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 33397, "all_permissive": false }
ansible_role
caminale/airflow-scheduler-benchmark
afc0b7ddd749dffe7fd8660325c5a2e2629862b7
0
ansible/roles/airflow-role
3,798
[ "no_license" ]
[ { "path": "ansible/roles/airflow-role/.travis.yml", "content": "---\nlanguage: python\npython: \"2.7.13\"\nsudo: required\ngroup: deprecated-2017Q4\n\nservices:\n - docker\n\ninstall:\n - pip install ansible==2.4.2.0\n - pip install molecule==1.25.0\n - pip install ansible-lint==3.4.20\n - pip install ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 47111, "all_permissive": false }
ansible_role
caminale/airflow-scheduler-benchmark
afc0b7ddd749dffe7fd8660325c5a2e2629862b7
0
ansible/roles/airflowlolo
3,798
[ "no_license" ]
[ { "path": "ansible/roles/airflowlolo/handlers/main.yml", "content": "---\n\n# Handlers main file for airflow role\n\n- name: 'Restart airflow'\n become: True\n service:\n name: \"{{ item.name }}\"\n state: 'restarted'\n with_items: \"{{ airflow_services_states }}\"\n when: \"item.state == 'started...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 6295, "all_permissive": false }
ansible_role
caminale/airflow-scheduler-benchmark
afc0b7ddd749dffe7fd8660325c5a2e2629862b7
0
ansible/roles/schedule-machine-setup
3,798
[ "no_license" ]
[ { "path": "ansible/roles/schedule-machine-setup/templates/terraform.tfvars.deploymentDB.j2", "content": "region=\"{{ region }}\"\nproject_name=\"{{ project_name }}\"\n\naccount_file_path=\"{{ path_key_gcp_remote }}octo.json\"", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6429, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/common
3,798
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: Install Nodejs Repo\n ansible.builtin.shell: curl -sL https://rpm.nodesource.com/setup_lts.x | bash\n\n- name: Install Nodejs\n ansible.builtin.yum:\n name: nodejs\n state: present\n\n- name: app-pre\n ansible.builtin.import_tasks: app-...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2539, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/frontend
3,798
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: copying roboshop config file\n ansible.builtin.copy:\n src: roboshopconfig\n dest: /etc/nginx/default.d/roboshop.conf\n\n- name: deleting the existing c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 745, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/mondb
3,798
[ "no_license" ]
[ { "path": "roles/mondb/tasks/main.yml", "content": "- name: copying mongodb repo file\n ansible.builtin.copy:\n src: mongo.Repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: installing the mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: present\n\n- name: Replacing the IP\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/mysql
3,798
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: copying repo files\n ansible.builtin.copy:\n src: sqlrepo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: disable the mysql\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: Install mysql server\n ansible.builtin.yum:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/payment
3,798
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: importing nodejs file\n ansible.builtin.import_role:\n name: common\n tasks_from: python.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/rabbitmq
3,798
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: Install erlang repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: Install rabbitmq repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 722, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/redis
3,798
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Installing Redies repo\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: present\n\n- name: Enable redies module\n ansible.builtin.shell: yum module enable redis:remi-6.2 -y\n\n- name: Install R...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 695, "all_permissive": false }
ansible_role
Sha3222/Roboshop-ansible
3d7de06094df083af2c5ad34bf936284db33ebeb
0
roles/shipping
3,798
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: importing nodejs file\n ansible.builtin.import_role:\n name: common\n tasks_from: java.yml", "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
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/apache2
3,798
[ "no_license" ]
[ { "path": "provision/roles/apache2/tasks/configure-php.ini.yml", "content": "---\n- name: modify php.ini apache memory_limit\n lineinfile: dest=/etc/php5/apache2/php.ini regexp='^memory_limit = ' line='memory_limit = 512M'\n\n\n- name: modify php.ini apache date.timezone\n lineinfile: dest=/etc/php5/apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/common
3,798
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "---\n\n- name: Install common tools\n apt: name=\"{{ item }}\" state=\"latest\" update_cache=yes\n become: yes\n with_items: \"{{ packages }}\"\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 176, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/gantsign.oh-my-zsh
3,798
[ "no_license" ]
[ { "path": "provision/roles/gantsign.oh-my-zsh/tests/test.yml", "content": "---\n- hosts: all\n remote_user: root\n\n pre_tasks:\n - name: create test_usr1\n become: yes\n user:\n name: test_usr1\n home: /home/test_usr1\n createhome: yes\n - name: create test_usr2\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4884, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/mailcatcher
3,798
[ "no_license" ]
[ { "path": "provision/roles/mailcatcher/tasks/main.yml", "content": "---\n# tasks file for mailcatcher\n- name: Add the OS specific varibles\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install the mailcatcher prerequisites (APT)\n apt: name={{ item }} state=latest update_cache=yes\n with_it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/mysql
3,798
[ "no_license" ]
[ { "path": "provision/roles/mysql/tasks/main.yml", "content": "---\n\n- name: Set MySQL root password before installing\n become: yes\n debconf: name=\"mysql-server\" question='mysql-server/root_password' value='{{mysql_root_password | quote}}' vtype='password'\n\n- name: Confirm MySQL root password before...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 598, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/nginx
3,798
[ "no_license" ]
[ { "path": "provision/roles/nginx/defaults/main.yml", "content": "nginx_secret_token: 'off'\nnginx_headers:\n - 'X-Frame-Options SAMEORIGIN'\nnginx_log_dir: \"/var/log/nginx/\"\nnginx_access_log: \"access.log\"\nnginx_error_log: \"error.log\"\nnginx_separe_log: True\n\nnginx_sites:\n - name: example\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3414, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/php5
3,798
[ "no_license" ]
[ { "path": "provision/roles/php5/tasks/php.yml", "content": "\n\n- name: Add dotDeb repository\n apt_repository: repo={{ item }} state=present\n become: yes\n with_items:\n - deb http://packages.dotdeb.org jessie all\n - deb-src http://packages.dotdeb.org jessie all\n\n- name: Add dotdeb repository ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1671, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/php7
3,798
[ "no_license" ]
[ { "path": "provision/roles/php7/tasks/php.yml", "content": "- name: Add dotDeb repository\n become: yes\n apt_repository: repo={{ item }} state=present\n with_items:\n - deb http://packages.dotdeb.org jessie all\n - deb-src http://packages.dotdeb.org jessie all\n\n- name: Add dotdeb repository key\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1993, "all_permissive": false }
ansible_role
DennisdeBest/sfwp
ed13d5ea0bb9b09a4dfa79c1f40a5b16b2e9c180
0
provision/roles/redis
3,798
[ "no_license" ]
[ { "path": "provision/roles/redis/tasks/main.yml", "content": "---\n\n- name: install redis and redis tools\n become: yes\n apt: name=\"{{ item }}\" state=\"latest\" update_cache=yes\n become: yes\n tags: php\n with_items: \n - redis-server\n - redis-tools\n - php5-redis\n \n...", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
jahschwa/infra
c455454d56b3902c4ecec25b1671a56088bd36fc
0
roles/_dconf
3,798
[ "no_license" ]
[ { "path": "roles/_dconf/templates/dconf.ini.j2", "content": "[/]\n{% for (k, v) in conf.items() %}\n{% if k != 'inherit' %}\n{% if v is string %}\n{% set v = \"'{}'\".format(v) %}\n{% elif v is boolean %}\n{% set v = v | string | lower %}\n{% else %}\n{% set v = '[' + v | map_format(\"'{}'\") | join(', ') +...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 555, "all_permissive": false }
ansible_role
jahschwa/infra
c455454d56b3902c4ecec25b1671a56088bd36fc
0
roles/client
3,798
[ "no_license" ]
[ { "path": "roles/client/tasks/02-guake.yml", "content": "---\n- name: Create guake profile\n include_role:\n name: _dconf\n vars:\n name: 'guake profile'\n path: '{{ guake.dconf_path }}/{{ item.key }}'\n conf: '{{ item.value }}'\n with_dict: '{{ guake.dconf_values }}'\n", "license_type": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4916, "all_permissive": false }
ansible_role
jahschwa/infra
c455454d56b3902c4ecec25b1671a56088bd36fc
0
roles/common
3,798
[ "no_license" ]
[ { "path": "roles/common/tasks/kodi-github-release.yml", "content": "---\n- name: '{{ title }} : Fetch manifest'\n uri:\n body_format: json\n url: https://api.github.com/repos/{{ static.repo }}/releases/latest\n register: releases\n\n- name: '{{ title }} : Choose asset regex'\n set_fact:\n asset_...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 13688, "all_permissive": false }
ansible_role
jahschwa/infra
c455454d56b3902c4ecec25b1671a56088bd36fc
0
roles/server
3,798
[ "no_license" ]
[ { "path": "roles/server/vars/main/server.yml", "content": "---\nalways_tasks: []\n\npre: True\n\ncron_start: 2\ncron_stop: 5\n\nletsencrypt_fp: 7BF576066ADA65728FC7E70A8C47BE8E75BCA694\nletsencrypt_root: /etc/letsencrypt\nletsencrypt_live: /etc/letsencrypt/live\nletsencrypt_group: ssl-cert\nletsencrypt_key:...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 14499, "all_permissive": false }
ansible_role
jahschwa/infra
c455454d56b3902c4ecec25b1671a56088bd36fc
0
roles/tri
3,798
[ "no_license" ]
[ { "path": "roles/tri/tasks/run.yml", "content": "---\n- name: Check for {{ creates }} ({{ src }})\n stat:\n path: '{{ dest }}/{{ creates }}'\n register: stat_result\n when: creates is defined\n\n- name: Download backup from tri\n get_url:\n url: '{{ tri_down }}/{{ secrets.tri.hidden }}/{{ (sub + \...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2072, "all_permissive": false }
ansible_role
Asshad/ansible-cloudwatch-metrics
80b7db08a1308dabcf78810b6b19297be9e329f7
0
roles/cwmetrics
3,798
[ "no_license" ]
[ { "path": "roles/cwmetrics/tasks/main.yml", "content": "---\n- name: Install Perl Required Packages\n yum: pkg={{ item }} state=present\n with_items: \n - perl-Switch\n - perl-DateTime\n - perl-Sys-Syslog\n - perl-LWP-Protocol-https\n\n- name: Unarchive a file that needs to be downloaded (adde...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 924, "all_permissive": false }
ansible_role
tw-leansw/leansw-gerrit-ansible
dd1f6aeab534f1bd5f66125eeef416af6639a14a
0
roles/common
3,798
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install jdk 7\n yum: name={{item}}\n with_items:\n - java-1.7.0-openjdk-devel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
tw-leansw/leansw-gerrit-ansible
dd1f6aeab534f1bd5f66125eeef416af6639a14a
0
roles/gerrit
3,798
[ "no_license" ]
[ { "path": "roles/gerrit/handlers/main.yml", "content": "---\n- name: restart gerrit\n service: name=gerrit enabled=yes state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/gerrit/tasks/main.yml", "content": "---\n- name: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1697, "all_permissive": false }
ansible_role
tw-leansw/leansw-gerrit-ansible
dd1f6aeab534f1bd5f66125eeef416af6639a14a
0
roles/postgres
3,798
[ "no_license" ]
[ { "path": "roles/postgres/tasks/install_postgres.yml", "content": "---\n- name: install updated PostgreSQL PGDG\n yum: name=http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm state=present\n\n- name: install postgresql94-server\n yum: pkg=postgresql94-server state=latest\n\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1352, "all_permissive": false }
ansible_role
swietlas/Ansible_VTI_IPsec_OSPF
4053b140fd58f4d0357288e5a182207d889daaad
0
roles/ipsec
3,798
[ "no_license" ]
[ { "path": "roles/ipsec/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/ipsec\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ipsec/vars/main.yml", "content": "---\n# vars file for roles/i...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1576, "all_permissive": false }
ansible_role
swietlas/Ansible_VTI_IPsec_OSPF
4053b140fd58f4d0357288e5a182207d889daaad
0
roles/ospf
3,798
[ "no_license" ]
[ { "path": "roles/ospf/tasks/main.yml", "content": "---\n# tasks file for roles/ospf\n - name: Configure ospfv2 IPv4\n ios_ospfv2:\n config:\n processes:\n - process_id: \"{{ ospf.process_id }}\"\n router_id: \"{{ ospf.router_id }}\"\n default_info...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
swietlas/Ansible_VTI_IPsec_OSPF
4053b140fd58f4d0357288e5a182207d889daaad
0
roles/show_status
3,798
[ "no_license" ]
[ { "path": "roles/show_status/tasks/main.yml", "content": "---\n# tasks file for roles/show_status\n\n- name: Send list of show commands to all device(s)\n ios_command:\n commands: \n - show ip int brief\n - sh ip route | begin Gateway\n - sh ip ospf neighbor \n - sh ip protocols | sectio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1383, "all_permissive": false }
ansible_role
swietlas/Ansible_VTI_IPsec_OSPF
4053b140fd58f4d0357288e5a182207d889daaad
0
roles/static_routes
3,798
[ "no_license" ]
[ { "path": "roles/static_routes/handlers/main.yml", "content": "---\n# handlers file for roles/static_routes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/static_routes/tests/test.yml", "content": "---\n- hosts: localhost\n remote_use...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1214, "all_permissive": false }
ansible_role
swietlas/Ansible_VTI_IPsec_OSPF
4053b140fd58f4d0357288e5a182207d889daaad
0
roles/sw_ip_routing
3,798
[ "no_license" ]
[ { "path": "roles/sw_ip_routing/vars/main.yml", "content": "---\n# vars file for roles/sw_ip_routing\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/sw_ip_routing/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 348, "all_permissive": false }
ansible_role
Moshud-lanre/config-and-deployment
b99d360e5f3142d16392fe5190ac9f16e0cdfde4
0
roles/setup
3,798
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: \"update apt packages. \"\n become: true\n apt: \n update_cache: yes\n\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: yes\n\n- name: \"remove dependencies that's not needed again\"\n become: true\n apt:\n autoremove:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
mocza/ansible
d41ddc620d3315b9b0258083514563eee916ae52
0
roles/base
3,798
[ "no_license" ]
[ { "path": "roles/base/tasks/users/Erika.yml", "content": "- name: users | users | create group\n tags: groups,users\n group:\n name: users \n gid: 100\n state: present\n\n- name: users | family | create group\n tags: groups,family,users\n group:\n name: family\n gid: 1000 \n state: pre...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 10449, "all_permissive": false }
ansible_role
mocza/ansible
d41ddc620d3315b9b0258083514563eee916ae52
0
roles/network
3,798
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "- name: Network device tasks \n hosts: all\n gather_facts: no\n\n tasks:\n - name: Update opkg packages \n community.general.opkg:\n update_cache: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
mocza/ansible
d41ddc620d3315b9b0258083514563eee916ae52
0
roles/pve
3,798
[ "no_license" ]
[ { "path": "roles/pve/tasks/main.yml", "content": "- name: pve | install proxmoxer package \n package:\n name: python3-proxmoxer\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
mocza/ansible
d41ddc620d3315b9b0258083514563eee916ae52
0
roles/server
3,798
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "# Load distro-specific variables\n- include_vars: \"{{ ansible_distribution }}.yml\"\n tags: always\n\n- block:\n - import_tasks: nrpe.yml\n# - import_tasks: ufw.yml\n\n# - include_tasks: unattended_upgrades.yml\n# when:\n# - ansible_distribut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
mocza/ansible
d41ddc620d3315b9b0258083514563eee916ae52
0
roles/vm
3,798
[ "no_license" ]
[ { "path": "roles/vm/tasks/main.yml", "content": "- name: qemu-agent | install package\n tags: packages,qemu,qemu-agent\n package:\n state: latest\n name:\n - qemu-guest-agent\n notify:\n - restart_qemu_agent\n\n- name: qemu-agent | enable qemu agent daemon\n tags: qemu,qemu-agent\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
danielarabang/CPE232_RABANG_HOA13
e1d3bdf4a37d2f64223d76a42b84ac4b7a70ded7
0
roles/CentOS
3,798
[ "no_license" ]
[ { "path": "roles/CentOS/tasks/main.yml", "content": "---\n - name: Set OpenStack packages for CentOS\n set_fact:\n openstack_packages_centos:\n - openstack-packstack\n - mariadb-server\n - rabbitmq-server\n - memcached\n - etcd\n\n - name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
danielarabang/CPE232_RABANG_HOA13
e1d3bdf4a37d2f64223d76a42b84ac4b7a70ded7
0
roles/Ubuntu
3,798
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "---\n - name: Set OpenStack packages for Ubuntu\n set_fact:\n openstack_packages_ubuntu:\n - python3-openstackclient\n - mariadb-server\n - rabbitmq-server\n - memcached\n - etcd\n\n - name: U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/az-powershell
3,798
[ "no_license" ]
[ { "path": "ansible/roles/az-powershell/tasks/main.yaml", "content": "- name: Install Azure PowerShell Module (Can take some time)\n ansible.builtin.shell:\n cmd: pwsh -c \"if (-Not (Get-Module -ListAvailable -Name 'Az')) {Install-Module -Name 'Az' -Scope AllUsers -AllowClobber}\"\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/azure-cli
3,798
[ "no_license" ]
[ { "path": "ansible/roles/azure-cli/tasks/main.yaml", "content": "- name: Install Azure CLI\n ansible.builtin.shell:\n cmd: |\n if ! command -v az --version 2>&1 >/dev/null\n then\n curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash\n fi\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/base
3,798
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "- name: Install Base Packages (Can take some time)\n ansible.builtin.apt:\n name:\n - git\n - htop\n - vim\n - gh\n - gcc\n - zsh\n - stow\n - fzf\n - tmux\n - build-essential\n - make\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/kind
3,798
[ "no_license" ]
[ { "path": "ansible/roles/kind/tasks/main.yaml", "content": "- name: Install Kubectl\n ansible.builtin.get_url:\n url: https://dl.k8s.io/release/v1.32.0/bin/linux/arm64/kubectl\n dest: /usr/local/bin/kubectl\n mode: \"0755\"\n- name: Install Kind\n ansible.builtin.get_url:\n url: https://kind.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/powershell
3,798
[ "no_license" ]
[ { "path": "ansible/roles/powershell/tasks/main.yaml", "content": "- name: Install PowerShell\n ansible.builtin.apt:\n deb: https://github.com/PowerShell/PowerShell/releases/download/v7.4.6/powershell_7.4.6-1.deb_amd64.deb\n state: present\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/ssh
3,798
[ "no_license" ]
[ { "path": "ansible/roles/ssh/tasks/main.yaml", "content": "- name: Create SSH Dir\n become_user: \"{{ regular_user }}\"\n ansible.builtin.shell:\n cmd: |\n mkdir {{ home_dir }}/.ssh -p\n chmod 700 {{ home_dir }}/.ssh\n\n- name: Create SSH KeyPair\n become_user: \"{{ regular_user }}\"\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
devcrypted/dotfiles
867bf0f7eefb9e92385504d276f81fce68e65cf2
3
ansible/roles/terraform
3,798
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yaml", "content": "- name: Add Hashicorp GPG keys\n ansible.builtin.get_url:\n url: https://apt.releases.hashicorp.com/gpg\n dest: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n mode: \"0044\"\n\n- name: Add Hashicorp Repository\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/apt
4,038
[ "no_license" ]
[ { "path": "ansible/roles/apt/tasks/pre_first_update.yml", "content": "---\n\n- name: Backup sources.list\n shell: mv /etc/apt/sources.list /etc/apt/sources.list-`date +%Y%m%d%H%M` | cat\n\n- name: Backup resolv.conf\n shell: cd /etc/ && mv resolv.conf resolv.conf-`date +%Y%m%d%H%M` | cat\n\n- name: Copy f...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 942, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/cman-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/cman-install/files/docker-compose.yml", "content": "# This file extends docker-compose.yml\nversion: \"3.3\"\n\nservices:\n cman:\n container_name: cman\n image: ccr.ccs.tencentyun.com/xswitch-cluster/cman:latest\n env_file: ./.env\n network_mode: host\n", "license_...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1015, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/docker-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "---\n- name: Install the correct server for Debian\n import_tasks: install_docker_debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2306, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/kamailio-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/kamailio-install/tasks/kamailio_install.yml", "content": "---\n- name: mkdir workdir\n shell: mkdir /usr/local/kamailio\n\n- name: Copy yaml\n copy:\n src: \"files/docker-compose.yml\"\n dest: \"/usr/local/kamailio/\"\n\n- name: Copy env\n copy:\n src: \"files/env.exampl...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1180, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/nats-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/nats-install/tasks/main.yml", "content": "---\n- name: Install nats for Debian\n import_tasks: nats_install.yml\n when: ansible_facts['os_family']|lower == 'debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "ansible...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 842, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/postgresql-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/postgresql-install/tasks/pg_up.yml", "content": "---\n- name: up\n shell: cd /usr/local/pg/ && docker compose up -d\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/postgresql-install/tasks/pg_install.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1086, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/prometheus-node-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/prometheus-node-install/tasks/node_down.yml", "content": "---\n- name: up\n shell: cd /usr/local/monitor-agent/ && docker compose down\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "ansible/roles/prometheus-node-install...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1694, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/uas-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/uas-install/tasks/main.yml", "content": "---\n- name: Install xswitch for Debian\n import_tasks: uas_install.yml\n when: ansible_facts['os_family']|lower == 'debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "ansibl...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 956, "all_permissive": false }
ansible_role
xigua0505/ansible
a95b0593b9bd99d8218fd063d5b40d3a7553f382
0
ansible/roles/xswitch-install
4,038
[ "no_license" ]
[ { "path": "ansible/roles/xswitch-install/files/xtra_config.lua", "content": "local config = {}\n\n-- config.file = debug.getinfo(1).source\n-- config.dsn = \"sqlite://xui\"\n--- config.dsn = \"odbc://xui:xui:xui\"\nconfig.dsn = os.getenv(\"DSN\") --xswitch 1.8 up\n--config.dsn = \"pgsql://host=xswitch-pg db...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5948, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/bootstrap
4,038
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tasks/pre-install.yml", "content": "---\n- name: Ensure localhost in /etc/hosts\n lineinfile:\n dest: /etc/hosts\n regexp: \"^127.0.0.1.*\"\n line: \"127.0.0.1 localhost\"\n state: present\n become: True\n when: customize_etc_hosts | bool\n\n- name: Set host...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 18114, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/ceph_client
4,038
[ "no_license" ]
[ { "path": "ansible/roles/ceph_client/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ceph_client", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/ceph_client/tasks/ceph_auth.yml", "content...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 12709, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/chrony
4,038
[ "no_license" ]
[ { "path": "ansible/roles/chrony/tasks/config.yml", "content": "---\n- name: Ensure chrony package is exist\n package:\n name: chrony\n state: present\n notify: Restart chrony service\n\n- name: Copy over chrony config file\n template:\n src: chrony.conf.j2\n dest: /etc/chrony.conf\n notify: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1288, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/cinder
4,038
[ "no_license" ]
[ { "path": "ansible/roles/cinder/tasks/cinder_pre_install.yml", "content": "---\n- name: create the system group\n group:\n name: \"{{ cinder_system_group_name }}\"\n state: \"present\"\n system: \"yes\"\n\n- name: Create the cinder system user\n user:\n name: \"{{ cinder_system_user_name }}\"\...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 23406, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/dimsagent
4,038
[ "no_license" ]
[ { "path": "ansible/roles/dimsagent/tasks/dimsagent_pre_install.yml", "content": "---\n- name: Create dimsagent log dir\n file:\n path: \"{{ item.path }}\"\n state: directory\n owner: \"{{ item.owner|default('root') }}\"\n group: \"{{ item.group|default('root') }}\"\n mode: \"{{ item.mode|def...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 18049, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/glance
4,038
[ "no_license" ]
[ { "path": "ansible/roles/glance/defaults/main.yml", "content": "---\n## Verbosity Options\nglance_logging_debug: \"{{ openstack_logging_debug }}\"\nglance_setup_host: \"{{ groups['glance'][0] }}\"\nglance_enabled_import_methods:\n - glance-direct\n - web-download\n - copy-image\n\n# Set the package insta...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 16261, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/haproxy
4,038
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg.j2", "content": "#jinja2: trim_blocks: False\nglobal\n chroot /var/lib/haproxy\n user haproxy\n group haproxy\n daemon\n log {{ syslog_server }}:{{ syslog_udp_port }} {{ syslog_haproxy_facility }}\n maxconn {{ haproxy_max_connections }}\n stats s...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8306, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/ironic
4,038
[ "no_license" ]
[ { "path": "ansible/roles/ironic/templates/inspector.conf.j2", "content": "[DEFAULT]\ndebug = {{ debug }}\nauth_strategy = {{ ironic_auth_strategy }}\ntimeout = 900\nrootwrap_config = /etc/ironic-inspector/rootwrap.conf\nlogging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 24, "total_bytes": 37759, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/keystone
4,038
[ "no_license" ]
[ { "path": "ansible/roles/keystone/templates/openrc.j2", "content": "# {{ ansible_managed }}\n\nexport OS_PROJECT_DOMAIN_NAME=Default\nexport OS_USER_DOMAIN_NAME=Default\nexport OS_PROJECT_NAME={{ keystone_admin_tenant_name }}\nexport OS_USERNAME={{ keystone_admin_user_name }}\nexport OS_PASSWORD={{ <PASSWOR...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 17, "total_bytes": 25638, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/mariadb
4,038
[ "no_license" ]
[ { "path": "ansible/roles/mariadb/tasks/check.yml", "content": "---\n- name: Check node status\n command: >\n mysql -u\"{{ galera_root_user }}\" -p\"{{ galera_root_password }}\" --silent --skip-column-names --connect-timeout=10 -e 'SHOW STATUS LIKE \"wsrep_local_state\";'\n failed_when: false\n changed...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 13456, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/memcached
4,038
[ "no_license" ]
[ { "path": "ansible/roles/memcached/tasks/deploy.yml", "content": "---\n# Copyright 2020 weimeng <<EMAIL>>\n- include_tasks: memcached_install.yml\n\n- include_tasks: memcached_config.yml\n\n- name: Flush handlers\n meta: flush_handlers\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3282, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/miner
4,038
[ "no_license" ]
[ { "path": "ansible/roles/miner/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - miner", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "ansible/roles/miner/handlers/main.yml", "content": "---\n- name: Sto...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 14513, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/neutron
4,038
[ "no_license" ]
[ { "path": "ansible/roles/neutron/handlers/main.yml", "content": "---\n- name: Stop services\n service:\n name: \"{{ item.service_name }}\"\n enabled: yes\n state: \"stopped\"\n daemon_reload: yes\n with_items: \"{{ filtered_neutron_services }}\"\n register: _stop\n until: _stop is success\n ...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 47807, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/nova
4,038
[ "no_license" ]
[ { "path": "ansible/roles/nova/tasks/nova_aggregate_setup.yml", "content": "---\n# Author: weimeng <<EMAIL>>\n- name: Create nova aggregate group\n os_nova_host_aggregate:\n cloud: default\n state: present\n name: \"{{ item | regex_replace('^az(.*)$','ag\\\\1') | regex_replace('^AZ(.*)$','AG\\\\1')...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 40058, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/nova_cell
4,038
[ "no_license" ]
[ { "path": "ansible/roles/nova_cell/defaults/main.yml", "content": "---\nnova_barbican_enabled: False\n\n## Verbosity Options\ndebug: \"{{ openstack_logging_debug }}\"\nnova_setup_host: \"{{ groups[nova_cell_conductor_group][0] }}\"\nnova_management_address: \"{{ api_interface_address }}\"\n\n# Name of the v...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 22, "total_bytes": 61341, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/pacemaker
4,038
[ "no_license" ]
[ { "path": "ansible/roles/pacemaker/.travis.yml", "content": "---\nlanguage: python\npython: \"2.7\"\n\n# Use the new container infrastructure\nsudo: false\n\n# install ansible roles dependencies\nbefore_install:\n - git clone --depth=50 --branch=master https://github.com/OndrejHome/ansible.pcs-modules-2.gi...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 20761, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/postchecks
4,038
[ "no_license" ]
[ { "path": "ansible/roles/postchecks/templates/check_info.cfg.j2", "content": "[DEFAULT]\n{% for key, value in neutron_ml2_conf_genericswitch.items() %}\nswitch_ports = {\"{{ value['ngs_mac_address'] }}\":\"{{ value['switch_ports'] }}\"}\n{% endfor %}\n\nipmi_addresses = \"{{ ipmi_addresses }}\"\n\nironic_ho...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 32859, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/prechecks
4,038
[ "no_license" ]
[ { "path": "ansible/roles/prechecks/tasks/main.yml", "content": "---\n# Copyright 2020 weimeng <<EMAIL>>\n- include_tasks: port_checks.yml\n\n- include_tasks: service_checks.yml\n\n- include_tasks: package_checks.yml\n\n- include_tasks: nvidia_checks.yml\n when: \"gpu_server_type is defined\"\n\n- include_t...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2116, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/pri_mariadb
4,038
[ "no_license" ]
[ { "path": "ansible/roles/pri_mariadb/tasks/bootstrap.yml", "content": "---\n- name: Ensure mariadb service stopped\n service:\n name: mariadb{{ server_port }}\n state: stopped\n\n- name: Start new cluster\n command: /usr/local/bin/galera{{ server_port }}_new_cluster\n failed_when: not start_new_clu...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 12988, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/rabbitmq
4,038
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/defaults/main.yml", "content": "---\n# Set the package install state for distribution packages\n# Options are 'present' and 'latest'\nrabbitmq_package_state: \"present\"\n\nrabbitmq_package_name:\n - openssl\n - rabbitmq-server\n\n# Inventory group containing the hosts fo...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11015, "all_permissive": false }
ansible_role
openeuler-mirror/opensd
81461d33cfa36566d4b14ba19c79680301125cc7
1
ansible/roles/trove
4,038
[ "no_license" ]
[ { "path": "ansible/roles/trove/templates/waltz.cloudinit.j2", "content": "#!/bin/bash\ngrep {{ s3_endpoint_host_name }} /etc/hosts || echo {{ s3_endpoint_host_ip }} {{ s3_endpoint_host_name }} >>/etc/hosts\ngrep proxy.opensd.io /etc/hosts || echo {{ opensd_vip_address }} proxy.opensd.io >>/etc/hosts\ngrep ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 16817, "all_permissive": false }
ansible_role
josehelps/building-a-windows-dc
7c914ed5005bc18ec545de7cb22d495c85d914be
10
ansible/roles/search_head
4,038
[ "permissive" ]
[ { "path": "ansible/roles/search_head/tasks/install_escu_app.yml", "content": "- name: Check we have downloaded splunk escu app\n stat:\n path: /tmp/escu_app.tgz\n register: escu_app\n\n- name: Download escu app\n get_url:\n url: \"{{ splunk_escu_app }}\" \n dest: /tmp/escu_app.tgz\n owner: sp...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4970, "all_permissive": true }
ansible_role
josehelps/building-a-windows-dc
7c914ed5005bc18ec545de7cb22d495c85d914be
10
ansible/roles/sysmon
4,038
[ "permissive" ]
[ { "path": "ansible/roles/sysmon/tasks/windows-sysmon.yml", "content": "---\n\n- block:\n - name: check if sysmon archive is present\n win_stat: path=\"{{ win_temp_dir }}\\\\{{ win_sysmon_url | basename }}\"\n register: sysmondl\n - name: download sysmon\n win_get_url:\n url: \"{{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8486, "all_permissive": true }
ansible_role
josehelps/building-a-windows-dc
7c914ed5005bc18ec545de7cb22d495c85d914be
10
ansible/roles/universal_forwarder
4,038
[ "permissive" ]
[ { "path": "ansible/roles/universal_forwarder/tasks/install_splunk_sysmon_ta.yml", "content": "- name: Download Sysmon TA\n win_get_url:\n url: \"{{ splunk_sysmon_ta }}\" \n dest: C:\\sysmon-ta.tgz\n\n- name: Add powershell module PSCX required by Ansible's win_unzip \n win_psmodule:\n name: Pscx\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2800, "all_permissive": true }
ansible_role
ShaddGallegos/ee-containers
b68da80274aa7c5fef674e5a7d4294043af2fb89
16
roles/ee-builder
4,038
[ "permissive" ]
[ { "path": "roles/ee-builder/tasks/build_monitoring.yml", "content": "---\n# Build monitoring tasks\n\n- name: Create tmux header file\n ansible.builtin.template:\n src: tmux_header.j2\n dest: \"{{ working_dir }}/tmux_header\"\n mode: '0644'\n\n- name: Create tmux launcher script\n ansible.builtin...
{ "task_files": 12, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 42857, "all_permissive": true }
ansible_role
lima-anderson/lab-vagrant-ansible-windows
92a3505ba1bbc82ddee188518625919bfdb4650d
0
ansible/roles/check_connecttivity
4,038
[ "no_license" ]
[ { "path": "ansible/roles/check_connecttivity/tasks/main.yml", "content": "---\n# tasks file for check_connecttivity\n- name: Ping Windows VM\n win_ping:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 76, "all_permissive": false }
ansible_role
lima-anderson/lab-vagrant-ansible-windows
92a3505ba1bbc82ddee188518625919bfdb4650d
0
ansible/roles/check_updates
4,038
[ "no_license" ]
[ { "path": "ansible/roles/check_updates/tasks/main.yml", "content": "---\n# tasks file for check_updates\n- name: Verifica atualizações disponíveis\n win_updates:\n category_names: \"*\"\n state: searched\n register: available_updates\n\n- name: Lista atualizações disponíveis \n debug:\n msg: |\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
lima-anderson/lab-vagrant-ansible-windows
92a3505ba1bbc82ddee188518625919bfdb4650d
0
ansible/roles/update
4,038
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "---\n# tasks file for update\n- name: Instalar atualizações críticas e de segurança\n win_updates:\n category_names: \"*\"\n state: installed\n register: update_result\n\n# - name: report update results\n# debug:\n# msg: \"{{ update_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
lima-anderson/lab-vagrant-ansible-windows
92a3505ba1bbc82ddee188518625919bfdb4650d
0
ansible/roles/vm-workstation
4,038
[ "no_license" ]
[ { "path": "ansible/roles/vm-workstation/tasks/main.yml", "content": "---\n# tasks file for vm-workstation\n- name: Install vmwareworkstation\n win_chocolatey:\n name: vmwareworkstation\n version: '17.0.1.21139696'\n source: http://community.chocolatey.org/api/v2/\n state: present", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 217, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/connection
4,038
[ "no_license" ]
[ { "path": "roles/connection/tasks/main.yml", "content": "---\n- name: Require manual definition of remote-user\n fail:\n msg: |\n When using `--ask-pass` option, use `-u` option to define remote-user:\n ansible-playbook server.yml -e env={{ env | default('production') }} -u root --ask-pass\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2700, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/mariadb
4,038
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yml", "content": "---\n- name: restart mysql server\n service:\n name: mysql\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/mariadb/templates/disable-binar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2982, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/memcached
4,038
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "---\n- name: Install memcached\n apt:\n name: \"{{ item.key }}\"\n state: \"{{ item.value }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n loop: \"{{ memcached_packages |dict2items }}\"\n loop_control:\n label: \"{{ item.key }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1016, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/nginx
4,038
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "# {{ ansible_managed }}\n\n# Configuration File - Nginx Server Configs\n# http://nginx.org/en/docs/dirindex.html\n\n{% block modules_enabled -%}\ninclude modules-enabled/*.conf;\n{% endblock %}\n\n{% block user %}\n# Run as a unique, less privileg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9553, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/php
4,038
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "disable_default_pool: true\nmemcached_sessions: false\n\nphp_extensions_custom: {}\nphp_extensions: \"{{ php_extensions_default | combine(php_extensions_custom) }}\"\n\nphp_error_reporting: 'E_ALL & ~E_DEPRECATED & ~E_STRICT'\nphp_display_errors: 'Off'\np...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12860, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/rollback
4,038
[ "no_license" ]
[ { "path": "roles/rollback/tasks/main.yml", "content": "---\n- name: Get real path of current symlinked release\n command: \"readlink {{ project_current_path }}\"\n args:\n chdir: \"{{ project_root }}\"\n register: current_release_readlink_result\n changed_when: false\n\n- name: Clean up old and faile...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2799, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/sshd
4,038
[ "no_license" ]
[ { "path": "roles/sshd/defaults/main.yml", "content": "---\n# sshd_config\n# ----------------------------\nsshd_config: sshd_config.j2\n\nsshd_ports:\n - 22\n\nsshd_listen_addresses:\n - 0.0.0.0\n\nsshd_protocol: 2\n\nsshd_accept_env: []\n\nsshd_address_family: inet\nsshd_allow_agent_forwarding: true\nsshd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 40898, "all_permissive": false }
ansible_role
roots/trellis
f848a0101341df85c660829aacfdd2833d6f7617
2,540
roles/ssmtp
4,038
[ "no_license" ]
[ { "path": "roles/ssmtp/tasks/main.yml", "content": "---\n- name: Install ssmtp\n apt:\n name: \"{{ ssmtp_package }}\"\n state: \"{{ ssmtp_package_state | default(apt_package_state) }}\"\n cache_valid_time: \"{{ apt_cache_valid_time }}\"\n\n- name: ssmtp configuration\n template:\n src: ssmtp.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1601, "all_permissive": false }