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
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/clfl_get_dns_records
7,830
[ "no_license" ]
[ { "path": "roles/clfl_get_dns_records/tasks/main.yml", "content": "- name: clfl_get_dns_records\n uri:\n url: \"https://api.cloudflare.com/client/v4/zones/{{ clfl_zone_id }}/dns_records\"\n method: GET\n headers:\n \"X-Auth-Key\": \"{{ clfl_auth_key }}\"\n \"X-Auth-Email\": \"{{ clfl_aut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_applications
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_applications/tasks/main.yml", "content": "# list all available applications and check APIs health\n#- name: debug\n# debug:\n# msg: \"{{ xapikey }}\"\n\n- name: get_applications\n uri:\n url: \"https://api.serverspace.ru/api/v1/applications\"\n method: GET\n headers:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_images
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_images/tasks/main.yml", "content": "- name: get_images\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/images\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: images\n changed_when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_locations
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_locations/tasks/main.yml", "content": "- name: get_locations\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/locations\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: locations\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_project
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_project/tasks/main.yml", "content": "- name: get_project_details\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/project\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: project\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_servers
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_servers/tasks/main.yml", "content": "- name: get_servers\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/servers\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: servers\n changed_wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_get_tasks
7,830
[ "no_license" ]
[ { "path": "roles/sp_get_tasks/tasks/main.yml", "content": "- name: get_task\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/tasks/{{ task_id }}\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: tasks\n chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_ssh_keys
7,830
[ "no_license" ]
[ { "path": "roles/sp_ssh_keys/tasks/main.yml", "content": "---\n- name: get_ssh_keys\n uri:\n url: \"https://api.serverspace.{{ sp_domain }}/api/v1/ssh-keys\"\n method: GET\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n body_format: json\n status_code: 200\n register: ssh_keys\n chang...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1896, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_vm_create
7,830
[ "no_license" ]
[ { "path": "roles/sp_vm_create/tasks/call_windows_deploy.yml", "content": "# create windows \n# doesn't have ssh_key_ids property in body\n- name: vm_create_windows\n uri:\n url: \"https://api.serverspace.ru/api/v1/servers\"\n method: POST\n headers:\n \"x-api-key\": \"{{ xapikey }}\"\n bod...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8420, "all_permissive": false }
ansible_role
Areso/Ansible-serverspace
b191edd9c250b676b71823e27ee309f8ea620a73
0
roles/sp_vm_destroy
7,830
[ "no_license" ]
[ { "path": "roles/sp_vm_destroy/tasks/main.yml", "content": "---\n- name: check_become_before_execution\n command: \"echo 1\"\n become: yes\n delegate_to: localhost\n when: dns == \"local\"\n\n- name: set_vm_name_from_inventory_name\n set_fact:\n vm_name: \"{{ inventory_hostname.split('.')[0] }}\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4950, "all_permissive": false }
ansible_role
naveenporeddy0107/learn-ansible
4c4eb239fa8cfdf4a8a50eb78d23e03d43aa658a
0
roles/sample
7,830
[ "no_license" ]
[ { "path": "roles/sample/tasks/main.yml", "content": "- name: Print from roles\n ansible.builtin.debug:\n msg: Hello machas\n- name: Print variable from role\n ansible.builtin.debug:\n msg: URL-------->{{ URL }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
MarvelousWololo/ansible-mongodb
20e96bab1d45f02f3d45283e3b687ba20994604c
0
roles/basic
7,830
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "# ansible-playbook -K playbook.yml\n\n- name: add mongo apt key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.0.asc\n state: present\n\n- name: add mongo repository\n apt_repository:\n # ansible_distribution_release = OS verstion...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1751, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/apps
7,830
[ "no_license" ]
[ { "path": "roles/apps/tasks/main.yml", "content": "---\n- name: install user apps\n homebrew_cask: name={{ item }}\n with_items:\n - alfred\n - firefox\n - dropbox\n - java\n - caffeine\n - spectacle\n - skype\n - spotify\n - virtualbox\n - boostnote\n\n- name: install apps\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/git
7,830
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install configurations\n package:\n name: git\n state: installed\n\n- name: set git configurations\n template:\n src: gitconfig.j2\n dest: \"{{ ansible_env.HOME }}/.gitconfig\"\n tags: \n - update\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/rbenv
7,830
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- name: install rbenv\n package: \n name: rbenv\n state: installed\n\n #- name: set rbenv in fish shell\n # template:\n # src: rbenv.fish.j2\n # dest: \"{{ ansible_env.HOME }}/.config/fish/functions/rbenv.fish\"\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 281, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/tmux
7,830
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n- name: set tmux configurations\n template:\n src: tmux.j2\n dest: \"{{ ansible_env.HOME }}/.tmux.conf\"\n tags: \n - update\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2254, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/update
7,830
[ "no_license" ]
[ { "path": "roles/update/templates/default_key_binding.j2", "content": "{\n \"^m\" = (insertText:, \"\\U2234\");\n}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/update/templates/up.j2", "content": "#! /bin/zsh\n\n# updating brew\ne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 539, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/vagrant
7,830
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/main.yml", "content": "---\n- name: install virtual box\n homebrew_cask:\n name: virtualbox\n state: present\n\n- name: install vagrant\n homebrew_cask:\n name: vagrant\n state: present\n\n- name: install vagrant-manager\n homebrew_cask:\n name: vagrant-manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/vim
7,830
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: install ack\n homebrew: name=ack\n\n- name: set swap directory\n file: \n path: \"{{ ansible_env.HOME }}/.vim/swapfiles\"\n state: directory\n mode: 0755\n\n- name: install Vundle pkg dependency\n git: \n repo: <EMAIL>:VundleVim/V...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6689, "all_permissive": false }
ansible_role
celsocrivelaro/mac_setup
4dd44e9fe59acf9608f409588362b9e398359ba3
0
roles/zsh
7,830
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: install zsh shell\n package:\n name: zsh\n state: installed\n\n- name: clone zsh-syntax-highlighting\n git:\n repo: https://github.com/zsh-users/zsh-syntax-highlighting.git\n dest: \"{{ ansible_env.HOME }}/.oh-my-zsh/custom/plugins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2488, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/common
7,830
[ "no_license" ]
[ { "path": "roles/common/tasks/lvm.yml", "content": "- name: Increase the disk partition\n ansible.builtin.shell: growpart /dev/nvme0n1 4\n ignore_errors: true\n register: partition_out\n\n- name: Fail with Message\n ansible.builtin.fail:\n msg: Partition increase is a failure.\n when: partition_out....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 418, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/elk
7,830
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "- name: Setup Prompt\n ansible.builtin.shell: set-prompt elk\n\n- name: Copy Elastic repo\n ansible.builtin.copy:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: Install ELK Tools\n ansible.builtin.dnf:\n name:\n - elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/github-runner
7,830
[ "no_license" ]
[ { "path": "roles/github-runner/vars/main.yml", "content": "lv_sizes:\n - {name: auditVol, size: 4.4}\n - {name: homeVol, size: 5}\n - {name: logVol, size: 2}\n - {name: rootVol, size: 15}\n - {name: swapVol, size: 2}\n - {name: varTmpVol, size: 2}\n - {name: varVol, size: 2}\n\n\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3685, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/jenkins
7,830
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/setup_tools.yml", "content": "- name: Install NodeJS\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n name: nodejs\n state: installed\n\n- name: COpy Docker repo\n ansible.builtin...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3908, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/minikube
7,830
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "- name: Setup Prompt\n ansible.builtin.shell: set-prompt minikube\n\n- name: Extend Disk Volume\n ansible.builtin.shell: growpart /dev/nvme0n1 4 ; lvextend -r -L +10G /dev/mapper/RootVG-varVol\n ignore_errors: true\n\n- name: Install Minikube\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
raghudevopsb80/tools-automation-code
3b1ca365a507c18a8640ab05aeefbf8cfa170935
0
roles/vault
7,830
[ "no_license" ]
[ { "path": "roles/vault/tasks/main.yml", "content": "- name: Set prompt\n ansible.builtin.shell: set-prompt vault\n\n- name: Download Vault repo file\n ansible.builtin.get_url:\n url: https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo\n dest: /etc/yum.repos.d/hashicorp.repo\n\n- name: Install Vau...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
herd-the-cats/collection_general_roles
c21ba60fdf2c2fb11342db1af7b732860f259b1b
0
roles/sshd
7,830
[ "no_license" ]
[ { "path": "roles/sshd/defaults/main.yml", "content": "---\n# defaults file for sshd\n\nsshd_packages:\n- \"openssh\"\n\n### Main sshd_config file settings\n# must quote yes or no values, or yaml parsing will misinterpret them as booleans\nsshd_port: 22\nsshd_permitroot: \"no\"\n\nsshd_passwd_auth: \"no\"\ns...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10028, "all_permissive": false }
ansible_role
k1LoW/tmpserver
322aa836c8ce132f0bdf6de4725e7b14d46e6b02
0
ansible/roles/apache
7,827
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- include: httpd.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "ansible/roles/apache/tasks/httpd.yml", "content": "---\n- name: Apacheをインストール\n yum: name={{ item }} state=presen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1165, "all_permissive": false }
ansible_role
k1LoW/tmpserver
322aa836c8ce132f0bdf6de4725e7b14d46e6b02
0
ansible/roles/common
7,827
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/user.yml", "content": "---\n- name: useradd username\n user: name={{ username }}\n- name: set sudoer\n template: src=username.j2 dest=/etc/sudoers.d/{{ username }} owner=root group=root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1452, "all_permissive": false }
ansible_role
k1LoW/tmpserver
322aa836c8ce132f0bdf6de4725e7b14d46e6b02
0
ansible/roles/mysql
7,827
[ "no_license" ]
[ { "path": "ansible/roles/mysql/files/my.cnf", "content": "[mysqld]\ncharacter-set-server = utf8\ndefault-storage-engine=innodb\ninnodb_file_per_table\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
k1LoW/tmpserver
322aa836c8ce132f0bdf6de4725e7b14d46e6b02
0
ansible/roles/php
7,827
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n- name: PHP 5.5 をインストール\n yum: name={{ item }} state=present enablerepo=epel,remi,remi-php55\n with_items:\n - php\n - php-pear\n - php-devel\n - php-xml\n - php-mbstring\n - php-pgsql\n - php-gd\n - php-mysqlnd\n - php-mcrypt\n - ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
k1LoW/tmpserver
322aa836c8ce132f0bdf6de4725e7b14d46e6b02
0
ansible/roles/xdebug
7,827
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/files/xdebug.ini", "content": "; Enable xdebug extension module\nzend_extension=/usr/lib64/php/modules/xdebug.so\n\n; see http://xdebug.org/docs/all_settings\nxdebug.remote_enable = true\nxdebug.remote_handler = dbgp\nxdebug.remote_host = 127.0.0.1\nxdebug.remote_port = 9000\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
fhenri/ariba-sourcing-ansible
4e27454e313b8a471b43a2a8feebc514f21982b5
0
provision/roles/ariba
7,827
[ "no_license" ]
[ { "path": "provision/roles/ariba/tasks/tomcat.yml", "content": "---\n# tomcat installation for Ariba servers\n\n- name: Create tomcat root\n file:\n path: \"{{ tomcat_root }}\"\n state: directory\n mode: '0755'\n\n- name: create tomcat server directory if they don't exist\n file:\n path: \"{{t...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 10415, "all_permissive": false }
ansible_role
fhenri/ariba-sourcing-ansible
4e27454e313b8a471b43a2a8feebc514f21982b5
0
provision/roles/oracledb
7,827
[ "no_license" ]
[ { "path": "provision/roles/oracledb/tasks/setup.yml", "content": "---\n- name: Ensure group exists\n group:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"{{ dba_group }}\"\n - oinstall\n\n- name: Create oracle user\n user:\n name: \"{{ oracle_user }}\"\n groups: \"{{ dba...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8466, "all_permissive": false }
ansible_role
Davidkav86/MySQL-Playbook
45f678c1190612caf87f117498de34f96aa1ad41
1
roles/data-node
7,827
[ "no_license" ]
[ { "path": "roles/data-node/vars/main.yml", "content": "---\n# vars file for data-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/data-node/tasks/main.yml", "content": "---\n# tasks file for data-node\n\n- name: Update apt-get\n ap...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1108, "all_permissive": false }
ansible_role
Davidkav86/MySQL-Playbook
45f678c1190612caf87f117498de34f96aa1ad41
1
roles/mgmt-node
7,827
[ "no_license" ]
[ { "path": "roles/mgmt-node/vars/main.yml", "content": "---\n# vars file for mgmt-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/mgmt-node/tasks/main.yml", "content": "---\n# tasks file for mgmt-node\n\n- name: Update apt-get\n ap...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3049, "all_permissive": false }
ansible_role
Davidkav86/MySQL-Playbook
45f678c1190612caf87f117498de34f96aa1ad41
1
roles/sql-node
7,827
[ "no_license" ]
[ { "path": "roles/sql-node/vars/main.yml", "content": "---\n# vars file for sql-node\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/sql-node/handlers/main.yml", "content": "---\n# handlers file for sql-node\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1879, "all_permissive": false }
ansible_role
apalpant/formation-devops
82829e1299f7dba9bd7958645beceb2aa2e54383
0
Dockers-etc/Ansible/master/shared/apache-deploy/roles/container
7,827
[ "no_license" ]
[ { "path": "Dockers-etc/Ansible/master/shared/apache-deploy/roles/container/tasks/main.yml", "content": "- name: Install pip\n apt: name=python3-pip state=latest\n\n- name: install certain python modules for docker\n tags: ['pip']\n pip:\n name: \"{{ item.name }}\"\n executable: pip3\n version: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
apalpant/formation-devops
82829e1299f7dba9bd7958645beceb2aa2e54383
0
Dockers-etc/Ansible/master/shared/exo6/roles/deploy
7,827
[ "no_license" ]
[ { "path": "Dockers-etc/Ansible/master/shared/exo6/roles/deploy/tasks/main.yml", "content": "- name: include vars\n include_vars: \"{{ playbook_dir }}/config.yml\"\n\n- name: Get Git Repo\n git:\n repo: https://github.com/cdufour/simpleweb\n dest: \"{{ destdir }}\"\n\n- name: Change owner\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
apalpant/formation-devops
82829e1299f7dba9bd7958645beceb2aa2e54383
0
Dockers-etc/Ansible/master/shared/exo6/roles/nodejs
7,827
[ "no_license" ]
[ { "path": "Dockers-etc/Ansible/master/shared/exo6/roles/nodejs/tasks/main.yml", "content": "- name: Add nodejs GPG key\n apt_key: \n url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n state: present\n\n- name: Add Nodejs repo\n apt_repository:\n repo: deb https://deb.nodesource.com/node_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
apalpant/formation-devops
82829e1299f7dba9bd7958645beceb2aa2e54383
0
Dockers-etc/Ansible/master/shared/exo6/roles/npm
7,827
[ "no_license" ]
[ { "path": "Dockers-etc/Ansible/master/shared/exo6/roles/npm/tasks/main.yml", "content": "- name: include vars\n include_vars: \"{{ playbook_dir }}/config.yml\"\n\n- name: Install deps with npm\n shell: \"npm install\"\n args:\n chdir: \"{{ destdir }}\"\n\n- name: Start app\n async: 10\n poll: 0\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
DavidJohannesS/DotFM
ff53092494bb7efac36e060f58c0d09503531a88
0
roles/DotFM
7,827
[ "no_license" ]
[ { "path": "roles/DotFM/tasks/commit_push.yml", "content": "---\n# Do not remove ansible lint suppression if not used manually\n- name: Commit & Push all branches\n tags:\n - commit_push_all_branches\n block:\n - name: Commit changes in worktree\n ansible.builtin.shell: |\n git add . &&\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8655, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/bootstrap_controlplane
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/bootstrap_controlplane/tasks/rest_of_the_controlplane_nodes.yaml", "content": "- name: \"common cluster node setup\"\n ansible.builtin.include_role:\n name: common_cluster_node\n tasks_from: base.yaml\n\n- name: \"prepare kubeconfig for kube-vip bootstrap...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6323, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/common_cluster_node
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/common_cluster_node/tasks/clean_slate.yaml", "content": "- name: \"kubeadm reset\"\n become: true\n ansible.builtin.shell: |\n kubeadm reset --force\n\n- name: \"unregister kube-vip vip from interface\"\n become: true\n ansible.builtin.shell: |\n ip ad...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1780, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/containerd
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/containerd/tasks/containerd.yaml", "content": "- name: \"add containerd apt repo\"\n become: true\n block:\n - name: \"download armored gpg key\"\n ansible.builtin.get_url:\n url: https://download.docker.com/linux/ubuntu/gpg\n dest: /etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1271, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/install_flux
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/install_flux/tasks/install_flux.yaml", "content": "- name: Install fluxcd\n run_once: true\n block:\n - name: install flux cli\n become: true\n ansible.builtin.shell: |\n curl -s https://raw.githubusercontent.com/fluxcd/flux2/main/install/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 694, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/join_worker_nodes
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/join_worker_nodes/tasks/join_worker_nodes.yaml", "content": "- name: \"common cluster node setup\"\n ansible.builtin.include_role:\n name: common_cluster_node\n tasks_from: base.yaml\n\n- name: \"kubeadm join\"\n become: true\n register: kubeadm_join\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/kubernetes_components
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/kubernetes_components/tasks/kubernetes_components.yaml", "content": "- name: \"add kubernetes apt repo\"\n become: true\n block:\n - name: \"download armored gpg key\"\n ansible.builtin.get_url:\n url: https://pkgs.k8s.io/core:/stable:/{{ kubern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1462, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/nvidia_driver_setup
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/nvidia_driver_setup/tasks/nvidia_driver_setup.yaml", "content": "- name: \"install nvidia-headless-server driver\"\n become: true\n block:\n - ansible.builtin.apt:\n update_cache: true\n - ansible.builtin.apt:\n pkg: [ \"{{ nvidia_driver }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1558, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/post_setup
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/post_setup/tasks/post_setup.yaml", "content": "- name: apply node labels\n when: node_labels is defined\n block:\n - become: true\n delegate_to: \"{{ groups.controlplane_nodes[0] }}\" # Just has to be _someone_ with access to the k8s api\n enviro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 837, "all_permissive": false }
ansible_role
thaibert/home-cluster
2e8cd21f34a71dd81d36d7205e57829549d85da3
0
infrastructure/ansible-setup/roles/prelude
7,827
[ "no_license" ]
[ { "path": "infrastructure/ansible-setup/roles/prelude/tasks/prelude.yaml", "content": "- name: \"sudo apt update\"\n become: true\n ansible.builtin.apt:\n update_cache: true\n\n- name: \"sudo apt upgrade\"\n become: true\n ansible.builtin.apt:\n upgrade: full\n\n- name: \"sudo apt install <...>\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 748, "all_permissive": false }
ansible_role
Qwzr517/ansible_project
4ed93fe1f313a1fbaab900f1484f81d123657880
0
roles/deploy_apache_web
7,827
[ "no_license" ]
[ { "path": "roles/deploy_apache_web/defaults/main.yml", "content": "---\n# defaults file for deploy_apache_web\nsource_files: /mnt/hgfs/photogallery_list-master/\ndestination: /var/www/html\ndebian: ansible_os_family == \"Debian\"\nredhat: ansible_os_family == \"RedHat\"\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1258, "all_permissive": false }
ansible_role
scorpion94/Code-Box
d8429cbc5d80fae849966d08672b487b51fadc5c
0
ansible/roles/oracle_scripts
7,827
[ "no_license" ]
[ { "path": "ansible/roles/oracle_scripts/tasks/main.yml", "content": "---\n\n- name: \"Erstelle Oracle-Verzeichnisse unter {{ oracle_base }}\"\n ansible.builtin.file:\n path: \"{{ oracle_base }}/{{ item }}\"\n state: directory\n owner: oracle\n group: oinstall\n mode: '0755'\n loop:\n - s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
scorpion94/Code-Box
d8429cbc5d80fae849966d08672b487b51fadc5c
0
ansible/roles/oracle_test
7,827
[ "no_license" ]
[ { "path": "ansible/roles/oracle_test/files/test.sh", "content": "#!/bin/bash\nset -eu\nsource ~/db.env\nsqlplus / as sysdba << EOF\n WHENEVER SQLERROR EXIT 1;\n show pdbs;\n select name from v\\$database;\n select * from kunde;\nEOF", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1275, "all_permissive": false }
ansible_role
daniellrr/random-ansible-stuff
f0490ff3656e202e3a23f1b401ef4c31e78f3ffa
0
roles/create_file
7,827
[ "no_license" ]
[ { "path": "roles/create_file/tasks/main.yml", "content": "---\n# tasks file for create_file\n\n- name: Create a text file at /tmp/hello.txt\n ansible.builtin.file:\n path: /tmp/hello.txt\n state: touch\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
MarkBernardPuno/Midterm_Exam
62b462778f9eb7c11a81d1c170acf4b5ef990c7c
0
roles/centos
7,827
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n- name: Install firewalld package on CentOS\n ansible.builtin.yum:\n name: firewalld\n state: present\n when: ansible_os_family == 'RedHat'\n\n- name: Ensure firewalld service is enabled and started on CentOS\n ansible.builtin.service:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
MarkBernardPuno/Midterm_Exam
62b462778f9eb7c11a81d1c170acf4b5ef990c7c
0
roles/ubuntu
7,827
[ "no_license" ]
[ { "path": "roles/ubuntu/tasks/main.yml", "content": "---\n- name: Install ufw package on Ubuntu\n ansible.builtin.apt:\n name: ufw\n state: present\n when: ansible_os_family == 'Debian'\n\n- name: Ensure ufw service is enabled and started on Ubuntu\n ansible.builtin.service:\n name: ufw\n ena...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 449, "all_permissive": false }
ansible_role
CCI-MOC/moc-ansible-ops-common
d7c2dbc7d25d3247bf31c86647d56ddbdee08498
0
roles/certificate-authority
7,827
[ "no_license" ]
[ { "path": "roles/certificate-authority/tasks/main.yml", "content": "---\n- name: ensure that ca_dir is defined\n fail:\n msg: \"You must set ca_dir\"\n when: ca_dir is not defined\n\n- name: ensure that ca_subject is defined\n fail:\n msg: \"You must set ca_subject\"\n when: ca_subject is not defi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3247, "all_permissive": false }
ansible_role
CCI-MOC/moc-ansible-ops-common
d7c2dbc7d25d3247bf31c86647d56ddbdee08498
0
roles/ssh_authorized_keys
7,827
[ "no_license" ]
[ { "path": "roles/ssh_authorized_keys/tasks/main.yml", "content": "---\n- name: ensure root .ssh directory exists\n become: true\n file:\n path: /root/.ssh\n state: directory\n owner: root\n group: root\n mode: 0700\n\n- name: install authorized keys\n become: true\n authorized_key:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
CCI-MOC/moc-ansible-ops-common
d7c2dbc7d25d3247bf31c86647d56ddbdee08498
0
roles/ssh_config
7,827
[ "no_license" ]
[ { "path": "roles/ssh_config/defaults/main.yml", "content": "---\nopenssh_server_packages:\n - openssh-server\n - openssh-clients\nopenssh_service_name: sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/ssh_config/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1366, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/app1c
7,827
[ "no_license" ]
[ { "path": "roles/app1c/vars/main.yml", "content": "---\n\napp1c_directory: /opt/1C\n\npackages_for1c:\n - fontconfig\n - freetype\n - libgsf\n - unixODBC\n\napp1cversion: 8.3.17-1549\napp1carch: x86_64\n\napp1c_packages:\n - 1C_Enterprise83-common-{{ app1cversion }}.{{ app1carch }}.rpm\n - 1C_Enterpri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2549, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/cli-packages
7,827
[ "no_license" ]
[ { "path": "roles/cli-packages/tasks/main.yml", "content": "---\n- name: yum install list of necessary packages\n yum:\n name: \"{{ yum_packages }}\"\n state: latest\n when: ansible_facts['pkg_mgr'] == \"yum\"\n\n- name: dnf install list of necessary packages\n dnf:\n name: \"{{ yum_packages }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2074, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/config_omz
7,827
[ "no_license" ]
[ { "path": "roles/config_omz/tasks/main_tasks.yml", "content": "---\n- name: get user homedir\n shell: echo $HOME\n become: yes\n become_method: su\n become_user: \"{{ item.name }}\"\n register: user_home\n\n- name: config THEME oh-my-zsh\n lineinfile:\n path: \"{{ user_home.stdout }}/.zshrc\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/docker
7,827
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: dnf install dnf-plugins-core\n dnf:\n name: dnf-plugins-core\n state: latest\n when: ansible_facts['pkg_mgr'] == \"dnf\"\n\n- name: centos dnf docker add-repo\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1736, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/docker-compose
7,827
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n- name: install the latest version of docker-compose\n block:\n\n - name: get docker-compose latest version\n shell: curl --silent https://api.github.com/repos/docker/compose/releases/latest | grep tag_name | grep -o '[0-9]*\\.[0-9]*\\.[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/epel
7,827
[ "no_license" ]
[ { "path": "roles/epel/tasks/main.yml", "content": "---\n- name: yum add epel repository\n yum:\n name: epel-release\n state: present\n when: ansible_facts['pkg_mgr'] == \"yum\"\n\n- name: dnf add epel repository\n dnf:\n name: epel-release\n state: present\n when: ansible_facts['pkg_mgr'] ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/firewalld
7,827
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\n- name: yum install list of necessary packages\n yum:\n name: firewalld\n state: latest\n when: ansible_facts['pkg_mgr'] == \"yum\"\n\n- name: dnf install list of necessary packages\n dnf:\n name: firewalld\n state: latest\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 696, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/groups
7,827
[ "no_license" ]
[ { "path": "roles/groups/tasks/main.yml", "content": "---\n- name: add group admins\n group:\n name: admins\n state: present\n\n- name: change permissions file sudoers\n file:\n path: /etc/sudoers\n mode: 'u=rw,g=r,o=r'\n\n- lineinfile:\n path: /etc/sudoers\n state: present\n regexp: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/hostname
7,827
[ "no_license" ]
[ { "path": "roles/hostname/templates/hosts.j2", "content": "# Ansible config and add\n127.0.0.1 localhost {{ server_hostname }}\n#################################################\n{% for server in groups[\"selfhosted\"] %}\n{{ hostvars[server].ansible_host }} {{ hostvars[server].server_hostname }}\n{% en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/locale
7,827
[ "no_license" ]
[ { "path": "roles/locale/tasks/main.yml", "content": "---\n- name: yum install the latest version of langpack\n yum:\n name: \"{{ langpack }}\"\n state: latest\n when: ansible_facts['pkg_mgr'] == \"yum\"\n\n- name: dnf install the latest version of langpack\n dnf:\n name: \"{{ langpack }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/monitor-packages
7,827
[ "no_license" ]
[ { "path": "roles/monitor-packages/vars/main.yml", "content": "---\nyum_packages:\n - htop\n - iptraf\n - lsof\n - mtr\n - iotop\n - lnav", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/monitor-packages/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/oh_my_zsh
7,827
[ "no_license" ]
[ { "path": "roles/oh_my_zsh/tasks/main.yml", "content": "---\n- include_tasks: main_tasks.yml\n loop: \"{{ users }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/oh_my_zsh/tasks/main_tasks.yml", "content": "---\n- name: get stats of t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/postgrespro1c
7,827
[ "no_license" ]
[ { "path": "roles/postgrespro1c/tasks/main.yml", "content": "---\n- name: config 5432 port firewalld\n firewalld:\n port: 5432/tcp\n permanent: yes\n immediate: yes\n state: enabled\n\n- name: get stats of the posgrespro data_directory folder\n stat:\n path: \"{{ data_directory }}\"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1738, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/proxy
7,827
[ "no_license" ]
[ { "path": "roles/proxy/templates/shell_proxy.j2", "content": "# Ansible config proxy for shell process\n\nHTTP_PROXY={{ proxy_url }}\nHTTPS_PROXY={{ proxy_url }}\nhttp_proxy={{ proxy_url }}\nhttps_proxy={{ proxy_url }}\nexport HTTP_PROXY HTTPS_PROXY http_proxy https_proxy\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1630, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/remove-docker
7,827
[ "no_license" ]
[ { "path": "roles/remove-docker/vars/main.yml", "content": "---\nremove_docker_packages:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - docker-latest\n - docker-latest-logrotate\n - docker-logrotate\n - docker-engine\n\nfedora_remove_docker_packages:\n - docker-selinux\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 608, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/secure
7,827
[ "no_license" ]
[ { "path": "roles/secure/tasks/main.yml", "content": "---\n- name: enable SELinux\n selinux:\n policy: targeted\n state: enforcing\n\n- name: get stats of the /opt/lynis folder\n stat:\n path: \"/opt/lynis\"\n register: path_lynis\n\n- name: install lynis\n shell: 'git clone https://github.com/C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/sshd_basic
7,827
[ "no_license" ]
[ { "path": "roles/sshd_basic/tasks/main.yml", "content": "---\n- name: sshd configuration file update\n template: \n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n backup: yes\n owner: root\n group: root\n mode: '0600'\n validate: /usr/sbin/sshd -t -f %s\n notify:\n - restart ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/timezone
7,827
[ "no_license" ]
[ { "path": "roles/timezone/vars/main.yml", "content": "---\ntz: \"Europe/Moscow\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/timezone/tasks/main.yml", "content": "---\n- name: Set timezone\n timezone:\n name: \"{{ tz }}\"\n\n- deb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 141, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/upgrade
7,827
[ "no_license" ]
[ { "path": "roles/upgrade/tasks/main.yml", "content": "---\n- name: yum upgrade all packages\n yum:\n name: \"*\"\n state: latest\n when: ansible_facts['pkg_mgr'] == \"yum\"\n\n- name: dnf upgrade all packages\n dnf:\n name: \"*\"\n state: latest\n when: ansible_facts['pkg_mgr'] == \"dnf\"", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
brobots-corporation/ansible-playbook-srv-pg-1c
b87cc6589a47132c27690fe6261a24997b22050c
8
roles/users
7,827
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: add users\n user:\n name: \"{{ item.name }}\"\n shell: \"{{ item.shell }}\"\n group: \"admins\"\n append: yes\n loop: \"{{ users }}\"\n register: newuser\n\n- name: set authorized key for new users\n authorized_key:\n user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_configure
7,827
[ "no_license" ]
[ { "path": "roles/aptos_configure/templates/fullnode.yaml.j2", "content": "base:\n role: \"full_node\"\n data_dir: \"{{ config_directory }}/data\"\n waypoint:\n from_file: \"{{ config_directory }}/waypoint.txt\"\n\nexecution:\n genesis_file_location: \"{{ config_directory }}/genesis.blob\"\n\nfull_nod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3279, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_install_cli
7,827
[ "no_license" ]
[ { "path": "roles/aptos_install_cli/tasks/main.yml", "content": "---\n- name: Update apt repo and cache\n become: true\n apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: dist\n\n- name: Clone node repo\n git:\n repo: '{{ aptos_repo }}'\n dest: '{{ aptos_directory }}'\n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_install_node
7,827
[ "no_license" ]
[ { "path": "roles/aptos_install_node/tasks/main.yml", "content": "---\n- name: Clone node repo\n git:\n repo: '{{ aptos_repo }}'\n dest: '{{ aptos_directory }}'\n version: '{{ aptos_version }}'\n update: true\n force: true\n recursive: false\n\n- name: Run/update Aptos prep script\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_launch
7,827
[ "no_license" ]
[ { "path": "roles/aptos_launch/tasks/main.yml", "content": "---\n- name: Copy service file\n become: true\n template:\n src: \"aptos.service.j2\"\n dest: \"/etc/systemd/system/aptos.service\"\n owner: root\n group: root\n mode: \"0644\"\n\n- name: Enable aptos service\n become: true\n syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 621, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_networking
7,827
[ "no_license" ]
[ { "path": "roles/aptos_networking/templates/nginx.conf.j2", "content": "server {\n listen 80;\n{% if network == 'mainnet' %}\n server_name aptos-{{ node_type }}.polkachu.com;\n{% else %}\n server_name aptos-testnet-{{ node_type }}.polkachu.com;\n{% endif %}\n add_header Access-Control-Allow-Orig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1711, "all_permissive": false }
ansible_role
polkachu/aptos-operator
25395f5928d19bce51a99fa2991c568aeefd633f
0
roles/aptos_restart
7,827
[ "no_license" ]
[ { "path": "roles/aptos_restart/tasks/main.yml", "content": "---\n- name: Restart aptos\n become: true\n systemd:\n name: 'aptos'\n daemon_reload: true\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
NazarSenchuk/devops
f1c64b15b8eadc0ac9fdfceabfacaca57071891f
0
ansible/elk/roles/elasticsearch_role
7,827
[ "no_license" ]
[ { "path": "ansible/elk/roles/elasticsearch_role/vars/main.yml", "content": "---\n# vars file for elasticsearch_role\nelasticsearch_config_path: \"/etc/elasticsearch/elasticsearch.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/elk/ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2946, "all_permissive": false }
ansible_role
NazarSenchuk/devops
f1c64b15b8eadc0ac9fdfceabfacaca57071891f
0
ansible/elk/roles/filebeat_role
7,827
[ "no_license" ]
[ { "path": "ansible/elk/roles/filebeat_role/tasks/main.yml", "content": "- name: Update apt cache and upgrade all packages\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 3600\n tags: install\n\n- name: Add required dependencies.\n apt:\n name:\n - apt-transport-https\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1355, "all_permissive": false }
ansible_role
NazarSenchuk/devops
f1c64b15b8eadc0ac9fdfceabfacaca57071891f
0
ansible/elk/roles/kibana_role
7,827
[ "no_license" ]
[ { "path": "ansible/elk/roles/kibana_role/handlers/main.yml", "content": "---\n# handlers file for kibana_role\n- name: Restart Kibana\n systemd:\n name: kibana\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible/elk/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1490, "all_permissive": false }
ansible_role
pchavanib/IT-Automations
997883e766ebfe803991b0972c4c62d4af7ce275
0
infoblox/nios_modules/playbooks/roles/create_a_record
7,827
[ "no_license" ]
[ { "path": "infoblox/nios_modules/playbooks/roles/create_a_record/tasks/main.yml", "content": "\n - include_vars: /U01/infoblox/infoblox-ansible/ansible_collections/infoblox/nios_modules/playbooks/vars/info_vars1.yml\n\n# - name: Reading the csv file\n# read_csv:\n# path: vars/userinput.yml\n# regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 942, "all_permissive": false }
ansible_role
pchavanib/IT-Automations
997883e766ebfe803991b0972c4c62d4af7ce275
0
playbooks/roles/create_a_record
7,827
[ "no_license" ]
[ { "path": "playbooks/roles/create_a_record/defaults/main.yml", "content": "---\n# defaults file for infoblox", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "playbooks/roles/create_a_record/tasks/main.yml", "content": "\n - include_vars: /U01/IT...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
pchavanib/IT-Automations
997883e766ebfe803991b0972c4c62d4af7ce275
0
playbooks/roles/delete_a_record
7,827
[ "no_license" ]
[ { "path": "playbooks/roles/delete_a_record/defaults/main.yml", "content": "---\n# defaults file for delete_a_record", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "playbooks/roles/delete_a_record/vars/main.yml", "content": "---\n# vars file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 578, "all_permissive": false }
ansible_role
davidmcclure/stacks-deploy
595792f2345bafccaa76b0c409c3467d6be68b2f
0
roles/stacks-dev
7,827
[ "no_license" ]
[ { "path": "roles/stacks-dev/templates/stacks/stacks.test.yml.j2", "content": "---\n\ndatabase:\n database: /tmp/stacks.db\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/stacks-dev/templates/stacks/stacks.yml.j2", "content": "---\n\nda...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1833, "all_permissive": false }
ansible_role
davidmcclure/stacks-deploy
595792f2345bafccaa76b0c409c3467d6be68b2f
0
roles/stacks-sherlock
7,827
[ "no_license" ]
[ { "path": "roles/stacks-sherlock/tasks/main.yml", "content": "---\n\n- name: Create the project directories\n file:\n path: '{{ item.value }}'\n state: directory\n with_dict: '{{ stacks_dirs }}'\n\n- name: Pull the source code\n git:\n repo: '{{ stacks_repo }}'\n version: '{{ stacks_branch }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3540, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Elastic_Search
7,828
[ "no_license" ]
[ { "path": "roles/Elastic_Search/tasks/main.yml", "content": "#Penas-Elastic-Search-Ubuntu\n\n- name: Install ELK Dependencies\n apt:\n name:\n - openjdk-11-jdk\n - apt-transport-https\n - curl\n - gpgv\n - gpgsm\n - gnupg-l10n\n - gnupg\n - dirmngr\n state: lat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2309, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Elastic_Search-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Elastic_Search-CentOS/tasks/main.yml", "content": "#Penas-Elastic_Search-CentOS\n#Elastic-CentOS\n- name: Install ELK Dependencies\n yum:\n name:\n - java-11-openjdk\n - curl\n - gnupg\n state: latest\n\n#Installing Elastic_Search\n- name: Installing Elastic_Search RPM...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2496, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Httpd_php-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Httpd_php-CentOS/tasks/main.yml", "content": "#Penas_Httpd_php-CentOS\n\n- name: start httpd\n service:\n name: httpd\n state: started\n when: ansible_distribution == \"CentOS\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Kibana
7,828
[ "no_license" ]
[ { "path": "roles/Kibana/tasks/main.yml", "content": "#Installation of Kibana\n- name: Installing Kibana\n apt:\n name: kibana\n state: latest\n update_cache: yes\n\n- name: Adding server.port in Kibana\n lineinfile:\n dest: /etc/kibana/kibana.yml\n line: \"server.port: 5601\"\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Kibana-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Kibana-CentOS/tasks/main.yml", "content": "#Penas_Kibana-CentOS\n#Installing Kibana\n- name: Installing Kibana\n yum:\n name: kibana\n state: latest\n update_cache: yes\n\n- name: Adding server.port in Kibana\n lineinfile:\n dest: /etc/kibana/kibana.yml\n line: \"server.por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
IVPENAS/CPE_MIDEXAM_PENAS
95b35e076b2b06e3b14f44181e43129719f6514e
0
roles/Logstash-CentOS
7,828
[ "no_license" ]
[ { "path": "roles/Logstash-CentOS/tasks/main.yml", "content": "#Penas_Logstash-CentOS\n#Installing Logstash\n- name: Install LogStash\n yum:\n name: logstash\n state: latest\n update_cache: yes\n\n- name: Run daemon-reload for LogStash\n systemd: daemon_reload=yes\n\n- name: Enable service LogStas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }