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
nixon-infra-ops/ansible-supervisor
24f960bee4cd513decfba105da18098745369bd8
0
roles/start
8,047
[ "no_license" ]
[ { "path": "roles/start/tasks/main.yaml", "content": "- name: \"Populate service facts\"\n ansible.builtin.service_facts:\n\n- name: enable services on boot\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: true\n state: started\n when: \"item in services\"\n with_items: '{{ servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
nixon-infra-ops/ansible-supervisor
24f960bee4cd513decfba105da18098745369bd8
0
roles/status
8,047
[ "no_license" ]
[ { "path": "roles/status/tasks/main.yml", "content": "- name: \"Populate service facts\"\n service_facts:\n- name: \"See the service <supervisord> facts as they are\"\n debug:\n msg: \"{{ansible_facts.services['supervisord.service'].state}}\"\n- name: \"Verify if supervisord is running!\"\n assert:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
nixon-infra-ops/ansible-supervisor
24f960bee4cd513decfba105da18098745369bd8
0
roles/stop
8,047
[ "no_license" ]
[ { "path": "roles/stop/tasks/main.yaml", "content": "- name: \"Populate service facts\"\n ansible.builtin.service_facts:\n\n- name: disable services on boot\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: false\n state: stopped\n when: \"item in services\"\n with_items: '{{ servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
rafaelmoraes/ansible-playbook-install-wordpress
f62b0e56d9105ef91ff0e1cadfa84a3f2e2dfe0b
0
roles/mysql
8,047
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "mysql_ips_allowed:\n - localhost\n - '127.0.0.1'\n\nmysql_root_password: \"<PASSWORD>\"\nmysql_cnf_file: \"mysqld.cnf\"\nmysql_cnf_file_dir: \"/etc/mysql/mysql.conf.d\"\nopen_firewall_ports:\n - 3306\n\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1337, "all_permissive": false }
ansible_role
rafaelmoraes/ansible-playbook-install-wordpress
f62b0e56d9105ef91ff0e1cadfa84a3f2e2dfe0b
0
roles/security
8,047
[ "no_license" ]
[ { "path": "roles/security/tasks/main.yml", "content": "---\n- name: \"Install Ufw\"\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - ufw\n\n- name: \"Open firewall ports\"\n ufw:\n rule: allow\n port: \"{{ item }}\"\n state: enabled\n with_items:\n - \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
rafaelmoraes/ansible-playbook-install-wordpress
f62b0e56d9105ef91ff0e1cadfa84a3f2e2dfe0b
0
roles/webserver
8,047
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: \"Install Apache2, PHP and dependencies\"\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - php\n - apache2\n - libapache2-mod-php\n - php-gd\n - php-ssh2\n - php-mcrypt\n - php-mys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
rafaelmoraes/ansible-playbook-install-wordpress
f62b0e56d9105ef91ff0e1cadfa84a3f2e2dfe0b
0
roles/wordpress
8,047
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: \"Download latest wordpress\"\n get_url:\n url: \"https://wordpress.org/latest.tar.gz\"\n dest: '/tmp/wordpress.tar.gz'\n \n- name: \"Extract worpress.tar.gz\"\n unarchive:\n src: \"/tmp/wordpress.tar.gz\"\n dest: \"/var/www\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
Mkezhman85/devops-course
dd1f8169f49d0612a21ba3e1f96c774bbb37a2b2
0
08-ansible-04-role/playbook/roles/lighthouse
8,050
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/lighthouse/README.md", "content": "Lighhouse\n=========\n\nThis role can install vector to ubuntu vm\n\nRole Variables\n--------------\n\nNone\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instance, with variables pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2450, "all_permissive": false }
ansible_role
Mkezhman85/devops-course
dd1f8169f49d0612a21ba3e1f96c774bbb37a2b2
0
08-ansible-04-role/playbook/roles/vector
8,050
[ "no_license" ]
[ { "path": "08-ansible-04-role/playbook/roles/vector/tasks/main.yml", "content": "---\n- name: Get vector distrib\n ansible.builtin.get_url:\n url: \"https://packages.timber.io/vector/{{ vector_version }}/vector_{{ vector_version }}-1_amd64.deb\"\n dest: \"./vector-{{ vector_version }}.deb\"\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
cloudrural/deployer
bfc4d63f4a975b651b2756ac63edd265b7f9da29
0
ansible/roles/appserver
8,050
[ "no_license" ]
[ { "path": "ansible/roles/appserver/tasks/main.yml", "content": "---\n\n- name: create floder for appserver\n file:\n dest: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ TOMCAT_APP_DIR }}\"\n\n- name: download tomcat\n get_url:\n url: \"{{ item }}\"\n dest: \"{{ APP_HOME_DIR }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 879, "all_permissive": false }
ansible_role
cloudrural/deployer
bfc4d63f4a975b651b2756ac63edd265b7f9da29
0
ansible/roles/dbserver
8,050
[ "no_license" ]
[ { "path": "ansible/roles/dbserver/tasks/main.yml", "content": "---\n- name: Installs the MySQL server\n block:\n - name: Installing the MySQL server\n apt: \n name: \"{{ item }} \"\n state: present\n update_cache: yes\n with_items:\n - mysql-server\n - python3-pymysql\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 955, "all_permissive": false }
ansible_role
cloudrural/deployer
bfc4d63f4a975b651b2756ac63edd265b7f9da29
0
ansible/roles/webserver
8,050
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n - name: installing webserver\n package:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \n - \"{{ package_manager }}\"\n - \"{{ web_server }}\"\n notify:\n - start-webserver\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
bjolivot/ansible-tools-playbook-generator
278323bc74f58ee9b1a36db4d0d808fdfddc1568
1
roles/playbook_generator
8,050
[ "no_license" ]
[ { "path": "roles/playbook_generator/files/skeleton/.gitignore", "content": "*.retry\n*.secret\n*.key\n*.crt\n*.pem", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/playbook_generator/tasks/playbook.yml", "content": "---\r\n- name: create n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3536, "all_permissive": false }
ansible_role
Romanow/ansible-consul
62696c7f3b5f416ac4e99137daf9fbe9cc6ce311
0
ansible/roles/consul
8,050
[ "no_license" ]
[ { "path": "ansible/roles/consul/templates/consul.service.j2", "content": "[Unit]\nDescription=\"Consul Service\"\nRequires=network-online.target\nAfter=network-online.target\nConditionFileNotEmpty=/etc/consul.d/consul.hcl\n\n[Service]\nUser=consul\nGroup=consul\nExecStart=/usr/bin/consul agent -config-dir=/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2913, "all_permissive": false }
ansible_role
kapsali29/AnsibleTutorial
e396fa3577e4cc0cbd11c15701ee96ba28c37c0e
0
roles/base
8,050
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "---\n- name: say your name\n debug:\n msg: \"I am {{ansible_facts['all_ipv4_addresses']}} {{base_description}}\"\n- name: whoAmI\n debug:\n msg: \"I am {{who_am_i}}\"\n\n- name: install a package\n apt:\n name: \"{{rnd_pack}}\"\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1025, "all_permissive": false }
ansible_role
kapsali29/AnsibleTutorial
e396fa3577e4cc0cbd11c15701ee96ba28c37c0e
0
roles/clients
8,050
[ "no_license" ]
[ { "path": "roles/clients/tasks/main.yaml", "content": "---\n- name: install apache2\n apt:\n name: apache2\n state: latest\n\n- name: install unzip\n apt:\n name: unzip\n state: latest\n\n- name: copy default.html file for site\n tags: apache2,apache,httpd\n copy:\n src: files/default.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 717, "all_permissive": false }
ansible_role
kapsali29/AnsibleTutorial
e396fa3577e4cc0cbd11c15701ee96ba28c37c0e
0
roles/webservers
8,050
[ "no_license" ]
[ { "path": "roles/webservers/tasks/main.yaml", "content": "---\n- name: Say hello\n debug:\n msg: \"Hello from webserver {{ansible_facts['user_id']}}@{{ansible_facts['all_ipv4_addresses']}}\"\n\n- name: install jq\n apt:\n name: jq\n state: latest", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
JigraNoob/SpiralWeave-Harmonic-Core
1d3399cdc7c48052cd8a50b61fe052ced41326fd
0
roles/deploy_frontend
8,050
[ "no_license" ]
[ { "path": "roles/deploy_frontend/templates/nginx.conf.j2", "content": "[Unit]\nDescription=Spiral Archive Server\nAfter=network.target\n\n[Service]\nExecStart=/usr/bin/node {{ spiral_server_path }}/server/archiveServer.js\nRestart=always\nEnvironment=NODE_ENV=production\nWorkingDirectory={{ spiral_server_pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1326, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/bazarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/bazarr/handlers/main.yml", "content": "---\n- name: start bazarr\n systemd:\n name: bazarr\n state: restarted\n enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/bazarr/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1430, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/common
8,050
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade dependencies\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n tags: always\n\n# - name: Mitigation for SystemD SSH Socket race condition\n# ansible.builtin.lineinfile:\n# path: /lib/systemd/system/ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 614, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/fabric
8,050
[ "no_license" ]
[ { "path": "ansible/roles/fabric/templates/fabric.service.j2", "content": "[Unit]\nDescription=Fabric Daemon\nAfter=syslog.target network.target\n\n[Service]\nWorkingDirectory=/opt/fabric\nUser=fabric\nGroup=fabric\nRestart=on-failure\nRestartSec=5\nType=simple\nExecStart=java -Xmx7G -jar server.jar nogui\nK...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2147, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/geyser
8,050
[ "no_license" ]
[ { "path": "ansible/roles/geyser/templates/geyser-config.j2", "content": " bedrock: \n # The IP address that will listen for connections. \n # Generally, you should only uncomment and change this if you want to limit what IPs can connect to your server. \n #address: 0.0.0.0 \n\n # The port that will ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3758, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/lidarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/lidarr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Create group\n ansible.builtin.group:\n name: lidarr\n gid: \"{{ media_group }}\"\n state: present\n\n- name: Create user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 969, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/nzbget
8,050
[ "no_license" ]
[ { "path": "ansible/roles/nzbget/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Create group\n ansible.builtin.group:\n name: nzbget\n gid: \"{{ media_group }}\"\n state: present\n\n- name: Create user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1447, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/omada
8,050
[ "no_license" ]
[ { "path": "ansible/roles/omada/handlers/main.yml", "content": "---\n- name: start omada\n systemd:\n name: tpeap\n state: restarted\n enabled: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "ansible/roles/omada/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/overseerr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/overseerr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Install packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1551, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/overseerr_dmz
8,050
[ "no_license" ]
[ { "path": "ansible/roles/overseerr_dmz/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Install packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-propert...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2178, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/pihole
8,050
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Install packages\n apt:\n pkg:\n - curl\n state: latest\n update_cache: true\n\n- name: Create pihole group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1601, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/plex
8,050
[ "no_license" ]
[ { "path": "ansible/roles/plex/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Install packages\n apt:\n pkg:\n - apt-transport-https\n - gnupg\n state: latest\n\n- name: Create Plex group\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1588, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/prowlarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/prowlarr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Install packages\n apt:\n pkg:\n - curl\n - sqlite3\n state: latest\n\n- name: Create Prowlarr group\n group:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/radarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/radarr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Create group\n ansible.builtin.group:\n name: radarr\n gid: \"{{ media_group }}\"\n state: present\n\n- name: Create user\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1169, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/sonarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/sonarr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n\n- name: Create Sonarr group\n group:\n name: sonarr\n gid: \"{{ media_group }}\"\n state: present\n\n- name: Create user\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1391, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/tdarr
8,050
[ "no_license" ]
[ { "path": "ansible/roles/tdarr/tasks/main.yml", "content": "---\n- name: Include vars\n ansible.builtin.include_vars: ../../../../data/ansible/ansible_vars.yml\n \n- name: Create group\n ansible.builtin.group:\n name: tdarr\n gid: \"{{ default_group }}\"\n state: present\n\n- name: Create user\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2863, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/traefik
8,050
[ "no_license" ]
[ { "path": "ansible/roles/traefik/templates/traefik.yml.j2", "content": "# yaml-language-server: $schema=https://json.schemastore.org/traefik-v2.json\n---\nentryPoints:\n web:\n address: :80\n\n websecure:\n address: :443\n\nproviders:\n file:\n directory: /etc/traefik/config\n watch: true\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 5467, "all_permissive": false }
ansible_role
maxakuru/proxmox-ansible
5ab53a44083056606be8e1c90f78d3321f3ad7a4
5
ansible/roles/traefik_dmz
8,050
[ "no_license" ]
[ { "path": "ansible/roles/traefik_dmz/files/traefik/config/overseerr.yml", "content": "---\nhttp:\n routers:\n to-overseerr-secure:\n rule: Host(`tv.{{ env \"DOMAIN_1\" }}`)\n service: overseerr\n tls:\n certResolver: letsencrypt\n\n services:\n overseerr:\n loadBalancer:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3667, "all_permissive": false }
ansible_role
sabowski/ansible-playbooks
581942c08b7a746b5a2c9bbbbdf03997e7cda6fb
0
roles/common
8,050
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars\ncommon_root_pw: \"{{ undef(hint='Must provide the root user password') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/common/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3349, "all_permissive": false }
ansible_role
sabowski/ansible-playbooks
581942c08b7a746b5a2c9bbbbdf03997e7cda6fb
0
roles/kubernetes
8,050
[ "no_license" ]
[ { "path": "roles/kubernetes/handlers/main.yml", "content": "---\n- name: Restart containerd\n ansible.builtin.systemd_service:\n name: containerd\n state: restarted\n\n- name: Restart kubelet\n ansible.builtin.systemd_service:\n name: kubelet\n state: restarted\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 10241, "all_permissive": false }
ansible_role
substobeme/spe_project
2f8ceecd63491b0e520959599a09869abb46e2bb
0
roles/check_run_script
8,050
[ "no_license" ]
[ { "path": "roles/check_run_script/tasks/main.yml", "content": "- name: Check if run.sh exists\n stat:\n path: \"{{ project_dir }}/run.sh\"\n register: run_script\n\n- name: Fail if run.sh is missing\n fail:\n msg: \"run.sh script not found at {{ project_dir }}/run.sh\"\n when: not run_script.stat....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
substobeme/spe_project
2f8ceecd63491b0e520959599a09869abb46e2bb
0
roles/monitoring
8,050
[ "no_license" ]
[ { "path": "roles/monitoring/files/prometheus.yml", "content": "global:\n scrape_interval: 15s\n\nscrape_configs:\n - job_name: 'node_exporter'\n static_configs:\n - targets: ['localhost:9100']\n\n - job_name: 'cadvisor'\n static_configs:\n - targets: ['localhost:8081']\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1366, "all_permissive": false }
ansible_role
substobeme/spe_project
2f8ceecd63491b0e520959599a09869abb46e2bb
0
roles/run_deployment
8,050
[ "no_license" ]
[ { "path": "roles/run_deployment/tasks/main.yml", "content": "- name: Run deployment script run.sh with GUI display environment\n shell: ./run.sh 2>&1 | tee run_output.log\n args:\n chdir: \"{{ project_dir }}\"\n environment:\n DISPLAY: \"{{ display_var }}\"\n TERM: xterm\n QT_X11_NO_MITSHM: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
substobeme/spe_project
2f8ceecd63491b0e520959599a09869abb46e2bb
0
roles/setup_x11
8,050
[ "no_license" ]
[ { "path": "roles/setup_x11/tasks/main.yml", "content": "- name: Print DISPLAY environment variable (debugging)\n debug:\n msg: \"DISPLAY is set to {{ display_var }}\"\n\n- name: Setup X11 permissions and prepare for GUI display\n shell: |\n xhost +local:docker\n xhost +local:root\n xhost +loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
imikiani/monitoring-mysql-container-with-zabbix
5cb3045856497bf34387d77377b4d0a4e1b0064c
2
roles/app
8,050
[ "no_license" ]
[ { "path": "roles/app/tasks/deploy-zabbix.yml", "content": "---\n- name : Copy zabbix's docker-compose files \n copy:\n src: app\n dest: /tmp\n\n- name : Copy update-interface.sh\n copy:\n src: app/update-interface.sh\n dest: /home/vagrant \n mode: 'u+x,g+x' \n\n- name: \"Deploy\"\n comman...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7297, "all_permissive": false }
ansible_role
imikiani/monitoring-mysql-container-with-zabbix
5cb3045856497bf34387d77377b4d0a4e1b0064c
2
roles/docker
8,050
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- include_tasks: setup-docker.yml\n- include_tasks: setup-docker-compose.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/docker/tasks/setup-docker.yml", "content": "---\n- name: Upd...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1555, "all_permissive": false }
ansible_role
AdamGoldsmith/terraform
0953976f86355fddbbbe2d9ddba783e021a5161d
0
roles/ansible-role-terraform-install
8,050
[ "no_license" ]
[ { "path": "roles/ansible-role-terraform-install/tasks/main.yml", "content": "---\n# tasks file for ansible-role-terraform-install\n\n- name: Install dependencies\n package:\n name: \"{{ terraform_dependencies }}\"\n state: present\n\n- name: Get latest terraform version information\n uri:\n url: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3445, "all_permissive": false }
ansible_role
AdamGoldsmith/terraform
0953976f86355fddbbbe2d9ddba783e021a5161d
0
roles/ansible-role-terraform-remove
8,050
[ "no_license" ]
[ { "path": "roles/ansible-role-terraform-remove/tasks/main.yml", "content": "---\n# tasks file for ansible-role-terraform-remove\n\n- name: Remove terraform binary\n file:\n path: \"{{ terraform_bin_path }}/terraform\"\n state: absent\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1022, "all_permissive": false }
ansible_role
r3d3mpt10n/Ansible
fcecd97efe992dde33da7d0d51d93163a285fe3f
1
roles/base_config
8,050
[ "no_license" ]
[ { "path": "roles/base_config/tasks/main.yml", "content": "---\n\n- name: Add Ansible user\n user:\n name: ansible\n group: wheel\n system: yes\n update_password: always\n password: \"{{ <PASSWORD> }}\"\n comment: \"Ansible Management User\"\n\n- name: Ensure Custom fact direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2076, "all_permissive": false }
ansible_role
r3d3mpt10n/Ansible
fcecd97efe992dde33da7d0d51d93163a285fe3f
1
roles/foreman_clients
8,050
[ "no_license" ]
[ { "path": "roles/foreman_clients/handlers/main.yml", "content": "---\n# handlers file for foreman_clients", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/foreman_clients/tasks/main.yml", "content": "---\n# tasks file for foreman_clients\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 935, "all_permissive": false }
ansible_role
r3d3mpt10n/Ansible
fcecd97efe992dde33da7d0d51d93163a285fe3f
1
roles/ntp_clients
8,050
[ "no_license" ]
[ { "path": "roles/ntp_clients/tasks/main.yml", "content": "---\n\n- name: Check Chrony is installed\n yum:\n name: chrony\n state: present\n\n- name:\n template:\n src: templates/chrony.conf.j2\n dest: /etc/chrony.conf\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
r3d3mpt10n/Ansible
fcecd97efe992dde33da7d0d51d93163a285fe3f
1
roles/snmp_hosts
8,050
[ "no_license" ]
[ { "path": "roles/snmp_hosts/vars/main.yml", "content": "snmp_user: \"svc_snmp\"\nsnmp_password: \"<PASSWORD>\"\nsnmp_community: \"tu96Ay62\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/snmp_hosts/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 369, "all_permissive": false }
ansible_role
r3d3mpt10n/Ansible
fcecd97efe992dde33da7d0d51d93163a285fe3f
1
roles/zabbix_clients
8,050
[ "no_license" ]
[ { "path": "roles/zabbix_clients/vars/main.yml", "content": "zabbix_server: \"192.168.3.11\"\nforeman_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/zabbix_clients/tasks/main.yml", "content": "---\n\n- name: Che...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 478, "all_permissive": false }
ansible_role
sbenavidez/terraform-mean-stack
8226e7aad13d0834f536c1ff3a4d8beca697ff67
0
stack/roles/mongodb
8,048
[ "no_license" ]
[ { "path": "stack/roles/mongodb/tasks/main.yml", "content": "---\n- name: add 10gen repo file\n template: src=repo4.j2 dest=/etc/yum.repos.d/mongodb-org-3.6.repo\n tags: mongodb\n\n- name: install mongodb\n yum: name=mongodb-org state=latest\n tags: mongodb\n\n- name: configure mongodb\n template: src=m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
murzinvit/08.03_work_with_roles
f33a093353ee540782636cedcb58084e0c4dffd2
0
playbook/roles/elastic-role
8,048
[ "no_license" ]
[ { "path": "playbook/roles/elastic-role/tasks/main.yml", "content": "---\n - name: Upload .tar.gz file containing binaries from local storage\n copy:\n src: \"elastic_64.tar.gz\"\n dest: \"/tmp/elastic_64.tar.gz\"\n register: download_elastic\n until: download_elastic is succe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
murzinvit/08.03_work_with_roles
f33a093353ee540782636cedcb58084e0c4dffd2
0
playbook/roles/kibana-role
8,048
[ "no_license" ]
[ { "path": "playbook/roles/kibana-role/tasks/main.yml", "content": "---\n - name: Upload .tar.gz file containing binaries from local storage\n copy:\n src: \"kibana_64.tar.gz\"\n dest: \"/tmp/kibana_64.tar.gz\"\n register: download_kibana\n until: download_kibana is succeeded\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1883, "all_permissive": false }
ansible_role
ydb-platform/nbs
bb21ce0f4d4389aed7f343bf9d303a1af88f6fc9
75
.github/ansible/playbooks/roles/cache
8,048
[ "no_license" ]
[ { "path": ".github/ansible/playbooks/roles/cache/tasks/main.yml", "content": "# docker run --name bazel-remote -d -u 1000:1000 -v /home/ubuntu/bazel:/data\n# -v /etc/nginx/htpasswd:/etc/bazel-remote/htpasswd -p9090:8080 -p9092:9092\n# buchgr/bazel-remote-cache\n# --htpasswd_file /etc/bazel-remote/htpasswd\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1294, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/microk8s/single-node/install/roles/microk8s_install
8,048
[ "no_license" ]
[ { "path": "src/ansible/microk8s/single-node/install/roles/microk8s_install/tasks/main.yml", "content": "- import_tasks: tasks/microk8s_install.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "src/ansible/microk8s/single-node/install/roles/microk...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2277, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/microk8s/single-node/install/roles/pre_setup
8,048
[ "no_license" ]
[ { "path": "src/ansible/microk8s/single-node/install/roles/pre_setup/tasks/pre_setup.yml", "content": "---\n- name: Run a few pre-setup requirements before the Microk8s Installation.\n debug:\n msg: \"--- Pre Setup Checks ---\"\n \n- name: Update the System.\n become: true\n apt:\n update_cache: ye...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 409, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/single-master-n-workers-no-etcd/roles/container_pre_checks
8,048
[ "no_license" ]
[ { "path": "src/ansible/single-master-n-workers-no-etcd/roles/container_pre_checks/tasks/main.yml", "content": "- import_tasks: container_pre_checks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "src/ansible/single-master-n-workers-no-etcd/role...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2170, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/single-master-n-workers-no-etcd/roles/kubernetes_installation
8,048
[ "no_license" ]
[ { "path": "src/ansible/single-master-n-workers-no-etcd/roles/kubernetes_installation/vars/main.yml", "content": "keyrings_path: \"/etc/apt/keyrings\"\nkubernetes_version: \"v1.29\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "src/ansible/single-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2457, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/single-master-n-workers-no-etcd/roles/pre_checks
8,048
[ "no_license" ]
[ { "path": "src/ansible/single-master-n-workers-no-etcd/roles/pre_checks/tasks/pre_checks.yml", "content": "# This role does the following tasks.\n# 1. Verify if the MAC Address and the Product UUID is unique.\n\n---\n- name: Start Activity of the Pre-Check for the {{ node_type }}\n debug:\n msg: \"-----...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4383, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/single-master-n-workers-no-etcd/roles/pre_setup
8,048
[ "no_license" ]
[ { "path": "src/ansible/single-master-n-workers-no-etcd/roles/pre_setup/tasks/pre_setup_tasks.yml", "content": "# This role basically performs a series of plays that are a pre-setup list of tasks.\n# 1. Perform a basic update and upgrade.\n# 2. Install jq.\n\n---\n- name: Start the Activity of the Pre-Setup ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1571, "all_permissive": false }
ansible_role
AdeepKrishnaKeelar/Kubernetes-Automation
bcd3fd9f7bcdc20c7ea893cf206a611dbd6e97c1
0
src/ansible/single-master-n-workers-no-etcd/roles/setup_containerd
8,048
[ "no_license" ]
[ { "path": "src/ansible/single-master-n-workers-no-etcd/roles/setup_containerd/tasks/install_containerd_service.yml", "content": "# This role does the following tasks.\n# 1. Gets the Containerd Service binaries.\n# 2. Sets it up in the location needed.\n# 3. Reload the daemon. \n# 4. Enable containerd servic...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 11157, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/compute
8,048
[ "no_license" ]
[ { "path": "roles/compute/files/brctl.sh", "content": "#!/bin/bash\n\napt-get -y install brctl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/compute/tasks/main.yml", "content": "---\n - name: Install lxc package\n apt:\n name: lx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 990, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/delete_compute
8,048
[ "no_license" ]
[ { "path": "roles/delete_compute/files/delete_lxc.sh", "content": "#!/bin/bash\n\napt-get -y remove bridge-utils\napt-get -y remove lxc\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/delete_compute/tasks/main.yml", "content": " - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 220, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/delete_docker
8,048
[ "no_license" ]
[ { "path": "roles/delete_docker/tasks/main.yml", "content": "---\n- name: Make delete log directory\n file: path=/root/delete_log state=directory\n\n- name: Delete automation directory\n file: path=/root/automation state=absent\n\n- name: Copy delete docker shell(CENTOS)\n copy: src=delete_centos.sh dest=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 969, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/delete_manual_tibero
8,048
[ "no_license" ]
[ { "path": "roles/delete_manual_tibero/tasks/main.yml", "content": "---\n- name: Make delete log directory\n file: path=/root/delete_log state=directory\n\n- name: Delete automation directory\n file: path=/root/automation state=absent\n\n- name: stop tibero\n shell: tbdown\n\n- name: Delete tibero6 direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/docker_tibero
8,048
[ "no_license" ]
[ { "path": "roles/docker_tibero/files/tibero_run_centos.sh", "content": "#!/bin/bash\n\nregistry_ip=`awk '/insecure/{print $3}' /usr/lib/systemd/system/docker.service`\ndocker pull $registry_ip/tibero6 >> /root/automation/log/progress\ndocker run -it -d -p $TIBERO_PORT:8629 -v /root/automation/tibero/tibero_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2996, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/init
8,048
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: Make main directory(ALL)\n file: path=/{{ user }}/automation state=directory\n\n- name: Make main recursive directory(ALL)\n file: path=/{{ user }}/automation/{{ item }} state=directory\n with_items:\n - initial\n - log\n \n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2918, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/manual_tibero
8,048
[ "no_license" ]
[ { "path": "roles/manual_tibero/tasks/copy_datafile.yml", "content": "---\n- name: tbdown\n shell: \"{{ tb_home }}/bin/tbdown\"\n\n- name: backup datafile\n shell: \"cp -r /{{ user }}/tibero6/database/ /{{ user }}/automation/db_files/\"\n\n- name: delete datafile\n shell: \"rm -rf /{{ user }}/tibero6/data...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 13446, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/po7
8,048
[ "no_license" ]
[ { "path": "roles/po7/files/docker_install_ubuntu.sh", "content": "#!/bin/bash\n\necho \"start docker install\"\n\n\nadd-apt-repository \"deb https://apt.dockerproject.org/repo/ ubuntu-$(lsb_release -cs) main\"\n\napt-get -y install apt-transport-https ca-certificates curl software-properties-common\n\ncurl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5123, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/storage
8,048
[ "no_license" ]
[ { "path": "roles/storage/zfs.sh", "content": "#!/bin/bash\n\n# apt get install zfs\napt-add-repository universe\napt-get -y update\napt-get -y install zfsutils-linux debootstrap\n\n\n# zfs module active\nmodprobe zfs\n\n# check system hard drive which is vda or sda .. etc.\nCHECK_SV=`ls -al /dev/*da | head ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1164, "all_permissive": false }
ansible_role
longlg88/automation
c9721d716011206db44070d72bccfb7e3b088af7
0
roles/test
8,048
[ "no_license" ]
[ { "path": "roles/test/files/meminfo.sh", "content": "#!/bin/bash\n\ntouch meminfo.tmp\ntouch meminfo\n\ncat /proc/meminfo >> meminfo.tmp\n\nsed -n '/MemTotal/p' meminfo.tmp >> meminfo\nsed -n '/MemFree/p' meminfo.tmp >> meminfo\n\nrm -f meminfo.tmp\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 844, "all_permissive": false }
ansible_role
drupaldevdays/provisioning
b47270f31b922d234ec811c25d708af5760ea417
2
ansible/roles/app
8,048
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Check if site is already installed.\n shell: \"{{ drush.path }} status bootstrap\"\n args:\n chdir: \"{{ app.drupal_core_path }}/web\"\n failed_when: false\n changed_when: false\n become: no\n register: drupal_site_installed\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": false }
ansible_role
drupaldevdays/provisioning
b47270f31b922d234ec811c25d708af5760ea417
2
ansible/roles/composer
8,048
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "- name: Install Composer\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir={{ composer.install_dir }} --filename=composer creates={{ composer.path }}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 175, "all_permissive": false }
ansible_role
drupaldevdays/provisioning
b47270f31b922d234ec811c25d708af5760ea417
2
ansible/roles/drush
8,048
[ "no_license" ]
[ { "path": "ansible/roles/drush/tasks/main.yml", "content": "- name: Download a tagged Drush release\n get_url: url=https://github.com/drush-ops/drush/releases/download/{{ drush.version }}/drush.phar\n dest={{ drush.path }} mode=0755\n when: drush.version != 'master'\n\n- name: Download Drush mas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
drupaldevdays/provisioning
b47270f31b922d234ec811c25d708af5760ea417
2
ansible/roles/php7
8,048
[ "no_license" ]
[ { "path": "ansible/roles/php7/tasks/main.yml", "content": "---\n- name: Add ppa Repository\n sudo: yes\n apt_repository: repo=ppa:ondrej/{{ php7.ppa }}\n\n- name: Update apt\n sudo: yes\n apt: update_cache=yes\n\n- name: Install php\n sudo: yes\n apt: pkg=php state=latest\n\n# - name: Install php-fpm\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-00-prerequirement
8,048
[ "no_license" ]
[ { "path": "roles/centos-00-prerequirement/tasks/main.yml", "content": "---\n#- hostname: name={{ inventory_hostname }}\n# become: yes\n\n- name: Disable seLinux\n shell: \"setenforce 0\"\n ignore_errors: yes\n\n- name: Disabled selinux\n selinux: state=disabled\n ignore_errors: yes\n\n- name: Stop the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1129, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-01-utils-install
8,048
[ "no_license" ]
[ { "path": "roles/centos-01-utils-install/tasks/main.yml", "content": "---\n#- hostname: name={{ inventory_hostname }}\n# become: yes\n\n- name: Install yum-utils\n yum:\n name: yum-utils\n state: latest\n when: \n - install_mode == \"online\"\n\n- name: Install policycoreutils-python\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-04-docker-install
8,048
[ "no_license" ]
[ { "path": "roles/centos-04-docker-install/tasks/main.yml", "content": "---\n- name: remove docker\n yum:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-common\n - docker-selinux\n - docker-engine\n - container-selinux\n when: \n - install_mode == \"onli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4714, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-05-k8s-install
8,048
[ "no_license" ]
[ { "path": "roles/centos-05-k8s-install/tasks/main.yml", "content": "---\n- name: Copy kubernetes.repo\n copy: src=kubernetes.repo dest=/etc/yum.repos.d/kubernetes.repo\n\n- name: Install required packages\n shell: >\n yum install -y yum-allow-downgrade yum-versionlock \\\n kubect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2202, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-06-k8s-init-join
8,048
[ "no_license" ]
[ { "path": "roles/centos-06-k8s-init-join/tasks/main.yml", "content": "---\n- name: kubeadm aggregate all SANs\n set_fact:\n apiserver_sans: >-\n kubernetes\n kubernetes.default\n kubernetes.default.svc\n kubernetes.default.svc.cluster\n kubernetes.default.svc.cluster.local\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6380, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-07-k8s-node-label
8,048
[ "no_license" ]
[ { "path": "roles/centos-07-k8s-node-label/tasks/main.yml", "content": "# k label nodes vm-master1 node-role.kubernetes.io/master=\"true\" --overwrite\n# k label nodes vm-worker1 node-role.kubernetes.io/worker=\"true\" --overwrite\n# k label nodes vm-worker2 node-role.kubernetes.io/worker=\"true\" --overwrit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1824, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-09-helm
8,048
[ "no_license" ]
[ { "path": "roles/centos-09-helm/tasks/main.yml", "content": "---\n##################################################################################\n# Install Helm and Tiller\n##################################################################################\n- name: Helm addon directory\n file: path={{ k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1161, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-11-create-ns
8,048
[ "no_license" ]
[ { "path": "roles/centos-11-create-ns/tasks/main.yml", "content": "---\n######### Create the cluster-insight namespace #####################################\n#- name: Check the infra namespace\n# shell: \"kubectl get namespaces | grep {{ docker_namespace }}\"\n# delegate_to: \"{{ groups['master'][0] }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1420, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-12-nfs-client-provisioner
8,048
[ "no_license" ]
[ { "path": "roles/centos-12-nfs-client-provisioner/tasks/main.yml", "content": "---\n##################################################################################\n# NFS client Provisioner\n##################################################################################\n##############################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1747, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-13-docker-registry
8,048
[ "no_license" ]
[ { "path": "roles/centos-13-docker-registry/tasks/main.yml", "content": "---\n##################################################################################\n# Docker Registry\n##################################################################################\n#- name: Create values.yaml\n# shell: >\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3155, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-14-jenkins
8,048
[ "no_license" ]
[ { "path": "roles/centos-14-jenkins/kubernetes/01.jenkins-pvc.yaml", "content": "# NFS FS exports should be \"no_root_squash\"\n---\nkind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: jenkins-workspace\n namespace: infra\n annotations:\n volume.beta.kubernetes.io/storage-class: \"nfs-client...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5661, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-20-prometheus
8,048
[ "no_license" ]
[ { "path": "roles/centos-20-prometheus/helm/helm.sh", "content": "#!/bin/bash\n\nhelm fetch stable/prometheus --version 11.5.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/centos-20-prometheus/tasks/main.yml", "content": "---\n#######...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2897, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-21-grafana
8,048
[ "no_license" ]
[ { "path": "roles/centos-21-grafana/tasks/main.yml", "content": "---\n##################################################################################\n# Grafana server\n##################################################################################\n######### NameSpace/PV/PVC ##########################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1872, "all_permissive": false }
ansible_role
meditch05/k8s_roles
e5ab0b89540c5c3d4798d8abf8c313ff34e6461c
0
roles/centos-22-elk
8,048
[ "no_license" ]
[ { "path": "roles/centos-22-elk/shl/filebeat/examples/6.x/values.yaml", "content": "imageTag: 6.8.0\n\nextraEnvs:\n - name: ELASTICSEARCH_HOSTS\n value: six-master:9200\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/centos-22-elk/files/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 18565, "all_permissive": false }
ansible_role
ChaturvediSulabh/ansible-automate-ssh-access
bb1cc8b8cecceab86460100ead0ac6cae4a9ff04
0
roles/automation-ssh-access
8,048
[ "no_license" ]
[ { "path": "roles/automation-ssh-access/tasks/grant.yml", "content": "---\n\n- name: Add a new user\n user:\n name: \"{{ user_name }}\"\n comment: \"{{ user_des }}\"\n shell: /bin/bash\n tags:\n - add\n\n- name: Give SSH access\n authorized_key:\n user: \"{{ user_name }}\"\n state: prese...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 782, "all_permissive": false }
ansible_role
apachete24/ansible-loadbalancer
869ea9f89ce5b5460079385616aa603d9e8dbc99
0
shared/playbooks/roles/wordpress
8,048
[ "no_license" ]
[ { "path": "shared/playbooks/roles/wordpress/tasks/main.yml", "content": "---\n\n- name: Install unzip package\n apt: name=unzip state=installed\n\n- name: Check if Wordpress has been previously downloaded\n stat: path=\"{{ wp_download_path }}\"\n register: wp_zipped\n\n- name: Download Wordpress\n get_u...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1066, "all_permissive": false }
ansible_role
bishwash-devops/Introduction-to-devops
7ed5596bcfac8962bc68ffc7e1a60998d8a12f63
0
Ansible/roles/tomcat
8,048
[ "no_license" ]
[ { "path": "Ansible/roles/tomcat/tasks/main.yml", "content": "- name: Install Yum package\r\n yum:\r\n name: \"{{item}}\"\r\n state: present\r\n with_items:\r\n - \"{{jdk_version}}\"\r\n - \"git\"\r\n - \"wget\"\r\n\r\n- name: Add group tcadmin\r\n group:\r\n name: \"{{tomcat.group}}\"\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1580, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/datim-mediator
8,048
[ "no_license" ]
[ { "path": "roles/datim-mediator/templates/config.json.j2", "content": "{\n \"api\": {\n \"username\": \"<EMAIL>\",\n \"password\": \"{{ <PASSWORD> }}\",\n \"apiURL\": \"https://localhost:8080\",\n \"trustSelfSigned\": \"{{ allow_self_signed }}\"\n },\n \"register\": true\n}", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1901, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/file-queue-mediator
8,048
[ "no_license" ]
[ { "path": "roles/file-queue-mediator/tasks/main.yml", "content": " - name: download file-queue mediator\n get_url:\n url: https://github.com/jembi/openhim-mediator-file-queue/archive/{{ file_queue_mediator_branch_or_tag }}.tar.gz\n dest: /tmp/file-queue-mediator.tar.gz\n timeout: 60\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1869, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/openhim-console
8,048
[ "no_license" ]
[ { "path": "roles/openhim-console/tasks/main.yml", "content": " - name: creates openhim-console directory\n file: path=/usr/share/openhim-console state=directory\n tags: openhim\n\n - name: download openhim-console\n get_url:\n url: https://github.com/jembi/openhim-console/releases/download/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1301, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/openhim-core
8,048
[ "no_license" ]
[ { "path": "roles/openhim-core/tasks/main.yml", "content": " - name: add repo file\n template: src=mongo-repo.j2 dest=/etc/yum.repos.d/mongodb-org-3.4.repo\n tags: mongodb\n\n - name: install mongodb\n yum: name=mongodb-org state=present\n tags: mongodb\n\n - name: run mongodb\n service: na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/openhim-datim-config
8,048
[ "no_license" ]
[ { "path": "roles/openhim-datim-config/templates/openhim-config.json.j2", "content": "{\n \"Users\": [\n {\n \"email\": \"<EMAIL>\",\n \"firstname\": \"Mediators\",\n \"groups\": [\n \"admin\"\n ],\n \"passwordAlgorithm\": \"<PASSWORD>\",\n \"password<PASSWORD>\": \"<...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9820, "all_permissive": false }
ansible_role
maurya/datim4u-config-ansible
690b4bf12d4f8f3168ec50aa8f39fac0117b9016
0
roles/sync-mediator
8,048
[ "no_license" ]
[ { "path": "roles/sync-mediator/templates/mediator.json.j2", "content": "{\n \"urn\": \"urn:mediator:openinfoman-dhis2-sync-next-gen\",\n \"version\": \"3.0.0\",\n \"name\": \"OpenInfoMan-DHIS2 Sync Mediator NextGen\",\n \"description\": \"OpenInfoMan-DHIS2 Sync Mediator for NextGen\",\n \"endpoints\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11651, "all_permissive": false }
ansible_role
stasjok/ansible-collection-proxmox
4af6ac63c4b6bdc92fcfac4510fd7c75bb95cbb4
0
roles/dropbear_initramfs
8,048
[ "no_license" ]
[ { "path": "roles/dropbear_initramfs/vars/main.yml", "content": "dropbear_initramfs_options_final: |-\n {{ dropbear_initramfs_options }}{{ \" \" if dropbear_initramfs_options }}-p {{ dropbear_initramfs_port }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2171, "all_permissive": false }
ansible_role
stasjok/ansible-collection-proxmox
4af6ac63c4b6bdc92fcfac4510fd7c75bb95cbb4
0
roles/encrypt_rpool
8,048
[ "no_license" ]
[ { "path": "roles/encrypt_rpool/meta/main.yml", "content": "galaxy_info:\n description: Encrypt Proxmox Virtual Environment ZFS root pool\n\ndependencies:\n - role: stasjok.proxmox.dropbear_initramfs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 13711, "all_permissive": false }