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 | jjuarez/podman-on-macos | ee4aade8444f941e425b59b7c7f3e109c6781af6 | 1 | provision/ansible/roles/podman | 236 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/podman/defaults/main.yml",
"content": "---\npodman_socket_mode: \"0660\"\npodman_socket_user: root\npodman_socket_group_name: podman\npodman_group_users: []\n\ncontainer_registries:\n - docker.io\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 1854,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/elasticsearch | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/elasticsearch/handlers/main.yml",
"content": "---\n- name: Restart elasticsearch\n service:\n state: restarted\n name: elasticsearch\n \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "ansible-El... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/elk_stack | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/elk_stack/defaults/main.yml",
"content": "---\nelasticsearch_version: '6.x'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "ansible-Elk-Stack-Project/roles/elk_stack/handlers/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/filebeat | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/filebeat/handlers/main.yml",
"content": "---\n- name: Restart filebeat\n service:\n state: restarted\n name: filebeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ansible-Elk-Stack-Project/roles/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/kibana | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/kibana/handlers/main.yml",
"content": "---\n- name: Restart kibana\n service:\n state: restarted\n name: kibana\n\n- name: Restart Nginx\n service:\n state: restarted\n name: nginx\n ",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2004,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/logstash | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/logstash/tasks/main.yml",
"content": "---\n- name: Install logstash\n yum: \n name: logstash\n state: latest \n update_cache: yes\n\n- name: Create 02-beats-input.conf\n template:\n src: 02-beats-input.conf.j2\n dest: /etc/logstash/conf.d/02-beats-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | ansible-Elk-Stack-Project/roles/prerequisites | 236 | [
"no_license"
] | [
{
"path": "ansible-Elk-Stack-Project/roles/prerequisites/defaults/main.yml",
"content": "---\n# defaults file for prerequisites",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible-Elk-Stack-Project/roles/prerequisites/tasks/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 397,
"all_permissive": false
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | provision_awx_with_terraform/awx/installer/roles/check_vars | 236 | [
"permissive"
] | [
{
"path": "provision_awx_with_terraform/awx/installer/roles/check_vars/tasks/check_docker.yml",
"content": "# check_docker.yml\n---\n- name: postgres_data_dir should be defined\n assert:\n that:\n - postgres_data_dir is defined and postgres_data_dir != ''\n msg: \"Set the value of 'postgres_data_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": true
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | provision_awx_with_terraform/awx/installer/roles/image_push | 236 | [
"permissive"
] | [
{
"path": "provision_awx_with_terraform/awx/installer/roles/image_push/tasks/main.yml",
"content": "---\n- name: Authenticate with Docker registry if registry password given\n docker_login:\n registry: \"{{ docker_registry }}\"\n username: \"{{ docker_registry_username }}\"\n password: \"{{ <PASSW... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2078,
"all_permissive": true
} |
ansible_role | Murodbey/AWX-project-playbooks | f3fac2d54a1a5be324417dae1267bae446e76ed7 | 2 | provision_awx_with_terraform/awx/tools/clusterdevel/roles/minishift | 236 | [
"permissive"
] | [
{
"path": "provision_awx_with_terraform/awx/tools/clusterdevel/roles/minishift/tasks/main.yml",
"content": "---\n- name: Get status of minishift\n shell: minishift status\n register: minishift_status\n\n- name: Echo minishift status so if verification fails we can see the results\n debug:\n var: minis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13603,
"all_permissive": true
} |
ansible_role | UrusovVladimir/NDSR | 9afe36d75b0623ae9e7edb35c8681eee2f3083c9 | 0 | ndsr-deploy/Ansible/roles/NDSR-APP-Compose-role-UP | 236 | [
"no_license"
] | [
{
"path": "ndsr-deploy/Ansible/roles/NDSR-APP-Compose-role-UP/templates/ndsr-app.yml.j2",
"content": "services:\n frontend:\n build:\n context: /home/{{ admin }}/\n dockerfile: Dockerfile_frontend\n hostname: ndsr-app-frontend\n container_name: ndsr-app-front\n mac_address: 52:10:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5379,
"all_permissive": false
} |
ansible_role | UrusovVladimir/NDSR | 9afe36d75b0623ae9e7edb35c8681eee2f3083c9 | 0 | ndsr-deploy/Ansible/roles/NDSR-Compose-role-UP | 236 | [
"no_license"
] | [
{
"path": "ndsr-deploy/Ansible/roles/NDSR-Compose-role-UP/files/VARS.env",
"content": "###Значение переменной по модели записывается как KN через - номер. Т.е пример KN-2610 и тд.\n###Значение переменной с ip адресом выбирается исходя из backend сети\n###Порты web выбираются исходя из модели устройства, т.е... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12132,
"all_permissive": false
} |
ansible_role | UrusovVladimir/NDSR | 9afe36d75b0623ae9e7edb35c8681eee2f3083c9 | 0 | ndsr-deploy/Ansible/roles/SetupContainers | 236 | [
"no_license"
] | [
{
"path": "ndsr-deploy/Ansible/roles/SetupContainers/files/monitorRoutes.sh",
"content": "#!/usr/bin/env bash\nCHECK_ROUTE=($(ip route | awk '{print $1}' | grep -Eo \"(10.10.18.0/24|192.168.20.0/24|10.150.18.0/24 10.150.17.0/24 172.16.77.0/24)\"))\nIP_NETWORKS=(10.10.18.0/24 192.168.20.0/24 10.150.18.0/24 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6094,
"all_permissive": false
} |
ansible_role | UrusovVladimir/NDSR | 9afe36d75b0623ae9e7edb35c8681eee2f3083c9 | 0 | ndsr-deploy/Ansible/roles/SetupDockerHost | 236 | [
"no_license"
] | [
{
"path": "ndsr-deploy/Ansible/roles/SetupDockerHost/tasks/main.yml",
"content": "---\n- name: Setup DNS Resolving\n ansible.builtin.script: ./scripts/setupResolvConf.sh\n when: \"'TRASP' in groups['docker_host']\"\n become: yes\n\n- name: Setup iptables for DHCP\n ansible.builtin.iptables:\n chain: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2302,
"all_permissive": false
} |
ansible_role | rvegesna/ansibleapr | 8740535090f66685bc593c0b3a19e0504636d57b | 0 | roles/mysql | 236 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/my.cnf.j2",
"content": "[mysqld]\nuser = {{ mysql_user }}\npid-file = {{ mysql_pid }}\nsocket = {{ mysql_socket }}\nport = {{ mysql_port }}\ndatadir = {{ mysql_datadir }}\nbind-address = {{ mysql_bind }}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | Gradiant/SI-CLOUD-ansible-workshop | 7f262eca1e05509aa22fd11837c019dfc1aec4f1 | 0 | roles/app | 236 | [
"no_license"
] | [
{
"path": "roles/app/handlers/main.yml",
"content": "---\n- name: Reload systemd daemon\n ansible.builtin.systemd:\n daemon_reload: true\n\n- name: Restart Go application service\n ansible.builtin.systemd:\n name: goapp\n state: restarted",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4206,
"all_permissive": false
} |
ansible_role | Gradiant/SI-CLOUD-ansible-workshop | 7f262eca1e05509aa22fd11837c019dfc1aec4f1 | 0 | roles/db | 236 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n- name: Install MariaDB\n ansible.builtin.yum:\n name: mariadb-server\n state: present\n\n- name: Install Python MySQL bindings\n ansible.builtin.yum:\n name: python3-mysqlclient\n state: present\n\n- name: Start and enable MariaDB service\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1061,
"all_permissive": false
} |
ansible_role | Gradiant/SI-CLOUD-ansible-workshop | 7f262eca1e05509aa22fd11837c019dfc1aec4f1 | 0 | roles/web | 236 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Configure Nginx\n ansible.builtin.template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n group: root\n mode: '0644'\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1502,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/13ft | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/13ft/handlers/main.yml",
"content": "---\n- name: Recreate containers\n command: docker compose up -d --force-recreate\n args:\n chdir: \"{{ svc_path.path }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/caddy | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/caddy/templates/Caddyfile.j2",
"content": "{\n\tacme_dns cloudflare {{ passfile.content | b64decode | trim }}\n}\n\nerx.mandatorygoat.com {\n\tencode zstd gzip\n\n\treverse_proxy https://10.0.10.1 {\n\t\ttransport http {\n\t\t\ttls_insecure_skip_verify\n\t\t}\n\t}\n}\n\npihole1.ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1999,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/dashy | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/dashy/files/conf.yml",
"content": "---\npageInfo:\n title: Mandatory Goats\nappConfig:\n statusCheck: true\n disableConfiguration: true\n preventWriteToDisk: true\n theme: Colorful\n layout: vertical\n hideComponents:\n hideSearch: true\n hideSettings: true\n hideSpl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1539,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/orbitalsync | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/orbitalsync/tasks/main.yml",
"content": "---\n- name: Create service dir\n register: svc_path\n file:\n path: /opt/services/orbitalsync\n state: directory\n\n- name: Copy compose file\n template:\n src: docker-compose.yml.j2\n dest: \"{{ svc_path.path }}/docker-compos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/pihole | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/pihole/tasks/main.yml",
"content": "---\n- name: Create service dir\n register: svc_path\n file:\n path: /opt/services/pihole\n state: directory\n\n- name: Create etc-pihole\n register: conf_path\n file:\n path: \"{{ svc_path.path }}/etc-pihole\"\n state: directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | nickmhankins/homelab-monorepo | 5398a2825a73eabe0dca91e469d8ff8acb1a0cc5 | 0 | ansible/roles/unifi | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/unifi/tasks/main.yml",
"content": "---\n- name: Create service dir\n register: svc_path\n file:\n path: /opt/services/unifi\n state: directory\n\n- name: Check if db already provisioned\n stat:\n path: \"{{ svc_path.path }}/mongo/\"\n register: db\n\n- name: Provision d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1987,
"all_permissive": false
} |
ansible_role | yuhec/ansible | f6999146d04097007530fc15452e40e75f92cb0a | 0 | roles/apache | 236 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name : Install Apache and php\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - apache2\n - php\n - libapache2-mod-php\n - php-mysql\n notify: restart apache",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | yuhec/ansible | f6999146d04097007530fc15452e40e75f92cb0a | 0 | roles/mysql | 236 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: install python\n apt: \n name: \"{{ item }}\"\n state: present\n with_items:\n - mysql-server\n - python\n - python-pip\n - libmysqlclient-dev\n \n- name: install mysql \n pip:\n name: MySQL-python\n\n- name: conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | yuhec/ansible | f6999146d04097007530fc15452e40e75f92cb0a | 0 | roles/serverftp | 236 | [
"no_license"
] | [
{
"path": "roles/serverftp/tasks/main.yml",
"content": "\n- name: Install Vsftpd\n apt:\n name: vsftpd\n state: present\n notify: restart Vsftpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | yuhec/ansible | f6999146d04097007530fc15452e40e75f92cb0a | 0 | roles/wordpress | 236 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name: get wordpress\n get_url:\n dest: /tmp/wordpress.zip\n url: https://fr.wordpress.org/wordpress-latest-fr_FR.zip\n \n\n- name: unarchive folder\n unarchive: \n dest: /var/www/\n src: /tmp/wordpress.zip\n remote_src: yes\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/couchpotato | 236 | [
"no_license"
] | [
{
"path": "roles/couchpotato/defaults/main.yml",
"content": "---\ncouchpotato_enabled: True\n\ncouchpotato_user: couchpotato\n\ncouchpotato_path: /opt/couchpotato\ncouchpotato_apikey: <KEY>\ncouchpotato_version: HEAD\n\nmedia_path: /mnt/media\ndownloads_path: \"{{ media_path }}/downloads\" # Downl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3105,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/deluge | 236 | [
"no_license"
] | [
{
"path": "roles/deluge/defaults/main.yml",
"content": "---\ndeluge_enabled: True\n\n# Deluge Daemon Path\ndeluged_path: /opt/deluged\ndeluged_user: debian-deluged\n\n# Default download locations\nmedia_path: /mnt/media\ndownloads_path: \"{{ media_path }}/downloads\"\ndeluged_incomplete: \"{{ downloads_path... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5999,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/htpc-manager | 236 | [
"no_license"
] | [
{
"path": "roles/htpc-manager/defaults/main.yml",
"content": "---\nhtpc_manager_enabled: True\n\nhtpc_manager_user: htpc_manager\nhtpc_manager_path: /opt/htpc-manager\nhtpc_manager_version: HEAD\n\nhtpc_manager_use_hostnames: True\nhtpc_manager_port: 8085\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9271,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/nzbtomedia | 236 | [
"no_license"
] | [
{
"path": "roles/nzbtomedia/defaults/main.yml",
"content": "---\nnzbtomedia_path: /opt/nzbtomedia\nnzbtomedia_user: nzbtomedia\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/nzbtomedia/tasks/main.yml",
"content": "---\n- name: Install ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/plex | 236 | [
"no_license"
] | [
{
"path": "roles/plex/defaults/main.yml",
"content": "---\nplex_enabled: True\nplex_port: 32400\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/plex/tasks/main.yml",
"content": "- name: Download Plex.\n get_url: url={{ plex_download_ur... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/reverse_proxy | 236 | [
"no_license"
] | [
{
"path": "roles/reverse_proxy/tasks/main.yml",
"content": "---\n- name: Install Apache\n apt: name=apache2 state=installed\n\n- name: Enable apache proxy modules\n command: a2enmod {{ item }}\n with_items:\n - proxy\n - proxy_http\n\n- name: Disable default apache site\n file: path=/etc/apache2/s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | leroux/home-media-server | 05da0e61e5cea35225fd7fdc4c542f03f0232856 | 0 | roles/sickbeard | 236 | [
"no_license"
] | [
{
"path": "roles/sickbeard/tasks/main.yml",
"content": "---\n- name: Install Requirements\n apt: pkg={{ item }} state=installed\n with_items:\n - python-cheetah\n - git\n - python-setproctitle\n\n- name: Ensure sickbeard group is created.\n group: name={{ sickbeard_user }} state=present\n\n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 15379,
"all_permissive": false
} |
ansible_role | Shehu-Yakubu/udapeople-cicd-pipeline | c5c069feca9a98fd98af291e4bb49854cbb8c8d3 | 0 | .circleci/ansible/roles/deploy | 236 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"create directory\"\n become: true\n file:\n path: ~/web\n state: directory\n\n- name: \"extract backend files\"\n become: true\n unarchive:\n src: files/artifact.tar.gz\n dest: .\n\n- name: \"execute node a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2021-08/Thor-VR4_infra | bf643758134e266c2b855c1b551a20d3d196d8a6 | 0 | ansible/roles/app | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install Software\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2021-08/Thor-VR4_infra | bf643758134e266c2b855c1b551a20d3d196d8a6 | 0 | ansible/roles/db | 236 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/install_mongo.yml",
"content": "---\n- name: Add key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.asc\n state: present\n tags: install\n\n\n- name: Add repo\n apt_repository:\n repo: deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | Andrrew20/mongo_with_ansible | 7229c3c37f8785aff7ddbe281e0d7ce36cb70003 | 0 | roles/detect_os | 236 | [
"no_license"
] | [
{
"path": "roles/detect_os/tasks/main.yml",
"content": "---\n- name: Set OS specific variables\n set_fact:\n os_family: >-\n {% if ansible_distribution == 'ALT Linux' %}alt\n {% elif ansible_distribution == 'Astra Linux' %}astra\n {% elif ansible_distribution == 'Red' %}red\n {% endi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | Andrrew20/mongo_with_ansible | 7229c3c37f8785aff7ddbe281e0d7ce36cb70003 | 0 | roles/discover_load | 236 | [
"no_license"
] | [
{
"path": "roles/discover_load/tasks/main.yml",
"content": "- name: Get current load average\n shell: cat /proc/loadavg | awk '$print $11'\n register: load_result\n changed_when: false\n\n- name: Set current load fact\n set_fact:\n current_load: \"{{ load_result.stdout | float }}\"\n\n- name: Determi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | Andrrew20/mongo_with_ansible | 7229c3c37f8785aff7ddbe281e0d7ce36cb70003 | 0 | roles/dns | 236 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "- name: Add Mongo to hosts\n lineinfile:\n path: /etc/hosts\n line: \"astra<--->mongodb.local\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | Andrrew20/mongo_with_ansible | 7229c3c37f8785aff7ddbe281e0d7ce36cb70003 | 0 | roles/firewall | 236 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Allow client for mongo\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 27017\n source: 192.168.0.10\n jump: ACCEPT\n\n- name: Deny others\n iptables:\n chain: INPUT\n protocol: tcp\n destination_port: 270... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 349,
"all_permissive": false
} |
ansible_role | Andrrew20/mongo_with_ansible | 7229c3c37f8785aff7ddbe281e0d7ce36cb70003 | 0 | roles/routing_setup | 236 | [
"no_license"
] | [
{
"path": "roles/routing_setup/vars/main.yml",
"content": "firewall_packages:\n alt:\n - iptables\n - iptables-persistent\n astra:\n - iptables\n - iptables-persistent\n red:\n - iptables\n - iptables-services\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | S7aso1/space | 164ccfd15e722c82a22a7efac9651f02bbcdc369 | 0 | Ansible/roles/audit_play | 238 | [
"no_license"
] | [
{
"path": "Ansible/roles/audit_play/tasks/main.yml",
"content": "- name: start scan\r\n shell: |\r\n echo \"Machine name: $(hostname)\"\r\n echo \"OS version: $(cat {{ rh_release }} )\"\r\n echo \"Memory: $(free -mt | awk NR==2 | awk '{print $2}')\"\r\n echo \"CPU cores: $( cat /proc/cpuinfo | ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | S7aso1/space | 164ccfd15e722c82a22a7efac9651f02bbcdc369 | 0 | Ansible/roles/java_install | 238 | [
"no_license"
] | [
{
"path": "Ansible/roles/java_install/tasks/main.yml",
"content": "---\r\n- name: Install Epel Release\r\n yum:\r\n name: \"{{ epel_release }}\"\r\n\r\n- name: Remote RPM install jdk8 with yum\r\n yum:\r\n name: \"{{ java_source }}\"\r\n state: present",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | S7aso1/space | 164ccfd15e722c82a22a7efac9651f02bbcdc369 | 0 | Ansible/roles/nmon_install | 238 | [
"no_license"
] | [
{
"path": "Ansible/roles/nmon_install/defaults/main.yml",
"content": "---\r\nnmon_httpsource: \"http://sourceforge.net/projects/nmon/files/nmon16m_helpsystems.tar.gz\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "Ansible/roles/nmon_install/tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | S7aso1/space | 164ccfd15e722c82a22a7efac9651f02bbcdc369 | 0 | Ansible/roles/redis_install | 238 | [
"no_license"
] | [
{
"path": "Ansible/roles/redis_install/templates/redis.conf.j2",
"content": "{% if ansible_fqdn in groups['redis_master'] %}\r\nbind {{ redis_master }}\r\n{% else %}\r\nbind {{ redis_slave }}\r\n{% endif %}\r\nprotected-mode yes\r\n{% if ansible_fqdn in groups['redis_master'] %}\r\nport 6379\r\n{% else %}\r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2600,
"all_permissive": false
} |
ansible_role | S7aso1/space | 164ccfd15e722c82a22a7efac9651f02bbcdc369 | 0 | Ansible/roles/user_creation | 238 | [
"no_license"
] | [
{
"path": "Ansible/roles/user_creation/defaults/main.yml",
"content": "---\r\ndummy_vars_groups:\r\n - name: dummy\r\n gid: 1234\r\n\r\n - name: dummy_admin\r\n gid: 1235\r\n\r\ndummy_vars_users:\r\n - name: dummyUser1\r\n comment: \"<EMAIL>\"\r\n password: <PASSWORD> \r\n groups: dummy \r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2212,
"all_permissive": false
} |
ansible_role | santosh373/github-ansible-workflow | 22ff35f86e36cfc8284a27d8087b1e0662e9841c | 0 | roles/sample-testing | 238 | [
"no_license"
] | [
{
"path": "roles/sample-testing/tasks/main.yml",
"content": "---\n- name: get current hostname\n command: hostname\n register : host_info\n\n- debug:\n msg: \"{{host_info}}\"\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | devopshobbies/boundary-vault-stack | 35424484696539cc7474b3ce5196a01cd8e24c00 | 15 | ansible/roles/boundary | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/boundary/tasks/boundary_iac.yml",
"content": "---\n- name: Run terraform configuration\n ansible.builtin.shell: HOME_DIR={{ home_dir }} VAULT_TOKEN={{ transit_token }} SSH_INJECTION={{SSH_INJECTION}} bash \"{{home_dir}}/scripts/init.sh\" boundary\n delegate_to: localhost\n ignore... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2717,
"all_permissive": false
} |
ansible_role | devopshobbies/boundary-vault-stack | 35424484696539cc7474b3ce5196a01cd8e24c00 | 15 | ansible/roles/cleanup | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/cleanup/tasks/main.yml",
"content": "---\n- name: cleanup vault tokens\n ansible.builtin.include_tasks: \"{{ role_path }}/tasks/tokens.yml\"\n- name: Secrets.txt related clean up ops\n ansible.builtin.include_tasks: \"{{ role_path }}/tasks/secrets_file.yml\"\n",
"license_type"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | devopshobbies/boundary-vault-stack | 35424484696539cc7474b3ce5196a01cd8e24c00 | 15 | ansible/roles/prepare_env | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare_env/tasks/main.yml",
"content": "---\n- name: pull required docker images \n ansible.builtin.include_tasks: \"{{ role_path }}/tasks/docker_images.yml\"\n\n- name: copy and sync files and directories\n ansible.builtin.include_tasks: \"{{ role_path }}/tasks/files_and_directo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | devopshobbies/boundary-vault-stack | 35424484696539cc7474b3ce5196a01cd8e24c00 | 15 | ansible/roles/terraform | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/terraform/handlers/main.yml",
"content": "---\n- name: Restart_ssh\n become: true\n ansible.builtin.service:\n name: sshd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "ansible/roles/terraform... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1780,
"all_permissive": false
} |
ansible_role | devopshobbies/boundary-vault-stack | 35424484696539cc7474b3ce5196a01cd8e24c00 | 15 | ansible/roles/vault | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/vault/vars/main.yml",
"content": "---\ndeploy_script: \"{{ stack_dir }}/scripts/deploy.sh\"\ncontainers:\n - vault\n\nvol_path: /srv/vault\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "ansible/roles/vault/tasks/secrets... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3004,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/apache2-yum | 238 | [
"no_license"
] | [
{
"path": "roles/apache2-yum/handlers/main.yml",
"content": "---\n - name: httpd stopped\n service:\n name: httpd\n state: stopped\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/apache2-yum/tasks/main.yml",
"content": "#- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 625,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/fail2ban | 238 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": " - name: On installe epel-release\n yum:\n name: epel-release\n state: present\n\n - name: On installe fail2ban\n yum:\n name: fail2ban\n state: present\n notify: fail2ban restarted\n\n - name: On copie le fichier template\n copy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1130,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/fichier | 238 | [
"no_license"
] | [
{
"path": "roles/fichier/tasks/main.yml",
"content": "# touch a file, using symbolic modes to set the permissions (equivalent to 0644)\n# - file:\n# path: /etc/testluc/foo.conf\n# state: touch\n# mode: \"u=rw,g=r,o=r\"\n\n# create a directory if it doesn't exist\n - file:\n path: /etc/testlu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/glusterfs-client | 238 | [
"no_license"
] | [
{
"path": "roles/glusterfs-client/tasks/main.yml",
"content": " - name: On installe le client glusterfs\n yum:\n name: glusterfs-client\n state: present\n\n # - name: on ajoute le mount point dans /etc/fstab\n # lineinfile:\n # path: /etc/fstab\n # line: '192.168.3.11:/gv0 /mnt/glu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 734,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/needs-restarting | 238 | [
"no_license"
] | [
{
"path": "roles/needs-restarting/tasks/main.yml",
"content": " - name: On regarde si le serveur a besoin de rebooter\n shell: needs-restarting -r\n register: pingout\n ignore_errors: yes\n changed_when: pingout.rc == 1\n failed_when: pingout.rc > 1\n \n - name: On rega... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/ntp | 238 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": " - name: On installe NTP\n yum:\n name: ntp\n state: present\n notify: demarre NTP\n\n\n - name: On copie le fichier template\n copy:\n src: /etc/ansible/fichiers/ntp/ntp.conf\n dest: /etc/ntp.conf\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 535,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/postfix-relais | 238 | [
"no_license"
] | [
{
"path": "roles/postfix-relais/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - postfix-relais",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/postfix-relais/tasks/main.yml",
"content": "---\n# t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1056,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/promutuel.repositories | 238 | [
"no_license"
] | [
{
"path": "roles/promutuel.repositories/handlers/main.yml",
"content": "---\n - name: Update_yum_cache\n yum:\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/promutuel.repositories/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/reboot-centos | 238 | [
"no_license"
] | [
{
"path": "roles/reboot-centos/tasks/main.yml",
"content": "\n#- name: Reboot a slow machine that might have lots of updates to apply\n - name: On reboot les serveurs\n reboot:\n# reboot_timeout: 3600\n\n# - shell: shutdown -r now\n\n# This pause is mandatory, otherwise the existing control connection... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 441,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/resolv | 238 | [
"no_license"
] | [
{
"path": "roles/resolv/tasks/main.yml",
"content": "# Add a line to a file if it does not exist, without passing regexp\n - name : On ajoute le serveur DNS dans resolv.conf\n lineinfile:\n path: /etc/resolv.conf\n line: \"{{ item }}\"\n with_items:\n - nameserver 8.8.8.8\n - nameserver ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/securite | 238 | [
"no_license"
] | [
{
"path": "roles/securite/files/ssh_alert.sh",
"content": "#!/bin/bash\nPATH=/bin:/usr/bin:/usr/sbin\n\n# Your Email Information: Recipient (To:), Subject and Body\nRECIPIENT=\"<EMAIL>\"\nSUBJECT=\"Email from your Server: SSH Alert\"\n\nBODY=\"\nA SSH login was successful, so here are some information for s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/sshd | 238 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "\n- name: interdit le RootLogin\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin '\n line: PermitRootLogin no\n backup: yes\n notify: demarre SSHD\n\n- name: AllowUsers ansible\n lineinfile:\n path: /etc/ssh/sshd_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/update-yum | 238 | [
"no_license"
] | [
{
"path": "roles/update-yum/tasks/main.yml",
"content": "#- name: Install base packages\n# apt: name={{ apache2 }} state=installed\n# apt: pkg=w3m state=installed\n\n# This uses a variable as this changes per distribution.\n#- name: add the apache package\n# package:\n# name: \"{{ w3m }}\"\n# s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/utilitaires | 238 | [
"no_license"
] | [
{
"path": "roles/utilitaires/tasks/main.yml",
"content": " - name : On installe les utilitaires\n yum :\n name: ['net-tools', 'w3m', 'rsync', 'bind-utils', 'mailx', 'telnet']\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | zakk3001/ansible | a40287868f76e86d282340f77f314ae5e5178e86 | 0 | roles/yum-complete-transaction | 238 | [
"no_license"
] | [
{
"path": "roles/yum-complete-transaction/tasks/main.yml",
"content": "#- name: Install base packages\n# apt: name={{ apache2 }} state=installed\n# apt: pkg=w3m state=installed\n\n# This uses a variable as this changes per distribution.\n#- name: add the apache package\n# package:\n# name: \"{{ w3m ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | eideckerh/TIL | 88594dce7c265a80eaf6c002fcf9d943dca919fc | 0 | ansible/roles/docker | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/create-test-images.yml",
"content": "---\n- hosts: local\n become: true\n tasks:\n - name: create sql dumps per service\n shell: \"docker exec dev-postgres pg_dump -U postgres -Fp {{ item }}_service > /root/testdata/initscript/{{item}}.sql\"\n with_items:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/aws-iam | 238 | [
"no_license"
] | [
{
"path": "roles/aws-iam/defaults/main.yml",
"content": "---\n\niam_master_role: \"k8s-master-role\"\niam_master_policy: \"k8s-master-policy\"\niam_worker_role: \"k8s-worker-role\"\niam_worker_policy: \"k8s-worker-policy\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/aws-instances | 238 | [
"no_license"
] | [
{
"path": "roles/aws-instances/meta/main.yml",
"content": "---\n\ndependencies:\n - { role: aws-iam }\n - { role: aws-vpc }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/aws-instances/tasks/ssh-key.yml",
"content": "---\n\n- name: s... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3691,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/aws-vpc | 238 | [
"no_license"
] | [
{
"path": "roles/aws-vpc/defaults/main.yml",
"content": "---\n\n# use the c availability zone\nvpc_subnet_az: \"{{ aws_region }}c\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/aws-vpc/tasks/main.yml",
"content": "---\n\n- include: f... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5701,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/certificate-authority | 238 | [
"no_license"
] | [
{
"path": "roles/certificate-authority/tasks/main.yml",
"content": "---\n\n- include: install.yml\n- include: config.yml\n- include: create-certificates.yml\n- include: fetch-certificates.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1977,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/common-kubectl | 238 | [
"no_license"
] | [
{
"path": "roles/common-kubectl/tasks/main.yml",
"content": "---\n\n- name: install kubectl binary from cache\n copy:\n src: \"{{ k8s_release_cache_dir }}/kubernetes/server/bin/kubectl\"\n dest: \"/usr/bin/\"\n mode: \"0755\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/common-kubernetes | 238 | [
"no_license"
] | [
{
"path": "roles/common-kubernetes/tasks/main.yml",
"content": "---\n\n- name: ensure k8s kubernetes directories exist\n file:\n path: \"/var/lib/kubernetes\"\n state: \"directory\"\n\n- name: ensure TLS certificates and keys are installed\n copy:\n src: \"fetched/{{ item }}\"\n dest: \"/var/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/docker | 238 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n\n- name: copy docker binaries to worker node\n copy:\n src: \"{{ item }}\"\n dest: \"/usr/bin/{{ item | basename }}\"\n mode: \"0755\"\n with_fileglob: \n - \"{{ docker_release_cache_dir }}/docker/*\"\n\n- name: install docker.servi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/etcd-bootstrap | 238 | [
"no_license"
] | [
{
"path": "roles/etcd-bootstrap/tasks/bootstrap.yml",
"content": "---\n\n# daemon-reload should have happened during install\n- name: ensure etcd is running and enabled\n service:\n name: \"etcd\"\n state: \"running\"\n enabled: True\n\n- name: wait for etcd to be listening on 2380\n wait_for: \n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/etcd-cluster | 238 | [
"no_license"
] | [
{
"path": "roles/etcd-cluster/tasks/config.yml",
"content": "---\n\n- name: ensure certificates are installed in the etcd config dir\n copy:\n src: \"fetched/{{ item }}\"\n dest: \"{{ etcd_config_dir }}/{{ item }}\"\n with_items:\n - ca.pem\n - kubernetes-key.pem \n - kubernetes.pem\n noti... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2068,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/k8s-controller | 238 | [
"no_license"
] | [
{
"path": "roles/k8s-controller/tasks/services.yml",
"content": "---\n\n- name: ensure k8s controller services are running\n service:\n name: \"{{ item }}\"\n state: \"running\"\n enabled: True\n with_items:\n - kube-apiserver\n - kube-controller-manager\n - kube-scheduler\n\n",
"lic... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/k8s-public-api | 238 | [
"no_license"
] | [
{
"path": "roles/k8s-public-api/tasks/elb.yml",
"content": "---\n\n#\n# Create an EC2 elastic loadbalancer for the k8s controller public API\n#\n\n- name: create k8s api loadbalancer\n ec2_elb_lb:\n name: \"{{ k8s_api_lb_name }}\"\n state: \"present\"\n region: \"{{ aws_region }}\"\n #NOTE: For... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/k8s-worker | 238 | [
"no_license"
] | [
{
"path": "roles/k8s-worker/tasks/config.yml",
"content": "---\n\n- name: install /var/lib/kubelet/kubeconfig from template\n template:\n src: \"kubeconfig\"\n dest: \"/var/lib/kubelet/kubeconfig\"\n notify: restart k8s worker services\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1916,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/kubectl-client | 238 | [
"no_license"
] | [
{
"path": "roles/kubectl-client/meta/main.yml",
"content": "---\n\ndependencies:\n - { role: common-kubernetes }\n - { role: common-kubectl }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/kubectl-client/tasks/tests.yml",
"content": ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/local-ssh-agent | 238 | [
"no_license"
] | [
{
"path": "roles/local-ssh-agent/tasks/main.yml",
"content": "---\n\n- name: ensure ssh-agent has default key loaded\n become: False\n shell: ssh-add {{ ansible_env.PWD }}/ssh-keys/id_rsa\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | sk8ts/sk8ts-ansible | 11bb5edef2c7c6f6e160b1644da31e96eb9228b4 | 0 | roles/local-ssh-config | 238 | [
"no_license"
] | [
{
"path": "roles/local-ssh-config/tasks/main.yml",
"content": "---\n\n- name: setup an ssh_config file\n template:\n src: \"ssh_config\"\n dest: \"{{ ansible_env.PWD }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/local-ssh-c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | UMCST/CCDC2024-UMaine-Playbook | 25cab09c304692806b706a4184e202abc5e6b7fc | 1 | APPSEC/Ansible/Ansible Bootstrapping/roles/linux | 238 | [
"no_license"
] | [
{
"path": "APPSEC/Ansible/Ansible Bootstrapping/roles/linux/tasks/installpy.yml",
"content": "#\n\n- name: install python3\n raw: apt update && apt install -y python3\n become: yes\n\n- name: install pip3\n raw: apt install -y python3-pip\n become: yes\n\n- name: create symbolic link to python3.x\n raw... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | UMCST/CCDC2024-UMaine-Playbook | 25cab09c304692806b706a4184e202abc5e6b7fc | 1 | APPSEC/Ansible/Ansible Bootstrapping/roles/windows | 238 | [
"no_license"
] | [
{
"path": "APPSEC/Ansible/Ansible Bootstrapping/roles/windows/tasks/main.yml",
"content": "# Add deploy user to Windows host\n#\n\n - name: \"add deployer user\"\n ansible.windows.win_user:\n groups: Users\n groups_action: add\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | padouch/monitor | 4289455f183846a57a1c574b32e8b75be5222c47 | 0 | ansible/roles/telegraf | 238 | [
"no_license"
] | [
{
"path": "ansible/roles/telegraf/tasks/installTelegraf.yml",
"content": "---\n#install for ubuntu from repo\n- name: \"add key\"\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n state: present\n\n- name: \"add repo to list\"\n apt_repository:\n repo: 'deb https://repos.influxdata.co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/addusers | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/addusers/README.md",
"content": "# Хранение зашифрованного пароля\n## Установить библиотеку\n```\nsudo pip install passlib\n```\n## Выполнить команду\n```\npython -c \"from passlib.hash import sha512_crypt; import getpass; print sha512_crypt.using(rounds=5000).hash(getpass.getpass()... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/common | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/common/defaults/main.yaml",
"content": "# ---\n# vars:\n# locale: ru_RU.UTF-8\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/common/README.md",
"content": "\n# Общая роль\n## Переменные\n\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/dyn-dns-dhcp | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/dyn-dns-dhcp/tasks/main.yaml",
"content": "- name: Установка пакетов\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n allow_unauthenticated: yes\n with_items: \"{{ packages }}\"\n tags:\n - install\n\n- name: Забрать rndc.key (используется в dhc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2654,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/gitlab | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab/tasks/main.yaml",
"content": "---\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - install\n\n - name: Установить пакеты необходимые для установки gitlab\n apt:\n name: \"{{ item }}\"\n state: present\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3614,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/jira | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/jira/templates/nginx-jira.j2",
"content": "server {\n listen *:80;\n server_name {{ inventory_hostname }};\n location / {\n proxy_set_header X-Forwarded-Host $host;\n proxy_set_header X-Forwarded-Server $host;\n proxy_set_header X-Forwarded-For $proxy_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2875,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/known_hosts | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/known_hosts/vars/main.yaml",
"content": "---\nansible_become: no\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "ansible/roles/known_hosts/tasks/main.yaml",
"content": "---\n - name: Заполнить known_hosts на локаль... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/landingpage | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/landingpage/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"ru\">\n\n <head>\n\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\">\n <meta name=\"description\" content=\"\">\n <meta ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12414,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/ldap | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/ldap/templates/permission.ldif.j2",
"content": "dn: olcDatabase={1}mdb,cn=config\nchangetype: modify\nreplace: olcAccess\nolcAccess: to *\n by group=\"cn=ldapadmins,ou=group,{{ dn }}\" manage\n by self write\n by * read\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8124,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/nginx-proxy | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-proxy/vars/main.yaml",
"content": "---\n packages:\n - nginx\n - certbot\n - python-certbot-nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible/roles/nginx-proxy/tasks/main.yaml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/openvpn | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/openvpn/templates/iptables/iptables.rules.j2",
"content": "# Generated by iptables-save v1.6.0 on Tue Oct 31 10:33:26 2017\n*filter\n:INPUT ACCEPT [0:0]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n-A INPUT -i lo -j ACCEPT\n-A INPUT -i {{ interface }} -p tcp -m state --state NEW,ES... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5783,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/server-tools | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/server-tools/tasks/main.yaml",
"content": "---\n# Роль для инструментов и утилит\n - name: Обновить метаданные репозитория deb\n apt:\n update_cache: yes\n tags:\n - bareos\n - install\n\n - name: Установить инструменты и утилиты\n apt:\n name: \"{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | knurov/ienv | 4f6cbc9794076f325e3bb36de1be4d4f37298739 | 1 | ansible/roles/subversion | 233 | [
"no_license"
] | [
{
"path": "ansible/roles/subversion/templates/svnadmin-config.ini.j2",
"content": "[Common]\nFirstStart=0\nBackupFolder=./data/backup/\n\n[Translation]\nDirectory=./translations/\n\n[Engine:Providers]\nAuthenticationStatus=basic\nUserViewProviderType=ldap\nUserEditProviderType=\nGroupViewProviderType=ldap\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6434,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.