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
corumj/aap_demo_openenvironment
90d4aa96542dbf3b6fd940aaf68f7f1d31b677ca
0
collections/ansible_collections/infra/roles/certificates
5,277
[ "no_license" ]
[ { "path": "collections/ansible_collections/infra/roles/certificates/tasks/containerized.yml", "content": "--- \n- name: create directory for certs \n ansible.builtin.file:\n path: /home/ec2-user/.certs \n state: directory \n register: certs_path \n\n- name: Generate acme account key \n openssl_priv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2921, "all_permissive": false }
ansible_role
corumj/aap_demo_openenvironment
90d4aa96542dbf3b6fd940aaf68f7f1d31b677ca
0
collections/ansible_collections/infra/roles/provisioner
5,277
[ "no_license" ]
[ { "path": "collections/ansible_collections/infra/roles/provisioner/tasks/main.yml", "content": "---\n- name: Check config has been provided\n ansible.builtin.assert:\n that:\n - to_create is defined \n fail_msg:\n - \"Please make sure to pass the appropriate variables\"\n - \"e.g. `to_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1596, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/CentOS-ELK
5,277
[ "no_license" ]
[ { "path": "roles/CentOS-ELK/tasks/main.yml", "content": "\n- name: Downloading the source file of Elasticsearch\n tags: CentOS-ES\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.3-x86_64.rpm\n dest: /tmp/elasticsearch-8.4.3-x86_64.rpm\n\n- name: Installing El...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2692, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/CentOS-IGP
5,277
[ "no_license" ]
[ { "path": "roles/CentOS-IGP/tasks/main.yml", "content": "\n- name: Influxdb repository file\n unarchive:\n src: https://dl.influxdata.com/influxdb/releases/influxdb2-2.4.0-linux-amd64.tar.gz\n dest: /tmp/\n remote_src: yes\n mode: 0777\n owner: root\n group: root\n\n- name: Adding the exe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2009, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/CentOS-LS
5,277
[ "no_license" ]
[ { "path": "roles/CentOS-LS/tasks/main.yml", "content": "- name: Installation Lamp Stack dependencies\n dnf:\n name:\n - httpd\n - mariadb-server\n - mariadb\n - php\n - php-mysql\n state: latest\n\n- name: Lamp Stack Ports\n shell: |\n sudo firewall-cmd --permanent --zone...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/CentOS-NAGIOS
5,277
[ "no_license" ]
[ { "path": "roles/CentOS-NAGIOS/tasks/main.yml", "content": "- name: Installation Nagios dependecies and libraries\n tags: Libraries, Dependecies\n yum:\n name:\n - gcc\n - glibc\n - glibc-common\n - perl\n - httpd\n - php\n - wget\n - gd\n - gd-devel\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1994, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/Ubuntu-ELK
5,277
[ "no_license" ]
[ { "path": "roles/Ubuntu-ELK/tasks/main.yml", "content": "- name: Dependencies\n apt:\n name:\n - apt-transport-https\n - openjdk-8-jdk\n state: latest\n\n\n\n- name: Download of Logstash package\n tags: logstash_ubuntu\n get_url:\n url: https://artifacts.elastic.co/downloads/logstash/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1797, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/Ubuntu-IGP
5,277
[ "no_license" ]
[ { "path": "roles/Ubuntu-IGP/tasks/main.yml", "content": "- name: Dependencies\n apt:\n name:\n - apt-transport-https\n - software-properties-common\n - wget\n state: latest\n\n\n\n- name: Influxdb will be added to the repository\n shell: |\n wget -q https://repos.influxdata.com/inf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2498, "all_permissive": false }
ansible_role
josiah0521/CPE_MIDEXAM_DARROCA
70e6fc21dfbeccb04b3f073eed894e31e29790fa
0
roles/Ubuntu-LS
5,277
[ "no_license" ]
[ { "path": "roles/Ubuntu-LS/tasks/main.yml", "content": "- name: Depedncies\n apt:\n name:\n - apache2\n - mysql-server\n - php\n - libapache2-mod-php\n - php-mysql\n - maria-server\n - mariadb\n state: latest\n\n- name: Starting services\n service:\n name: apac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 579, "all_permissive": false }
ansible_role
AmUnes5/ansible-wireguard-roles
e755668a14b694b627555b54b50828a4aac0d1e4
1
roles/wireguard-client
5,277
[ "no_license" ]
[ { "path": "roles/wireguard-client/tasks/main.yml", "content": "---\n- name: client configuration\n template:\n src: client_conf.j2\n dest: /etc/wireguard/wg0.conf\n owner: root\n group: root\n mode: '0640'\n\n- name: start wireguard server\n systemd:\n name: wg-quick@wg0\n state: star...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 973, "all_permissive": false }
ansible_role
AmUnes5/ansible-wireguard-roles
e755668a14b694b627555b54b50828a4aac0d1e4
1
roles/wireguard-preconfig
5,277
[ "no_license" ]
[ { "path": "roles/wireguard-preconfig/defaults/main.yml", "content": "---\n# defaults file for wireguard-preconfig", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/wireguard-preconfig/handlers/main.yml", "content": "---\n# handlers file for...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1739, "all_permissive": false }
ansible_role
AmUnes5/ansible-wireguard-roles
e755668a14b694b627555b54b50828a4aac0d1e4
1
roles/wireguard-server
5,277
[ "no_license" ]
[ { "path": "roles/wireguard-server/defaults/main.yml", "content": "---\n# defaults file for wireguard-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/wireguard-server/templates/server_conf.j2", "content": "[Interface]\nAddress = {{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1728, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/base
5,257
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n\n- name: Updating cache\n become: true\n package:\n update_cache: true\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 }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/desktop
5,257
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "---\n\n- name: Installing desktop programs\n become: true\n package:\n name:\n - kitty\n - firefox\n - vivaldi\n - steam\n - tmux\n - wine\n - yarn\n - python-pip\n - xclip\n - fzf\n - ripgrep\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/docker
5,257
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Installing docker\n become: true\n package:\n name: docker\n state: present\n tags:\n - docker\n\n- name: Create docker group\n become: true\n user:\n name: \"{{ ansible_user_id }}\"\n groups: docker\n append: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 388, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/dotfiles
5,257
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: Download dotfiles\n git:\n clone: true\n repo: <EMAIL>:RoryNesbitt/dotfiles\n dest: $HOME/.config/dotfiles\n update: false\n tags:\n - dotfiles\n\n- name: Checkout dotfiles\n shell: $HOME/.config/dotfiles/dots link $HOME...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/git
5,257
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "\n---\n\n- name: Check git is installed\n become: true\n package:\n name: git\n state: present\n tags:\n - git\n - dotfiles\n - neovim\n - nvim\n - pvim\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 164, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/nvim
5,257
[ "no_license" ]
[ { "path": "roles/nvim/tasks/main.yml", "content": "---\n\n- name: Install Neovim\n become: true\n package:\n name:\n - neovim\n - python-pynvim\n state: present\n when: \"'arm' not in ansible_architecture and 'aarch64' not in ansible_architecture\"\n tags:\n - neovim\n - nvim\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/pvim
5,257
[ "no_license" ]
[ { "path": "roles/pvim/tasks/main.yml", "content": "---\n\n- name: Checking for dependencies\n become: true\n package:\n name:\n - fuse\n - build-essential\n state: present\n tags:\n - neovim\n - pvim\n when:\n - ansible_distribution|string == 'Ubuntu'\n\n- name: Cloning pvim\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/shell
5,257
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "---\n\n- name: Install shells\n become: true\n package:\n name:\n - zsh\n - dash\n state: present\n tags:\n - shell\n - zsh\n - dash\n\n- name: Set default shell to dash\n become: true\n file:\n path: /bin/sh\n src: /bin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/ssh
5,257
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n\n- name: Check ssh directory exists\n file:\n dest: $HOME/.ssh\n state: directory\n tags:\n - ssh\n\n- name: Add ssh key\n copy:\n src: \"{{ ssh_key }}\"\n dest: $HOME/.ssh/id_ed25519\n mode: 0600\n tags:\n - ssh\n\n- name: Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 357, "all_permissive": false }
ansible_role
RoryNesbitt/ansible
72709b79760b5cf540c7583ba2f332538f8a77f7
0
roles/zsh
5,257
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n\n- name: Set user shell to zsh\n become: true\n user:\n name: \"{{ ansible_user_id }}\"\n shell: /bin/zsh\n tags:\n - shell\n - zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
ministryofjustice/hmpps-delius-core-bootstrap
91d4c4c4d905b5684189d9579eb20d841b216054
2
roles/delius-core
5,257
[ "no_license" ]
[ { "path": "roles/delius-core/scripts/setup_datasources.py", "content": "from java.lang import System\nimport os\n\n\ndef initConfigToScriptRun():\n global startedNewServer\n loadProperties(\"/u01/software/domain.properties\")\n hideDisplay()\n hideDumpStack(\"true\")\n # try connecting to a r...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 21, "total_bytes": 43579, "all_permissive": false }
ansible_role
ministryofjustice/hmpps-delius-core-bootstrap
91d4c4c4d905b5684189d9579eb20d841b216054
2
roles/delius-interfaces
5,257
[ "no_license" ]
[ { "path": "roles/delius-interfaces/templates/domain.properties.j2", "content": "exitonerror=false\nadminServerListenAddress={{ server_listen_address }}\nadminServerListenPort={{ wl_port }}\nadminServerName={{ server_name }}\ndomName={{ domain_name }}\nuserName={{ weblogic_admin_username }}\nstartServerJvmAr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3364, "all_permissive": false }
ansible_role
ministryofjustice/hmpps-delius-core-bootstrap
91d4c4c4d905b5684189d9579eb20d841b216054
2
roles/delius-spg
5,257
[ "no_license" ]
[ { "path": "roles/delius-spg/templates/setup_roles.py.j2", "content": "from java.lang import System\nimport os\n\n\ndef initConfigToScriptRun():\n global startedNewServer\n loadProperties(\"/u01/software/domain.properties\")\n hideDisplay()\n hideDumpStack(\"true\")\n # try connecting to a run...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 25231, "all_permissive": false }
ansible_role
prominic/Docova-Constructor
df9b022f8ec679e9e8123d37e14811698ff158aa
0
conf/roles/letsencrypt
5,257
[ "no_license" ]
[ { "path": "conf/roles/letsencrypt/tasks/main.yml", "content": "--- \n- \n apt: \"upgrade=dist update_cache=yes\"\n name: \"Upgrade System\"\n- \n apt_repository: \n repo: \"ppa:certbot/certbot\"\n name: \"Add certbot repository\"\n- \n apt: \n name: python-certbot-nginx\n state: present\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1686, "all_permissive": false }
ansible_role
prominic/Docova-Constructor
df9b022f8ec679e9e8123d37e14811698ff158aa
0
conf/roles/nginx
5,257
[ "no_license" ]
[ { "path": "conf/roles/nginx/tasks/main.yml", "content": "--- \n- \n apt: \"update_cache=yes cache_valid_time=3600\"\n become: true\n name: \"Update apt cache\"\n- \n apt: \n name: \n - nginx\n - git\n - tar\n - unzip\n - curl\n - dos2unix\n name: \"Install nginx\"\n- \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
prominic/Docova-Constructor
df9b022f8ec679e9e8123d37e14811698ff158aa
0
conf/roles/php
5,257
[ "no_license" ]
[ { "path": "conf/roles/php/tasks/main.yml", "content": "--- \n- \n apt_repository: \"repo=\\\"ppa:ondrej/php\\\" update_cache=yes\"\n name: \"Add repository for PHP 7.1\"\n- \n apt: \n force: true\n name: php*\n purge: true\n state: absent\n name: \"Purge PHP version packages (besides the cur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1703, "all_permissive": false }
ansible_role
prominic/Docova-Constructor
df9b022f8ec679e9e8123d37e14811698ff158aa
0
conf/roles/www-data
5,257
[ "no_license" ]
[ { "path": "conf/roles/www-data/tasks/main.yml", "content": "--- \n- \n become: true\n file: \n group: www-data\n mode: 0755\n owner: www-data\n path: /var/html/www/\n state: directory\n recurse: yes\n name: \"Create webroot\"\n- \n name: \"Check if Docova directory exists in /var/html/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3238, "all_permissive": false }
ansible_role
wesx/verkstedt-coding-challenge
e25884812d292131d56c9c52469f275358692bdd
0
roles/google_setup
5,257
[ "no_license" ]
[ { "path": "roles/google_setup/tasks/main.yml", "content": "# adapted from https://docs.ansible.com/ansible/latest/scenario_guides/guide_gce.html\n\n - name: create a disk\n gcp_compute_disk:\n name: \"{{ inventory_hostname }}-disk-instance\"\n size_gb: 10\n source_image: 'proje...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2188, "all_permissive": false }
ansible_role
wesx/verkstedt-coding-challenge
e25884812d292131d56c9c52469f275358692bdd
0
roles/google_teardown
5,257
[ "no_license" ]
[ { "path": "roles/google_teardown/tasks/main.yml", "content": " - name: remove instances\n gcp_compute_instance:\n state: absent\n name: \"{{ inventory_hostname }}\"\n zone: \"{{ zone }}\"\n project: \"{{ gcp_project }}\"\n auth_kind: \"{{ gcp_cred_kind }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
wesx/verkstedt-coding-challenge
e25884812d292131d56c9c52469f275358692bdd
0
roles/system
5,257
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "- name: add other users\n user:\n name: \"{{ item.name }}\"\n groups: \"{{ item.groups }}\"\n append: yes\n state: \"{{ item.state | default('present') }}\"\n loop: \"{{ users }}\"\n\n- name: set ssh keys for users\n authorized_key:\n us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 325, "all_permissive": false }
ansible_role
wesx/verkstedt-coding-challenge
e25884812d292131d56c9c52469f275358692bdd
0
roles/web
5,257
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: build local docker image\n delegate_to: localhost\n become: false\n command:\n cmd: docker build -t landingpage:latest .\n\n- name: export local docker image\n delegate_to: localhost\n become: false\n command:\n cmd: docker save landingpa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1344, "all_permissive": false }
ansible_role
trozet/sfc-random
8813598191ebb773a6fd521cef22f32f516ab4cd
9
sfc-ansible/roles/upgrade-kernel
5,257
[ "permissive" ]
[ { "path": "sfc-ansible/roles/upgrade-kernel/tasks/main.yml", "content": "---\n- name: Install Kernel Packages\n yum: pkg={{kernel_repo_url}}{{item}} state=present\n retries: 3\n delay: 30\n with_items: kernel_packages\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 434, "all_permissive": true }
ansible_role
7rouz/k8s-pi-cluster-ansible
7c4e7351967846165e3e0256894a314b8d5ac905
0
roles/k8s-pi
5,257
[ "no_license" ]
[ { "path": "roles/k8s-pi/tasks/playbook_all.yaml", "content": "- hosts: all\n tasks:\n - name: Fail if Docker version is < 17.03\n fail:\n msg: \"docker_version must be >= 17.03, yours is set to {{ docker_version }}.\"\n when: docker_version is version_compare(\"17.03\", \"<\")\n\n # sudo apt-g...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12298, "all_permissive": false }
ansible_role
nevincansel/Auto-Deploy-Superpowers
8c639e4243409bbd46c82a22677a6f99823e9953
0
.circleci/ansible/roles/deploy
5,257
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: Create folder for backend files\n become: yes\n file:\n path: /home/ubuntu/backend\n state: directory\n\n- name: \"move backend files to server.\"\n become: true\n copy:\n src: /root/project/backend\n dest: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/avahi-daemon
5,257
[ "no_license" ]
[ { "path": "roles/avahi-daemon/tasks/main.yml", "content": "---\n\n- name: Install avahi-daemon\n apt: name=avahi-daemon state=latest\n\n- name: Ensure configs\n copy:\n src: avahi-daemon.conf\n dest: /etc/avahi/avahi-daemon.conf\n mode: 0644\n notify: Restart avahi-daemon\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/dnsmasq
5,257
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n\n- name: Install dnsmasq\n apt: name=dnsmasq state=latest\n\n- name: Ensure conf.d\n file:\n path: /etc/dnsmasq.d\n state: directory\n\n- name: Copy configs\n copy:\n src: '{{ item.src }}'\n dest: '{{ item.dest }}'\n mode: 0644\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 497, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/k3s
5,257
[ "no_license" ]
[ { "path": "roles/k3s/defaults/main.yml", "content": "k3s_version: v1.19.1+k3s1\nk3s_download_url: 'https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/k3s/master/tasks/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1342, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/kafka
5,257
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yaml", "content": "---\n\n- name: Install java\n apt: name=default-jdk state=present\n\n- name: Check if kafka installed\n stat: path=/opt/kafka\n register: kafkadir\n\n- name: Install kafka\n when: kafkadir.stat.exists == false\n block:\n - name: Ensure {{kafka_hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2090, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/ndppd
5,257
[ "no_license" ]
[ { "path": "roles/ndppd/tasks/main.yml", "content": "---\n\n- name: Install ndppd\n apt: name=ndppd state=latest\n\n- name: Ensure configs\n copy:\n src: ndppd.conf\n dest: /etc/ndppd.conf\n mode: 0644\n notify: Restart ndppd\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 289, "all_permissive": false }
ansible_role
narqo/raspberry-pi-ansible
fe01df6dc3ef5b7d023ca4cfc25df8dc52cac40a
0
roles/router
5,257
[ "no_license" ]
[ { "path": "roles/router/tasks/main.yml", "content": "---\n\n- name: Install iptables-persistent\n apt:\n name: iptables-persistent\n state: present\n\n- name: Ensure netfilter-persistent enabled\n service:\n name: netfilter-persistent\n enabled: yes\n\n- name: Setup IP forwarding\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
YoelRomero/ansible-prometheus
5c14f24af52fdd5674851c0fb38995884a710f25
0
ansible-prometheus-with-vault/roles/prometheus-cluster
5,257
[ "no_license" ]
[ { "path": "ansible-prometheus-with-vault/roles/prometheus-cluster/files/alert-rules.yml", "content": "groups:\n - name: Critical alers\n rules:\n - alert: InstanceDown\n expr: up == 0\n for: 1m\n labels:\n severity: critical\n annotations:\n description...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 13161, "all_permissive": false }
ansible_role
YoelRomero/ansible-prometheus
5c14f24af52fdd5674851c0fb38995884a710f25
0
ansible-prometheus/roles/prometheus
5,257
[ "no_license" ]
[ { "path": "ansible-prometheus/roles/prometheus/tasks/install.yml", "content": "---\n- name: Add Prometheus repository\n ansible.builtin.apt:\n name: prometheus\n state: present\n\n- name: Add Alertmanager repository\n ansible.builtin.apt:\n name: prometheus-alertmanager\n state: present\n\n- n...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2369, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/blog
5,257
[ "no_license" ]
[ { "path": "roles/blog/tasks/blog.yml", "content": "- name: Create directory for blog HTML\n file: state=directory path=/var/www/{{ domain }} group=www-data owner=www-data\n\n- name: Rename existing Apache blog virtualhost\n command: mv /etc/apache2/sites-available/{{ domain }} /etc/apache2/sites-available...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1734, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/common
5,257
[ "no_license" ]
[ { "path": "roles/common/tasks/google_auth.yml", "content": "---\n# Defines tasks applicable for Google Authenticator\n\n- name: Ensure required packages are installed\n apt: pkg={{ item }} state=present\n with_items:\n #- libpam-google-authenticator wasn't available in wheezy\n - libpam0g-dev\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8037, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/git
5,257
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- include: gitolite.yml tags=gitolite\n when: ansible_distribution_release != 'trusty'\n- include: gitolite_packaged.yml tags=gitolite\n when: ansible_distribution_release == 'trusty'\n- include: cgit.yml tags=cgit\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2648, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/ircbouncer
5,257
[ "no_license" ]
[ { "path": "roles/ircbouncer/tasks/znc.yml", "content": "# more or less as per http://wiki.znc.in/Running_ZNC_as_a_system_daemon\n\n- name: Install znc dependencies\n apt: pkg={{ item }} state=installed\n with_items:\n - automake\n - build-essential\n - checkinstall\n - g++\n - libperl-dev\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2157, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/newebe
5,257
[ "no_license" ]
[ { "path": "roles/newebe/tasks/main.yml", "content": "- name: Install Dependencies\n apt: pkg={{ item }}\n with_items:\n - build-essential\n - couchdb\n - git\n - libxml2-dev\n - libxslt-dev\n - python\n - python-dev\n - python-imaging\n - python-imaging\n - python-pip\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3248, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/owncloud
5,257
[ "no_license" ]
[ { "path": "roles/owncloud/tasks/main.yml", "content": "---\n\n- include: owncloud.yml tags=owncloud", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/owncloud/templates/etc_apache2_sites-available_owncloud.j2", "content": "<VirtualHost *:80...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5479, "all_permissive": false }
ansible_role
norbert/florin
68023707f03d3041869460d63d828750ebd052ac
5
roles/webmail
5,257
[ "no_license" ]
[ { "path": "roles/webmail/handlers/main.yml", "content": "- name: set roundcube password\n command: sudo -u {{ db_admin_username }} psql -d {{ webmail_db_database }} -c \"ALTER USER {{ webmail_db_username }} with password '{{ webmail_db_password }}';\"\n notify: import sql carddav\n\n- name: import sql car...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5832, "all_permissive": false }
ansible_role
Logan-Chayet/Lab11PoC
f81306ea9ede6ec9c6711d860c5a041c90581e6f
0
ANSIBLE/roles/core
5,257
[ "no_license" ]
[ { "path": "ANSIBLE/roles/core/templates/core.j2", "content": "ipv6 unicast-routing\nipv6 router ospf {{ item.processID }}\n\nhostname {{ item.hostname }}\n\n{% for i in range(item.interfaceIP|length) %}\ninterface FastEthernet{{ item.interfaceName[i] }}\n no shutdown\n duplex full\n ip address {{ item.inte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2477, "all_permissive": false }
ansible_role
Logan-Chayet/Lab11PoC
f81306ea9ede6ec9c6711d860c5a041c90581e6f
0
ANSIBLE/roles/edge
5,257
[ "no_license" ]
[ { "path": "ANSIBLE/roles/edge/vars/main.yaml", "content": "edgeConfig:\n- hostname: EDGE-DEN\n interfaceName:\n - 0/0\n - 1/0\n - 6/0\n interfaceIP:\n - 192.168.30.10 255.255.255.252\n - 192.168.30.6 255.255.255.252\n - 192.168.100.1 255.255.255.252\n processID: '1'\n ospfNetwork:\n - 192.168.30....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2678, "all_permissive": false }
ansible_role
Logan-Chayet/Lab11PoC
f81306ea9ede6ec9c6711d860c5a041c90581e6f
0
ANSIBLE/roles/server
5,257
[ "no_license" ]
[ { "path": "ANSIBLE/roles/server/tasks/main.yaml", "content": "- name: Server Configuration\n template: src=/var/lib/jenkins/workspace/Lab11PoC/ANSIBLE/roles/server/templates/server.j2 dest=/var/lib/jenkins/workspace/Lab11PoC/ANSIBLE/CFGS/{{ item.hostname }}.txt\n with_items: \"{{ serverConfig }}\"\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/elasticsearch
5,317
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install gnupg, apt-transport-https\n apt:\n name:\n - apt-transport-https\n - gnupg\n state: present\n\n - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 939, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/filebeat
5,317
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/tasks/main.yml", "content": " - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install gnupg, apt-transport-https\n apt:\n name:\n - apt-transport-https\n - gnupg\n state: present\n\n - name: Copy file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 759, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/kibana
5,317
[ "no_license" ]
[ { "path": "ansible/roles/kibana/tasks/main.yml", "content": " - name: Update apt cache\n apt:\n update_cache: yes\n\n - name: Install gnupg, apt-transport-https\n apt: \n name: \n - apt-transport-https\n - gnupg\n state: present\n\n - name: Get kibana\n ansible.builtin.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/nginx
5,317
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": " - name: update apt packages\n apt:\n force_apt_get: true\n #upgrade: dist\n update_cache: yes\n #become: true\n\n - name: Install nginx on all servers\n apt: name=nginx state=latest update_cache=yes\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 446, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/zabbix_agent
5,317
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_agent/tasks/main.yml", "content": " - name: Install required packages\n apt:\n name: [\"zabbix-agent\"]\n state: present\n\n - name: Copy Zabbix Agent configuration file\n copy:\n src: /home/nagornov/terraform/ansible/zabbix_agent.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
Anton13Th/diplom-project
4c875941a1ca4fc6527de8f06345bf76ec26da4a
0
ansible/roles/zabbix_server
5,317
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_server/tasks/main.yml", "content": "---\n - name: install packages\n apt:\n state: present\n name:\n - tcsh\n - htop\n\n - name: create a directory\n ansible.builtin.file:\n path: /etc/zabbix-files\n state: directo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3399, "all_permissive": false }
ansible_role
open-infrastructure-labs/moc-cnv-infra
f5e7d2323b65569209b089a6cbeb79650a0111ac
0
roles/authorized_keys
5,317
[ "no_license" ]
[ { "path": "roles/authorized_keys/tasks/main.yml", "content": "---\n- name: install authorized keys for root\n authorized_key:\n user: root\n state: present\n key: \"{{ item }}\"\n loop: \"{{ authorized_keys }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
open-infrastructure-labs/moc-cnv-infra
f5e7d2323b65569209b089a6cbeb79650a0111ac
0
roles/bootserver
5,317
[ "no_license" ]
[ { "path": "roles/bootserver/tasks/main.yml", "content": "---\n- name: install selinux policy module\n copy:\n src: local.pp\n dest: /root/local.pp\n\n- name: activate selinux policy module\n command: >-\n semodule -i /root/local.pp\n\n- name: create tftpboot directories\n file:\n path: \"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2553, "all_permissive": false }
ansible_role
open-infrastructure-labs/moc-cnv-infra
f5e7d2323b65569209b089a6cbeb79650a0111ac
0
roles/dnsmasq
5,317
[ "no_license" ]
[ { "path": "roles/dnsmasq/tasks/main.yml", "content": "---\n- name: open up firewall\n firewalld:\n zone: public\n service: \"{{ item }}\"\n permanent: true\n immediate: true\n state: enabled\n loop:\n - dhcp\n - dns\n\n- name: install dnsmasq\n package:\n name: \"{{ dnsmasq_packag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
open-infrastructure-labs/moc-cnv-infra
f5e7d2323b65569209b089a6cbeb79650a0111ac
0
roles/nameserver
5,317
[ "no_license" ]
[ { "path": "roles/nameserver/tasks/system.yml", "content": "---\n- name: get static hostname\n command: cat /etc/hostname\n register: static_hostname\n\n- name: set hostname\n command: \"hostnamectl set-hostname {{ inventory_hostname }}\"\n when: >-\n ansible_fqdn != inventory_hostname\n or\n st...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1888, "all_permissive": false }
ansible_role
open-infrastructure-labs/moc-cnv-infra
f5e7d2323b65569209b089a6cbeb79650a0111ac
0
roles/networking
5,317
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n- name: enable ip forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n sysctl_set: true\n\n- name: move ipmi interface to internal zone\n tags: [net.firewall]\n firewalld:\n zone: internal\n interface: \"{{ ipmi_nic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2451, "all_permissive": false }
ansible_role
chenzhihui244/pytorch-test
c254d090c3d7ac0a92348f35feb2ab474379fc05
0
roles/pytorch
5,317
[ "no_license" ]
[ { "path": "roles/pytorch/tasks/main.yml", "content": "---\n# tasks file for pytorch\n\n- name: ensure pytorch dir present\n file:\n state: directory\n path: \"{{ pytorch_path }}\"\n\n- name: install dependencies\n yum:\n state: present\n name: ['gcc', 'gcc-c++', 'git', 'cmake3', 'python', 'pyt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1210, "all_permissive": false }
ansible_role
defNotTrendy/tunnel
6bb67bf146490677d0245bd227bcd9e5869a8e16
1
algo/roles/cloud-ec2
5,317
[ "no_license" ]
[ { "path": "algo/roles/cloud-ec2/tasks/cloudformation.yml", "content": "---\n\n- name: Make a cloudformation template\n template:\n src: stack.yml.j2\n dest: \"configs/{{ aws_server_name }}.yml\"\n\n- name: Deploy the template\n cloudformation:\n aws_access_key: \"{{ aws_access_key | default(looku...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
defNotTrendy/tunnel
6bb67bf146490677d0245bd227bcd9e5869a8e16
1
algo/roles/common
5,317
[ "no_license" ]
[ { "path": "algo/roles/common/templates/10-loopback-services.cfg.j2", "content": "auto lo:100\niface lo:100 inet static\n\taddress {{ local_service_ip }}\n\tnetmask 255.255.255.255\n\niface lo:100 inet6 static\n address FCAA::1\n netmask 64\n autoconf 0\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4297, "all_permissive": false }
ansible_role
defNotTrendy/tunnel
6bb67bf146490677d0245bd227bcd9e5869a8e16
1
algo/roles/dns_adblocking
5,317
[ "no_license" ]
[ { "path": "algo/roles/dns_adblocking/tasks/freebsd.yml", "content": "---\n\n- name: FreeBSD / HardenedBSD | Enable dnsmasq\n lineinfile: dest=/etc/rc.conf regexp=^dnsmasq_enable= line='dnsmasq_enable=\"YES\"'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
defNotTrendy/tunnel
6bb67bf146490677d0245bd227bcd9e5869a8e16
1
algo/roles/security
5,317
[ "no_license" ]
[ { "path": "algo/roles/security/templates/sshd_config.j2", "content": "Port 22\n# ListenAddress ::\n# ListenAddress 0.0.0.0\nProtocol 2\n\n# LogLevel VERBOSE logs user's key fingerprint on login.\n# Needed to have a clear audit log of which keys were used to log in.\nSyslogFacility AUTH\nLogLevel VERBOSE\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 5353, "all_permissive": false }
ansible_role
defNotTrendy/tunnel
6bb67bf146490677d0245bd227bcd9e5869a8e16
1
algo/roles/vpn
5,317
[ "no_license" ]
[ { "path": "algo/roles/vpn/templates/client_windows.ps1.j2", "content": "\nfunction AddAlgoVPN {\n certutil -f -importpfx .\\{{ item }}.p12\n Add-VpnConnection -name \"Algo VPN {{ IP_subject_alt_name }} IKEv2\" -ServerAddress \"{{ IP_subject_alt_name }}\" -TunnelType IKEv2 -AuthenticationMethod MachineCert...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2646, "all_permissive": false }
ansible_role
long-java/project5
be177e5193d8d74810d8165641db5c6315e76bc2
0
ansible/roles/capstone-deployment
5,317
[ "no_license" ]
[ { "path": "ansible/roles/capstone-deployment/files/prj5-deployment.yaml", "content": "apiVersion: apps/v1\nkind: Deployment\n\nmetadata:\n name: prj5-deployment\n labels:\n app: prj5-app\n\nspec:\n replicas: 4\n selector:\n matchLabels:\n app: prj5-app\n\n template:\n metadata:\n lab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 600, "all_permissive": false }
ansible_role
long-java/project5
be177e5193d8d74810d8165641db5c6315e76bc2
0
ansible/roles/capstone-service
5,317
[ "no_license" ]
[ { "path": "ansible/roles/capstone-service/tasks/main.yml", "content": "- name: configuration\n copy:\n src: \"{{ ENVIRONMENT_NAME }}-service.yaml\"\n dest: $HOME\n\n- name: create service\n command: \"./bin/kubectl apply -f {{ ENVIRONMENT_NAME }}-service.yaml\"\n args:\n chdir: $HOME\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
long-java/project5
be177e5193d8d74810d8165641db5c6315e76bc2
0
ansible/roles/install-kubectl
5,317
[ "no_license" ]
[ { "path": "ansible/roles/install-kubectl/tasks/main.yml", "content": "---\n- name: \"download\"\n shell: curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl\n args:\n chdir: $HOME\n\n- name: \"apply\"\n shell: chmod +x ./kubectl\n args:\n chdir: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/activate-gcloud-sdk
5,317
[ "no_license" ]
[ { "path": "roles/activate-gcloud-sdk/tasks/main.yml", "content": "---\n\n- name: Add GOOGLE_APPLICATION_CREDENTIALS Environment Variable to \".bashrc\"\n ansible.builtin.lineinfile:\n path: \"{{ ansible_user_dir }}/.bashrc\"\n regexp: \"^export GOOGLE_APPLICATION_CREDENTIALS=\"\n line: \"export GO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/bmctl-check-config
5,317
[ "no_license" ]
[ { "path": "roles/bmctl-check-config/tasks/main.yml", "content": "---\n\n- name: Check \"bmctl\" Configuration for Anthos Cluster\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n export GOOGLE_APPLICATION_CREDENTIALS=\"{{ gcp_keys_dir }}/{{ ansible_service_account }}.json\"\n bmctl ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 672, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/bmctl-create-cluster
5,317
[ "no_license" ]
[ { "path": "roles/bmctl-create-cluster/tasks/main.yml", "content": "---\n\n- name: Create Anthos Cluster\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n # export GOOGLE_APPLICATION_CREDENTIALS=\"{{ gcp_keys_dir }}/{{ ansible_service_account }}.json\"\n bmctl create cluster -c \"{{ cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/bmctl-create-config
5,317
[ "no_license" ]
[ { "path": "roles/bmctl-create-config/tasks/main.yml", "content": "\n---\n\n- name: Check if the \"bmctl\" Configuration YAML File Exists\n ansible.builtin.stat:\n path: \"{{ bmctl_workspace_dir }}/{{ cluster_name }}/{{ cluster_name }}.yaml\"\n register: bmctl_config_exists\n\n- name: Create the Standar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1188, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/bmctl-delete-cluster
5,317
[ "no_license" ]
[ { "path": "roles/bmctl-delete-cluster/tasks/main.yml", "content": "\n---\n\n- name: Delete cluster\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n bmctl reset --cluster \"{{ cluster_name }}\" --kubeconfig /{{bmctl_workspace_dir}}/{{ cluster_name }}/{{ cluster_name }}-kubeconfig\n args:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/check-cluster-registered
5,317
[ "no_license" ]
[ { "path": "roles/check-cluster-registered/tasks/main.yml", "content": "\n---\n\n- name: FAIL if the Anthos Cluster is Already Registered within the Google Cloud Project\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n gcloud container hub memberships describe \"{{ cluster_name }}\"\n arg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/copy-kubectl-files
5,317
[ "no_license" ]
[ { "path": "roles/copy-kubectl-files/tasks/main.yaml", "content": "---\n- name: copy cloud-console-reader.yml to Workstation \n ansible.builtin.copy: \n src: /home/anthos-clusters/cloud-console-reader.yml\n dest: /{{bmctl_workspace_dir}}/\n owner: \"{{ login_user }}\"\n group: \"{{ login_user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/copy-service-account-files
5,317
[ "no_license" ]
[ { "path": "roles/copy-service-account-files/tasks/main.yaml", "content": "---\n- name: copy gcr SA to Workstation \n ansible.builtin.copy: \n src: /home/anthos-clusters/hp-gcr.json\n dest: /home/\n owner: \"{{ login_user }}\"\n group: \"{{ login_user }}\"\n mode: u=rw,g=rw,o=rw\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/copy-service-account-keys
5,317
[ "no_license" ]
[ { "path": "roles/copy-service-account-keys/tasks/copy-service-account-key.yml", "content": "---\n\n- name: Retrieve Latest Ansible Service Account Key from Secret Manager\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n gcloud secrets versions access latest --secret=\"{{ item }}\"\n args...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1352, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/copy-workstation-ssh
5,317
[ "no_license" ]
[ { "path": "roles/copy-workstation-ssh/tasks/main.yml", "content": "---\n- name: Retrieve Workstation SSH Public Key\n ansible.builtin.slurp:\n src: \"/home/{{ login_user }}/.ssh/id_rsa.pub\"\n register: out\n become: true\n delegate_to: \"{{ target_workstation }}\"\n\n- name: Write to SSH Authorized ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/create-ansible-service-accounts
5,317
[ "no_license" ]
[ { "path": "roles/create-ansible-service-accounts/tasks/main.yml", "content": "\n---\n\n# - name: Create Ansible Google Cloud Service Account\n# google.cloud.gcp_iam_service_account:\n# # name: \"{{ <EMAIL>\"\n# name: \"{{ ansible_service_account }}\"\n# # display_name: \"Ansible Service Accou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2412, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/disable-firewall
5,317
[ "no_license" ]
[ { "path": "roles/disable-firewall/tasks/main.yml", "content": "---\n\n- include_tasks: disable-firewall-rebian.yml\n when: ansible_os_family == 'RedHat'\n- include_tasks: disable-firewall-debian.yml\n when: ansible_os_family == 'Debian'\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 451, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/enable-ansible-services
5,317
[ "no_license" ]
[ { "path": "roles/enable-ansible-services/tasks/main.yml", "content": "\n---\n\n- name: Enable Google Cloud Services\n google.cloud.gcp_serviceusage_service:\n name: \"{{ item }}\"\n project: \"{{ gcp_project_id }}\"\n auth_kind: application\n state: present\n with_items:\n - servicecontrol....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/enable-anthos-services
5,317
[ "no_license" ]
[ { "path": "roles/enable-anthos-services/tasks/main.yml", "content": "---\n\n- name: Enable Google Cloud Services\n google.cloud.gcp_serviceusage_service:\n name: \"{{ item }}\"\n project: \"{{ gcp_project_id }}\"\n auth_kind: application\n state: present\n with_items:\n - servicemanagement....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 730, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/kubectl-create-token
5,317
[ "no_license" ]
[ { "path": "roles/kubectl-create-token/tasks/main.yml", "content": "---\n- name: set secrets name as enviroment variables\n ansible.builtin.shell:\n cmd: |\n set -o pipefail\n export KUBECONFIG=/{{bmctl_workspace_dir}}/{{ cluster_name }}/{{ cluster_name }}-kubeconfig\n args:\n executable: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2978, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/ping
5,317
[ "no_license" ]
[ { "path": "roles/ping/tasks/ping.yaml", "content": "---\n- name: test connection\n ansible.builtin.ping:", "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
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/remove-docker
5,317
[ "no_license" ]
[ { "path": "roles/remove-docker/tasks/remove-docker-debian.yml", "content": "---\n\n- name: Remove Docker Packages [Debian / Ubuntu]\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n - doc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1582, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-bmctl
5,317
[ "no_license" ]
[ { "path": "roles/setup-bmctl/tasks/main.yml", "content": "\n#- name: Create Temp Directory\n #ansible.builtin.tempfile:\n #state: directory\n #suffix: .bmctl\n #register: tmpdir\n #changed_when: false\n- name: Download bmctl , Make Executable and Move to \"/usr/sbin\"\n ansible.builtin.she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1460, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-docker
5,317
[ "no_license" ]
[ { "path": "roles/setup-docker/tasks/setup-Redhat.yml", "content": "---\n\n- name: Remove Previous Docker Versions [RedHat / CentOS]\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-client\n - docker-client-latest\n - docker-common\n - d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2367, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-gcloud-sdk
5,317
[ "no_license" ]
[ { "path": "roles/setup-gcloud-sdk/tasks/setup-gcloud-sdk-redhat.yml", "content": "---\n\n- name: Add Google Cloud SDK Package Repository [RedHat / CentOS]\n ansible.builtin.template:\n src: google-cloud-sdk.repo.j2\n dest: /etc/yum.repos.d/google-cloud-sdk.repo\n owner: root\n group: root\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1551, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-kubectl
5,317
[ "no_license" ]
[ { "path": "roles/setup-kubectl/tasks/setup-kubectl-redhat.yml", "content": "---\n\n- name: Install \"kubectl\" [RedHat / CentOS]\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kubectl\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 452, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-login-user
5,317
[ "no_license" ]
[ { "path": "roles/setup-login-user/tasks/main.yml", "content": "---\n\n- include_tasks: setup-login-user-redhat.yml\n when: ansible_os_family == 'RedHat'\n- include_tasks: setup-login-user-debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Configure the \"login_user\" for Passwordless \"sudo\"\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2241, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/setup-timesync
5,317
[ "no_license" ]
[ { "path": "roles/setup-timesync/tasks/main.yml", "content": "---\n\n- include_tasks: setup-timesync-redhat.yml\n when: ansible_os_family == 'RedHat'\n- include_tasks: setup-timesync-debian.yml\n when: ansible_os_family == 'Debian'\n\n\n- name: Configure the System Timezone\n ansible.builtin.command:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2520, "all_permissive": false }
ansible_role
muaminu/anthos
90e3e9d86caa1f7ac2778654ea5e9f940d1ac129
0
roles/system-package-update
5,317
[ "no_license" ]
[ { "path": "roles/system-package-update/tasks/system-package-update-redhat.yml", "content": "---\n\n- name: Update All Packages to the Latest Version [RedHat / CentOS]\n ansible.builtin.dnf:\n update_cache: yes\n name: \"*\"\n state: latest\n register: update_packages\n\n- name: Remove Packages D...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1390, "all_permissive": false }
ansible_role
smiller171/Ansible-CloudWatch
03d1ba80bfe1009199d1b1c0661c06f227ac68c8
10
roles/alarm
5,317
[ "no_license" ]
[ { "path": "roles/alarm/tasks/gather-info.yaml", "content": "---\n- name: Get instance ec2 facts\n action: ec2_facts\n register: ec2_facts\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "roles/alarm/tasks/main.yaml", "content": "---\n- inclu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 805, "all_permissive": false }
ansible_role
smiller171/Ansible-CloudWatch
03d1ba80bfe1009199d1b1c0661c06f227ac68c8
10
roles/common
5,317
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- include: dependencies.yaml\n- include: create-dir.yaml\n- include: code-push.yaml\n- include: cron.yaml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/common/tasks/cron.yaml", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1648, "all_permissive": false }