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
nikolabozicbg/infra-example
1f709664eef673d73324727dc64631e87a7262e1
0
terraform/stage/roles/systemApps
7,352
[ "no_license" ]
[ { "path": "terraform/stage/roles/systemApps/tasks/main.yml", "content": "---\n# This role will update system and apps\n- name: Update packages list\n apt: update_cache=yes\n when: ansible_os_family == 'Debian'\n\n# - name: List packages to upgrade (1/2)\n# shell: aptitude -q -F%p --disable-columns searc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4053, "all_permissive": false }
ansible_role
bradymholt/koa-vuejs-template
56a11f482b105b87fc5708c54814771d86c12c17
53
ops/roles/deploy
7,352
[ "no_license" ]
[ { "path": "ops/roles/deploy/defaults/main.yml", "content": "---\nconfig_file: config.json\nbind_port: 5000\npostgresql_port: 5432\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ops/roles/deploy/tasks/main.yml", "content": "- name: Copy app f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 499, "all_permissive": false }
ansible_role
bradymholt/koa-vuejs-template
56a11f482b105b87fc5708c54814771d86c12c17
53
ops/roles/nodejs
7,352
[ "no_license" ]
[ { "path": "ops/roles/nodejs/tasks/main.yml", "content": "---\n- name: Install nvm\n shell: >\n curl https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | sh\n args:\n creates: \"{{ ansible_env.HOME}}/.nvm/nvm.sh\"\n\n- name: Install Node.js\n shell: \"source {{ ansible_env.HOME}}/.n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 858, "all_permissive": false }
ansible_role
bradymholt/koa-vuejs-template
56a11f482b105b87fc5708c54814771d86c12c17
53
ops/roles/supervisor
7,352
[ "no_license" ]
[ { "path": "ops/roles/supervisor/tasks/main.yml", "content": "---\n- name: Install Supervisor\n apt: pkg=supervisor state=present cache_valid_time=86400\n\n- name: Setup app config\n become: yes\n become_method: sudo\n template: src=etc_supervisor_conf.d_app_name.conf.j2 dest=/etc/supervisor/conf.d/{{app...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 886, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/bashrc
7,352
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "---\n- name: Append extra bashrc-stuff\n blockinfile:\n path: \"/home/{{ username }}/.bashrc\"\n block: \"{{ lookup('file', '../files/bashrc') }}\"\n marker: \"# {mark} GENERAL BASHRC-STUFF FROM ANSIBLE\"\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/chrome
7,352
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n- name: Add key for Chrome-repo\n apt_key:\n url: https://dl.google.com/linux/linux_signing_key.pub\n state: present\n\n- name: Add Chrome-repo\n apt_repository:\n repo: \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 376, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/docker
7,352
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add apt-key for Docker repo\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add apt-repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/font-rendering
7,352
[ "no_license" ]
[ { "path": "roles/font-rendering/tasks/main.yml", "content": "---\n- name: Add 99-sharp-fonts.conf\n copy:\n src: files/99-sharp-fonts.conf\n dest: /etc/fonts/conf.avail/99-sharp-fonts.conf\n owner: root\n group: root\n mode: 0644\n\n- name: Link 99-sharp-fonts.conf to conf.d-folder\n file:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/gitprompt
7,352
[ "no_license" ]
[ { "path": "roles/gitprompt/tasks/main.yml", "content": "---\n- name: Copy git-prompt.sh\n copy:\n src: files/git-prompt.sh\n dest: \"/usr/local/bin/git-prompt.sh\"\n mode: 0755\n owner: root\n group: root\n\n- name: Add stuff to .bashrc\n blockinfile:\n path: \"/home/{{ username }}/.bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/gnupg
7,352
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n name:\n - pcscd\n - scdaemon\n - gnupg2\n update_cache: yes\n\n- name: Add configuration\n copy:\n src: \"files/{{ item }}\"\n dest: \"/home/{{ username }}/.gnupg/{{ item }}\"\n mode: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 756, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/golang
7,352
[ "no_license" ]
[ { "path": "roles/golang/tasks/main.yml", "content": "---\n- name: Add golang PPA\n apt_repository:\n repo: ppa:gophers/archive\n\n- name: Install Golang 1.11\n apt:\n name: golang-1.11-go\n update_cache: yes\n state: latest\n\n- name: Add some stuff to .bashrc to get $PATH and GO111MODULE=on\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/i3
7,352
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Install i3-packages\n apt:\n name:\n - i3\n - i3blocks\n update_cache: yes\n\n- name: Create folders for i3blocks configuration and i3blocks-scripts\n file:\n path: \"/home/{{ username }}/.config/{{ item }}\"\n state: dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/keepassxc
7,352
[ "no_license" ]
[ { "path": "roles/keepassxc/tasks/main.yml", "content": "---\n- name: Add KeePassXC PPA\n apt_repository:\n repo: ppa:phoerious/keepassxc\n\n- name: Install KeePassXC\n apt:\n name: keepassxc \n update_cache: yes\n state: latest\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
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/keymap
7,352
[ "no_license" ]
[ { "path": "roles/keymap/tasks/main.yml", "content": "---\n- name: Install xbindkeys\n apt:\n name: xbindkeys\n state: latest\n update_cache: yes\n\n- name: Copy .xbindkeysrc\n copy:\n src: files/xbindkeysrc\n dest: \"/home/{{ username }}/.xbindkeysrc\"\n mode: 0644\n owner: \"{{ usern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/spotify
7,352
[ "no_license" ]
[ { "path": "roles/spotify/tasks/main.yml", "content": "---\n- name: Add apt-key\n apt_key:\n keyserver: \"hkp://keyserver.ubuntu.com:80\"\n id: 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90\n\n- name: Add repository\n apt_repository:\n repo: \"deb http://repository.spotify.com stable non-free\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/thinkpad-stuff
7,352
[ "no_license" ]
[ { "path": "roles/thinkpad-stuff/tasks/main.yml", "content": "---\n- name: Copy the script to switch between laptop only/multimonitor setup\n copy:\n src: files/dock\n dest: /usr/local/bin/dock\n owner: root\n group: root\n mode: 0755\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 632, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/vim
7,352
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n- name: Install vim\n apt:\n name:\n - vim\n - cmake\n - python-dev\n - python3-dev\n\n state: latest\n update_cache: yes\n\n- name: Get vundle\n become: false\n git:\n repo: \"https://github.com/VundleVim/Vundle.vim.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1908, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/virtualbox
7,352
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n- name: Add key for VirtualBox-repo\n apt_key:\n url: https://www.virtualbox.org/download/oracle_vbox_2016.asc\n\n- name: Add VirtualBox-repo\n apt_repository:\n repo: deb https://download.virtualbox.org/virtualbox/debian bionic contrib\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/vscode
7,352
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Add Microsoft's signing key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: Add repository\n apt_repository:\n repo: \"deb [arch=amd64] https://packages.microsoft.com/repos/vscode sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
miono/ansible-up
74faf2c608e19a93c26eb14c465ff6243a087227
0
roles/yubico-repo
7,352
[ "no_license" ]
[ { "path": "roles/yubico-repo/tasks/main.yml", "content": "---\n- name: Install Yubico-PPA\n apt_repository:\n repo: ppa:yubico/stable\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/base-packages
7,354
[ "no_license" ]
[ { "path": "roles/base-packages/tasks/main.yml", "content": "---\n\n- name: Install Initial {{ basic_packages }} Packages\n yum:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop: \"{{ basic_packages }}\"\n\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/bondc
7,354
[ "no_license" ]
[ { "path": "roles/bondc/tasks/main.yml", "content": "---\n\n- name: create bondc for cluster (interconnect) network\n community.general.nmcli:\n type: bond\n conn_name: bondc\n ip4: \"{{ bondc_ipv4 }}\"\n mode: '802.3ad'\n state: present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/ceph-packages
7,354
[ "no_license" ]
[ { "path": "roles/ceph-packages/tasks/main.yml", "content": "---\n\n- name: Install Ceph Packages include {{ ceph_packages }}\n yum:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop: \"{{ ceph_packages }}\"\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/cephadm
7,354
[ "no_license" ]
[ { "path": "roles/cephadm/tasks/main.yml", "content": "---\n\n- name: Install CephADM Packages\n yum:\n name:\n - cephadm\n state: present\n\n- name: Copy new Cephadm file\n copy:\n src: cephadm\n dest: /usr/sbin/\n owner: root\n group:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/change-hostname
7,354
[ "no_license" ]
[ { "path": "roles/change-hostname/tasks/main.yml", "content": "---\n\n- name: Set Proper Hostname\n hostname:\n name: \"{{ hostName }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/chrony
7,354
[ "no_license" ]
[ { "path": "roles/chrony/tasks/main.yml", "content": "---\n\n- name: set Timezone To city\n timezone:\n name: Asia/City\n\n- name: delete chrony old config\n shell:\n cmd: sed -i '/iburst/d' /etc/chrony.conf\n\n- name: modify chrony file for US Clusters\n shell:\n cmd: sed -i '3...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1964, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/info
7,354
[ "no_license" ]
[ { "path": "roles/info/tasks/main.yml", "content": "---\n\n- name: Check repo\n shell:\n cmd: yum repolist\n register: yum_output\n\n- name: Check tzdata version\n shell:\n cmd: rpm -qa | grep tzdata\n register: tzdata\n\n- name: check chrony\n shell:\n cmd: chronyc sources\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/mons-podman
7,354
[ "no_license" ]
[ { "path": "roles/mons-podman/tasks/main.yml", "content": "---\n\n- name: Podman Pull {{ podman_pull[2] }}\n shell:\n cmd: podman pull {{podman_url}}/{{ podman_pull[2] }}\n- name: Podman Pull {{ podman_pull[3] }}\n shell:\n cmd: podman pull {{podman_url}}/{{ podman_pull[3] }}\n- name: Pod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1037, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/motd
7,354
[ "no_license" ]
[ { "path": "roles/motd/templates/motd.j2", "content": "##################################################################\nWelcome to {{ hostName }} Server in {{ clustername }} Ceph Cluster\nThis server is managing by Ceph Team\n\nThis server provisioned by <NAME> from Ansible\n ###...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 748, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/network
7,354
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n\n- name: Interfaces Onboot Yes\n replace:\n path: /etc/sysconfig/network-scripts/{{ item }}\n regexp: '^ONBOOT=no'\n replace: 'ONBOOT=yes'\n with_items:\n - ifcfg-bond0\n - ifcfg-bondc\n - ifc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/nexus
7,354
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "---\n\n- name: Copy Nexus Repo File to Remote Servers\n copy:\n src: nexus.repo\n dest: /etc/yum.repos.d/\n remote_src: no\n owner: root\n group: root\n mode: '0644'\n", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/osd-file
7,354
[ "no_license" ]
[ { "path": "roles/osd-file/files/osd_spec/osd_4.yaml", "content": "service_type: osd\nservice_id: osd_using_paths\nplacement:\n hosts:\n - kceph2-01\ndata_devices:\n paths:\n - /dev/ceph-block-4/block4\ndb_devices:\n paths:\n - /dev/ceph-db/db4\n\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 1617, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/partition
7,354
[ "no_license" ]
[ { "path": "roles/partition/tasks/main.yml", "content": "---\n\n- name: pvcreate\n shell:\n cmd: pvcreate /dev/sd[{{ first_disk }}-{{ last_disk }}]\n shell:\n cmd: pvcreate /dev/{{ db_disk }}\n\n- name: vgcreate Ceph Blocks\n shell:\n cmd: vgcreate ceph-block-{{ item.num }} /dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 785, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/pmp
7,354
[ "no_license" ]
[ { "path": "roles/pmp/tasks/main.yml", "content": "---\n\n- name: copy PMP file to remote servers\n copy:\n src: pmp-configuration-2.tar\n dest: /tmp\n remote_src: no\n owner: root\n group: root\n\n- name: Untar pmp configuration\n shell:\n cmd: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 574, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/podman
7,354
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n\n- name: Podman Pull {{ podman_pull[0] }}\n shell:\n cmd: podman pull {{podman_url}}/{{ podman_pull[0] }}\n\n- name: Podman Pull {{ podman_pull[1] }}\n shell:\n cmd: podman pull {{podman_url}}/{{ podman_pull[1] }}\n#-------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/registry
7,354
[ "no_license" ]
[ { "path": "roles/registry/vars/main.yml", "content": "---\n\nartifactory: artifactory.saleh.miri.local:10400\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/registry/tasks/main.yml", "content": "---\n\n- name: Replace Registries.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/rhel-gen-iso
7,354
[ "no_license" ]
[ { "path": "roles/rhel-gen-iso/tasks/main.yml", "content": "---\n\n- name: Generate bootable RHEL ISO from {{ file_path }}\n shell: >\n mkisofs\n -o {{ iso_path }}/{{ item.hostName }}.iso\n -b isolinux/isolinux.bin\n -J\n -R\n -l\n -c isolinux/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/rhel-ks
7,354
[ "no_license" ]
[ { "path": "roles/rhel-ks/vars/main.yml", "content": "---\n\nfile_path: /home/deploy/baremetal\n\n### Create LVM for 600GB Disk, modify as you want\n#Number's value are MegaByte (MB)\npv01_size: 79876 \npv02_size: 490504\nroot_size: 51200\nhome_size: 20480\nvar_size: 490496\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2513, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/rhel-sub
7,354
[ "no_license" ]
[ { "path": "roles/rhel-sub/tasks/main.yml", "content": "---\n\n- name: Modify hosts /etc/hosts\n shell:\n cmd: sudo echo \"192.168.127.12 satellite.salehmiri.local satellite\" >> /etc/hosts\n\n- name: Install Katello RPM\n shell:\n cmd: rpm -Uvh {{ katello_url }}\n\n- name: Subscr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/rhel-unsub
7,354
[ "no_license" ]
[ { "path": "roles/rhel-unsub/tasks/main.yml", "content": "---\n\n- name: unregister\n shell:\n cmd: subscription-manager unregister\n\n- name: clean rpm\n shell:\n cmd: subscription-manager clean\n\n- name: remove katello\n shell:\n cmd: yum remove -y katello-ca-consumer-satelli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/smtp
7,354
[ "no_license" ]
[ { "path": "roles/smtp/tasks/main.yml", "content": "---\n\n- name: set alert enable\n shell:\n cmd: ceph mgr module enable alerts\n\n- name: set SMTP host\n shell:\n cmd: ceph config set mgr mgr/alerts/smtp_host \"bulkmail.salehmiri.local\" --force\n\n- name: set SMTP destination\n shell...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/user-lock
7,354
[ "no_license" ]
[ { "path": "roles/user-lock/tasks/main.yml", "content": "---\n\n- name : lock Ansible User from targets\n shell:\n cmd: sudo usermod -L -e 1 ansible\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
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/xoroux
7,354
[ "no_license" ]
[ { "path": "roles/xoroux/tasks/main.yml", "content": "---\n\n- name: copy lpar2rrd agent to remote server\n copy:\n src: lpar2rrd-agent-7.30-0.noarch.rpm\n dest: /home/ansible/\n remote_src: no\n owner: root\n group: root\n mode: '0644'\n\n- name: lpar2rrd package d...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1028, "all_permissive": false }
ansible_role
salehmiri90/RoleBased-Ceph5-Automation-Ansible
0fcf168bb3c70bc995c9a1367e7e475745e9697c
3
roles/zabbix
7,354
[ "no_license" ]
[ { "path": "roles/zabbix/tasks/main.yml", "content": "---\n\n- name: copy Zabbix agent to remote servers\n copy:\n src: zabbixagent.tar\n dest: /home/ansible/\n remote_src: no\n owner: root\n group: root\n mode: '0644'\n\n- name: Podman Load Zabbix Agent...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/apache
7,354
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "---\n- name: restart apache2\n service: name=apache2 state=restarted\n when: webserver == \"apache2\" or webserver == \"apache\"\n\n- name: stop apache2\n service: name=apache2 state=stopped\n when: webserver != \"apache2\" and webserver != \"apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2262, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/common
7,354
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: reboot\n debug: msg=\"=== Server must be rebooted ===\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Add apt repo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 387, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/mailcatcher
7,354
[ "no_license" ]
[ { "path": "roles/mailcatcher/tasks/main.yml", "content": "---\n- name: Commmon | MailUtils and deps\n apt: name={{ item }} state=latest\n with_items:\n - mailutils\n - libsqlite3-dev\n\n- name: MailCatcher | Install MailCatcher\n action: command gem install mailcatcher creates=/usr/bin/mailcatcher\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1008, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/mysql
7,354
[ "no_license" ]
[ { "path": "roles/mysql/files/binding.cnf", "content": "# DO NOT EDIT - MAINTAINED BY ANSIBLE\n\n[mysqld]\nbind-address = 0.0.0.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: install pac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1538, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/nginx
7,354
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: restart nginx\n service: name=nginx state=restarted\n when: webserver == \"nginx\"\n\n- name: stop nginx\n service: name=nginx state=stopped\n when: webserver != \"nginx\"", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
etaroza/lamp-vm
e31da56bfcd6508debdebe51fa1500f2e035837c
0
roles/php-fpm
7,354
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: PHP | Add PPA ready for latest PHP\n apt_repository: repo='ppa:ondrej/php'\n state=present\n update_cache=yes\n\n- name: Install php-fpm and deps\n apt: name={{ item }} state=latest\n with_items:\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1219, "all_permissive": false }
ansible_role
DemisR/mac-devops-setup
9813315c8ce0aeb920d6c82b96a9c9771d8bcd71
35
roles/setup_dotfiles
7,354
[ "no_license" ]
[ { "path": "roles/setup_dotfiles/tasks/main.yml", "content": "---\n- name: Ensure dotfiles repository is cloned locally.\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_repo_local_destination }}\"\n accept_hostkey: \"{{ dotfiles_repo_accept_hostkey }}\"\n become: no\n\n- name: Ensure ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1210, "all_permissive": false }
ansible_role
DemisR/mac-devops-setup
9813315c8ce0aeb920d6c82b96a9c9771d8bcd71
35
roles/setup_homebrew
7,354
[ "no_license" ]
[ { "path": "roles/setup_homebrew/tasks/main.yml", "content": "\n# Tap.\n- name: Ensure configured taps are tapped.\n homebrew_tap:\n tap: '{{ item.name | default(item) }}'\n url: '{{ item.url | default(omit) }}'\n state: present\n loop: \"{{ homebrew_taps }}\"\n\n# Brew.\n- name: Ensure configured...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1623, "all_permissive": false }
ansible_role
DemisR/mac-devops-setup
9813315c8ce0aeb920d6c82b96a9c9771d8bcd71
35
roles/setup_macos
7,354
[ "no_license" ]
[ { "path": "roles/setup_macos/tasks/main.yml", "content": "---\n# TODO: Use sudo once .osx can be run via root with no user interaction.\n- name: Run .osx dotfiles.\n script: ../files/osx-script.sh --no-restart\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 14991, "all_permissive": false }
ansible_role
DemisR/mac-devops-setup
9813315c8ce0aeb920d6c82b96a9c9771d8bcd71
35
roles/setup_terminal
7,354
[ "no_license" ]
[ { "path": "roles/setup_terminal/files/agnoster.json", "content": "{\n \"Badge Text\" : \"\",\n \"Working Directory\" : \"\\/Users\\/deri\",\n \"Prompt Before Closing 2\" : 0,\n \"Selected Text Color\" : {\n \"Green Component\" : 1,\n \"Blue Component\" : 1,\n \"Red Component\" : 0\n },\n \"Ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 24365, "all_permissive": false }
ansible_role
pungoyal/ansible
aeae536ae1f5e5004f307826495e5b0cb4a78edc
0
roles/ansible
7,354
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "---\n- name: be sure ansible is installed\n apt: pkg=ansible state=latest\n tags: ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
pungoyal/ansible
aeae536ae1f5e5004f307826495e5b0cb4a78edc
0
roles/common
7,354
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: be sure wget is installed\n apt: pkg=wget state=installed\n tags: wget\n- name: be sure htop is installed\n apt: pkg=htop state=installed\n tags: htop\n- name: be sure screen is installed\n apt: pkg=screen state=installed\n tags: screen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
pungoyal/ansible
aeae536ae1f5e5004f307826495e5b0cb4a78edc
0
roles/jdk
7,354
[ "no_license" ]
[ { "path": "roles/jdk/defaults/main.yml", "content": "---\n# defaults file for oracle_jdk\noracle_jdk_package_subdir: '8u5-b13'\noracle_jdk_download_dir: '~/libraries'\noracle_jdk_package: 'jdk-8u5-linux-x64.tar.gz'\noracle_jdk_version: '1.8.0_05'\noracle_jdk_installation_dir: '/opt'\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1441, "all_permissive": false }
ansible_role
stereohorse/selenium-grid-sandbox
94af1cf0b82144af2d4b3670db0034a6b61e53bc
0
roles/consul
7,354
[ "no_license" ]
[ { "path": "roles/consul/tasks/start.yml", "content": "- name: start consul\n docker_container:\n name: consul\n image: progrium/consul\n command: -server -bootstrap\n ports:\n - \"8500:8500\"\n\n- name: wait until consul is ready\n wait_for: port=8500 timeout=30 delay=5\n", "license_t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 299, "all_permissive": false }
ansible_role
stereohorse/selenium-grid-sandbox
94af1cf0b82144af2d4b3670db0034a6b61e53bc
0
roles/docker
7,354
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: add yum repo\n yum_repository: \n name: docker\n description: docker repository\n baseurl: https://yum.dockerproject.org/repo/main/centos/7/\n gpgcheck: yes\n gpgkey: https://yum.dockerproject.org/gpg\n\n- name: install EPEL\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
stereohorse/selenium-grid-sandbox
94af1cf0b82144af2d4b3670db0034a6b61e53bc
0
roles/selenium-grid
7,354
[ "no_license" ]
[ { "path": "roles/selenium-grid/tasks/main.yml", "content": "- include: delete.yml\n- include: start.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/selenium-grid/tasks/start.yml", "content": "- name: deploy selenium hub\n docker_co...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1061, "all_permissive": false }
ansible_role
stereohorse/selenium-grid-sandbox
94af1cf0b82144af2d4b3670db0034a6b61e53bc
0
roles/swarm-manager
7,354
[ "no_license" ]
[ { "path": "roles/swarm-manager/tasks/main.yml", "content": "- name: start swarm manager\n docker_container:\n name: swarm-manager\n image: swarm\n ports:\n - \"4000:4000\"\n command: \"manage -H :4000 --advertise {{ ansible_eth1.ipv4.address }}:4000 consul://{{ consul_addr }}\"\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
stereohorse/selenium-grid-sandbox
94af1cf0b82144af2d4b3670db0034a6b61e53bc
0
roles/swarm-node
7,354
[ "no_license" ]
[ { "path": "roles/swarm-node/tasks/main.yml", "content": "- name: start swarm node\n docker_container:\n name: swarm-node\n image: swarm\n command: \"join --advertise={{ ansible_eth1.ipv4.address }}:2375 consul://{{ consul_addr }}\"\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 179, "all_permissive": false }
ansible_role
AutomotiveAIChallenge/aichallenge2022-final-golfcart
301c3050c284c3dac27de605f6a3a1369901f954
0
ansible/roles/pacmod
7,354
[ "permissive" ]
[ { "path": "ansible/roles/pacmod/defaults/main.yml", "content": "---\nrosdistro: \"galactic\"\nkvaser_library_only: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 53 }, { "path": "ansible/roles/pacmod/tasks/pacmod.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1201, "all_permissive": true }
ansible_role
AutomotiveAIChallenge/aichallenge2022-final-golfcart
301c3050c284c3dac27de605f6a3a1369901f954
0
ansible/roles/pre-commit
7,354
[ "permissive" ]
[ { "path": "ansible/roles/pre-commit/tasks/main.yml", "content": "---\n- name: pre-commit (add go ppa)\n apt_repository:\n repo: ppa:longsleep/golang-backports\n become: yes\n\n- name: pre-commit (install golang)\n become: yes\n apt:\n name: golang\n update_cache: yes\n", "license_type": "pe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": true }
ansible_role
DrvnkMario/sample-exam-ex294-solution
98c6a9d9dfd331951e74ffbb5b6c3569c90518c5
0
roles/sample-apache
7,354
[ "no_license" ]
[ { "path": "roles/sample-apache/tasks/main.yml", "content": "---\r\n- name: Install required packages\r\n yum:\r\n name:\r\n - httpd \r\n - mod_ssl\r\n - php\r\n\r\n- name: Enable Apache service and make it run on boot\r\n service:\r\n name: httpd\r\n state: started\r\n enabled: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1064, "all_permissive": false }
ansible_role
DrvnkMario/sample-exam-ex294-solution
98c6a9d9dfd331951e74ffbb5b6c3569c90518c5
0
roles/sample-mysql
7,354
[ "no_license" ]
[ { "path": "roles/sample-mysql/tasks/main.yml", "content": "---\r\n- name: Create primary partition \r\n parted:\r\n device: /dev/sdb\r\n number: 1\r\n part_end: 800MiB \r\n flags: [ lvm ]\r\n\r\n- name: Create volume group called vg_database on top of /dev/sdb1\r\n community.general.lvg:\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1940, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/arc
7,354
[ "no_license" ]
[ { "path": "ansible/roles/arc/tasks/main.yml", "content": "---\n- name: Actions Runner Controller deployed\n kubernetes.core.helm:\n name: arc\n namespace: arc-systems\n create_namespace: true\n chart_ref: \"oci://ghcr.io/actions/actions-runner-controller-charts/gha-runner-scale-set-controller\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/cert-manager
7,354
[ "no_license" ]
[ { "path": "ansible/roles/cert-manager/tasks/main.yml", "content": "---\n- name: Jetstack Helm repo present\n kubernetes.core.helm_repository:\n name: jetstack\n repo_url: https://charts.jetstack.io\n\n- name: Cert-Manager deployed\n kubernetes.core.helm:\n name: cert-manager\n namespace: cert-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1806, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/prereq
7,354
[ "no_license" ]
[ { "path": "ansible/roles/prereq/tasks/main.yml", "content": "---\n- name: Set same timezone on every Server\n timezone:\n name: \"{{ system_timezone }}\"\n\n- name: Enable IPv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n reload: yes\n\n- name: Enable I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/rancher
7,354
[ "no_license" ]
[ { "path": "ansible/roles/rancher/tasks/main.yml", "content": "---\n- name: Set facts\n ansible.builtin.set_fact:\n rancher_hostname: \"{{ lookup('hashi_vault', 'secret=kv/data/k3s:rancher_hostname') }}\"\n run_once: true\n\n- name: Dependencies installed\n block:\n - name: Helm GPG key present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1693, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/traefik
7,354
[ "no_license" ]
[ { "path": "ansible/roles/traefik/tasks/main.yml", "content": "---\n- name: traefik repo present\n kubernetes.core.helm_repository:\n name: traefik\n repo_url: https://traefik.github.io/charts\n\n- name: traefik namespace present\n kubernetes.core.k8s:\n name: traefik\n kind: Namespace\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4327, "all_permissive": false }
ansible_role
yamlinson/infra-local
ee345a63677e41c79dfe16ec52f780702d037852
0
ansible/roles/vault
7,354
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/main.yml", "content": "---\n- name: Hashicorp repo present\n kubernetes.core.helm_repository:\n name: hashicorp\n repo_url: https://helm.releases.hashicorp.com\n\n- name: Vault namespace present\n kubernetes.core.k8s:\n kind: Namespace\n name: vault\n run_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1258, "all_permissive": false }
ansible_role
ito-rafael/ansible-provision
589c415c5cb9d305ab834660cd941c59e0ba5363
1
roles/base
7,354
[ "no_license" ]
[ { "path": "roles/base/tasks/system/auto-provision.yml", "content": "- name: system | auto-provision | ansible version\n tags: ansible\n package:\n name: ansible\n state: latest\n \n- name: system | auto-provision | add ansible to fcron.allow\n tags: ansible,fcron\n lineinfile:\n path: /etc/f...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 7011, "all_permissive": false }
ansible_role
elyezer/ansible-config
66847cc96e5645fc444fb1e07fd457d23780deb9
0
roles/packages
7,354
[ "permissive" ]
[ { "path": "roles/packages/tasks/flatpak.yml", "content": "---\n- name: Add the flathub flatpak repository remote to the user installation\n flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo\n\n- name: Install flatpak packages\n fla...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1890, "all_permissive": true }
ansible_role
elyezer/ansible-config
66847cc96e5645fc444fb1e07fd457d23780deb9
0
roles/user
7,354
[ "permissive" ]
[ { "path": "roles/user/tasks/oh-my-zsh.yml", "content": "- name: Clone oh-my-zsh\n git:\n repo: \"https://github.com/robbyrussell/oh-my-zsh.git\"\n dest: \"~/.oh-my-zsh\"\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 114 }, { "path"...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1789, "all_permissive": true }
ansible_role
sean-abbott/doubleblind_interview
1e58087da33501ca3424ccdd39f892c539412ede
1
provisioning/roles/filebeat
7,354
[ "no_license" ]
[ { "path": "provisioning/roles/filebeat/README.md", "content": "Role Name\n=========\n\nInstall filebeat, localized for this vagrant environment\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\nelasticsearch_host should be internal IP address that this VM can reach the elasticsearch vm on...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1204, "all_permissive": false }
ansible_role
srizzling/alfred-playground
12ac373ffe91fdc8688614fa8f4bf49534775294
0
rkt-experiments/rkt-ansible-playbook/roles/rkt
7,354
[ "permissive" ]
[ { "path": "rkt-experiments/rkt-ansible-playbook/roles/rkt/tasks/main.yml", "content": "--- \n\n- name: Find out latest download url of rkt from github\n github_release:\n token: \"{{ github_login_token }}\"\n user: \"coreos\"\n repo: \"rkt\"\n action: get_asset_url\n asset_regex: \".tar.gz$\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1328, "all_permissive": true }
ansible_role
Mohmed3del/Configure_Apache_MySQL_server
5279937608d0a118b11137fab123d6281c9c8b19
0
roles/apache
7,354
[ "no_license" ]
[ { "path": "roles/apache/templates/index.html.j2", "content": "welcome to addmision.com website\n\n<form action=\"add.php\" method=\"post\">\n <label>First Name:</label>\n <input type=\"text\" name=\"firstname\" /><br>\n <label>Last Name:</label>\n <input type=\"text\" name=\"lastname\" /><br>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2793, "all_permissive": false }
ansible_role
Mohmed3del/Configure_Apache_MySQL_server
5279937608d0a118b11137fab123d6281c9c8b19
0
roles/mysql
7,354
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for roles/mysql\n- name: update packages\n yum:\n name: \"*\"\n state: latest\n update_cache: yes\n\n- name: Installing Mysql and dependencies\n package:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2285, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
26HW_MysqlReplication/roles/install-percona-server
7,354
[ "no_license" ]
[ { "path": "26HW_MysqlReplication/roles/install-percona-server/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword='{{ <PASSWORD> }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "26HW_MysqlReplication/roles/install-percona-server/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1315, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
26HW_MysqlReplication/roles/master-mysql
7,354
[ "no_license" ]
[ { "path": "26HW_MysqlReplication/roles/master-mysql/handlers/main.yml", "content": "---\n# handlers file for master-mysql\n- name: Load dump bet.dmp to database \"bet\"\n mysql_db: \n name: bet\n state: import\n target: '{{ master_dump_dir }}'", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 485, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
26HW_MysqlReplication/roles/slave-mysql
7,354
[ "no_license" ]
[ { "path": "26HW_MysqlReplication/roles/slave-mysql/tasks/main.yml", "content": "---\n- name: Add ignore table for slave server\n become: true\n blockinfile: \n dest: /etc/my.cnf.d/05-binlog.cnf\n block: |\n replicate-ignore-table=bet.events_on_demand\n replicate-ignore-table=bet.v_same...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/dns-client
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/dns-client/templates/resolv.conf.j2", "content": "; {{ ansible_managed }}\nnameserver {{ hostvars['server']['ansible_eth1']['ipv4']['address'] }}\n; {{ ansible_managed }} off\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/dns-server
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/dns-server/tasks/main.yml", "content": "---\n- name: install bind server\n yum: \n name: '{{ packages_list }}'\n state: present\n\n- name: Copy Default config dns server\n template: \n src: named.conf.j2\n dest: /etc/named.conf\n notify: start bind serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3219, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/firewalld
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/firewalld/defaults/main.yml", "content": "---\n# defaults file for dns-server\nopen_service_firewalld: \n - nfs\n - mountd\n - ntp\n - dns\n - rpc-bind\nopen_port_firewalld: '2049/udp'", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 802, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/nfs-client
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/nfs-client/tasks/main.yml", "content": "---\n# tasks file for nfs-client\n\n\n- name: mount share \n mount:\n src: server.otushw.ru:/opt/otus\n path: /mnt\n opts: defaults,_netdev,vers=3,proto=udp\n fstype: nfs\n state: mounted", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/nfs-server
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/nfs-server/templates/exports.j2", "content": "{{ share_folder }} *(rw)", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "28_NFS_share/provision/roles/nfs-server/tasks/main.yml", "content": "---\n# tasks fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 589, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/ntp-client
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/ntp-client/defaults/main.yml", "content": "---\n# defaults file for ntp-client\nlocalntpserver: 192.168.11.150", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "28_NFS_share/provision/roles/ntp-client/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 400, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
28_NFS_share/provision/roles/ntp-server
7,354
[ "no_license" ]
[ { "path": "28_NFS_share/provision/roles/ntp-server/handlers/main.yml", "content": "---\n# handlers file for ntp-server\n- name: restart chronyd servise\n systemd: \n state: restarted\n name: chronyd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
29_Postfix+Dovecot/provision/roles/postfix-server
7,354
[ "no_license" ]
[ { "path": "29_Postfix+Dovecot/provision/roles/postfix-server/tasks/main.yml", "content": "---\n# tasks file for postfix-server\n\n\n- name: change my hostname\n hostname: \n name: \"server.otushw.local\"\n\n- name: Install mail client packages\n yum: \n name: mailx\n state: present\n \n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/Linux_log/roles/auditd
7,354
[ "no_license" ]
[ { "path": "2_basic_network/Linux_log/roles/auditd/tasks/main.yml", "content": "---\n# tasks file for server-rsyslog-conf\n\n\n- name: add rules auditd control /etc/nginx/nginx.conf file\n lineinfile:\n dest: /etc/audit/rules.d/audit.rules\n line: \"{{ audit_rules }}\"\n\n- name: Configure plugins au...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 771, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/Linux_log/roles/client
7,354
[ "no_license" ]
[ { "path": "2_basic_network/Linux_log/roles/client/handlers/main.yml", "content": "---\n# handlers file for server-rsyslog-conf\n\n\n- name: Restart rsyslog service\n systemd: \n name: rsyslog\n state: restarted\n\n- name: Enable rsyslog service\n systemd: \n name: rsyslog\n enabled: yes", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/Linux_log/roles/nginx
7,354
[ "no_license" ]
[ { "path": "2_basic_network/Linux_log/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for server-rsyslog-conf\n\n- name: Install epel release\n yum:\n name: epel-release\n\n- name: install nginx\n yum:\n name: nginx\n\n\n- name: add configure nginx \n template: \n src: templates/nginx....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/Linux_log/roles/server
7,354
[ "no_license" ]
[ { "path": "2_basic_network/Linux_log/roles/server/tasks/main.yml", "content": "---\n# tasks file for server-rsyslog-conf\n\n\n- name: Configure server rsyslog\n template: \n src: rsyslog.conf.j2\n dest: /etc/rsyslog.conf\n notify: Restart rsyslog service", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/linux_troubleshouting/roles/debug-packages
7,354
[ "no_license" ]
[ { "path": "2_basic_network/linux_troubleshouting/roles/debug-packages/tasks/main.yml", "content": "---\n# tasks file for debug-packages\n- name: Install epel-release repo\n yum:\n name: epel-release\n state: present\n tags: \n - epel-release\n - debug-packages\n\n- name: Install necessary debu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 306, "all_permissive": false }
ansible_role
alexey4he/otuslinux_learning
3231b799a61fb4681b42cc52742e3ad8f73395ed
0
2_basic_network/linux_troubleshouting/roles/kernel-tuned
7,354
[ "no_license" ]
[ { "path": "2_basic_network/linux_troubleshouting/roles/kernel-tuned/defaults/main.yml", "content": "# Default sysctl.conf location\nsysctl_config_location: /etc/sysctl.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "2_basic_network/linux_troub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2808, "all_permissive": false }
ansible_role
discos/deployment
cd9e11d406de0b8c4be71ebf40d73fc529398a56
1
ansible/roles/acs
7,355
[ "no_license" ]
[ { "path": "ansible/roles/acs/templates/discos-get", "content": "#!/usr/bin/env python\nfrom __future__ import print_function\nimport os\nimport sys\nimport shutil\nimport argparse\nfrom urllib.request import Request, urlopen\nfrom urllib.error import HTTPError\nimport json\nif os.name == 'posix' and sys.ver...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 101664, "all_permissive": false }
ansible_role
discos/deployment
cd9e11d406de0b8c4be71ebf40d73fc529398a56
1
ansible/roles/ask_password
7,355
[ "no_license" ]
[ { "path": "ansible/roles/ask_password/tasks/main.yml", "content": "---\n\n- name: Check if user '{{ item.value.name }}' already exists\n ansible.builtin.command: \"getent passwd {{ item.value.uid }}\"\n register: user_exists\n changed_when: false\n failed_when: false\n\n\n- name: Prompt for password\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
discos/deployment
cd9e11d406de0b8c4be71ebf40d73fc529398a56
1
ansible/roles/basie
7,355
[ "no_license" ]
[ { "path": "ansible/roles/basie/tasks/main.yml", "content": "---\n\n- name: Download the BASIE repository\n ansible.builtin.git:\n repo: \"https://github.com/discos/basie.git\"\n dest: \"/{{ discos_sw_dir }}/basie\"\n version: \"master\"\n force: true\n become: true\n become_user: \"{{ user.na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 539, "all_permissive": false }
ansible_role
discos/deployment
cd9e11d406de0b8c4be71ebf40d73fc529398a56
1
ansible/roles/cdb_test
7,355
[ "no_license" ]
[ { "path": "ansible/roles/cdb_test/tasks/main.yml", "content": "---\n\n- name: Test the DISCOS CDB\n block:\n - name: Test the DISCOS CDB\n ansible.builtin.command: cdbChecker\n become: true\n become_user: \"{{ user.name }}\"\n become_flags: \"-i\"\n changed_when: false\n always...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }