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 | jakir-ruet/infrastructure-configuration | 2a5808dce20d1c956eed5b580c4516acecfcb016 | 0 | 04-ansible/docker-install-docker-server/roles/docker | 8,001 | [
"no_license"
] | [
{
"path": "04-ansible/docker-install-docker-server/roles/docker/tasks/main.yaml",
"content": "---\n- name: Install required dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n update_cache: true\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 897,
"all_permissive": false
} |
ansible_role | jake4327/Final_Project | 25c872bc23fd30930ae719b188914a53789768f3 | 1 | ansible/roles/jenkins | 8,001 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "---\n\n- name: Update APT package manager repositories cache\n become: yes\n become_user: root\n apt:\n update_cache: yes\n\n- name: Install OpenJDK Java\n become: yes\n apt:\n name: openjdk-8-jdk\n state: present\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3429,
"all_permissive": false
} |
ansible_role | linhnh90/final-ansible | 97685bb1fa4b1679e240fdd182648af7d9f7d1bd | 0 | roles/apache_php | 8,001 | [
"no_license"
] | [
{
"path": "roles/apache_php/files/webtest.conf.j2",
"content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n ServerName webtest\n ServerAlias www.webtest\n DocumentRoot /var/www/webtest/\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n</V... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1778,
"all_permissive": false
} |
ansible_role | linhnh90/final-ansible | 97685bb1fa4b1679e240fdd182648af7d9f7d1bd | 0 | roles/mysql | 8,001 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install MySQL Server\n package:\n name: \"{{ item }}\"\n state: latest\n loop:\n - 'libmysqlclient-dev'\n - 'python-mysqldb'\n - 'mysql-server'\n - 'mysql-client'\n\n- name: Start the MySQL service\n service:\n name: my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | markllama/coreos-infra | 9af08ccd64bd1e09b7b5212a0b046a52bac0ab00 | 0 | ansible/roles/cloudflare-beacon | 8,001 | [
"permissive"
] | [
{
"path": "ansible/roles/cloudflare-beacon/templates/beacon.conf.j2",
"content": "server {\n listen 443 ssl;\n server_name {{ ansible_fqdn }} ;\n ssl_certificate beacon.crt;\n ssl_certificate_key beacon.crt;\n ssl_protocols TLSv1.2 TLSv1.3;\n ssl_ciphers HIGH:!aNUL... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6126,
"all_permissive": true
} |
ansible_role | markllama/coreos-infra | 9af08ccd64bd1e09b7b5212a0b046a52bac0ab00 | 0 | ansible/roles/cloudflare-tunnel | 8,001 | [
"permissive"
] | [
{
"path": "ansible/roles/cloudflare-tunnel/tasks/main.yaml",
"content": "---\n- name: Create systemd container unit file\n copy:\n src: cloudflare-tunnel.container\n dest: /etc/containers/systemd/cloudflare-tunnel.container\n owner: root\n group: root\n mode: 0644\n notify: Reload Cloudflar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 838,
"all_permissive": true
} |
ansible_role | markllama/coreos-infra | 9af08ccd64bd1e09b7b5212a0b046a52bac0ab00 | 0 | ansible/roles/coredns-server | 8,001 | [
"permissive"
] | [
{
"path": "ansible/roles/coredns-server/tasks/resolver.yaml",
"content": "- name: Disable systemd-resolved - (avoid conflict with coredns)\n service:\n name: systemd-resolved\n state: stopped\n enabled: false\n\n- name: Set static resolver file\n template:\n dest: /etc/resolv.conf\n src: re... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2994,
"all_permissive": true
} |
ansible_role | BronyTV/ansible-playbooks | 74c2b424630f37d6c64be6c23670a56b6e3dd5ca | 0 | roles/discordbot | 8,001 | [
"no_license"
] | [
{
"path": "roles/discordbot/tasks/main.yml",
"content": "- name: Clone repository\n git: clone=yes repo=https://github.com/BronyTV/Static-The-Discord-Bot.git dest=/home/static/Static-The-Discord-Bot\n become_user: static\n\n- name: Install required PIP packages\n pip:\n requirements: /home/static/Stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 425,
"all_permissive": false
} |
ansible_role | BronyTV/ansible-playbooks | 74c2b424630f37d6c64be6c23670a56b6e3dd5ca | 0 | roles/unattended-upgrades | 8,001 | [
"no_license"
] | [
{
"path": "roles/unattended-upgrades/tasks/main.yml",
"content": "- name: Add unattended upgrades configs\n copy: src=10periodic dest=/etc/apt/apt.conf.d/10periodic owner=root group=root mode=0664\n copy: src=50unattended-upgrades dest=/etc/apt/apt.conf.d/50unattended-upgrades owner=root group=root mode=0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | BronyTV/ansible-playbooks | 74c2b424630f37d6c64be6c23670a56b6e3dd5ca | 0 | roles/web | 8,001 | [
"no_license"
] | [
{
"path": "roles/web/files/nginx.conf",
"content": "user www-data;\nworker_processes 4;\npid /var/run/nginx.pid;\n\nevents {\n\tworker_connections 1024;\n}\n\nhttp {\n\tpassenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;\n\tpassenger_ruby /usr/bin/passenger_free_ruby;\n\tsendfile on;\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3213,
"all_permissive": false
} |
ansible_role | joaquimpedrooliveira/infra-imagem-basica | 7a7142e8ff76a27c787b0980ffe9b88e237aea4e | 0 | mysql/ansible/roles/mysql | 8,001 | [
"no_license"
] | [
{
"path": "mysql/ansible/roles/mysql/tasks/main.yml",
"content": "- name: \"Instala o MySQL Server\"\n package:\n name:\n - mysql-server-5.7\n - python-mysqldb\n state: present\n become: yes\n- name: Copia a configuração do MySQL\n copy:\n src: files/mysqld.cnf\n dest: /etc/mysql/my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | oracle-devrel/leagueoflegends-optimizer | 505686f102bd0b5ca14389719e7a4056e692058c | 143 | dev/ansible/server/roles/server | 8,001 | [
"no_license"
] | [
{
"path": "dev/ansible/server/roles/server/files/src/test_newclient.py",
"content": "import oracledb\nimport platform\nimport yaml\n\n\ndef process_yaml():\n\twith open(\"../config.yaml\") as file:\n\t\treturn yaml.safe_load(file)\n\ndata = process_yaml()\n\n\n# On Linux this must be None.\n# Instead, the O... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 26412,
"all_permissive": false
} |
ansible_role | ded-yurec/prometheus-alertmanager-grafana | f4fbbd11e6da7939b01dde260d2be47f02e4d184 | 0 | roles/deploy_grafana | 7,997 | [
"no_license"
] | [
{
"path": "roles/deploy_grafana/vars/main.yml",
"content": "---\n# vars file for deploy_grafana\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/deploy_grafana/tasks/install_grafana.yml",
"content": "---\n\n- block:\n - name: Add Repo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1698,
"all_permissive": false
} |
ansible_role | ded-yurec/prometheus-alertmanager-grafana | f4fbbd11e6da7939b01dde260d2be47f02e4d184 | 0 | roles/deploy_prometheus | 7,997 | [
"no_license"
] | [
{
"path": "roles/deploy_prometheus/tasks/install_alertmanager.yml",
"content": "---\n\n\n- name: Create user\n user:\n name: alertmanager\n shell: /bin/false\n create_home: no\n\n- name: Create dir\n file:\n path: \"{{ item }}\"\n state: directory\n owner: alertmanager\n group: alertm... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3540,
"all_permissive": false
} |
ansible_role | Buba1eh/ansible_test | be2b3ac6b8da38f6da7e8fa76f4c5d6efb06640d | 0 | roles/base | 7,997 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"<KEY>\"\n\n- name: generating sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | Buba1eh/ansible_test | be2b3ac6b8da38f6da7e8fa76f4c5d6efb06640d | 0 | roles/web_servers | 7,997 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache2 and libapache2-mod-php packages for Ubuntu\n tags: apache,apache2,ubuntu\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start httpd (CentOS)\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | edersohe/vault-playbook | 55c53befa6383b1e3ab7bde72195fad2637e998e | 0 | roles/common | 7,997 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\nntp_server: 0.mx.pool.ntp.org\ntime_zone: America/Mexico_City\nlocale_lang: en_US.utf8\npublic_key: ~/.ssh/id_rsa.pub\nprivate_key: ~/.ssh/id_rsa",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2745,
"all_permissive": false
} |
ansible_role | edersohe/vault-playbook | 55c53befa6383b1e3ab7bde72195fad2637e998e | 0 | roles/vault | 7,997 | [
"no_license"
] | [
{
"path": "roles/vault/tasks/main.yml",
"content": "---\n- name: Waiting... Do you want to continue {% if destroy_first == true %}(destroy_first={{ destroy_first }}) and {% endif %}create or reconfgure vault \"{{ group }}\"?\n pause:\n seconds: 60\n delegate_to: localhost\n become: false\n\n- name: De... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9266,
"all_permissive": false
} |
ansible_role | flacorobin/Ansible | 3cd3f052c06f1d6f2d1d6fe2b63a404deba57122 | 0 | roles/basic-build | 7,997 | [
"no_license"
] | [
{
"path": "roles/basic-build/tasks/main.yml",
"content": "#Installs a package, defined on pkg=\n- name: \"Installing VIM\"\n yum: pkg=vim state=installed\n\n- name: \"Installing GIT\"\n yum: pkg=git state=installed\n\n#copy files control PC to destination. source is the path relative to the main.yml file.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | flacorobin/Ansible | 3cd3f052c06f1d6f2d1d6fe2b63a404deba57122 | 0 | roles/reverse-proxy | 7,997 | [
"no_license"
] | [
{
"path": "roles/reverse-proxy/tasks/main.yml",
"content": "---\n- name: \"Installing WebServer Packages\"\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - httpd\n - httpd-tools\n\n- name: \"Moving Apache Reverse Proxy Config to WebServer\"\n template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | flacorobin/Ansible | 3cd3f052c06f1d6f2d1d6fe2b63a404deba57122 | 0 | roles/website | 7,997 | [
"no_license"
] | [
{
"path": "roles/website/tasks/main.yml",
"content": "---\n- name: \"Installing WebServer Packages\"\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - httpd\n - httpd-tools\n\n- name: \"Moving HTML Webpage resources\"\n template:\n src: ../files/index.html \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/admin-user | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/admin-user/tasks/main.yml",
"content": "---\n- name: Starting Admin-User Role\n debug:\n msg: \"Creating Admin User with Sudoer grants.\"\n\n- name: Creating DevOps Group\n group:\n name: \"{{ group_name }}\"\n state: present\n\n- name: Creating User\n user:\n name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/apache | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/apache/tasks/main.yml",
"content": "---\n- name: Starting Apache Role\n debug:\n msg: \"Installing, Starting and Enabling Apache\"\n\n- name: Including OS spesific tasks (Debian)\n include_tasks: \"{{ ansible_os_family }}.yml\"\n when: ansible_os_family == 'Debian'\n\n- name... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/common | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/Debian.yml",
"content": "---\n- name: Installing GIT(Debian)\n apt:\n name: git\n state: latest\n update_cache: yes\n install_recommends: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "pl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/html | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/html/tasks/main.yml",
"content": "---\n- name: Starting HTML Role\n debug:\n msg: \"Deploying Files\"\n\n- name: Copiying fixed files.\n copy:\n src: index-fix.html\n dest: /var/www/html/\n mode: 0644\n\n- name: Deploying Templates\n template:\n src: index.html\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 794,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/mysql | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n- name: Starting MySQL Role\n debug:\n msg: \"Installing, Starting and Enabling MySQL\"\n\n- name: Including OS spesific tasks (Debian)\n include_tasks: \"{{ ansible_os_family }}.yml\"\n when: ansible_os_family == 'Debian'\n\n- name: I... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | AngelMarinWolf/Ansible-Playbooks-Vagrant | af6e3c80bc515b4a441232630b3b4b76436f074b | 0 | playbooks/roles/nginx | 7,997 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/RedHat.yml",
"content": "---\n- name: Including OS spesific variables (RedHat)\n include_vars: \"RedHat.yml\"\n\n- name: Install EPEL repo.\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ epel_version }}.noarch.rpm\n state: present\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1079,
"all_permissive": false
} |
ansible_role | philopon/ansible-repo | 802fcd545697792bba27cfa7903f2ee0eea1c634 | 0 | roles/dlna | 7,997 | [
"no_license"
] | [
{
"path": "roles/dlna/templates/ufw-minidlna.j2",
"content": "[minidlna web]\nname=minidlna web\ndescription=minidlna web interfaces\nports={{minidlna_web_port}}/tcp\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/dlna/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 953,
"all_permissive": false
} |
ansible_role | philopon/ansible-repo | 802fcd545697792bba27cfa7903f2ee0eea1c634 | 0 | roles/elasticsearch | 7,997 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/templates/kibana-nginx.j2",
"content": "server {\n listen *:{{kibana_port}};\n server_name localhost;\n\n location / {\n root {{kibana_basedir}}/kibana-{{kibana_version}};\n index index.html index.htm;\n allow {{home_ip}}/{{home_netmask}};\n deny all;\n }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2071,
"all_permissive": false
} |
ansible_role | philopon/ansible-repo | 802fcd545697792bba27cfa7903f2ee0eea1c634 | 0 | roles/fluentd | 7,997 | [
"no_license"
] | [
{
"path": "roles/fluentd/tasks/before_install.yml",
"content": "---\n- name: install ntp\n apt: pkg=ntp {{update_apt}}\n sudo: True\n\n- name: start ntp\n service: name=ntp enabled=yes state=started\n sudo: True\n\n- name: create limits.d conf\n copy: src=../files/limits dest=/etc/security/limits.d/50... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1947,
"all_permissive": false
} |
ansible_role | philopon/ansible-repo | 802fcd545697792bba27cfa7903f2ee0eea1c634 | 0 | roles/netatalk | 7,997 | [
"no_license"
] | [
{
"path": "roles/netatalk/tasks/main.yml",
"content": "---\n- apt: pkg=netatalk\n sudo: True\n\n- copy: src=../files/AppleVolumes.default dest=/etc/netatalk/AppleVolumes.default\n sudo: True\n notify: restart netatalk\n\n- ufw: direction=in from_ip=192.168.0.0/22 rule=allow proto=tcp to_port=548\n sudo:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | philopon/ansible-repo | 802fcd545697792bba27cfa7903f2ee0eea1c634 | 0 | roles/recorder | 7,997 | [
"no_license"
] | [
{
"path": "roles/recorder/chinachu/vars/main.yml",
"content": "chinachu_wui_port: 10772\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/recorder/chinachu/meta/main.yml",
"content": "---\ndependencies:\n - recorder\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6489,
"all_permissive": false
} |
ansible_role | hichemlamine28/jenkins-lab-01 | ee6171a8c74ba5ac1a5058c84a7f093a8b632d06 | 0 | roles/common | 7,997 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Ensure apt keyrings directory exists\n file:\n path: /etc/apt/keyrings\n state: directory\n mode: '0755'\n\n- name: Fix broken apt dependencies\n ansible.builtin.command: apt --fix-broken install -y\n become: true\n changed_when:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | hichemlamine28/jenkins-lab-01 | ee6171a8c74ba5ac1a5058c84a7f093a8b632d06 | 0 | roles/jenkins | 7,997 | [
"no_license"
] | [
{
"path": "roles/jenkins/templates/4_disable_setup.groovy.j2",
"content": "import jenkins.model.*\nimport jenkins.install.*\n\n// 1️⃣ Marquer le setup wizard comme terminé\nJenkins.instance.setInstallState(InstallState.INITIAL_SETUP_COMPLETED)\n\n// 2️⃣ Définir l’URL maître (à adapter ou rendre dynamique ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 15596,
"all_permissive": false
} |
ansible_role | aknochow/install-awx | 6822ba7f5dd6b13d8a9881f712bf0cd6d6a43140 | 1 | roles/install-awx | 7,997 | [
"no_license"
] | [
{
"path": "roles/install-awx/defaults/main.yaml",
"content": "---\nawx_name: awx\nawx_image: quay.io/ansible/awx\nawx_image_tag: latest\nawx_operator_image: quay.io/ansible/awx-operator\nawx_operator_image_tag: \"1.2.0\"\nawx_namespace: awx\nawx_hostname: \"{{ awx_name }}.{{ dns_domain }}\"\ndns_domain: \"{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | aknochow/install-awx | 6822ba7f5dd6b13d8a9881f712bf0cd6d6a43140 | 1 | roles/prepare | 7,997 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yaml",
"content": "---\n- name: Ensure pip is installed and upgraded\n ansible.builtin.shell:\n cmd: \"{{ ansible_facts.python.executable }} -m ensurepip --upgrade\"\n\n- name: Install python kubernetes plugin (required by kubernetes.core collection)\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/ESXi-add_host | 7,997 | [
"no_license"
] | [
{
"path": "roles/ESXi-add_host/tasks/main.yml",
"content": "---\n- name: Add ESXi Host to vCenter\n vmware_host:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter: '{{ datacenter }}'\n cluster_name: '{{ cluster }}'\n #esx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-Cluster | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-Cluster/tasks/main.yml",
"content": "---\n- name: Create Cluster\n vmware_cluster:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter_name: '{{ datacenter }}'\n cluster_name: '{{ cluster }}'\n enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-Datacenter | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-Datacenter/tasks/main.yml",
"content": "---\n- name: Create Datacenter\n vmware_datacenter:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter_name: '{{ datacenter }}'\n validate_certs: no\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-DatastoreCluster | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-DatastoreCluster/tasks/main.yml",
"content": "---\n- name: Create datastore cluster\n vmware_datastore_cluster:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter_name: '{{ datacenter }}'\n datastore_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-DeployOVA | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-DeployOVA/tasks/main.yml",
"content": "---\n- name: Deploy Master Image \n vmware_deploy_ovf:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter: '{{ datacenter }}'\n cluster: '{{ cluster }}'\n dat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-Folder | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-Folder/tasks/main.yml",
"content": "---\n- name: Create vm folders on given datacenter\n vcenter_folder:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter_name: '{{ datacenter }}'\n folder_name: '{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-License | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-License/tasks/main.yml",
"content": "---\n- name: Add a new vCenter license\n vcenter_license:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n license: '{{ vcenter_license }}'\n state: present\n delegate_to:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-Portgroup | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-Portgroup/tasks/main.yml",
"content": "---\n- name: Add Management Network VM\n vmware_portgroup:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n cluster_name: \"{{ cluster }}\"\n switch_name: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-ResourcePool | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-ResourcePool/tasks/main.yml",
"content": "- name: Add resource pool to vCenter\n vmware_resource_pool:\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password: '{{ <PASSWORD> }}'\n datacenter: '{{ datacenter }}'\n cluster: '{{ cluster }}'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vCenter-VirtualMachine | 7,997 | [
"no_license"
] | [
{
"path": "roles/vCenter-VirtualMachine/tasks/main.yml",
"content": "---\n- name: Clone a virtual machine from Windows template and customize\n vmware_guest:\n # Configure Target\n hostname: '{{ vcenter_hostname }}'\n username: '{{ vcenter_username }}'\n password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | nyancat86/vSphere-Ansible | 335a69650e5c5b15b14af6a4cecd570684285e5e | 0 | roles/vSAN-hosts | 7,997 | [
"no_license"
] | [
{
"path": "roles/vSAN-hosts/tasks/main.yml",
"content": "- name: Configure VSAN\n vmware_vsan_cluster:\n hostname: \"{{ ansible_host }}\"\n username: '{{ esxi_user }}'\n password: '{{ <PASSWORD> }}'\n validate_certs: no\n delegate_to: localhost\n register: vsan_cluster",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | rnunezrgn/Windows-CA-management | 33c7953c7cfd87686a6a64ce14feeeb4d946ac67 | 0 | roles/create_ca | 8,004 | [
"no_license"
] | [
{
"path": "roles/create_ca/tasks/main.yml",
"content": "- name: Ensure Temp directory exists\n ansible.windows.win_file:\n path: \"{{ ca_path }}\"\n state: directory\n\n- name: Create self-signed CA certificate\n ansible.windows.win_shell: |\n $cert = New-SelfSignedCertificate `\n -Subject \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | rnunezrgn/Windows-CA-management | 33c7953c7cfd87686a6a64ce14feeeb4d946ac67 | 0 | roles/import_cart | 8,004 | [
"no_license"
] | [
{
"path": "roles/import_cart/tasks/main.yml",
"content": "- name: Ensure Temp directory exists on client\n ansible.windows.win_file:\n path: C:\\Temp\n state: directory\n\n- name: Copy CA certificate to client\n ansible.windows.win_copy:\n src: \"{{ ca_cert_local_path }}\"\n dest: C:\\Temp\\My... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | rmkraus/ansible-windows | 7040de1cde18ecfa12c970ea547a46e52093c585 | 0 | roles/iis | 8,004 | [
"permissive"
] | [
{
"path": "roles/iis/defaults/main.yml",
"content": "iss_port: 8080\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 15
},
{
"path": "roles/iis/tasks/main.yml",
"content": "- name: Install DSC modules\n win_psmodule:\n name: \"{{ it... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1150,
"all_permissive": true
} |
ansible_role | rmkraus/ansible-windows | 7040de1cde18ecfa12c970ea547a46e52093c585 | 0 | roles/powershell | 8,004 | [
"permissive"
] | [
{
"path": "roles/powershell/tasks/main.yml",
"content": "- name: ensure scripts are deployed\n template:\n src: hello.ps1.j2\n dest: C:\\hello.ps1\n\n- name: execute powershell script\n win_shell: C:\\hello.ps1\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 223,
"all_permissive": true
} |
ansible_role | isaacasensio/ansible-pihole | b09dfa3f26d75d959e87b68a36ea8497457c2ef0 | 0 | roles/pihole | 8,004 | [
"no_license"
] | [
{
"path": "roles/pihole/tasks/main.yaml",
"content": "---\n# Reasoning: https://github.com/pi-hole/docker-pi-hole#installing-on-ubuntu\n- name: Ensure systemd-resolved.service is stopped\n ansible.builtin.systemd:\n state: stopped\n name: systemd-resolved\n become: true \n\n- name: Disable stub res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3230,
"all_permissive": false
} |
ansible_role | jaycarson/Portfolio | 283e978f76626ed2a3d4d1135b2a13ac42e6a31c | 0 | applications/ansible/ansible-jenkins/roles/jenkins-build-jobs | 8,004 | [
"no_license"
] | [
{
"path": "applications/ansible/ansible-jenkins/roles/jenkins-build-jobs/defaults/main.yml",
"content": "---\n# defaults file for jenkins-build-jobs\n#jenkins_admin_login: jay\n#jenkins_admin_password: <PASSWORD>\n\n\n# ============================== #\n# Environment Variables #\n# ================... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4711,
"all_permissive": false
} |
ansible_role | jaycarson/Portfolio | 283e978f76626ed2a3d4d1135b2a13ac42e6a31c | 0 | applications/ansible/ansible-jenkins/roles/jenkins-install | 8,004 | [
"no_license"
] | [
{
"path": "applications/ansible/ansible-jenkins/roles/jenkins-install/tasks/jenkins-stop.yml",
"content": "---\n- name: jenkins-stop => Stop Jenkins\n become: true\n service:\n name: jenkins\n state: stopped\n ignore_errors: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 11731,
"all_permissive": false
} |
ansible_role | Omarelhani1/practica_nginx | 05a9bccddc9062a7d56e0f68aae18413a1222f2b | 0 | roles/common | 8,004 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: Actualizacion del sistema\n apt: update_cache=yes upgrade=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | Omarelhani1/practica_nginx | 05a9bccddc9062a7d56e0f68aae18413a1222f2b | 0 | roles/mysql | 8,004 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: Instalación de mariadb\n apt: name=mariadb-server state=latest\n become: yes\n\n- name: Inslatación de pip\n apt: name=python3-pip state=latest\n become: yes\n\n- name: Instalación módulo mymysql\n pip: name=pymysql \n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | Omarelhani1/practica_nginx | 05a9bccddc9062a7d56e0f68aae18413a1222f2b | 0 | roles/nginx | 8,004 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Instalar nginx\n apt: name=nginx state=latest\n become: yes\n\n- name: copiar virtualhost\n template:\n src: vhost\n dest: /etc/nginx/sites-available/vhost\n owner: root\n group: root\n mode: 0644\n notify: restart nginx\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | Omarelhani1/practica_nginx | 05a9bccddc9062a7d56e0f68aae18413a1222f2b | 0 | roles/php | 8,004 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yaml",
"content": "- name: Instalar php\n apt: name=php7.4-fpm\n\n- name: copiar fichero php\n template:\n src: info.php\n dest: /srv/vh/info.php\n owner: www-data\n group: www-data\n mode: 0644\n\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": 186,
"all_permissive": false
} |
ansible_role | berndonline/vyos-lab-provision | 2d2867bdb8be8f5a4053e9371c3bdd2ec0466992 | 6 | roles/hostname | 8,004 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n\n- name: write hostname and domain-name\n vyos_system:\n host_name: '{{ hostname }}'\n domain_name: '{{ domain_name }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | berndonline/vyos-lab-provision | 2d2867bdb8be8f5a4053e9371c3bdd2ec0466992 | 6 | roles/interfaces | 8,004 | [
"no_license"
] | [
{
"path": "roles/interfaces/tasks/main.yml",
"content": "---\n\n- name: write interfaces config\n vyos_config:\n src: \"templates/interfaces.j2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/interfaces/templates/interfaces.j2",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | berndonline/vyos-lab-provision | 2d2867bdb8be8f5a4053e9371c3bdd2ec0466992 | 6 | roles/routing | 8,004 | [
"no_license"
] | [
{
"path": "roles/routing/templates/routing.j2",
"content": "{% if bgp is defined %}\n{% if bgp.maxpath is defined %}\nset protocols bgp {{ bgp.asn }} maximum-paths ebgp '{{ bgp.maxpath }}'\n{% endif %}\n{% for item in bgp.neighbor %}\nset protocols bgp {{ bgp.asn }} neighbor {{ item.address }} ebgp-multihop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/apache | 8,004 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: Redmineディレクトリ以下のオーナーを変更\n become: yes\n file:\n path: \"{{ redmine_dir }}\"\n owner: \"{{ redmine_dir_owner }}\"\n group: \"{{ redmine_dir_group }}\"\n recurse: yes\n\n- name: Passengerが現在のrubyバージョンでインストールされているか確認\n command: /usr/lo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/bundler | 8,004 | [
"no_license"
] | [
{
"path": "roles/bundler/tasks/main.yml",
"content": "- name: Install Bundler\n gem:\n name: bundler\n state: present\n executable: /usr/local/rbenv/shims/gem\n\n- name: Update Bundler to the latest version\n shell: /usr/local/rbenv/shims/gem update bundler\n\n- name: Verify Bundler version\n sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/pg | 8,004 | [
"no_license"
] | [
{
"path": "roles/pg/tasks/main.yml",
"content": "- name: PostgreSQL initdb\n become: yes\n shell:\n PGSETUP_INITDB_OPTIONS=\"--encoding=UTF-8 --no-locale\" postgresql-setup --initdb\n register:\n result\n failed_when: result.rc not in [0, 1]\n changed_when: result.rc == 0\n\n- name: pg_hba.confにr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/redmine | 8,004 | [
"no_license"
] | [
{
"path": "roles/redmine/vars/main.yml",
"content": "redmine_versions_supports_propshaft:\n - \"v3.0.0\"\n - \"v3.0.1\"\n - \"v3.0.2\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/redmine/tasks/main.yml",
"content": "- name: Red... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4424,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/remove | 8,004 | [
"no_license"
] | [
{
"path": "roles/remove/tasks/main.yml",
"content": "- name: Stop httpd server\n become: yes\n command: systemctl stop httpd\n\n- name: Drop the redmine database as the postgresql user\n become: yes\n shell: sudo -u postgres dropdb redmine\n register: dropdb_result\n failed_when: \"dropdb_result.rc !=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/ruby | 8,004 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- name: Rubyがインストールされているか確認\n shell: source ~/.bashrc && ruby -v\n register: ruby_version_output\n ignore_errors: yes\n\n- name: Debug message\n debug:\n msg: \"Ruby version: {{ ruby_version_output.stdout }}\"\n\n- name: Check if Ruby is installed\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2105,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/system | 8,004 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "- name: Fail if db_passwd_redmine is not changed from default\n fail:\n msg: >\n The variable db_passwd_redmine is still set to the default value \"Must_be_changed!\".\n Please change it in group_vars before running this playbook.\n when: d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5216,
"all_permissive": false
} |
ansible_role | Mattani/redmine-rocky-ansible | 0d5a74296cfd3642865dda56a92bfee107333d6e | 2 | roles/theme | 8,004 | [
"no_license"
] | [
{
"path": "roles/theme/tasks/main.yml",
"content": "- name: テーマをdefaultに切り替え\n become: yes\n shell: |\n source ~/.bashrc\n RAILS_ENV=production bundle exec rails r 'Setting[\"ui_theme\"]=\"default\"'\n args:\n chdir: \"{{ redmine_dir }}\"\n environment:\n PATH: \"/usr/local/bin:{{ ansible_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | zhyldyz92/Ansible-Role-R1soft-Apache-proxy | 2de68fb877c4e0e9ff9218f49e915e4255e2a796 | 0 | roles/r1soft-prerequisites | 8,004 | [
"no_license"
] | [
{
"path": "roles/r1soft-prerequisites/tasks/main.yml",
"content": "---\n- name: Install Prerequisites\n yum:\n name:\n - epel-release\n - vim\n - wget\n - unzip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/r1soft-prerequis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | zhyldyz92/Ansible-Role-R1soft-Apache-proxy | 2de68fb877c4e0e9ff9218f49e915e4255e2a796 | 0 | roles/r1soft_agent_installation | 8,004 | [
"no_license"
] | [
{
"path": "roles/r1soft_agent_installation/tasks/main.yml",
"content": "---\n- name: add r1soft repository\n yum_repository:\n name: r1soft\n description: R1Soft Repository Server\n baseurl: http://repo.r1soft.com/yum/stable/$basearch/\n enabled: yes\n gpgcheck: no\n\n- name: install pip\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7911,
"all_permissive": false
} |
ansible_role | zhyldyz92/Ansible-Role-R1soft-Apache-proxy | 2de68fb877c4e0e9ff9218f49e915e4255e2a796 | 0 | roles/r1soft_server_installation | 8,004 | [
"no_license"
] | [
{
"path": "roles/r1soft_server_installation/tasks/main.yml",
"content": "---\n- name: add r1soft repository\n yum_repository:\n name: r1soft\n description: R1Soft Repository Server\n baseurl: http://repo.r1soft.com/yum/stable/$basearch/\n enabled: yes\n gpgcheck: no\n\n- name: install r1soft... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | pmontgon/ansible | 4d439d2dfeb31318390528e7fb1c05254634c86e | 0 | roles/check_fs | 8,004 | [
"no_license"
] | [
{
"path": "roles/check_fs/tasks/main.yml",
"content": "---\n# tasks file for check_fs\n\n- include: check.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/check_fs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1325,
"all_permissive": false
} |
ansible_role | pmontgon/ansible | 4d439d2dfeb31318390528e7fb1c05254634c86e | 0 | roles/jdk | 8,004 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/source.yml",
"content": "- name: \"Determine la derniere version disponible\"\n local_action: shell find {{repository}}/jdk -name \"jdk-*.tgz\" | awk -F\"/\" '{print $NF}' | sed 's/.tgz//g' | awk -F\"-\" '{print $2}' | sort -u | tail -1\n register: last_version_jdk\n\n- name: \"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | andrey-grozov/8.4-roles | 416ee2b789336658654fa7273627be8f339acb7c | 0 | roles/filebeat-role | 8,004 | [
"no_license"
] | [
{
"path": "roles/filebeat-role/defaults/main.yml",
"content": "---\n# defaults file for filebeat-role\nfilebeat_version: \"7.15.2\"\nfilebeat_install_type: remote\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/filebeat-role/handlers/main.y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | andrey-grozov/8.4-roles | 416ee2b789336658654fa7273627be8f339acb7c | 0 | roles/kibana-role | 8,004 | [
"no_license"
] | [
{
"path": "roles/kibana-role/tasks/install_yum.yml",
"content": "---\n- name: Install Kibana\n become: true\n yum:\n name: \"/tmp/kibana-{{ elk_stack_version }}-x86_64.rpm\"\n state: present\n notify: restart Kibana\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 240,
"all_permissive": false
} |
ansible_role | mc7h/ansible-playdock | 9a502e8f7cfc2bdba2156a8917a30c009147df4e | 1 | roles/example_role | 8,004 | [
"no_license"
] | [
{
"path": "roles/example_role/tasks/main.yml",
"content": "---\n# tasks file for example_role\n- name: Hello\n ansible.builtin.debug:\n msg: Hello, World!\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | deroude/codemancy-angular | d937f91c4d6ac21b8afb4cbbbbd7a530ffeb5c9c | 0 | roles/base | 8,004 | [
"no_license"
] | [
{
"path": "roles/base/templates/entity.editor.component.scss.j2",
"content": "mat-form-field {\n max-width:95%;\n}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/base/templates/entity.editor.component.ts.j2",
"content": "import { Comp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 24924,
"all_permissive": false
} |
ansible_role | keldenar/setup | 87c11eac84d8fce030b949bd6ca2a2914c2b2956 | 0 | roles/dotfiles | 8,004 | [
"no_license"
] | [
{
"path": "roles/dotfiles/handlers/main.yml",
"content": "---\n- name: Configure Vim\n local_action: command vim -c VundleUpdate -c quitall\n become: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/dotfiles/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | keldenar/setup | 87c11eac84d8fce030b949bd6ca2a2914c2b2956 | 0 | roles/perl | 8,004 | [
"no_license"
] | [
{
"path": "roles/perl/tasks/main.yml",
"content": "---\n- name: Install perlbrew installer\n copy:\n src: perl_install.sh\n dest: '{{ lookup(\"env\", \"HOME\") }}/perl_install.sh'\n mode: 0755\n owner: '{{ lookup(\"env\", \"USER\") }}'\n\n- name: Install prelbrew\n command: /bin/bash ./perl_in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | keldenar/setup | 87c11eac84d8fce030b949bd6ca2a2914c2b2956 | 0 | roles/python | 8,004 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Create a python virtual env\n pip:\n name: '{{ item }}'\n virtualenv: \"{{ lookup('env','HOME') }}/python.local\"\n state: present\n with_items:\n pyyaml\n jinja2\n python_openstackclient\n\n- name: Add local python to bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | alpiua/ansible-lemp-rhel8 | a3e2947bf0540f7702118774418fa06d76d91691 | 0 | roles/backup | 8,004 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- name: Create backup dir\n file:\n path: \"/home/{{ site_user_name }}/backup/{{ site_name }}\"\n state: directory\n mode: 0750\n owner: \"{{ site_user_name }}\"\n group: \"{{ site_user_name }}\"\n\n- name: Copy drive client\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4903,
"all_permissive": false
} |
ansible_role | alpiua/ansible-lemp-rhel8 | a3e2947bf0540f7702118774418fa06d76d91691 | 0 | roles/common | 8,004 | [
"no_license"
] | [
{
"path": "roles/common/tasks/sftp.yml",
"content": "ssh:\nadd alpi to wheel\nchange port\ndisable root login\n\nsftp:\n \ncreate group\nadd user to group\nchange ssh config\nchange permissions to /home to root:sftp-users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | alpiua/ansible-lemp-rhel8 | a3e2947bf0540f7702118774418fa06d76d91691 | 0 | roles/db | 8,004 | [
"no_license"
] | [
{
"path": "roles/db/tasks/install_mariadb.yml",
"content": " - name: disable default MariaDB module\n copy:\n dest: /etc/dnf/modules.d/mysql.module\n content: |\n [mysql]\n name=mysql\n stream=10.5\n profiles=server\n state=enabled\n\n- name: Install Mariadb ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6266,
"all_permissive": false
} |
ansible_role | alpiua/ansible-lemp-rhel8 | a3e2947bf0540f7702118774418fa06d76d91691 | 0 | roles/nginx | 8,004 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/presta.conf.j2",
"content": "server {\n listen 80 fastopen=256 default_server;\n server_name {{ tmp_site_name }} www.{{ tmp_site_name }};\n return 301 https://{{ tmp_site_name }}$request_uri;\n}\n\nserver {\n listen 443 ssl http2 deferred fastopen=256 default_ser... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 20878,
"all_permissive": false
} |
ansible_role | alpiua/ansible-lemp-rhel8 | a3e2947bf0540f7702118774418fa06d76d91691 | 0 | roles/php | 8,004 | [
"no_license"
] | [
{
"path": "roles/php/tasks/clean_php.yml",
"content": "- name: Check PHP version\n shell: |\n php -r 'echo PHP_VERSION . \"\\n\";' | head -c 3\n check_mode: no\n changed_when: false\n register: php_installed\n\n- name: Remove existing PHP\n dnf:\n name: php*\n state: absent\n when: (php_insta... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6876,
"all_permissive": false
} |
ansible_role | mrblacyk/hacklith | 82d4033f2fee79b58fde73bf590e334db9332799 | 1 | ansible/roles/basic-tools | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/basic-tools/tasks/main.yml",
"content": "- name: Install Gobuster\r\n apt:\r\n name: gobuster\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Install Firefox\r\n apt:\r\n name: firefox\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Install nmap\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3159,
"all_permissive": false
} |
ansible_role | mrblacyk/hacklith | 82d4033f2fee79b58fde73bf590e334db9332799 | 1 | ansible/roles/metasploit-framework | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/metasploit-framework/tasks/main.yml",
"content": "- name: Install cURL\r\n apt:\r\n name: curl\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Downloading Metasploit Framework\r\n get_url:\r\n url: https://raw.githubusercontent.com/rapid7/metasploit-omnibus/mas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 588,
"all_permissive": false
} |
ansible_role | mrblacyk/hacklith | 82d4033f2fee79b58fde73bf590e334db9332799 | 1 | ansible/roles/opt-goodies | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/opt-goodies/tasks/main.yml",
"content": "- name: Clone SecLists\r\n git:\r\n repo: https://github.com/danielmiessler/SecLists.git\r\n dest: /opt/SecLists\r\n\r\n- name: Unpack rockyou.txt from SecLists\r\n unarchive:\r\n src: /opt/SecLists/Passwords/Leaked-Databases/rocky... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | mrblacyk/hacklith | 82d4033f2fee79b58fde73bf590e334db9332799 | 1 | ansible/roles/prepare-os | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare-os/tasks/main.yml",
"content": "- name: Prepare environment - update cache\r\n raw: apt-get update -y\r\n\r\n- name: Prepare environment - install ansible required apps\r\n raw: apt-get install -y python3 python3-apt --no-install-recommends \r\n\r\n- name: Update apt cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | AlejandroDT97/config-portatil | 8217a11cb5ae0a12e36b2f388cda64f6c460bbac | 0 | roles/fondo | 8,007 | [
"no_license"
] | [
{
"path": "roles/fondo/tasks/main.yml",
"content": "- name: Crear carpeta base de configuración dconf\n file:\n path: /etc/dconf/db/local.d\n state: directory\n mode: \"0755\"\n\n- name: Crear carpeta para fondos personalizados\n file:\n path: /usr/share/backgrounds/educaandos\n state: dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1126,
"all_permissive": false
} |
ansible_role | rageev1987/ansibleroles | c83e86aec2362f8584da8a94380eb673a7b36c3d | 0 | roles/common | 8,007 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "\n---\n# tasks file for common\n- name: install packages\n apt: name={{item}} state=installed\n with_items:\n - default-jdk\n - maven\n - git\n\n- name: git clone\n git:\n repo: https://github.com/boxfuse/boxfuse-sample-java-war-hello.git\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | rageev1987/ansibleroles | c83e86aec2362f8584da8a94380eb673a7b36c3d | 0 | roles/webserver | 8,007 | [
"no_license"
] | [
{
"path": "roles/webserver/defaults/main.yml",
"content": "---\n# defaults file for webserver\ndest_folder: /var/lib/tomcat8/webapps/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n# tasks file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | VladilenMarchenko/webapp-monitoring-project | d01dcac2667f1e20d62bbf3a2693f65dcdf7ca1b | 0 | ansible/roles/docker | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Wait for apt locks\n shell: |\n while fuser /var/lib/dpkg/lock-frontend >/dev/null 2>&1; do\n echo \"Waiting for other apt processes to finish...\"\n sleep 5\n done\n changed_when: false\n\n- name: Wait for automatic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | VladilenMarchenko/webapp-monitoring-project | d01dcac2667f1e20d62bbf3a2693f65dcdf7ca1b | 0 | ansible/roles/monitoring | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/tasks/main.yml",
"content": "---\n- name: Create monitoring directory\n file:\n path: /opt/monitoring\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n\n- name: Copy Prometheus configuration\n copy:\n src: prometheus.yml\n dest: /o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | VladilenMarchenko/webapp-monitoring-project | d01dcac2667f1e20d62bbf3a2693f65dcdf7ca1b | 0 | ansible/roles/webapp | 8,007 | [
"no_license"
] | [
{
"path": "ansible/roles/webapp/templates/docker-compose.yml.j2",
"content": "version: '3.8'\n\nservices:\n webapp:\n build: .\n container_name: nodejs-webapp\n ports:\n - \"3000:3000\"\n environment:\n - NODE_ENV=production\n - PORT=3000\n - METRICS_PORT=9100\n volumes:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1413,
"all_permissive": false
} |
ansible_role | gglm92/ansible-haproxy-webserver-on-cloud | 17108d77bb14a62e83f203bedb6240a560411b5f | 0 | roles/createec2aws | 8,007 | [
"no_license"
] | [
{
"path": "roles/createec2aws/tasks/createwebservers.yml",
"content": "---\n# tasks file for roles/createec2aws/createwebservers.yml\n- name: Provision instance(s)\n ec2:\n aws_access_key: '{{ lookup(\"env\", \"AWS_ACCESS_KEY_ID\") }}'\n aws_secret_key: '{{ lookup(\"env\", \"A... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3959,
"all_permissive": false
} |
ansible_role | gglm92/ansible-haproxy-webserver-on-cloud | 17108d77bb14a62e83f203bedb6240a560411b5f | 0 | roles/createvmgcp | 8,007 | [
"no_license"
] | [
{
"path": "roles/createvmgcp/tasks/main.yml",
"content": "---\n# tasks file for createvmgcp\n\n- name: create a disk\n gcp_compute_disk:\n name: disk-{{ instance_name }}\n size_gb: 10\n source_image: 'projects/ubuntu-os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2936,
"all_permissive": false
} |
ansible_role | gglm92/ansible-haproxy-webserver-on-cloud | 17108d77bb14a62e83f203bedb6240a560411b5f | 0 | roles/haproxy | 8,007 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n# tasks file for haproxy\n- name: Install haproxy service \n apt:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Enable init script\n replace: \n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1932,
"all_permissive": false
} |
ansible_role | gglm92/ansible-haproxy-webserver-on-cloud | 17108d77bb14a62e83f203bedb6240a560411b5f | 0 | roles/webservers | 8,007 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for webservers\n- name: Install http service \n apt:\n name: apache2\n state: present\n update_cache: yes\n\n- name: Upgrade the page\n template:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 535,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.