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
benpops89/echo-base
f00b04e1bf9cfe90843cd0d6934b115a6b151de8
0
roles/nvidia
8,072
[ "no_license" ]
[ { "path": "roles/nvidia/tasks/container-toolkit.yml", "content": "---\n- name: Add NVIDIA Container Toolkit GPG Key\n ansible.builtin.get_url:\n url: https://nvidia.github.io/libnvidia-container/gpgkey\n dest: /etc/apt/trusted.gpg.d/nvidia-container-toolkit.asc\n mode: \"0644\"\n force: true\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2321, "all_permissive": false }
ansible_role
tuxophone/ansible-google-cloud-wordpress
266490792be3bd9c3b077e94c28419aca6b93e64
1
roles/mysql
8,072
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - mysql-server\n\n- name: Create m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
tuxophone/ansible-google-cloud-wordpress
266490792be3bd9c3b077e94c28419aca6b93e64
1
roles/nginx
8,072
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n sudo: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n sudo: yes\n with_items:\n - nginx\n - python-mysqldb\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
tuxophone/ansible-google-cloud-wordpress
266490792be3bd9c3b077e94c28419aca6b93e64
1
roles/php-fpm
8,072
[ "no_license" ]
[ { "path": "roles/php-fpm/handlers/main.yml", "content": "---\n# handlers file for php-fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n# tasks file for php-fpm\n- name: Update apt cache\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 318, "all_permissive": false }
ansible_role
tuxophone/ansible-google-cloud-wordpress
266490792be3bd9c3b077e94c28419aca6b93e64
1
roles/wordpress
8,072
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n# tasks file for wordpress\n- name: Download WordPress\n get_url:\n url=https://wordpress.org/latest.tar.gz\n dest=/tmp/wordpress.tar.gz\n validate_certs=no\n sudo: yes\n\n- name: Creates directory\n file: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1282, "all_permissive": false }
ansible_role
KosukeShimofuji/OpenMultiStack
98bce30d6abcfc5b2c3c7d981af115589af05e42
1
ansible/roles/postgresql
8,072
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "---\n - name: postgresqlのパッケージをインストールする\n apt: name={{ item }} state=present\n with_items:\n - postgresql\n - python-psycopg2\n - libpq-dev\n\n - name: postgresqlの起動\n service: name=postgresql state=started enabled=yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
ianmuge/ansible-provision-gcp-instance
c49f5a114701d6abea6824d7cb2f188223644e62
0
roles/Instance
8,072
[ "no_license" ]
[ { "path": "roles/Instance/vars/main.yml", "content": "---\ndeletion_protection: no\ncan_ip_forward: yes\ninstance_labels:\n environment: \"{{vpc_name}}\"\n region: \"{{region}}\"\n zone: \"{{region}}-{{zone}}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1717, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/atom
8,072
[ "no_license" ]
[ { "path": "roles/atom/tasks/main.yml", "content": "---\n\n# Ubuntu\n\n- name: \"Install atom (apt)\"\n become: True\n apt:\n deb: \"https://github.com/atom/atom/releases/download/v1.24.0/atom-amd64.deb\"\n state: \"present\"\n when: \"ansible_os_family == 'Debian'\"\n\n# Fedora\n\n- name: \"Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1309, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/clang
8,072
[ "no_license" ]
[ { "path": "roles/clang/tasks/main.yml", "content": "---\n\n# Ubuntu\n\n- name: \"Add clang repository (apt)\"\n become: True\n copy:\n dest: \"/etc/apt/sources.list.d/clang.list\"\n content: |\n deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-6.0 main\n deb-src http://apt.llvm.or...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/docker
8,072
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: \"Check if Docker is Installed\"\n shell: \"type docker\"\n failed_when: False\n register: check_docker\n\n- meta: end_play\n when: \"check_docker.rc == 0\"\n\n# Ubuntu\n\n- name: \"Add Docker Key (apt)\"\n become: True\n shell: curl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1744, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/github
8,072
[ "no_license" ]
[ { "path": "roles/github/tasks/main.yml", "content": "---\n\n- name: \"Get GitHub Public Keys\"\n uri:\n url: \"https://api.github.com/user/keys\"\n user: \"{{ github_user }}\"\n password: \"{{ <PASSWORD> }}\"\n force_basic_auth: True\n return_content: True\n register: github_keys_out\n\n- s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/google-chrome
8,072
[ "no_license" ]
[ { "path": "roles/google-chrome/tasks/main.yml", "content": "---\n\n- name: \"Check if Google Chrome is Installed\"\n shell: \"type google-chrome-stable\"\n failed_when: False\n register: check_chrome\n\n- meta: end_play\n when: \"check_chrome.rc == 0\"\n\n# Ubuntu\n\n- name: \"Install Google Chrome (apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/google-play-music
8,072
[ "no_license" ]
[ { "path": "roles/google-play-music/tasks/main.yml", "content": "---\n\n- name: \"Check if Google Chrome is Installed (apt, dnf)\"\n shell: \"type google-play-music-desktop-player\"\n failed_when: False\n register: check_gpmdp\n when: \"ansible_os_family == 'Debian' or ansible_distribution == 'Fedora'\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1931, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/tools
8,072
[ "no_license" ]
[ { "path": "roles/tools/tasks/main.yml", "content": "---\n\n# Ubuntu\n\n- name: \"Install tools (apt)\"\n become: True\n apt:\n name: \"{{ item }}\"\n state: \"latest\"\n with_items:\n - git\n - make\n - cmake\n - patch\n - linux-headers-generic\n - dkms\n - gcc\n - valgrind\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1514, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/update
8,072
[ "no_license" ]
[ { "path": "roles/update/files/install-yaourt.sh", "content": "#!/bin/sh\n\ntype yaourt &> /dev/null && exit\n\ngit clone https://aur.archlinux.org/package-query.git /tmp\ncd /tmp/package-query\nmakepkg -si\n\ngit clone https://aur.archlinux.org/yaourt.git /tmp\ncd /tmp/yaourt\nmakepkg -si\ncd ..\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1987, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/vim
8,072
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "---\n\n- name: \"Install vim (apt)\"\n become: True\n apt:\n name: \"vim\"\n state: \"latest\"\n when: \"ansible_os_family == 'Debian'\"\n\n- name: \"Install vim (dnf)\"\n become: True\n dnf:\n name: \"vim\"\n state: \"latest\"\n when: \"an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/virtualbox
8,072
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n\n- name: \"Check if VirtualBox is Installed\"\n shell: \"type virtualbox\"\n failed_when: False\n register: check_virtualbox\n\n- meta: end_play\n when: \"check_virtualbox.rc == 0\"\n\n# Ubuntu\n\n- name: \"Install VirtualBox (apt)\"\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 946, "all_permissive": false }
ansible_role
WhoBrokeTheBuild/dotfiles
aabb45decac89c352cfe11eb35dabbecd7b76ee7
1
roles/zsh
8,072
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n# Ubuntu\n\n- name: \"Install ZSH (apt)\"\n become: True\n apt:\n name: \"zsh\"\n state: \"latest\"\n when: \"ansible_os_family == 'Debian'\"\n\n# Fedora\n\n- name: \"Install ZSH (dnf)\"\n become: True\n dnf:\n name: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1616, "all_permissive": false }
ansible_role
nixblick/netbox_psql
ec0558dc5816cb705d60146d7857438992a04138
0
roles/netbox
8,077
[ "no_license" ]
[ { "path": "roles/netbox/handlers/main.yml", "content": "# roles/netbox/handlers/main.yml v1.3 – PostgreSQL 15 via AppStream\n---\n- name: restart postgresql\n ansible.builtin.systemd:\n name: postgresql\n state: restarted\n\n- name: restart nginx\n ansible.builtin.systemd:\n name: nginx\n stat...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 18018, "all_permissive": false }
ansible_role
github-somerandomguy-xyz/ansible-kvm
897a17866e223acd48ee6d06ddaa60053d55731c
3
roles/common
8,077
[ "no_license" ]
[ { "path": "roles/common/tasks/debian.yml", "content": "---\n - name: dpkg --configure -a\n shell: dpkg --configure -a\n tags:\n - packages\n - common\n - dpkg-reconf\n \n - name: install system utils, packages and stuff...\n package:\n name:\n - apt-transport-https\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1239, "all_permissive": false }
ansible_role
github-somerandomguy-xyz/ansible-kvm
897a17866e223acd48ee6d06ddaa60053d55731c
3
roles/kvm
8,077
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n- name: include kvm debian\n import_tasks: debian.yml\n tags:\n - kvm\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/kvm/tasks/debian.yml", "content": "---\n - name: inst...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3069, "all_permissive": false }
ansible_role
jcadena01/ansible-playbook
4809bf1f51055d542120f4511ce52c85581a3c62
0
roles/create_files_role
8,077
[ "no_license" ]
[ { "path": "roles/create_files_role/tasks/main.yml", "content": "- name: Create files using loops\n file:\n path: \"/tmp/sampledirectoryusingshell/{{ item }}\"\n state: touch\n with_items:\n - file1\n - file2\n - file3\n\n- name: Create files using loop with multiple sub keys\n file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/alertmanager
8,077
[ "no_license" ]
[ { "path": "infra/roles/alertmanager/defaults/main.yaml", "content": "alertmanager_version: alertmanager-0.20.0-rc.0.linux-amd64", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "infra/roles/alertmanager/handlers/main.yaml", "content": "- name: st...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1662, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/common
8,077
[ "no_license" ]
[ { "path": "infra/roles/common/tasks/main.yaml", "content": "- name: update server\n apt:\n update_cache: yes\n upgrade: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/consul
8,077
[ "no_license" ]
[ { "path": "infra/roles/consul/tasks/main.yaml", "content": "- name: install unzip\n apt:\n name: unzip\n state: present\n\n- name: create consul service account\n include_role:\n name: service_account\n vars:\n account_name: consul\n\n- name: create download directory\n file:\n path: /tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1870, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/grafana
8,077
[ "no_license" ]
[ { "path": "infra/roles/grafana/tasks/main.yaml", "content": "- name: install libfontconfig\n apt:\n name: libfontconfig\n state: present\n\n- name: create download directory\n file:\n path: \"/tmp/graf_download\"\n state: directory\n\n- name: download grafana package\n get_url:\n url: \"ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1021, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/nginx
8,077
[ "no_license" ]
[ { "path": "infra/roles/nginx/handlers/main.yaml", "content": "- name: start nginx service\n systemd:\n name: nginx\n state: started\n enabled: yes\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "infra/roles/ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 576, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/node_exporter
8,077
[ "no_license" ]
[ { "path": "infra/roles/node_exporter/handlers/main.yaml", "content": "- name: start node_exporter\n systemd:\n name: node_exporter\n state: started\n enabled: yes\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1241, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/prometheus
8,077
[ "no_license" ]
[ { "path": "infra/roles/prometheus/tasks/main.yaml", "content": "- name: create prometheus service account\n include_role:\n name: service_account\n vars:\n account_name: prometheus\n\n- name: make directory\n file:\n path: /tmp/prom_download\n mode: 0755\n state: directory\n\n- name: downl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2114, "all_permissive": false }
ansible_role
smuggy/monitor-aws
8fccb4c7311b3a135f82628b1dc905a53382c29e
0
infra/roles/service_account
8,077
[ "no_license" ]
[ { "path": "infra/roles/service_account/tasks/main.yaml", "content": "- name: \"create group {{ account_name }}\"\n group:\n name: \"{{ account_name }}\"\n state: present\n\n- name: \"create user {{ account_name }}\"\n user:\n name: \"{{ account_name }}\"\n create_home: false\n shell: /bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
wikitops/ansible_openssl
1b19a47e8212985e14f063f8123424156b5a4f98
0
roles/openssl
8,077
[ "no_license" ]
[ { "path": "roles/openssl/tasks/main.yml", "content": "---\n\n- name: OPENSSL | Installation\n package:\n name:\n - openssl\n state: present\n\n- name: OPENSSL | Manage directories\n file:\n state: directory\n path: \"{{ item.path }}\"\n owner: \"{{ item.owner }}\"\n group: \"{{ item...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4316, "all_permissive": false }
ansible_role
altran/Awesome-Competence-System-Provisioning
1de2fc3e531ccd06014ddb13a4438b854291ea25
0
roles/apache
8,077
[ "permissive" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# These tasks install Apache web server\n\n- name: Install Apache\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - apache2 \n - libapache2-mod-wsgi\n - postfix\n\n- name: Enable Mod Proxy Apache ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2769, "all_permissive": true }
ansible_role
altran/Awesome-Competence-System-Provisioning
1de2fc3e531ccd06014ddb13a4438b854291ea25
0
roles/django
8,077
[ "permissive" ]
[ { "path": "roles/django/templates/localsettings.py.jinja", "content": "ADMINS = (\n ('{{django_admin_user}}', '{{django_admin_email}}'),\n)\n\nALLOWED_HOSTS = ['{{frontend_server_name}}']\n\nMANAGERS = ADMINS\n\nDEBUG = True\nTEMPLATE_DEBUG = DEBUG\n\nHTTP_AUTH = ''\nAPP_URL = 'https://'+ALLOWED_HOSTS[0]...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3279, "all_permissive": true }
ansible_role
altran/Awesome-Competence-System-Provisioning
1de2fc3e531ccd06014ddb13a4438b854291ea25
0
roles/libreoffice
8,077
[ "permissive" ]
[ { "path": "roles/libreoffice/tasks/main.yml", "content": "- name: Cron for restarting Libreoffice\n cron: name=\"Libreoffice restart\" minute=\"0\" hour=\"3\" job=\"libreoffice --invisible --headless '--accept=socket,host=localhost,port=2002;urp;' &\" user=acs-user\n\n- name: Install Libreoffice\n apt: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": true }
ansible_role
altran/Awesome-Competence-System-Provisioning
1de2fc3e531ccd06014ddb13a4438b854291ea25
0
roles/solr
8,077
[ "permissive" ]
[ { "path": "roles/solr/tasks/main.yml", "content": "- name: Install Solr and Java dependencies\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - openjdk-7-jdk \n - openjdk-7-doc \n - openjdk-7-source\n\n- name: create \"Solr\" user solr\n user: name=solr s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 821, "all_permissive": true }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/ansible
8,077
[ "no_license" ]
[ { "path": "roles/ansible/tasks/install.yml", "content": "# file: roles/ansible/tasks/install.yml\n\n- name: install_sshpass\n yum: name=sshpass state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/ansible/tasks/main.yml", "...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 580, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/cdh5_pseudo
8,077
[ "no_license" ]
[ { "path": "roles/cdh5_pseudo/tasks/install.yml", "content": "# file: roles/cdh5_pseudo/tasks/install.yml\n\n- name: install_cdh5_pseudo\n yum: name=hadoop-conf-pseudo state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/cdh5_ps...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 681, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/common
8,077
[ "no_license" ]
[ { "path": "roles/common/tasks/install.yml", "content": "# file: roles/common/tasks/install.yml\n\n- name: install_common_softwares\n yum: name={{ item }} state=installed\n with_items:\n - vim\n - zip\n - unzip\n - man\n - rpm-build\n - make\n - glib2-devel\n", "license_type": "no_...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1248, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/epel
8,077
[ "no_license" ]
[ { "path": "roles/epel/tasks/conf.yml", "content": "# file: roles/epel/tasks/conf.yml\n\n- name: copy_epel_yum_config\n copy: src=epel.repo dest=/etc/yum.repos.d/epel.repo\n when: ansible_distribution == 'CentOS'\n tags:\n - epel\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 233, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/jdk
8,077
[ "no_license" ]
[ { "path": "roles/jdk/tasks/install_direct.yml", "content": "# file: roles/jdk/tasks/install_direct.yml\n\n- name: check_jdk_installed\n shell: rpm -qa|grep jdk-{{ jdk_oracle_version }}\n ignore_errors: yes\n register: check_jdk_installed\n\n- name: install_jdk_direct\n shell: rpm -Uvh {{ jdk_direct_path...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2690, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/ntp
8,077
[ "no_license" ]
[ { "path": "roles/ntp/tasks/install.yml", "content": "# file: roles/ntp/tasks/install.yml\n\n- name: install_ntp\n yum: name=ntp state=installed\n tags:\n - ntp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/ntp/tasks/service.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 296, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/screen
8,077
[ "no_license" ]
[ { "path": "roles/screen/tasks/conf.yml", "content": "# file: roles/screen/tasks/conf.yml\n\n- name: copy_screenrc\n copy: src=screenrc dest=/etc/screenrc\n tags:\n - screen\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/screen/tasks/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 319, "all_permissive": false }
ansible_role
dobashim/simple-playbooks
5d4aab947e01d54046e1c5f4a2619bff0367b2c9
0
roles/users
8,077
[ "no_license" ]
[ { "path": "roles/users/README.rst", "content": "*****************\nREADME\n*****************\nThis role manages users for operation, wheel group and sudoers.\nThe same permission as vagrant user is granted for user-defined operation user.\n\n**Causion**\n\nThis role modifies /etc/sudoers.\n\n", "license...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 995, "all_permissive": false }
ansible_role
dimakievua/Ansible_Apache-PHP-FPM_MariaDB
8f7765df953e4d6810d9a9e312c4c590296df4e4
0
roles/db
8,077
[ "no_license" ]
[ { "path": "roles/db/files/db.php", "content": "<?php\n\n$connection = new PDO('mysql:host=localhost;dbname=example', 'test', 'testpw');\n$statement = $connection->query('SELECT message FROM demo');\n\necho $statement->fetchColumn();\n?>\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1506, "all_permissive": false }
ansible_role
dimakievua/Ansible_Apache-PHP-FPM_MariaDB
8f7765df953e4d6810d9a9e312c4c590296df4e4
0
roles/web
8,077
[ "no_license" ]
[ { "path": "roles/web/files/index.php", "content": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n <title>My site dummy</title>\n <link rel=\"sty...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 9940, "all_permissive": false }
ansible_role
eviladm/curator
aa0f8a2c2b662ab72e5436e897bc21be6b204886
0
roles/curator
8,077
[ "no_license" ]
[ { "path": "roles/curator/templates/actionfile.yml.j2", "content": "{{ actionfile_config | encode_yaml }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/curator/templates/curator.yml.j2", "content": "{{ curator_config | encode_yaml }}\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1515, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/bootstrap-node
8,077
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap-node/tasks/disable-swap.yml", "content": "---\n- name: Disable swap immediately\n ansible.builtin.command: swapoff -a\n become: true\n ignore_errors: true # Useful for idempotency; swap might already be off\n\n- name: Remove active swap entries from /etc/fstab\n ansib...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2686, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/configure-containerd
8,077
[ "no_license" ]
[ { "path": "ansible/roles/configure-containerd/tasks/main.yml", "content": "---\n- name: Create /etc/containerd directory if it doesn't exist already.\n ansible.builtin.file:\n path: /etc/containerd/\n state: directory\n mode: \"0644\"\n become: true\n\n- name: Copy pre-configured containerd confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 542, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/configure-haproxy
8,077
[ "no_license" ]
[ { "path": "ansible/roles/configure-haproxy/tasks/main.yml", "content": "---\n- name: Add HAProxy K8s config snippet\n set_fact:\n haproxy_k8s_block: |\n frontend kubernetes-frontend\n bind *:{{ control_plane_endpoint_port | default('6443') }}\n mode tcp\n default_backend ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/configure-keepalived-master
8,077
[ "no_license" ]
[ { "path": "ansible/roles/configure-keepalived-master/tasks/main.yml", "content": "---\n- name: Configure Keepalived\n ansible.builtin.template:\n src: templates/keepalived.conf.j2\n dest: /etc/keepalived/keepalived.conf\n mode: '0644'\n become: true\n\n- name: Enable and start Keepalived\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 609, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/initialize-cluster-kubeadm
8,077
[ "no_license" ]
[ { "path": "ansible/roles/initialize-cluster-kubeadm/tasks/main.yml", "content": "---\n- name: Check if kubeadm is initialized\n ansible.builtin.stat:\n path: /etc/kubernetes/admin.conf\n register: kubeadm_initialized\n\n- name: Initialize kubeadm\n when: not kubeadm_initialized.stat.exists\n block:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3268, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-cilium
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-cilium/tasks/main.yml", "content": "---\n- name: Check if Cilium CLI is already installed\n ansible.builtin.stat:\n path: /usr/local/bin/cilium\n register: cilium_cli_installed\n\n- name: Fail if Cilium CLI is not installed\n ansible.builtin.fail:\n msg: \"Cilium CL...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-containerd
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-containerd/tasks/main.yml", "content": "---\n- name: Install containerd\n become: true\n block:\n\n - name: Download containerd\n ansible.builtin.get_url:\n url: \"https://github.com/containerd/containerd/releases/download/v{{ containerd_version }}/container...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-crictl
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-crictl/defaults/main.yml", "content": "---\ncrictl_version: '{{ lookup(\"env\", \"crictl_version\") or \"1.33.0\" }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "ansible/roles/install-crictl/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-kubeadm-kubelet
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-kubeadm-kubelet/defaults/main.yml", "content": "---\nk8s_release_version: '{{ lookup(\"env\", \"k8s_release_version\") or \"1.33.2\" }}'\nk8s_service_release_version: '{{ lookup(\"env\", \"k8s_service_release_version\") or \"0.16.2\" }}'", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3719, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-kubectl
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-kubectl/defaults/main.yml", "content": "---\nkubectl_version: '{{ lookup(\"env\", \"kubectl_version\") or \"1.33.0\" }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/install-kubectl/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 551, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-loadbalancer-packages
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-loadbalancer-packages/tasks/main.yml", "content": "---\n- name: Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n become: true\n\n- name: Install HAProxy and Keepalived packages\n ansible.builtin.apt:\n name:\n - haproxy\n - keepalived\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/install-runc
8,077
[ "no_license" ]
[ { "path": "ansible/roles/install-runc/defaults/main.yml", "content": "---\nrunc_version: '{{ lookup(\"env\", \"runc_version\") or \"1.3.0\" }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/install-runc/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 667, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/master-join-cluster-kubeadm
8,077
[ "no_license" ]
[ { "path": "ansible/roles/master-join-cluster-kubeadm/tasks/main.yml", "content": "---\n- name: Print kubeadm join command for control plane\n ansible.builtin.debug:\n msg: \"{{ control_join_command }}\"\n\n- name: Check if node joined the cluster\n ansible.builtin.command:\n cmd: kubectl get nodes -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
Tiagura/proxmox-k8s-IaC
e6a5100d75b65d3fb36c6db2a074f4ff779a08ae
0
ansible/roles/worker-join-cluster-kubeadm
8,077
[ "no_license" ]
[ { "path": "ansible/roles/worker-join-cluster-kubeadm/tasks/main.yml", "content": "---\n- name: Print kubeadm join command for worker nodes\n ansible.builtin.debug:\n msg: \"{{ worker_join_command }}\"\n\n- name: Check if node joined the cluster\n ansible.builtin.command:\n cmd: kubectl get nodes --n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
vharska/datadog-poc
d37d39368fb3ed49077ff241ff57be46bd1f3de1
0
roles/datadog
8,077
[ "no_license" ]
[ { "path": "roles/datadog/README.md", "content": "# Datadog Agent Ansible Role\n\nThis Ansible role installs and configures the Datadog Agent on multiple platforms:\n- Ubuntu/Debian\n- RedHat/CentOS/Amazon Linux\n- Windows\n\n## Requirements\n\n- Ansible 2.9+\n- For Windows hosts: Windows Remote Management (...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 13039, "all_permissive": false }
ansible_role
negibouze/vagrant-fuelphp_part3
7c80223e53b436b00ea7d6c2e4ff6fe624fe5ae1
0
provisioning/roles/common
8,079
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: change timezone\n command: cp -p /usr/share/zoneinfo/Japan /etc/localtime\n- name: remove all rules from iptables\n command: /sbin/iptables -F\n- name: iptables stop\n command: /sbin/service iptables stop\n- name: iptables off...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
negibouze/vagrant-fuelphp_part3
7c80223e53b436b00ea7d6c2e4ff6fe624fe5ae1
0
provisioning/roles/webtier
8,079
[ "no_license" ]
[ { "path": "provisioning/roles/webtier/tasks/main.yml", "content": "---\n- include: httpd.yml\n# - include: git.yml\n- include: php.yml\n# - include: curl.yml\n- include: fuelphp.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "provisioning/ro...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2810, "all_permissive": false }
ansible_role
Characterisation-Virtual-Laboratory/ansible-pysshauthz
28a2df7faa673ae2a143cb339e48a9b5e024b04a
0
roles/configure-pysshauthz-sites
8,079
[ "no_license" ]
[ { "path": "roles/configure-pysshauthz-sites/README.md", "content": "# Configure pysshauthz Sites \nThis playbook role is used to configure pysshauthz service.\nThe main configuration that needs to be done here is to add the site names into `vars/main.yml`. See `main.yml.example` for example.\n\n## Configure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2766, "all_permissive": false }
ansible_role
Characterisation-Virtual-Laboratory/ansible-pysshauthz
28a2df7faa673ae2a143cb339e48a9b5e024b04a
0
roles/setup-nginx
8,079
[ "no_license" ]
[ { "path": "roles/setup-nginx/templates/ssl.conf.j2", "content": "# Self signed certificates generated by the ssl-cert package\n# Don't use them in a production server!\n\nssl_certificate /etc/ssl/certs/{{ default_url}}.pem;\nssl_certificate_key /etc/ssl/private/{{ default_url }}}.key;", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4936, "all_permissive": false }
ansible_role
Characterisation-Virtual-Laboratory/ansible-pysshauthz
28a2df7faa673ae2a143cb339e48a9b5e024b04a
0
roles/setup-pysshauthz
8,079
[ "no_license" ]
[ { "path": "roles/setup-pysshauthz/templates/pysshauthz.service.j2", "content": "[Unit]\nDescription=pysshauthz uWSGI app\nAfter=syslog.target\n\n[Service]\n\nExecStart=/opt/pysshauthz/bin/uwsgi --socket 127.0.0.1:8080 --protocol=http -w pysshauthz.pysshauthz_wsgi --pyargv=\"--configdir /opt/pysshauthz/etc\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1934, "all_permissive": false }
ansible_role
Characterisation-Virtual-Laboratory/ansible-pysshauthz
28a2df7faa673ae2a143cb339e48a9b5e024b04a
0
roles/setup-server
8,079
[ "no_license" ]
[ { "path": "roles/setup-server/README.md", "content": "# Server Setup for pysshauthz\n\nThis document uses Nectar as an example to spin up a Ubuntu virtual machine in the cloud.\nThe playbook will update the virtual machine with the latest packages and repositories.\n\n## Requirement\n* Nectar project alloca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1049, "all_permissive": false }
ansible_role
GonzaloPereiraR/ansible-playbooks
fc949d4146d5733c82300d62a2fe07c3d1ea2728
0
ansible/devbox/roles/aws
8,079
[ "no_license" ]
[ { "path": "ansible/devbox/roles/aws/tasks/main.yml", "content": "---\n\n- name: Install AWS CLI with PIP3\n ansible.builtin.pip:\n name: awscli\n\n- name: Create /home/ubuntu/.aws directory\n ansible.builtin.file:\n path: /home/ubuntu/.aws/\n state: directory\n mode: '0755'\n\n# TODO: determin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
GonzaloPereiraR/ansible-playbooks
fc949d4146d5733c82300d62a2fe07c3d1ea2728
0
ansible/devbox/roles/cerebro
8,079
[ "no_license" ]
[ { "path": "ansible/devbox/roles/cerebro/tasks/main.yml", "content": "---\n\n- name: Create .ssh directory\n ansible.builtin.file:\n path: /home/ubuntu/.ssh/\n state: directory\n mode: '0755'\n\n# TODO: use key package for staging instead of direct copy\n- name: Copy SSH Credentials to Host\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4220, "all_permissive": false }
ansible_role
GonzaloPereiraR/ansible-playbooks
fc949d4146d5733c82300d62a2fe07c3d1ea2728
0
ansible/devbox/roles/common
8,079
[ "no_license" ]
[ { "path": "ansible/devbox/roles/common/tasks/main.yml", "content": "---\n\n- name: Install PIP3\n ansible.builtin.apt:\n name: python3-pip\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
GonzaloPereiraR/ansible-playbooks
fc949d4146d5733c82300d62a2fe07c3d1ea2728
0
ansible/devbox/roles/docker
8,079
[ "no_license" ]
[ { "path": "ansible/devbox/roles/docker/tasks/main.yml", "content": "---\n# Installation details acquired from\n# https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-docker-on-ubuntu-20-04\n\n- name: Create .docker directory\n ansible.builtin.file:\n path: /home/ubun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2682, "all_permissive": false }
ansible_role
GonzaloPereiraR/ansible-playbooks
fc949d4146d5733c82300d62a2fe07c3d1ea2728
0
ansible/devbox/roles/k8s
8,079
[ "no_license" ]
[ { "path": "ansible/devbox/roles/k8s/tasks/main.yml", "content": "---\n# following instructions for K8s installation here: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/\n- name: Install Kubernetes Dependencies\n apt:\n pkg:\n - ca-certificates\n - curl\n state: latest\n up...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2017, "all_permissive": false }
ansible_role
anubhavkr/eks_upgrade
800d915e0cbd68b7152e4053679a55e4d2acb525
1
roles/nonprod
8,079
[ "no_license" ]
[ { "path": "roles/nonprod/tasks/main.yml", "content": "#- name: Getting OS Flavor\n# command: \"uname -s\"\n# register: os_version\n# tags: eksctldownload\n# \n#- name: Download EKSCTL binary\n# unarchive:\n# src: https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_{{ os[0] }}_amd64....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1982, "all_permissive": false }
ansible_role
sangrealest/ansible_roles
a5865da5165575cc2db1570b3d73097af411a9c8
0
windows_roles/roles/win_ad_user
8,079
[ "no_license" ]
[ { "path": "windows_roles/roles/win_ad_user/tasks/main.yml", "content": "---\n# tasks file for win_ad_user\n# tasks file for roles/win_ad_user\n- name: Create AD User\n win_domain_user:\n name: \"{{ item.name }}\"\n firstname: \"{{item.firstname }}\"\n surname: \"{{ item.surname }}\"\n password: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
tempname4test/testbashproject
dd7f21c1658c0982c59d44c20ccab826cca0768c
0
ansible/roles/AWS_ONLY_aws_server_pre-config
8,079
[ "no_license" ]
[ { "path": "ansible/roles/AWS_ONLY_aws_server_pre-config/tasks/main.yml", "content": "- name: update apt-get cache\n local_action: shell ssh -o StrictHostKeyChecking=no ubuntu@{{ ansible_host }} sudo /usr/bin/apt-get update \n\n \n- name: Install python\n local_action: shell ssh -o StrictHostKeyChe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 502, "all_permissive": false }
ansible_role
tempname4test/testbashproject
dd7f21c1658c0982c59d44c20ccab826cca0768c
0
ansible/roles/SERVER_CONFIG_install_docker
8,079
[ "no_license" ]
[ { "path": "ansible/roles/SERVER_CONFIG_install_docker/tasks/main.yml", "content": "# - name: check if docker is installed\n# shell: docker run --rm hello-world | grep 'Hello from Docker' | wc -l\n# register: if_docker_installed\n# ignore_errors: yes\n\n# - name: check if docker is installed\n# debug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 783, "all_permissive": false }
ansible_role
tempname4test/testbashproject
dd7f21c1658c0982c59d44c20ccab826cca0768c
0
ansible/roles/install_testcontainer
8,079
[ "no_license" ]
[ { "path": "ansible/roles/install_testcontainer/tasks/main.yml", "content": "- name: rsync data to the remote server\n local_action: shell rsync -avzPh -e \"ssh -o StrictHostKeyChecking=no\" ../* root@{{ ansible_host }}:/root/testci/\n\n- name: build docker no cache\n shell: docker build -t testnginx . -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 703, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-apache2-install
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-apache2-install/vars/main.yml", "content": "---\n# vars file for ansible-role-apache2-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/ansible-role-apache2-install/defaults/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3780, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-create-mysql-user
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-create-mysql-user/tasks/main.yml", "content": "---\n# tasks file for ansible-role-create-mysql-user\n- name: MySQL | Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: MySQL | Install packages\n ansible.builtin.apt:\n name:\n - python3\n - my...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1681, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-install-php
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-install-php/tasks/main.yml", "content": "---\n# tasks file for ansible-role-install-php\n- name: PHP | Install prerequisites\n ansible.builtin.apt:\n name:\n - software-properties-common\n - curl\n state: present\n\n- name: PHP | Add PHP PPA\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1794, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-nginx-install
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-nginx-install/handlers/main.yml", "content": "---\n# handlers file for ansible-role-nginx-install\n- name: Reload Nginx\n service:\n name: nginx\n state: reloaded\n\n- name: Start Nginx\n service:\n name: nginx\n state: started", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 5940, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-web-benchmark
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-web-benchmark/templates/benchmark-test.bash.j2", "content": "#!/bin/bash\n\nURL=\"{{ url_for_test }}\"\nLOG_FILE=\"{{ benchmark_log }}\"\n\n# Начальные значения\nmin=\"{{ min_parallel_requests }}\"\nmax=\"{{ max_parallel_requests }}\"\n\n# Функция для выполнения Apache Benchmar...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3025, "all_permissive": false }
ansible_role
Karsak4747/vagrant_lab9_test
c1b91041ab7ab6d4d006f988be048915f9179fcd
0
roles/ansible-role-wordpress
8,079
[ "no_license" ]
[ { "path": "roles/ansible-role-wordpress/tasks/main.yml", "content": "---\n# tasks file for ansible-role-wordpress\n- name: WordPress | Update apt cache\n ansible.builtin.apt:\n update_cache: yes\n\n- name: WordPress | Install packages\n ansible.builtin.apt:\n name:\n - python3-pip\n state: pr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7976, "all_permissive": false }
ansible_role
su-chi/specimen
3fd739dd267e5066bdd5c2f3f3028912712bddf2
0
roles/bootstrap
8,079
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yaml", "content": "---\n- name: Create config user\n ansible.builtin.user:\n name: config\n shell: /bin/bash\n create_home: yes\n\n- name: Configure sudo for config user\n ansible.builtin.copy:\n dest: /etc/sudoers.d/config\n content: 'config ALL=(ALL) ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1427, "all_permissive": false }
ansible_role
su-chi/specimen
3fd739dd267e5066bdd5c2f3f3028912712bddf2
0
roles/docker
8,079
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install dependencies\n apt:\n pkg:\n - ca-certificates\n - curl\n - gnupg-agent\n lock_timeout: 500\n state: present\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: \"https://download.docker.com/linux/{{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 792, "all_permissive": false }
ansible_role
su-chi/specimen
3fd739dd267e5066bdd5c2f3f3028912712bddf2
0
roles/ufw
8,079
[ "no_license" ]
[ { "path": "roles/ufw/tasks/main.yaml", "content": "---\n- name: Allow traffic on ports 22, 80, and 443\n community.general.ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n loop:\n - 22\n - 80\n - 443\n\n- name: Enable ufw & set incoming policy to 'drop'\n community.general.ufw:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
Jortuk/SFIA-2
0742333bc45ac62b28ac098e23dc66ba8c03b604
1
roles/dockeraddswarm
8,079
[ "no_license" ]
[ { "path": "roles/dockeraddswarm/tasks/main.yaml", "content": "- name: add worker-node to swarm\n shell: \"docker swarm join --token {{ hostvars['token']['value'] }} {{ hostvars['manager_hostname']['value'] }}:2377\"\n ignore_errors: true\n tags: swarm", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
smarunich/super-duper-potato
ed86ad51e7b10279e126a2d64e48bb03fd0be9d2
2
provisioning/bootstrap/project/roles/controllers
8,079
[ "no_license" ]
[ { "path": "provisioning/bootstrap/project/roles/controllers/tasks/bootstrap_controller.yml", "content": "---\n- name: \"Wait for the portal to become active\"\n uri:\n url: \"https://{{ inventory_hostname }}/api/initial-data\"\n validate_certs: no\n status_code: 200\n register: result\n until: r...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6919, "all_permissive": false }
ansible_role
smarunich/super-duper-potato
ed86ad51e7b10279e126a2d64e48bb03fd0be9d2
2
provisioning/bootstrap/project/roles/jumpbox
8,079
[ "no_license" ]
[ { "path": "provisioning/bootstrap/project/roles/jumpbox/files/openshift-ansible-tmux.sh", "content": "#!/bin/bash \ntmux new-session -d -s openshift-ansible\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "provisioning/bootstrap/project/roles/jump...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4341, "all_permissive": false }
ansible_role
smarunich/super-duper-potato
ed86ad51e7b10279e126a2d64e48bb03fd0be9d2
2
provisioning/bootstrap/project/roles/post_install_servers
8,079
[ "no_license" ]
[ { "path": "provisioning/bootstrap/project/roles/post_install_servers/tasks/main.yml", "content": "---\n- command: \"{{ item }}\"\n loop:\n - touch /etc/origin/master/htpasswd\n - htpasswd -b /etc/origin/master/htpasswd aviadmin AviNetworks123!\n - oc adm policy add-cluster-role-to-user cluster-admin avi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": false }
ansible_role
smarunich/super-duper-potato
ed86ad51e7b10279e126a2d64e48bb03fd0be9d2
2
provisioning/bootstrap/project/roles/servers
8,079
[ "no_license" ]
[ { "path": "provisioning/bootstrap/project/roles/servers/templates/ocp_inventory.j2", "content": "# Create an OSEv3 group that contains the masters, nodes, and etcd groups\n[OSEv3:children]\nmasters\nnodes\netcd\n\n# Set variables common for all OSEv3 hosts\n[OSEv3:vars]\n# SSH user, this user should allow s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4809, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/acc_con
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/acc_con/tasks/main.yml", "content": " # Configure strong access controls\n - name: Implement password policies\n copy:\n src: /home/madiane/agpaoa_ansible/Final_Exam/files/etc/pass_quality/pwquality.conf\n dest: /etc/security/pwquality.conf\n notify: Restart the...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 884, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/data_sec
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/data_sec/tasks/main.yml", "content": " - name: Implement backup and disaster recovery mechanisms\n template:\n src: /home/madiane/agpaoa_ansible/Final_Exam/files/etc/backup/backup_script.j2\n dest: /etc/cron.daily/backup_script\n mode: 0755\n owner: root\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/network_sec
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/network_sec/tasks/main.yml", "content": " - name: Installing ufw in Ubuntu\n apt:\n name: ufw\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n - name: Installing firewalld on CentOS\n yum:\n name: firewalld\n state: pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/sec_aw_tr
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/sec_aw_tr/tasks/main.yml", "content": " # Provide security awareness training\n - name: Distribute security awareness training materials\n copy:\n src: /home/madiane/agpaoa_ansible/Final_Exam/files/etc/sec_aware/notice\n dest: /home/madiane/Guidelines and Protocols...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/sec_mon
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/sec_mon/tasks/main.yml", "content": " - name: Configure security monitoring\n template:\n src: /home/madiane/agpaoa_ansible/Final_Exam/files/etc/intrusion_detection/ossec.conf.j2\n dest: /etc/ossec.conf\n mode: 0644\n owner: root\n group: root\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
qmja/Final_Exam-Case-Study-
ec2909ad14f2f6163105a332ada21caa7c07ca24
0
Final_Exam/roles/update
8,079
[ "no_license" ]
[ { "path": "Final_Exam/roles/update/tasks/main.yml", "content": " - name: Update apt cache\n apt:\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n - name: Update yum cache\n yum:\n name: '*'\n state: latest\n when: ansible_os_family == \"RedHat\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
trankimtep/svtech-test
15b70b5cdcc17ff89d1f3a297a44294288e99237
0
roles/base-server
8,079
[ "no_license" ]
[ { "path": "roles/base-server/vars/main.yaml", "content": "sysadmin_home_dir: /home/sysadmin\nhostname_template: templates/hostname.j2\ndocker_daemon_template: templates/docker_daemon.json.j2\ndocker_daemon: /etc/docker/daemon.json\nsysctl_config_template: templates/sysctl.conf.j2\nsysctl_config: /etc/sysctl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4337, "all_permissive": false }
ansible_role
waynesun09/reportportal-operator
97b4397c1cd08537462e1699d2827205919f4f2a
3
roles/reportportal-remove
8,079
[ "permissive" ]
[ { "path": "roles/reportportal-remove/tasks/remove_app.yml", "content": "- name: Delete Report Portal resources\n ignore_errors: yes\n community.kubernetes.k8s:\n state: absent\n api_version: \"{{ k8s_item.apiVersion }}\"\n kind: \"{{ k8s_item.kind }}\"\n namespace: \"{{ meta.namespace }}\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 10189, "all_permissive": true }
ansible_role
lvrfrc87/NaC
dc916bf5843696ce59e598cde3d4e440bd142261
5
roles/demo
8,079
[ "no_license" ]
[ { "path": "roles/demo/tasks/main.yml", "content": "---\n- include_tasks: gather_facts.yml\n tags:\n - get_facts\n - pre_change_checks\n - post_change_checks\n - syslog\n - ntp\n - snmp\n - vty\n\n- include_tasks: ntp.yml\n tags:\n - pre_change_checks\n - config_change\n - pos...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 16419, "all_permissive": false }