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 | slok/favorshare-orchestration | df36375fa0918ec3fe422df33461baa41fa19c0d | 8 | roles/uwsgi-postinstall | 7,405 | [
"no_license"
] | [
{
"path": "roles/uwsgi-postinstall/templates/uwsgi-app.conf.j2",
"content": "[program:uwsgi-{{ item.key }}]\n;user={{ service_runner_user }}\n;group={{ service_runner_group }}\ncommand=uwsgi --ini {{ item.value.app_dir }}/{{ item.key }}/uwsgi.ini\nautostart=true\nautorestart=true\nstderr_logfile={{ supervis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 754,
"all_permissive": false
} |
ansible_role | prasantk/ansible-docker-jenkins-cicd | 8e880b7d5c6cf4c4be4079d1e28fcbbba6e35d79 | 0 | playbooks/jenkins/roles/containers | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/jenkins/roles/containers/files/jenkins.yml",
"content": "version: '2'\n\nservices:\n\n jenkins-master:\n container_name: jenkins-master\n image: prasantk/jenkins:lts\n group_add:\n - 998\n # ports:\n # - 8080:8080\n # - 50000:50000\n depends_on:\n - s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2738,
"all_permissive": false
} |
ansible_role | prasantk/ansible-docker-jenkins-cicd | 8e880b7d5c6cf4c4be4079d1e28fcbbba6e35d79 | 0 | playbooks/jenkins/roles/docker | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/jenkins/roles/docker/tasks/main.yml",
"content": "- name: Packages are present\n apt:\n name: \"{{ item }}\"\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n\n- name: Docker apt-key present\n apt_key:\n id: <KEY>\n url: \"https://downl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | prasantk/ansible-docker-jenkins-cicd | 8e880b7d5c6cf4c4be4079d1e28fcbbba6e35d79 | 0 | playbooks/jenkins/roles/docker-compose | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/jenkins/roles/docker-compose/tasks/main.yml",
"content": "- name: Executable is present\n get_url:\n url: https://github.com/docker/compose/releases/download/1.20.1/docker-compose-Linux-x86_64\n dest: /usr/local/bin/docker-compose\n mode: 0755\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/basic | 7,405 | [
"no_license"
] | [
{
"path": "roles/basic/templates/backupninja.conf.j2",
"content": "loglevel =\n\n#reportemail = <EMAIL>\nreportemail = <EMAIL>\nreportsuccess = no\nreportwarning = yes\nreportspace = yes\n\n#reporthost =\n#reportuser = ninja\n\nreportdirectory = /var/lib/backupninja/reports\nadmingroup = root\n\n###########... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/certbot | 7,405 | [
"no_license"
] | [
{
"path": "roles/certbot/tasks/main.yml",
"content": "- name: Add Certbot PPA\n apt_repository:\n repo: 'ppa:certbot/certbot'\n\n- name: Install Certbot + nginx plugin\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - certbot\n - python-certbot-nginx\n\n- name: Set up autore... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/elasticsearch | 7,405 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Add Elastic apt key\n apt_key:\n keyserver: hkp://pgp.mit.edu\n id: D88E42B4\n\n- name: Install packages needed for Elastic apt repository\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/interactiveliterature.org | 7,405 | [
"no_license"
] | [
{
"path": "roles/interactiveliterature.org/tasks/main.yml",
"content": "- name: Create directories\n file:\n state: directory\n path: \"{{ item }}\"\n owner: deploy\n group: deploy\n mode: 0755\n with_items:\n - \"/var/www/interactiveliterature.org\"\n - \"/var/www/interactiveliteratu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2570,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/mysql | 7,405 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/20.mysql.j2",
"content": "databases = all\nbackupdir = /var/backups/mysql\nhotcopy = no\nsqldump = yes\ncompress = yes\n\n# Trying to dump information_schema seems to cause issues, and has no real value\nnodata = information_schema.global_status information_sc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/passenger | 7,405 | [
"no_license"
] | [
{
"path": "roles/passenger/templates/php_site.conf.j2",
"content": "location ~* \\.php {\n try_files $uri =404;\n\n fastcgi_pass unix:/var/run/php-fpm-default.sock;\n fastcgi_index index.php;\n #fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n include fastcgi_params;\n}",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2049,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/postfix | 7,405 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "- debconf:\n name: postfix\n question: postfix/destinations\n value: interactiveliterature.org, interconlarp.org, o.interconlarp.org, p.interconlarp.org, q.interconlarp.org, vps1.interconlarp.org, localhost, vps\n vtype: string\n\n- debconf:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4904,
"all_permissive": false
} |
ansible_role | neinteractiveliterature/neil-ansible | 2fc267f43a0b4646232900126eda145844615a14 | 0 | roles/postgresql | 7,405 | [
"no_license"
] | [
{
"path": "roles/postgresql/templates/20.pgsql.j2",
"content": "### backupninja PostgreSQL config file ###\n\n# vsname = <vserver> (no default)\n# what vserver to operate on, only used if vserver = yes in /etc/backupninja.conf\n# if you do not specify a vsname the host will be operated on\n# Note: if operat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | amolghanwat09/LearnDevOps | 6303e260107ce2aae34129b74c4311d2c0ee9fbc | 1 | LearnANSIBLE/ansible-2/roles/APACHE | 7,405 | [
"no_license"
] | [
{
"path": "LearnANSIBLE/ansible-2/roles/APACHE/tasks/main.yml",
"content": "---\n# defaults file for APACHE\n- name: \"Uninstall packages\"\n yum: \n name: \n - httpd\n - httpd-tool\n - php\n - php-cli\n - php-common\n state: latest\n- name: \"Install require packages\"\n yu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 823,
"all_permissive": false
} |
ansible_role | amolghanwat09/LearnDevOps | 6303e260107ce2aae34129b74c4311d2c0ee9fbc | 1 | LearnANSIBLE/ansible-3/roles/APACHE | 7,405 | [
"no_license"
] | [
{
"path": "LearnANSIBLE/ansible-3/roles/APACHE/tasks/main.yml",
"content": "---\n# defaults file for APACHE\n- name: \"Install require packages\"\n yum: \n name: \"{{ PACKAGES }}\"\n state: latest\n- name : \"Take backup of apache conf file\"\n copy : \n src : \"/etc/httpd/conf/httpd.conf\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | andrea-mattioli/ansible_thin_to_clone | b2d5138aad46ffcc5a3eaeb537501d13bee6f8b5 | 1 | roles/check_vm_thin | 7,405 | [
"no_license"
] | [
{
"path": "roles/check_vm_thin/tasks/main.yml",
"content": "- name: Get vms list\n local_action: uri\n args:\n url: \"https://{{ovirt_auth.hostname}}/ovirt-engine/api/vms\"\n user: \"{{ ovirt_auth.username }}\"\n password: \"{{ <PASSWORD> }}\"\n force_basic_auth: true\n validate_certs: fals... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3000,
"all_permissive": false
} |
ansible_role | Opalennyi/Netology_DevOps | 6c4a3dc22b3472e041c511248210993c050863d6 | 0 | dvpspdc-3-graduate/ansible/roles/shared | 7,405 | [
"no_license"
] | [
{
"path": "dvpspdc-3-graduate/ansible/roles/shared/tasks/docker.yml",
"content": "- name: Installing Docker packages (standard installing)\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n updat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1366,
"all_permissive": false
} |
ansible_role | bitaculous/devbox | 5fd3d84b2aeac0e39ac1b57317887afd86b160eb | 0 | environment/roles/database | 7,405 | [
"no_license"
] | [
{
"path": "environment/roles/database/tasks/main.yml",
"content": "---\n# === Includes ===\n\n- include: mysql.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "environment/roles/database/tasks/mysql.yml",
"content": "- name: Check if a datab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | bitaculous/devbox | 5fd3d84b2aeac0e39ac1b57317887afd86b160eb | 0 | environment/roles/environment | 7,405 | [
"no_license"
] | [
{
"path": "environment/roles/environment/templates/php/xdebug.ini.j2",
"content": "zend_extension=xdebug.so\n\nxdebug.idekey = \"vagrant\"\nxdebug.max_nesting_level = 500\nxdebug.remote_connect_back = 1\nxdebug.remote_enable = 1\nxdebug.remote_port = 9000",
"license_type": "no_license",
"detected_li... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 4931,
"all_permissive": false
} |
ansible_role | bitaculous/devbox | 5fd3d84b2aeac0e39ac1b57317887afd86b160eb | 0 | environment/roles/system | 7,405 | [
"no_license"
] | [
{
"path": "environment/roles/system/tasks/main.yml",
"content": "---\n# === Includes ===\n\n- include: curl.yml\n- include: git.yml\n- include: exim4.yml\n- include: memcached.yml\n- include: imagemagick.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1614,
"all_permissive": false
} |
ansible_role | wikitops/ansible_testrail | f5587cbd1b6295e5178f9e100d005a9c6933828f | 0 | roles/testrail | 7,405 | [
"no_license"
] | [
{
"path": "roles/testrail/defaults/main.yml",
"content": "---\n\n###\n# TESTRAIL\n###\n\n# Version\ntestrail_version: 6.2\n\n# Directories\ntestrail_conf_dir: /data/testrail/conf\ntestrail_opt_dir: /data/testrail/opt\ntestrail_database_dir: /data/testrail/database\n\n###\n# DOCKER\n###\n\n# Network\ntestrai... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2431,
"all_permissive": false
} |
ansible_role | doom160/ansible_nginx_offline | 5004e9fd44232bb75c16fe6d6b7ea25beb0b72e7 | 0 | roles/common | 7,405 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Update all packages\n become: yes\n apt:\n name: automake\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | doom160/ansible_nginx_offline | 5004e9fd44232bb75c16fe6d6b7ea25beb0b72e7 | 0 | roles/nginx | 7,405 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Extract nginx-{{ nginx_version }}.tar.gz into /usr/local\n ansible.builtin.unarchive:\n src: nginx-{{ nginx_version }}.tar.gz\n dest: /usr/local\n\n- name: Set permission to for nginx for configure\n ansible.builtin.file:\n mode: '0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1361,
"all_permissive": false
} |
ansible_role | doom160/ansible_nginx_offline | 5004e9fd44232bb75c16fe6d6b7ea25beb0b72e7 | 0 | roles/openssl | 7,405 | [
"no_license"
] | [
{
"path": "roles/openssl/tasks/main.yml",
"content": "---\n- name: Extract openssl-{{ openssl_version }}.tar.gz into /usr/local\n ansible.builtin.unarchive:\n src: openssl-{{ openssl_version }}.tar.gz\n dest: /usr/local\n\n- name: Set permission to for openssl for configure\n ansible.builtin.file:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | doom160/ansible_nginx_offline | 5004e9fd44232bb75c16fe6d6b7ea25beb0b72e7 | 0 | roles/pcre | 7,405 | [
"no_license"
] | [
{
"path": "roles/pcre/vars/main.yml",
"content": "version: 8.44",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "roles/pcre/tasks/main.yml",
"content": "---\n- name: Extract pcre-{{ pcre_version }}.tar.gz into /usr/local\n ansible.builtin.unarc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | doom160/ansible_nginx_offline | 5004e9fd44232bb75c16fe6d6b7ea25beb0b72e7 | 0 | roles/zlib | 7,405 | [
"no_license"
] | [
{
"path": "roles/zlib/tasks/main.yml",
"content": "---\n- name: Extract zlib-{{ zlib_version }}.tar.gz into /usr/local\n ansible.builtin.unarchive:\n src: zlib-{{ zlib_version }}.tar.gz\n dest: /usr/local\n \n- name: Set permission to for zlib for configure\n ansible.builtin.file:\n mode: '0750'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/awscli-v2 | 7,405 | [
"no_license"
] | [
{
"path": "roles/awscli-v2/tasks/main.yml",
"content": "- name: Download AWS CLI v2\n unarchive:\n src: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n remote_src: yes\n dest: ~/tmp\n creates: ~/tmp/aws/install\n\n- name: Install AWS CLI v2\n shell:\n cmd: |\n set -e\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/common | 7,405 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Install commonly used packages\n apt:\n update_cache: yes\n pkg:\n - apt-transport-https\n - build-essential\n - curl\n - jq\n - git\n - git-gui\n - openjdk-8-jre\n - python3-pip\n - telnet\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1027,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/docker-ce | 7,405 | [
"no_license"
] | [
{
"path": "roles/docker-ce/tasks/main.yml",
"content": "- name: Import signing key into apt\n apt_key:\n url: \"https://download.docker.com/linux/{{ ansible_distribution|lower }}/gpg\"\n state: present\n become: yes\n\n \n- name: Add APT repository\n apt_repository:\n repo: \"deb [arch=amd64] h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/gcloud-sdk | 7,405 | [
"no_license"
] | [
{
"path": "roles/gcloud-sdk/tasks/main.yml",
"content": "- name: Import signing key into apt\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n become: yes\n\n- name: Add APT repository\n apt_repository:\n repo: \"deb http://packages.cloud.google.com/apt c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/kube-tools | 7,405 | [
"no_license"
] | [
{
"path": "roles/kube-tools/tasks/main.yml",
"content": "- name: Download kubectl binary\n get_url:\n url: \"https://storage.googleapis.com/kubernetes-release/release/{{ kubectl_version }}/bin/linux/amd64/kubectl\"\n dest: \"{{ tools_path }}/kubectl\"\n mode: 0755\n\n- name: Download skaffold bina... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1831,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/minikube | 7,405 | [
"no_license"
] | [
{
"path": "roles/minikube/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n update_cache: yes\n pkg:\n - qemu-kvm \n - libvirt-clients \n - libvirt-daemon-system\n - bridge-utils\n - virt-manager\n become: yes\n\n- name: Download minikube binary\n get_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/oh-my-zsh | 7,405 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/templates/zshrc.j2",
"content": "export ZSH=$HOME/.oh-my-zsh\nZSH_THEME=\"gentoo\"\nDISABLE_AUTO_UPDATE=\"true\"\nDISABLE_UPDATE_PROMPT=\"true\"\n\nexport EDITOR=vi\n\nplugins=(\n git\n # krew\n # kubectl\n # nvm\n # sdk\n zsh-autosuggestions\n zsh-peco-history\n)\n\nsource... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1278,
"all_permissive": false
} |
ansible_role | WinWisely268/getcourage-ansible-ubuntu | 809a80d686380c393aa4fe5610feb81a46bc746e | 0 | roles/vscode | 7,405 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n update_cache: yes\n pkg:\n - libasound2\n become: yes\n\n- name: Import signing key into apt\n apt_key:\n url: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2081,
"all_permissive": false
} |
ansible_role | gerbilord/home_server | abd5f54ce23b3cd7d7d26132c123fc5a72fd44f8 | 0 | playbooks/roles/addStandardFirewall | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/roles/addStandardFirewall/tasks/main.yml",
"content": "- name: Check if firewall file exists\n stat:\n path: \"/etc/pve/firewall/{{ container_vmid }}.fw\"\n register: firewall_file\n\n- block:\n - name: Copy firewall rule file to Proxmox\n copy:\n src: \"{{ container... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | gerbilord/home_server | abd5f54ce23b3cd7d7d26132c123fc5a72fd44f8 | 0 | playbooks/roles/createStandardLxc | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/roles/createStandardLxc/tasks/main.yml",
"content": "- name: Create LXC container if missing\n community.general.proxmox:\n node: \"{{ proxmox_node }}\"\n api_host: \"{{ proxmox_host }}\"\n api_user: \"{{ proxmox_user }}\"\n password: \"{{ <PASSWORD> }}\"\n vmid: \"{{ co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | gerbilord/home_server | abd5f54ce23b3cd7d7d26132c123fc5a72fd44f8 | 0 | playbooks/roles/downloadLinuxTemplateOnProxmox | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/roles/downloadLinuxTemplateOnProxmox/tasks/main.yml",
"content": "- name: Check if template exists\n ansible.builtin.stat:\n path: \"/var/lib/vz/template/cache/{{ lxc_template }}\"\n register: template_stat\n\n- name: Download linux template in lxc_template\n ansible.builtin.shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | gerbilord/home_server | abd5f54ce23b3cd7d7d26132c123fc5a72fd44f8 | 0 | playbooks/roles/setupLxcInternet | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/roles/setupLxcInternet/tasks/main.yml",
"content": "---\n- name: Configure container networking and add nameserver if missing\n block:\n - name: Set nameserver to /etc/resolv.conf in container\n command: pct exec {{ container_vmid }} -- sh -c \"echo 'nameserver 8.8.8.8' > /etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | gerbilord/home_server | abd5f54ce23b3cd7d7d26132c123fc5a72fd44f8 | 0 | playbooks/roles/setupPythonEnvAndInstallPackagesOnProxmox | 7,405 | [
"no_license"
] | [
{
"path": "playbooks/roles/setupPythonEnvAndInstallPackagesOnProxmox/tasks/main.yml",
"content": "---\n- name: Ensure the `python3-venv` package is installed\n apt:\n name: python3-venv\n state: present\n\n- name: Create a virtual environment in /root/python_virtual_env\n command: python3 -m venv /r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | greyshell/silhouette | 9f7eccfeff6112da54d34eea6461884fe0adef1d | 0 | roles/package_installer | 7,405 | [
"no_license"
] | [
{
"path": "roles/package_installer/tasks/clean_packages.yml",
"content": "---\n- name: Remove unused packages and clean the cache\n apt:\n autoremove: yes\n autoclean: yes\n register: cleanup_status\n changed_when: cleanup_status.changed",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2631,
"all_permissive": false
} |
ansible_role | DarioBlanco26/ps-exchange-textfile-collector | 05b08d36960522367f17550b0a344ee7c070e306 | 0 | ansible/roles/exchange | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/exchange/files/puppet/exchange.pp",
"content": "class exchange {\n file { 'C:/scripts':\n ensure => 'directory',\n owner => 'Administradores',\n group => 'Administrador',\n }\n file { 'C:\\scripts\\exchange.ps1':\n ensure => 'file',\n source => 'puppet:///modules/s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6656,
"all_permissive": false
} |
ansible_role | parsac-mfi-2024/rhel8-hardening | 82a54540e6249f293c44790a0496ac86ed97c18a | 0 | roles/ansible-rhel8-prasac | 7,406 | [
"no_license"
] | [
{
"path": "roles/ansible-rhel8-prasac/tasks/preflight.yml",
"content": "# Standards: 1.1.31\n---\n\n# Preflight checks\n\n- name: Preflight - Fail if host is not suitable for this benchmark\n fail:\n msg: \"This benchmark is suitable for RHEL8.0++\"\n when: ansible_distribution_version < \"8.0\"\n",
... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 13567,
"all_permissive": false
} |
ansible_role | pCosta99/Masters | f835220de45a3330ac7a8b627e5e4bf0d01d9f1f | 1 | SD/SDB/Classes/Mattermost/MinIO/roles/common | 7,406 | [
"no_license"
] | [
{
"path": "SD/SDB/Classes/Mattermost/MinIO/roles/common/tasks/main.yml",
"content": "---\n\n- name: Install minio server and launch it\n include_tasks: minio_server.yaml\n\n- name: Install aws and create a bucket for minio\n include_tasks: aws.yaml",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | pCosta99/Masters | f835220de45a3330ac7a8b627e5e4bf0d01d9f1f | 1 | SD/SDB/Classes/Mattermost/NGINX/roles/common | 7,406 | [
"no_license"
] | [
{
"path": "SD/SDB/Classes/Mattermost/NGINX/roles/common/tasks/main.yml",
"content": "- name: Install nginx\n apt:\n name: nginx\n state: present\n\n# If we are gonna use ssl / https we need this steps to work too\n#- name: Install snapd\n\n#- name: snap install core & refresh core\n\n#- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | mehaase/picoCTF | 07d1f3690afcb81816bde35dd528eba399132979 | 0 | ansible/roles/mongodb | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/install.yml",
"content": "---\n# Playbook that installs MongoDB and associated utilities\n# TODO: Consolidate mongodb tasks into web\n\n- name: Add apt key by id\n apt_key:\n keyserver: \"{{mongodb_apt_keyserver}}\"\n id: \"{{mongodb_apt_key_id}}\"\n\n- name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | mehaase/picoCTF | 07d1f3690afcb81816bde35dd528eba399132979 | 0 | ansible/roles/pico-shell | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/pico-shell/tasks/dependencies.yml",
"content": "---\n# Playbook that installs the dependencies for the picoCTF-shell server\n\n- name: Update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n# Extracted from picoCTF-platform/scripts/shell_setup.sh\n- name: Install p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3487,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | cmf/drupal/7/tests/local_setup/roles/ansible-behat-selenium2 | 7,406 | [
"no_license"
] | [
{
"path": "cmf/drupal/7/tests/local_setup/roles/ansible-behat-selenium2/tasks/debug.yml",
"content": "---\n\n- name: Put behat sample for debug\n synchronize: src=files/behat-debug dest=/root\n tags: behat-selenium\n\n- name: Run composer\n shell: cd /root/behat-debug && composer up\n tags: behat-seleni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/ansible-role-apache | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/ansible-role-apache/vars/Debian.yml",
"content": "---\napache_daemon: apache2\napache_daemon_path: /usr/sbin/\napache_server_root: /etc/apache2\napache_conf_path: /etc/apache2\n\n__apache_packages:\n - apache2\n - apache2-mpm-prefork\n - apache2-utils\n\napache_ports_configuratio... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3845,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/ansible-role-mysql | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/ansible-role-mysql/tasks/configure.yml",
"content": "---\n- name: Copy my.cnf global MySQL configuration.\n template:\n src: my.cnf.j2\n dest: \"{{ mysql_config_file }}\"\n owner: root\n group: root\n mode: 0644\n notify: restart mysql\n\n- name: Clear cache files\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1850,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/ansible-role-php | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/ansible-role-php/tasks/setup-Debian.yml",
"content": "---\n- name: Set up php 5.6\n sudo: yes\n action: apt_repository repo='ppa:ondrej/php5-5.6' state=present\n ignore_errors: yes\n\n- name: Update apt cache.\n apt: update_cache=yes cache_valid_time=86400\n ignore_errors: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-behat-selenium2 | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-behat-selenium2/tasks/selenium.yml",
"content": "---\n- name: Check if Selenium standalone server is downloaded\n stat: path=/var/lib/selenium/selenium.jar\n register: selenium_server\n\n- name: Create dir for Selenium standalone server\n file: path=/var/lib/selenium state=... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2133,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-composer-drush | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-composer-drush/defaults/main.yml",
"content": "---\ncibox_composer_drush:\n version: 6.*\n user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "scripts/roles/cibox-composer-drush/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-jenkins | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-jenkins/defaults/main.yml",
"content": "---\njenkins_job: default\njenkins_data:\n user: jenkins\n group: jenkins\n\n configs:\n - \"jenkins.model.JenkinsLocationConfiguration.xml\"\n - \"org.jenkinsci.plugins.ghprb.GhprbTrigger.xml\"\n - \"jobs/{{ jenkins_job | up... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4625,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-misc | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-misc/tasks/main.yml",
"content": "---\n\n- name: Install apt repos\n sudo: yes\n apt_repository: repo={{ item }} validate_certs=no\n with_items: apt_repos\n\n- name: Update apt\n apt: update_cache=yes\n sudo: yes\n\n- name: Install packages\n action: apt pkg={{ item }} s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-protected-folders | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-protected-folders/tasks/main.yml",
"content": "---\n- name: Create protected folders\n sudo: yes\n file:\n path: \"{{ item }}\"\n owner: www-data\n group: adm\n state: directory\n with_items: cibox_protected_folders.list\n\n- name: Copy .htaccess to the protecte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-sniffers | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-sniffers/defaults/main.yml",
"content": "---\ncomposer_dir: /usr/share/composer\n\ncomposer_global_require:\n - drupal/coder:dev-7.x-2.x\n - squizlabs/php_codesniffer=1.5.6\n\ngit_repos:\n - branch: master\n repo: http://git.drupal.org/sandbox/coltrane/1921926.git\n n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3085,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-ssl-config | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-ssl-config/tasks/main.yml",
"content": "---\n- name: Assures SSL folder exists\n sudo: yes\n file:\n path: \"{{ cibox_ssl_folder }}\"\n state: directory\n\n- name: Create self-signed SSL cert\n sudo: yes\n command: openssl req -x509 -nodes -days 365 -newkey rsa:2048 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | gajdamaka/cibox | f6639d50923d36969871ba48ecb0343774f761e0 | 0 | scripts/roles/cibox-wp-cli | 7,406 | [
"no_license"
] | [
{
"path": "scripts/roles/cibox-wp-cli/tasks/main.yml",
"content": "---\n- name: Downloading WP CLI\n get_url:\n url: \"{{ wp_cli_url }}\"\n dest: /usr/local/bin/wp\n mode: a+x\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | akina-git/ansible-RHCE01 | 07a424bef9cba07e616f1374d8d35e134ed73089 | 0 | roles/apache | 7,406 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for roles/apache\n- name: Install Apache and firewalld packages\n ansible.builtin.dnf:\n name:\n - httpd\n - firewalld\n state: present\n- name: Start the httpd service\n ansible.builtin.service:\n name: httpd\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
ansible_role | yuji-k64613/ansible_tutorial_ja | 7f0169efcc7dd520db3aca5282b8ce0534f9155c | 0 | roles/common | 7,406 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: test\n debug:\n msg: \"hello, common\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 51,
"all_permissive": false
} |
ansible_role | yuji-k64613/ansible_tutorial_ja | 7f0169efcc7dd520db3aca5282b8ce0534f9155c | 0 | roles/web | 7,406 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: test\n debug:\n msg: \"hello, world: {{ var1 }}, {{ var2 }}, {{ item }}\"\n loop: \"{{ list }}\"\n- name: test register\n command: /bin/false\n register: result\n ignore_errors: True\n- name: test condition\n debug:\n msg: \"conditio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | rm-tic/vagabond | d9fac79c04b14fb2604f320e7870e875a39f2f23 | 3 | roles/config | 7,406 | [
"no_license"
] | [
{
"path": "roles/config/tasks/main.yml",
"content": "---\n# tasks file for config\n\n- include: config_files.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/config/handlers/main.yml",
"content": "---\n# handlers file for config",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5826,
"all_permissive": false
} |
ansible_role | rm-tic/vagabond | d9fac79c04b14fb2604f320e7870e875a39f2f23 | 3 | roles/install | 7,406 | [
"no_license"
] | [
{
"path": "roles/install/tasks/uninstall_pkgs.yml",
"content": "---\n\n- name: Uninstall Packages\n apt:\n name: \"{{ item }}\"\n state: absent\n purge: yes\n autoclean: yes\n autoremove: yes\n loop: \"{{ remove_pkgs }}\"\n tags: apt_remove\n",
"license_type": "no_license",
"detect... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6037,
"all_permissive": false
} |
ansible_role | inamuu/setup-ubuntu-desktop | 1912c5ccb1c3cdac4dd6f09046a342b5ea3c57a7 | 0 | ansible/roles/samba | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/samba/tasks/main.yml",
"content": "---\n- name: install samba\n apt:\n name: samba\n state: present\n\n- name: set smb.conf\n copy:\n src: \"roles/samba/files/smb.conf\"\n dest: \"/etc/samba/smb.conf\"\n owner: root\n group: root\n mode: 0755\n\n- name: start ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | Constellation-Labs/constellation-node-aws-ami | 605a7d5b783322a313d8c8e5d4a185c9b9ad1402 | 0 | ansible/roles/fail2ban | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/fail2ban/tasks/main.yml",
"content": "- name: Install fail2ban\n apt:\n name: fail2ban\n state: latest\n become: \"{{ should_become }}\"\n\n- name: Copy sshd filter\n copy:\n src: \"jail.d/sshd.local\"\n dest: /etc/fail2ban/jail.d/sshd.local\n owner: root\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | Constellation-Labs/constellation-node-aws-ami | 605a7d5b783322a313d8c8e5d4a185c9b9ad1402 | 0 | ansible/roles/java8 | 7,406 | [
"no_license"
] | [
{
"path": "ansible/roles/java8/tasks/main.yml",
"content": "- name: Install dependencies\n apt:\n name: \"{{item}}\"\n state: latest\n become: \"{{ should_become }}\"\n loop:\n - apt-transport-https\n - ca-certificates\n - wget\n - dirmngr\n - gnupg\n - software-properties-common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/aldente | 7,406 | [
"no_license"
] | [
{
"path": "roles/aldente/tasks/main.yml",
"content": "---\n- name: Download aldente package\n ansible.builtin.get_url:\n url: https://apphousekitchen.com/aldente/AlDente-Pro.dmg\n dest: /tmp/AlDente-Pro.dmg\n mode: \"0755\"\n\n- name: Open aldente package\n ansible.builtin.command:\n cmd: open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/ansible-lint | 7,406 | [
"no_license"
] | [
{
"path": "roles/ansible-lint/tasks/main.yml",
"content": "---\n- name: Install ansible-lint package\n package:\n name: ansible-lint\n state: present\n become: \"{{ become_for_package }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/aws-cli | 7,406 | [
"no_license"
] | [
{
"path": "roles/aws-cli/README.md",
"content": "# AWS CLI\n\n## Configure\n\nCreate a new access key by visiting Users -> <your user> -> Security Credentials -> Access Keys -> Create access key\n\nRun\n\n```\naws configure\n```\n\nand enter the details for the access key that was just generated.\n",
"l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bash | 7,406 | [
"no_license"
] | [
{
"path": "roles/bash/files/.bashrc.d/50-history.sh",
"content": "# Set unlimited history\nHISTSIZE=-1\nHISTFILESIZE=-1\n\n# Erase duplicate entries in history and do not save lines that begin\n# with a space\nHISTCONTROL=erasedups:ignorespace\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bash-completion | 7,406 | [
"no_license"
] | [
{
"path": "roles/bash-completion/files/.bashrc.d/50-bash-completion.sh",
"content": "if [ -r \"/usr/local/etc/profile.d/bash_completion.sh\" ]; then\n . \"/usr/local/etc/profile.d/bash_completion.sh\"\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 626,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bash-it | 7,406 | [
"no_license"
] | [
{
"path": "roles/bash-it/meta/main.yml",
"content": "---\ndependencies:\n - bashrc.d\n - gitstatus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/bash-it/tasks/main.yml",
"content": "---\n- name: Git clone bash-it\n git:\n repo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bashrc | 7,406 | [
"no_license"
] | [
{
"path": "roles/bashrc/files/.bashrc.d/50-bashrc.sh",
"content": "# Some unix scripts always assume the OS is using the correct bash confiuration\n# file (.bashrc). MacOS uses .bash_profile. This bit improves compatibility for\n# these cases.\nif [ -r ~/.bashrc ]; then\n source ~/.bashrc\nfi\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bashrc.d | 7,406 | [
"no_license"
] | [
{
"path": "roles/bashrc.d/tasks/main.yml",
"content": "---\n- name: Ensure ~/.bashrc.d\n file:\n path: ~/.bashrc.d\n state: directory\n\n- name: Source ~/.bashrc.d files in .bashrc\n blockinfile:\n path: \"{{ bash_config }}\"\n insertafter: EOF\n marker: \"# Ansible role: bashrc.d - {mark}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bat | 7,406 | [
"no_license"
] | [
{
"path": "roles/bat/tasks/main.yml",
"content": "---\n- name: Install bat package\n package:\n name: bat\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Copy .bashrc.d/50-bat.sh\n copy:\n src: .bashrc.d/50-bat.sh\n dest: ~/.bashrc.d/50-bat.sh\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/better-touch-tool | 7,406 | [
"no_license"
] | [
{
"path": "roles/better-touch-tool/README.md",
"content": "# BetterTouchTool\n\nBetterTouchTool provides\n\n* Snapping windows to areas of the desktop\n* Familiar keyboard shortcuts for opening applications, switching desktops,\n moving windows, etc.\n\n## Manual Followup\n\n1. Open BetterTouchTool and adj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/black | 7,406 | [
"no_license"
] | [
{
"path": "roles/black/tasks/main.yml",
"content": "---\n- name: Install black package\n package:\n name: black\n state: present\n become: \"{{ become_for_package }}\"\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 | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/bumpversion | 7,406 | [
"no_license"
] | [
{
"path": "roles/bumpversion/tasks/main.yml",
"content": "---\n- name: Install bump-my-version with pipx\n ansible.builtin.shell:\n cmd: pipx install bump-my-version\n creates: ~/.local/pipx/venv/bump-my-version\n\n- name: Ensure bumpversion and bump2version are absent\n package:\n name: bumpvers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/clang-format | 7,406 | [
"no_license"
] | [
{
"path": "roles/clang-format/tasks/main.yml",
"content": "---\n- name: Install clang-format package\n package:\n name: clang-format\n state: present\n become: \"{{ become_for_package }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/cloud_sql_proxy | 7,406 | [
"no_license"
] | [
{
"path": "roles/cloud_sql_proxy/tasks/main.yml",
"content": "---\n- name: Download cloud_sql_proxy\n get_url:\n url: https://dl.google.com/cloudsql/cloud_sql_proxy.darwin.amd64\n dest: ~/.local/bin/cloud_sql_proxy\n mode: 0755\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/connectiq-sdk | 7,406 | [
"no_license"
] | [
{
"path": "roles/connectiq-sdk/README.md",
"content": "# Garmin ConnectIQ SDK\n\n## Manual Followup\n\nInstall [Visual Studio Code](https://code.visualstudio.com/) in order to\ninitialize new projects.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/coreutils | 7,406 | [
"no_license"
] | [
{
"path": "roles/coreutils/tasks/main.yml",
"content": "---\n- name: Install coreutils package\n package:\n name: coreutils\n state: present\n become: \"{{ become_for_package }}\"\n when: os == \"macos\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/debug | 7,406 | [
"no_license"
] | [
{
"path": "roles/debug/tasks/main.yml",
"content": "---\n- name: Run debug command\n ansible.builtin.shell:\n cmd: >\n . {{ bash_config }} &&\n gpg\n --version\n register: debug_output\n changed_when: false\n\n- name: Print debug output\n ansible.builtin.debug:\n msg: \"{{ debug_out... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/delta | 7,406 | [
"no_license"
] | [
{
"path": "roles/delta/tasks/main.yml",
"content": "---\n- name: Install delta package\n ansible.builtin.package:\n name: git-delta\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Configure git for delta\n community.general.git_config:\n scope: global\n name: \"{{ item.name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/displaylink | 7,406 | [
"no_license"
] | [
{
"path": "roles/displaylink/tasks/main.yml",
"content": "---\n- name: Install DisplayLink package\n ansible.builtin.package:\n name: \"\\\n https://github.com/displaylink-rpm/displaylink-rpm/releases/download\\\n /v{{ displaylink_version }}\\\n /fedora-{{ fedora_version }}-displaylink-{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/dnf-plugins-core | 7,406 | [
"no_license"
] | [
{
"path": "roles/dnf-plugins-core/tasks/main.yml",
"content": "---\n- name: Install dnf-plugins-core\n package:\n name: dnf-plugins-core\n state: present\n become: \"{{ become_for_package }}\"\n when: ansible_os_family == \"RedHat\"\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/docker | 7,406 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "# Docker\n\n## Manual Followup\n\nOpen the docker application via Launchpad to accept the terms and bootstrap the\ndaemon\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/docker/tasks/linux.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 324,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/docker-compose | 7,406 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "---\n- name: Install docker-compose package\n package:\n name: docker-compose\n state: present\n become: \"{{ become_for_package }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/eza | 7,406 | [
"no_license"
] | [
{
"path": "roles/eza/tasks/main.yml",
"content": "---\n- name: Install eza package\n ansible.builtin.package:\n name: eza\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Copy ~/.local/bin/eza-wrapper.sh\n ansible.builtin.copy:\n src: .local/bin/eza-wrapper.sh\n dest: ~/.loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/fd | 7,406 | [
"no_license"
] | [
{
"path": "roles/fd/vars/macos.yml",
"content": "---\nfd: fd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11
},
{
"path": "roles/fd/tasks/main.yml",
"content": "---\n- name: Include {{ os }} vars\n include_vars:\n file: \"{{ os }}.yml\"\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/fzf | 7,406 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/linux.yml",
"content": "---\n- name: Copy .bashrc.d/50-fzf.sh\n copy:\n src: .bashrc.d/50-fzf.sh\n dest: ~/.bashrc.d/50-fzf.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/fzf/meta/main.yml",
"conte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gemini-cli | 7,406 | [
"no_license"
] | [
{
"path": "roles/gemini-cli/tasks/main.yml",
"content": "---\n- name: Run npm install -g @google/gemini-cli\n ansible.builtin.npm:\n name: '@google/gemini-cli'\n global: true\n state: present\n\n- name: Set GOOGLE_CLOUD_PROJECT_ID bashrc environment variable\n ansible.builtin.copy:\n dest: ~/.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gh | 7,406 | [
"no_license"
] | [
{
"path": "roles/gh/tasks/main.yml",
"content": "---\n- name: Install gh package\n package:\n name: gh\n state: present\n become: \"{{ become_for_package }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gimp | 7,406 | [
"no_license"
] | [
{
"path": "roles/gimp/tasks/linux.yml",
"content": "---\n- name: Install gimp package\n package:\n name: gimp\n state: present\n become: \"{{ become_for_package }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/gimp/tasks/main.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/git | 7,406 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install git package\n package:\n name: git\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Install git-lfs package\n package:\n name: git-lfs\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 753,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gitstatus | 7,406 | [
"no_license"
] | [
{
"path": "roles/gitstatus/tasks/main.yml",
"content": "---\n- name: Ensure ~/.local/src/gitstatus\n file:\n path: ~/.local/src/gitstatus\n state: directory\n\n- name: Git clone romkatv/gitstatus.git\n git:\n repo: https://github.com/romkatv/gitstatus.git\n depth: 1\n dest: ~/.local/src/git... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gitui | 7,406 | [
"no_license"
] | [
{
"path": "roles/gitui/tasks/main.yml",
"content": "---\n- name: Install gitui package\n ansible.builtin.package:\n name: gitui\n state: present\n become: \"{{ become_for_package }}\"\n\n- name: Ensure ~/.config/gitui\n ansible.builtin.file:\n path: ~/.config/gitui\n state: directory\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/glab | 7,406 | [
"no_license"
] | [
{
"path": "roles/glab/tasks/main.yml",
"content": "---\n- name: Install glab package\n package:\n name: glab\n state: present\n become: \"{{ become_for_package }}\"\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 | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gnome | 7,406 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n- block:\n - name: Install tools for Linux desktop\n package:\n name: \"{{ item }}\"\n state: present\n become: \"{{ become_for_package }}\"\n when: os == \"linux\"\n loop:\n - dconf-editor\n - gnome-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2254,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gnome-terminal | 7,406 | [
"no_license"
] | [
{
"path": "roles/gnome-terminal/defaults/main.yml",
"content": "---\ngnome_terminal_profile_name: Curated\ngnome_terminal_font: Source Code Pro Regular 10\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/gnome-terminal/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | dsem/ansible-workstation | aae3dacf175d57766e254d08b7a0b0bb8ef763d1 | 0 | roles/gnu-tar | 7,406 | [
"no_license"
] | [
{
"path": "roles/gnu-tar/tasks/main.yml",
"content": "---\n- name: Install GNU tar\n homebrew:\n name: gnu-tar\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.