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
cosmonaut-ok/megalisp
468dfd404cc4dc5646f898de65fcb5fbb3d04d6a
1
provisioning/ansible/roles/common-lisp
7,929
[ "no_license" ]
[ { "path": "provisioning/ansible/roles/common-lisp/tasks/install_deb_env.yml", "content": "---\n\n- name: Installing basic working environment\n apt: pkg={{ item }}\n with_items:\n - build-essential\n - curl\n - libc6:i386\n - libgtk2.0-0:i386\n - libsigsegv2\n - libsigsegv-dev\n - lib...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1020, "all_permissive": false }
ansible_role
vijay-bais/django
10d0c561a699d2a6f7e9affcce3bfdf3a4b8a336
0
roles/apache-httpd
7,929
[ "no_license" ]
[ { "path": "roles/apache-httpd/tasks/main.yml", "content": "- name: Install HTTP server\n yum: name=httpd state=latest\n notify: Restart HTTPD\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
vijay-bais/django
10d0c561a699d2a6f7e9affcce3bfdf3a4b8a336
0
roles/debian_webserver
7,929
[ "no_license" ]
[ { "path": "roles/debian_webserver/tasks/main.yml", "content": "- name: Install apache2 server\n yum: name=apache2 state=latest\n notify: Restart apache2\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
A-j-K/infrastructure
775a66ee535625853e378ca8fc40598f962cbe7d
0
command/playbooks/roles/docker
7,929
[ "no_license" ]
[ { "path": "command/playbooks/roles/docker/tasks/main.yml", "content": "---\n\n- name: Install Docker Engine\n become: true\n shell: roles/docker/files/get_docker_com.sh\n\n- name: Check Docker Engine install\n file:\n path: /usr/bin/docker\n state: file\n\n- name: Add ubuntu user to docker group\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 293, "all_permissive": false }
ansible_role
sahibmartial/mini_projet_ansible
fa4a8cf1e63c065c750fca1c923bd59438092bda
0
roles/web
7,929
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": " - name: \"Download fake-backend source code\"\n git:\n repo: \"{{ fake_backend_git_url }}\" \n dest: \"{{ home }}/fake-backend\"\n force: \"yes\"\n recursive: \"no\"\n key_file: \"{{ home }}/.ssh/id_rsa\"\n accept_hostkey: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
joaovictorino/terraform-azure-ansible-roles-spring
12475265eb08d37f8002ccdca39aee4a68ef65c8
0
ansible/roles/mysqlserver
7,929
[ "no_license" ]
[ { "path": "ansible/roles/mysqlserver/templates/my.cnf.j2", "content": "[client]\r\nuser=root\r\npassword={{ <PASSWORD> }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible/roles/mysqlserver/tasks/main.yml", "content": "---\r\n - name: \"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2584, "all_permissive": false }
ansible_role
joaovictorino/terraform-azure-ansible-roles-spring
12475265eb08d37f8002ccdca39aee4a68ef65c8
0
ansible/roles/springapp
7,929
[ "no_license" ]
[ { "path": "ansible/roles/springapp/tasks/main.yml", "content": "---\r\n - name: \"Instalar java e unzip\"\r\n apt:\r\n update_cache: yes\r\n cache_valid_time: 3600\r\n name: [\"openjdk-11-jre\", \"unzip\"]\r\n state: latest\r\n become: yes\r\n \r\n - name: \"Copiar aplicação\"\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 954, "all_permissive": false }
ansible_role
matthcol/ansible202008
4a5ef48415cca0ad0d9ee506f3dc1214f3f2b3b9
0
PlaybookWithRoles/roles/install-database
7,929
[ "no_license" ]
[ { "path": "PlaybookWithRoles/roles/install-database/vars/main.yml", "content": "---\ndbname: cinema\ndbuser: cinema\npgversion: 12\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "PlaybookWithRoles/roles/install-database/handlers/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 841, "all_permissive": false }
ansible_role
matthcol/ansible202008
4a5ef48415cca0ad0d9ee506f3dc1214f3f2b3b9
0
PlaybookWithRoles/roles/install-webserver
7,929
[ "no_license" ]
[ { "path": "PlaybookWithRoles/roles/install-webserver/tasks/main.yml", "content": "---\n- name: ensure apache is installed\n yum:\n name: httpd\n state: installed\n- name: check httpd started\n service:\n name: httpd\n state: started\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/common
7,929
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/yum.yml", "content": "---\n- name: epelリポジトリを設定\n ignore_errors: true\n action: shell rpm -Uvh http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm\n- name: epelリポジトリをデフォルト無効化\n copy: src=epel.repo dest=/etc/yum.repos.d/epe...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1575, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/for_cakephp
7,929
[ "no_license" ]
[ { "path": "ansible/roles/for_cakephp/tasks/main.yml", "content": "---\n- name: Nginxのdefault.confをphp-fpm + CakePHPに合わせて修正\n template: src=default.conf.j2 dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 921, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/mysql
7,929
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: MySQL moduleに必要なパッケージをインストール\n yum: name={{ item }} state=present\n with_items:\n - python-iniparse\n - MySQL-python\n- name: MySQLをインストール\n yum: name={{ item }} state=present\n with_items:\n - mysql\n- name: my.cnfを設定\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/nginx
7,929
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Nginx公式リポジトリを設定\n ignore_errors: true\n action: shell rpm -Uvh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm\n- name: Nginxリポジトリをデフォルト無効化\n copy: src=nginx.repo dest=/etc/yum.repos.d/ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/phpenv
7,929
[ "no_license" ]
[ { "path": "ansible/roles/phpenv/tasks/phpenv.yml", "content": "---\n- name: phpenvをインストールするのに必要なパッケージをインストール\n yum: name={{ item }} state=present\n with_items:\n - libxml2-devel\n - bison\n - bison-devel\n - openssl-devel\n - curl-devel\n - libjpeg-devel\n - libpng-devel\n - readli...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3978, "all_permissive": false }
ansible_role
k1LoW/phpenv-nginx-ansible-vagrant
39054a2c91ddaf68e1d3539d0f1c20c822ae0e41
5
ansible/roles/postgresql
7,929
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/templates/pg_hba.conf.j2", "content": "local all all trust\n# IPv4 local connections:\nhost all all 127.0.0.1/32 trust\n# IPv6 local connections:\nhost all all ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1245, "all_permissive": false }
ansible_role
niclash/subutai-bp-kafka
0d7e75f5784bce3e5353462f0f68254bb8f25ffd
0
roles/ansible-kafka
7,929
[ "no_license" ]
[ { "path": "roles/ansible-kafka/templates/kafka.service.j2", "content": "# {{ansible_managed}}\n\n[Unit]\nDescription=Apache Kafka service\nAfter=network.target\n\n[Service]\nType=forking\nUser=kafka\nGroup=kafka\nEnvironmentFile={{kafka_config_dir}}/kafka.cfg\nExecStart={{kafka_dir}}/bin/kafka-server-start....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5411, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/containerd
7,929
[ "no_license" ]
[ { "path": "ansible/roles/containerd/tasks/main.yml", "content": "---\n- name: Sincronizar hora com o servidor NTP do Google\n shell: ntpdate time.google.com\n become: true\n\n- name: Carregar módulos do kernel\n modprobe:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ modulos_requeridos }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1781, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/k8s-HA
7,929
[ "no_license" ]
[ { "path": "ansible/roles/k8s-HA/tasks/main.yml", "content": "---\n- name: Instala o HAProxy\n apt:\n name: haproxy\n update_cache: yes\n state: present\n\n- name: Configura o HAProxy diretamente\n copy:\n dest: /etc/haproxy/haproxy.cfg\n content: |\n global\n log /dev/log local0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 904, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/k8s-all-node
7,929
[ "no_license" ]
[ { "path": "ansible/roles/k8s-all-node/vars/main.yml", "content": "---\nbase_packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n\nkube_packages:\n - kubelet\n - kubeadm\n - kubectl\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1593, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/k8s-cplane-node
7,929
[ "no_license" ]
[ { "path": "ansible/roles/k8s-cplane-node/tasks/main.yml", "content": "---\n- name: Copiar script de join do control-plane\n copy:\n src: control-plane-join.sh\n dest: /home/vagrant/control-plane-join.sh\n owner: vagrant\n group: vagrant\n mode: 0755\n\n- name: Inserir --apiserver-advertise-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 541, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/k8s-master-node
7,929
[ "no_license" ]
[ { "path": "ansible/roles/k8s-master-node/tasks/main.yml", "content": "---\n- name: Inicializar o cluster com kubeadm\n command: >\n kubeadm init\n --apiserver-cert-extra-sans=192.168.56.10\n --control-plane-endpoint=192.168.56.13:6443\n --apiserver-advertise-address=192.168.56.10\n --pod-net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1939, "all_permissive": false }
ansible_role
rodrygocarnevali/k8s-ha-lab
5727a48a998e9b8cc874ba732b29e4614f0aa79d
1
ansible/roles/k8s-worker-node
7,929
[ "no_license" ]
[ { "path": "ansible/roles/k8s-worker-node/tasks/main.yml", "content": "---\n- name: Copiar script de join do worker\n copy:\n src: worker-join.sh\n dest: /home/vagrant/worker-join.sh\n owner: vagrant\n group: vagrant\n mode: 0755\n\n- name: Executar script de join do worker\n command: /home/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/apt
7,929
[ "no_license" ]
[ { "path": "roles/apt/files/config.yaml", "content": "InlayHints:\n Enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/apt/tasks/main.yaml", "content": "- name: Update apt Packages\n become: true\n block:\n - name: Audi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 839, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/brew
7,929
[ "no_license" ]
[ { "path": "roles/brew/tasks/main.yaml", "content": "- name: Install Brew\n install_brew:\n\n- name: Update Brew\n community.general.homebrew:\n path: /home/linuxbrew/.linuxbrew/bin\n update_homebrew: true\n\n- name: Install Packages\n block:\n - name: Register Brew Tap\n community.general.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1273, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/db
7,929
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yaml", "content": "- name: Setup Local DB\n block:\n - name: Get Current Dir Path\n ansible.builtin.command: pwd\n register: db_dotfiles_dir\n changed_when: false\n - name: Run Local DB\n ansible.builtin.command: docker compose up -d\n environme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1398, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/docker
7,929
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install Docker\n become: true\n block:\n - name: Add gpg key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/debian/gpg\n - name: Add Docker Repository\n ansible.builtin.apt_repository:\n repo: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1738, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/git
7,929
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yaml", "content": "- name: Copy Git Config\n ansible.builtin.copy:\n src: gitconfig\n dest: ~/.gitconfig\n mode: \"0664\"\n\n- name: Check Credentials for Go Git Repositories\n block:\n - name: Check that the .gitcookies exists\n ansible.builtin.stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/go
7,929
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yaml", "content": "- name: Install Latest Go\n become: true\n block:\n - name: Remove Old Installation\n ansible.builtin.file:\n path: /usr/local/go\n state: absent\n - name: Check Latest Go Version\n ansible.builtin.shell:\n executable: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1585, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/k8s
7,929
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "- name: Setup Kind Cluster\n block:\n - name: Install Kind\n community.general.homebrew:\n state: latest\n path: /home/linuxbrew/.linuxbrew/bin\n name:\n - kind\n - name: Get Current Dir Path\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/mise
7,929
[ "no_license" ]
[ { "path": "roles/mise/tasks/main.yaml", "content": "- name: Install Node Latest\n ansible.builtin.shell: |\n mise install node@latest\n mise use -g node@latest\n changed_when: false\n\n- name: Update npm to latest\n ansible.builtin.command: npm install -g npm@latest\n changed_when: false\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/pip
7,929
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yaml", "content": "- name: Install packaging Package\n ansible.builtin.command: /home/linuxbrew/.linuxbrew/bin/pip install --break-system-packages packaging\n changed_when: false\n\n- name: Install pip Packages\n ansible.builtin.pip: # noqa: package-latest\n executable:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/rc
7,929
[ "no_license" ]
[ { "path": "roles/rc/tasks/main.yaml", "content": "- name: Create .hushlogin\n ansible.builtin.file:\n path: ~/.hushlogin\n state: touch\n access_time: preserve\n modification_time: preserve\n mode: \"0644\"\n\n- name: Copy .colorrc to home directory\n ansible.builtin.copy:\n src: .colorr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/server
7,929
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yaml", "content": "- name: Set timezone to Asia/Tokyo\n become: true\n community.general.timezone:\n name: Asia/Tokyo\n\n- name: Setup Tailscale\n block:\n - name: Get Tailscale install script\n ansible.builtin.get_url:\n url: https://tailscale.com/ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2104, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/update
7,929
[ "no_license" ]
[ { "path": "roles/update/handlers/main.yaml", "content": "- name: Restart Local DB\n ansible.builtin.shell: docker compose down && docker compose up -d\n environment:\n COMPOSE_PROJECT_NAME: local_db\n COMPOSE_FILE: \"{{ dotfiles_dir.stdout }}/roles/db/files/docker-compose.yaml\"\n changed_when: fal...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2902, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/workspace
7,929
[ "no_license" ]
[ { "path": "roles/workspace/files/settings.json", "content": "// Place your settings in this file to overwrite default and user settings.\n{\n \"files.exclude\": {\n \"**/out\": true,\n \"**/.vscode-test\": true,\n \"**/.user-data-dir-test\": true\n },\n \"search.exclude\": {\n \"node_modules\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3965, "all_permissive": false }
ansible_role
logica0419/dotfiles
99c1489d058bdd3fad341d73db3ed3a92e8b0ba2
1
roles/wsl
7,929
[ "no_license" ]
[ { "path": "roles/wsl/templates/updater.service.j2", "content": "[Unit]\nDescription=WSL Updater\n\n[Service]\nType=simple\nUser={{ ansible_user }}\nGroup={{ ansible_user }}\nExecStart={{ updater_wsl_ansible_path.stdout }} -v -u {{ ansible_user }} -i {{ updater_wsl_dotfiles_dir.stdout }}/inventory {{ updater...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3388, "all_permissive": false }
ansible_role
agustina-facultad/UTNFRA_SO_2do_Parcial_Fernandez
e4932aaa01561658d54d6d6b26ddd180a944e436
0
202406/ansible/roles/2do_parcial
7,929
[ "no_license" ]
[ { "path": "202406/ansible/roles/2do_parcial/vars/main.yml", "content": "---\n# vars file for 2do_parcial\nnombre: \"Tu-Nombre\"\napellido: \"Tu-Apellido\"\ndivision: \"Tu-Division\"\nip: \"10.0.2.15\"\ndistribucion: \"Ubuntu 24.04 LTS\"\ncores: 2 \n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/aws
7,932
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved.\n---\n# first, check to make sure that the external_subnet is defined; if it is not,\n# then it's an error\n- name: Ensure that external_subnet is defined\n fail:\n msg: \"The external_subnet parameter must...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 15328, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/build-app-host-groups
7,932
[ "no_license" ]
[ { "path": "roles/build-app-host-groups/files/build_osp_host_groups.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved\n---\n# if this is an OpenStack cloud, then set the facts for the application nodes\n# appropriately; this includes filtering for the application role and/or the\n# cluster ID ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6666, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/configure-cassandra-nodes
7,932
[ "no_license" ]
[ { "path": "roles/configure-cassandra-nodes/tasks/main.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved\n---\n# first, create a new set of configuration files from the input templates\n- block:\n # backup the default configuration files\n - name: Backup configuration files\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2961, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/http-proxy
7,932
[ "no_license" ]
[ { "path": "roles/http-proxy/tasks/main.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved.\n#\n# HTTP proxy configuration\n---\n# set the proxy-related variables from the input http_proxy variable (if that\n# variable is defined)\n- name: setting http_proxy environment variables\n set_fact:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2937, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/initialize-play
7,932
[ "no_license" ]
[ { "path": "roles/initialize-play/files/get_iface_addr.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved\n---\n# first, gather up the IP address for the named interface for each of the input\n# hosts (using the facts contained in the 'hostvars' gathered for those hosts)\n- set_fact:\n lcl_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5225, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/osp
7,932
[ "no_license" ]
[ { "path": "roles/osp/tasks/main.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved.\n---\n# first, check to make sure that the external_subnet is defined; if it is not,\n# then it's an error\n- name: Ensure that external_subnet is defined\n fail:\n msg: \"The external_subnet parameter must...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 15033, "all_permissive": false }
ansible_role
Datanexus/cassandra
63be7fa8e85fbeda85d851af61057e70b94d803c
1
roles/preflight
7,932
[ "no_license" ]
[ { "path": "roles/preflight/tasks/main.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved.\n#\n# OS tasks that occur post-boot and pre-appplication installation\n---\n# if we have multiple networks, then add the interface script for\n# the public interface and configure the public and private n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5376, "all_permissive": false }
ansible_role
qilongz/COMP90024-Project
b307123ec787a3a0d26b70d48a7a652eda29a29c
0
assignment2/Deployment/ansible/roles/common
7,932
[ "no_license" ]
[ { "path": "assignment2/Deployment/ansible/roles/common/tasks/main.yml", "content": "- name: Update apt packages \n become: true\n apt:\n update_cache: yes\n\n- name: \"Copy Hosts file to Servers\"\n become: true\n copy:\n src: inventory/files/hosts\n dest: /etc/hosts\n owner: root\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1567, "all_permissive": false }
ansible_role
qilongz/COMP90024-Project
b307123ec787a3a0d26b70d48a7a652eda29a29c
0
assignment2/Deployment/ansible/roles/hadoop
7,932
[ "no_license" ]
[ { "path": "assignment2/Deployment/ansible/roles/hadoop/tasks/main.yml", "content": "- name: \"Copy blueprints\"\n copy:\n src: inventory/files/{{ item }}\n dest: ~/{{ item }}\n backup: yes\n with_items:\n - blueprint.json\n - cluster.json\n - add_hosts.json\n\n- name: \"Post ambari bluep...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2301, "all_permissive": false }
ansible_role
qilongz/COMP90024-Project
b307123ec787a3a0d26b70d48a7a652eda29a29c
0
assignment2/Deployment/ansible/roles/management
7,932
[ "no_license" ]
[ { "path": "assignment2/Deployment/ansible/roles/management/tasks/main.yml", "content": "- name: Download Ambari repo list\n become: true\n get_url:\n url: http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.1.5/ambari.list\n dest: /etc/apt/sources.list.d/ambari.list\n mode: 0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2232, "all_permissive": false }
ansible_role
qilongz/COMP90024-Project
b307123ec787a3a0d26b70d48a7a652eda29a29c
0
assignment2/Deployment/ansible/roles/worker_node
7,932
[ "no_license" ]
[ { "path": "assignment2/Deployment/ansible/roles/worker_node/tasks/main.yml", "content": "- name: Download Ambari repo list\n become: true\n get_url:\n url: http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.1.5/ambari.list\n dest: /etc/apt/sources.list.d/ambari.list\n mode: 0755...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 854, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/23_aiops-addons-awx
7,932
[ "no_license" ]
[ { "path": "ansible/roles/23_aiops-addons-awx/tasks/main.yml", "content": "- name: Create the AWX Operator\n kubernetes.core.k8s:\n state: present\n namespace: awx\n src: ./files/awx/operator-install.yaml\n \n- name: Create the AWX Instance\n kubernetes.core.k8s:\n state: present\n namespac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/29_aiops-addons-servicemesh
7,932
[ "no_license" ]
[ { "path": "ansible/roles/29_aiops-addons-servicemesh/tasks/main.yml", "content": "# *************************************************************************************************************************************************\n# ---------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5756, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/50_load-robotshop-logs
7,932
[ "no_license" ]
[ { "path": "ansible/roles/50_load-robotshop-logs/tasks/main.yml", "content": "\n# *************************************************************************************************************************************************\n# ------------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7902, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/50_load-robotshop-logs-es
7,932
[ "no_license" ]
[ { "path": "ansible/roles/50_load-robotshop-logs-es/tasks/main.yml", "content": "\n# *************************************************************************************************************************************************\n# ---------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3468, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/51_load-robotshop-events
7,932
[ "no_license" ]
[ { "path": "ansible/roles/51_load-robotshop-events/tasks/main.yml", "content": "\n# *************************************************************************************************************************************************\n# ----------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7194, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/52_load-robotshop-incidents
7,932
[ "no_license" ]
[ { "path": "ansible/roles/52_load-robotshop-incidents/tasks/main.yml", "content": "\n# *************************************************************************************************************************************************\n# -------------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3295, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/53_load-robotshop-change-risk
7,932
[ "no_license" ]
[ { "path": "ansible/roles/53_load-robotshop-change-risk/tasks/main.yml", "content": "\n# *************************************************************************************************************************************************\n# -----------------------------------------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3281, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/apply-final-patches
7,932
[ "no_license" ]
[ { "path": "ansible/roles/apply-final-patches/tasks/main.yml", "content": "- name: Wait for Slack Pod Ready\n shell: oc wait --namespace=\"{{ WAIOPS_NAMESPACE }}\" --for=condition=Ready pods $(oc get po -n \"{{ WAIOPS_NAMESPACE }}\"|grep \"aimanager-aio-chatops-slack-integrator\"|awk '{print$1}') --timeout=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3077, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/apply-patches
7,932
[ "no_license" ]
[ { "path": "ansible/roles/apply-patches/tasks/main.yml", "content": "- name: Patch Ingress\n shell: oc patch namespace default --type=json -p '[{\"op\":\"add\",\"path\":\"/metadata/labels\",\"value\":{\"network.openshift.io/policy-group\":\"ingress\"}}]'\n register: ingress_patched\n\n- name: Check Topolog...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7612, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/create-cp4waiops-user
7,932
[ "no_license" ]
[ { "path": "ansible/roles/create-cp4waiops-user/tasks/main.yaml", "content": "- name: Get Initial Admin password\n shell: oc -n ibm-common-services get secret platform-auth-idp-credentials -o jsonpath='{.data.admin_password}' | base64 -d\n register: ADMIN_PASSWORD\n\n- name: Get CP4D Cluster URL\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1320, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/create-kubernetes-observer
7,932
[ "no_license" ]
[ { "path": "ansible/roles/create-kubernetes-observer/tasks/main.yaml", "content": "- name: Print current working directory\n command: pwd\n register: PWD\n\n- name: Print current working directory\n debug:\n msg: \"PWD: {{ PWD.stdout }}\"\n\n- name: Get password\n shell: oc get secret aiops-topology-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1806, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/create-ocp-user
7,932
[ "no_license" ]
[ { "path": "ansible/roles/create-ocp-user/files/ibm-cluster-role-binding.yaml", "content": "apiVersion: rbac.authorization.k8s.io/v1\n# This cluster role binding allows the \"demo-admin\" service account \n# to have cluster-admin privileges in any namespace.\nkind: ClusterRoleBinding\nmetadata:\n name: ibm-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1768, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/create-pull-secrets
7,932
[ "no_license" ]
[ { "path": "ansible/roles/create-pull-secrets/tasks/main.yml", "content": "---\n- name: Create a namespace\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: \"{{ WAIOPS_NAMESPACE }}\"\n state: present\n \n# Patch OCP Registry\n# - name: PREREQUISITES - 🩹 Patch OCP Regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 7005, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/create-rest-observer
7,932
[ "no_license" ]
[ { "path": "ansible/roles/create-rest-observer/tasks/main.yaml", "content": "- name: Get password\n shell: oc get secret aiops-topology-asm-credentials -n cp4waiops -o yaml | grep password | cut -d ':' -f2 | base64 -d\n register: PASSWORD_OUTPUT\n \n- name: Set password\n set_fact:\n PASSWORD: \"{{ PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-cp4waiops-custom-resource
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-cp4waiops-custom-resource/tasks/main.yml", "content": "- name: Install the AI Manager Custom Resource\n kubernetes.core.k8s:\n state: present\n template: './templates/cp4waiops-installation.j2'", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-cp4waiops-operator
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-cp4waiops-operator/tasks/main.yml", "content": "- name: Install IBM Operator Catalog Source\n kubernetes.core.k8s:\n state: present\n src: ./files/ibm-operator-catalogsource.yaml\n\n\n# Create IBM AIOps Catalog\n# - name: AI Manager - 🚀 Install IBM AIOps Ca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2296, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-demo-apps
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-demo-apps/files/robot1-cluster-role-binding.yaml", "content": "apiVersion: rbac.authorization.k8s.io/v1\n# This cluster role binding allows the \"demo-admin\" service account \n# to have cluster-admin privileges in any namespace.\nkind: ClusterRoleBinding\nmetadata:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3996, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-humio
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-humio/tasks/main.yml", "content": "- name: Create humio-logging namespace\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: \"humio-logging\"\n state: present\n\n- name: Install CRDs\n shell: |\n oc apply -n humio-logging -f ./templates/humi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3616, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-ldap
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-ldap/tasks/main.yml", "content": "- name: Install OpenLDAP\n kubernetes.core.k8s:\n state: present\n template: ./templates/install-ldap.j2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-rook-ceph
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-rook-ceph/tasks/main.yml", "content": "- name: Get Rook-Ceph namespace\n kubernetes.core.k8s_info:\n kind: Namespace\n name: rook-ceph\n register: K8S_EXISTS\n\n- name: Install Rook-Ceph\n block:\n - name: Rook-Ceph CRDS\n kubernetes.core.k8s:\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3253, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/install-runbook-bastion-server
7,932
[ "no_license" ]
[ { "path": "ansible/roles/install-runbook-bastion-server/tasks/main.yml", "content": "- name: Check Runbook Bastion Server\n kubernetes.core.k8s_info:\n kind: Deployment\n name: bastion-host\n namespace: default\n register: K8S_EXISTS\n\n- name: Install Runbook Bastion Server\n kubernetes.core.k8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/login-openshift
7,932
[ "no_license" ]
[ { "path": "ansible/roles/login-openshift/tasks/main.yml", "content": "---\n- name: PREREQUISITES - 📥 Installation Parameters\"\n debug:\n msg:\n - \"** CP4WAIOPS AI Manager Parameters ***********************************************************************\"\n - \" AI Manager Installation Na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1862, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/print-logins
7,932
[ "no_license" ]
[ { "path": "ansible/roles/print-logins/tasks/main.yml", "content": "- name: PREREQUISITES - 🌏 Get Cluster FQDN\n shell: |\n CLUSTER_ROUTE=$(oc get routes console -n openshift-console | tail -n 1 2>&1 ) \n CLUSTER_FQDN=$( echo $CLUSTER_ROUTE | awk '{print $2}')\n echo ${CLUSTER_FQDN##*console.}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10304, "all_permissive": false }
ansible_role
nmm131/cp4waiops-accelerator
2f7bef954a8fb7516e52fe1925bd9f6b34e81ce2
0
ansible/roles/wait-for-zen
7,932
[ "no_license" ]
[ { "path": "ansible/roles/wait-for-zen/tasks/main.yml", "content": "- name: Wait for Zen Ansible Script zen_ready.stdout in namespace ibm-common-services\n shell: |\n ZEN_LOGS=$(oc logs $(oc get po -n ibm-common-services|grep ibm-zen-operator|awk '{print$1}') -n ibm-common-services|grep -i \"failed=0\")\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
olusholapacheco/ansible
7859cd7a4630bac3148a404aca063e1817dac19e
0
roles/base
7,932
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for samantha\n authorized_key:\n user: samantha\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 87, "all_permissive": false }
ansible_role
olusholapacheco/ansible
7859cd7a4630bac3148a404aca063e1817dac19e
0
roles/web_servers
7,932
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install httpd package (CentOS)\n tags: apache,centos,httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: start and enanble httpd (CentOS)\n tags: apache,centos,httpd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
goneri/dci-agent-gate
64507081fa8dc27f0f1dbeb620da4abbd834d878
0
roles/dci-agent
7,932
[ "no_license" ]
[ { "path": "roles/dci-agent/templates/run_dci_agent.sh.j2", "content": "#!/bin/sh\nset -v\nrun () {\n ssh -q -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o KbdInteractiveAuthentication=no -o PasswordAuthentication=no -tt -i {{ hostvars[\"jumpbox\"][\"ansible_ssh_private_key_file\"] }} cent...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4118, "all_permissive": false }
ansible_role
goneri/dci-agent-gate
64507081fa8dc27f0f1dbeb620da4abbd834d878
0
roles/deploy
7,932
[ "no_license" ]
[ { "path": "roles/deploy/files/test_shades.py", "content": "#!/usr/bin/python\nimport shade\n\nshade.simple_logging(debug=True)\ncloud = shade.openstack_cloud(cloud='defaults')\nprint(cloud.get_flavor_by_ram(512))\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2515, "all_permissive": false }
ansible_role
abdurahim-dag/dev-ops
5468f48b3d664a3ae738a5ad92f64953eaa926e2
0
sausage-infrastructure/ansible/roles/backend
7,932
[ "no_license" ]
[ { "path": "sausage-infrastructure/ansible/roles/backend/tasks/main.yml", "content": "---\n- name: создание сервисного пользователя\n ansible.builtin.user:\n name: \"{{ service_account }}\"\n\n- name: Создадим папку приложения\n ansible.builtin.file:\n path: \"{{ backend_folder_path }}\"\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3531, "all_permissive": false }
ansible_role
abdurahim-dag/dev-ops
5468f48b3d664a3ae738a5ad92f64953eaa926e2
0
sausage-infrastructure/ansible/roles/frontend
7,932
[ "no_license" ]
[ { "path": "sausage-infrastructure/ansible/roles/frontend/README.md", "content": "Роль frontend\n=========\n\nРоль развертывания фронтенд приложения.\n\nПотребности\n------------\n\nДля успешного наката роли необходимо:\n - успешно запущенная машина на Ubuntu;\n - пользователь ansible на машине с настроенн...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4379, "all_permissive": false }
ansible_role
dghadge/AutoNTier
ae09087c17c87eb6269caf4e9978654464710453
0
ansible-roles/roles/webserver
7,932
[ "no_license" ]
[ { "path": "ansible-roles/roles/webserver/tasks/main.yml", "content": "---\n - name: Ensure that Apache is installed\n yum: name=httpd state=present\n when: ansible_os_family == \"RedHat\"\n\n - name: Start Apache Services\n service: name=httpd enabled=yes state=started\n\n - name: Deploy configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 417, "all_permissive": false }
ansible_role
luizbafilho/ubuntu-files
5d22a723f191d93b433df682eb493634d7268cc3
0
ansible/roles/setup
7,932
[ "no_license" ]
[ { "path": "ansible/roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n- name: Include vars\n include_vars:\n dir: vars\n\n- name: Add Docker GPG key\n become: true\n apt_key:\n url: \"https://download.docker.com/linux/ubuntu/gpg\"\n\n- name: Add Docker APT repository\n become: t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 12625, "all_permissive": false }
ansible_role
InsightDataScience/ansible-playbook
1b6a0f3123af2232ac5da1385b9a17b03c136ac6
67
roles/ec2
7,932
[ "permissive" ]
[ { "path": "roles/ec2/tasks/describe.yml", "content": "---\n- name: EC2 Remote facts\n ec2_remote_facts:\n region: \"{{ region }}\"\n filters:\n \"tag:Name\": \"{{ tag_key_vals.Name }}\"\n register: ec2_info\n\n- name: Gather EC2 info\n set_fact:\n instance_summary:\n public_ip: \"{{ it...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3345, "all_permissive": true }
ansible_role
InsightDataScience/ansible-playbook
1b6a0f3123af2232ac5da1385b9a17b03c136ac6
67
roles/kafka
7,932
[ "permissive" ]
[ { "path": "roles/kafka/tasks/service.yml", "content": "---\n- name: Check if kafka service is running\n shell: ps aux | grep kafka | grep -v grep\n ignore_errors: yes\n register: kafka_service_status\n\n- name: Kafka sevice (running or stopped) report\n debug:\n msg: \"{{ stage }} | Kafka server is {...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 4319, "all_permissive": true }
ansible_role
InsightDataScience/ansible-playbook
1b6a0f3123af2232ac5da1385b9a17b03c136ac6
67
roles/vw
7,932
[ "permissive" ]
[ { "path": "roles/vw/tasks/main.yml", "content": "- name: Check if vw is installed\n stat:\n path: \"{{ VW_HOME }}\"\n register: vw\n tags: ['test', 'start', 'stop', 'install', 'uninstall', 'info']\n\n- name: Install Vowpal Wabbit\n include: install.yml\n tags: install\n when: vw.stat.exists == Fals...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1356, "all_permissive": true }
ansible_role
InsightDataScience/ansible-playbook
1b6a0f3123af2232ac5da1385b9a17b03c136ac6
67
roles/zookeeper
7,932
[ "permissive" ]
[ { "path": "roles/zookeeper/tasks/service.yml", "content": "- name: Check if zookeeper service is running\n shell: ps aux | grep zookeeper | grep -v grep\n ignore_errors: yes\n register: zoo_service_status\n\n- name: Zookeeper sevice (running or stopped) report\n debug:\n msg: \"{{ stage }} | Zookeepe...
{ "task_files": 8, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 4419, "all_permissive": true }
ansible_role
naveenkonukati/ansible-deploy-tomcat-pet
3852bb6e7b9f7e73dc19f459f007f5fc5b424d3b
0
roles/jdk
7,935
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n - name: upgrade packages\n yum:\n name: \"*\"\n state: latest\n \n - name: Install Java 1.8\n yum:\n name: \"{{java_name}}\"\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
naveenkonukati/ansible-deploy-tomcat-pet
3852bb6e7b9f7e73dc19f459f007f5fc5b424d3b
0
roles/tomcat
7,935
[ "no_license" ]
[ { "path": "roles/tomcat/vars/main.yml", "content": "---\njava_name: java-1.8.0-openjdk\nhttp_port: 8080\nhttps_port: 8443\nadmin_username: tomcat\nadmin_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/tomcat/tasks/main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1523, "all_permissive": false }
ansible_role
aakkat/Ansible-Task2
a482f65b2689f56cd939eb68f31b8137d2bcb61d
0
roles/apacheconfig
7,935
[ "no_license" ]
[ { "path": "roles/apacheconfig/vars/main.yml", "content": "---\n# vars file for apacheconfig\n\npackage_name: \"httpd\"\ngit_repo: \"https://github.com/aakkat/Ansible-Task2.git\"\nwebsite: \"/var/www/html\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 683, "all_permissive": false }
ansible_role
aakkat/Ansible-Task2
a482f65b2689f56cd939eb68f31b8137d2bcb61d
0
roles/ec2oslaunch
7,935
[ "no_license" ]
[ { "path": "roles/ec2oslaunch/handlers/main.yml", "content": "---\n# handlers file for webserver\n- name: service httpd start\n service:\n name: httpd\n state: started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/ec2oslaunch/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 809, "all_permissive": false }
ansible_role
pentesterwtf/ansible-windows-desktop
713a73137ed982a9f6e978382ada66fafe986441
1
roles/common
7,935
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Set high performance mode\n win_shell: powercfg /SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c\n changed_when: false\n\n- name: Install Apps\n win_chocolatey:\n name:\n - putty\n - googlechrome\n - 7zip\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7896, "all_permissive": false }
ansible_role
pentesterwtf/ansible-windows-desktop
713a73137ed982a9f6e978382ada66fafe986441
1
roles/dev
7,935
[ "no_license" ]
[ { "path": "roles/dev/README.md", "content": "Development role\n=========\n\nInstalls the following utilities:\n\n* visualstudio2019community\n* vscode\n\nRequirements\n------------\n\n* Windows 10/ Server 2019\n\nLicense\n-------\n\nBSD\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 589, "all_permissive": false }
ansible_role
pentesterwtf/ansible-windows-desktop
713a73137ed982a9f6e978382ada66fafe986441
1
roles/reveng
7,935
[ "no_license" ]
[ { "path": "roles/reveng/tasks/main.yml", "content": "---\n- name: Add Fireeye chocolatey repo\n win_chocolatey_source:\n name: fireeye\n state: present\n source: https://www.myget.org/F/fireeye/api/v2\n- name: Install Apps\n win_chocolatey:\n name:\n - ghidra\n - 010editor\n - d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
pentesterwtf/ansible-windows-desktop
713a73137ed982a9f6e978382ada66fafe986441
1
roles/sysmon
7,935
[ "no_license" ]
[ { "path": "roles/sysmon/tasks/main.yml", "content": "---\n# This is a workaround for the upstream chocolately package\n# Which isn't updated to latest hash\n\n- name: Download sysmon\n win_get_url:\n url: \"{{ sysmonUrl }}\"\n dest: C:\\sysmon.zip\n register: downloaded\n\n# https://docs.ansible.com...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1864, "all_permissive": false }
ansible_role
jigeria/k8s
44d413eb57de2615f7ba3f03627cfb24ae77ada1
2
ansible/roles/install-k8s
7,935
[ "no_license" ]
[ { "path": "ansible/roles/install-k8s/tasks/master.yml", "content": "- name: Init kubeadm\n become: yes\n ansible.builtin.shell:\n cmd: kubeadm init --pod-network-cidr=10.244.0.0/16\n\n- name: kubeadm_token\n become: yes\n ansible.builtin.shell:\n cmd: kubeadm token list | awk 'NR == 2 { print $1}...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6508, "all_permissive": false }
ansible_role
marconesns/modulo_k8s_I
cd639e29a6bbbdce12a541aea8fb0a8646e18bcb
0
ec2_kubernetes_ansible/cluster/roles/commons
7,935
[ "no_license" ]
[ { "path": "ec2_kubernetes_ansible/cluster/roles/commons/tasks/main.yml", "content": "- name: Run apt-get update\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install packages required\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2703, "all_permissive": false }
ansible_role
marconesns/modulo_k8s_I
cd639e29a6bbbdce12a541aea8fb0a8646e18bcb
0
ec2_kubernetes_ansible/cluster/roles/master
7,935
[ "no_license" ]
[ { "path": "ec2_kubernetes_ansible/cluster/roles/master/tasks/token.yml", "content": "- name: Create join token\n shell: kubeadm token create --print-join-command\n register: join_command_raw\n\n- debug: msg={{ join_command_raw.stdout }} \n\n- name: Set join_command as fact\n set_fact: join_command=\"{{ j...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 481, "all_permissive": false }
ansible_role
marconesns/modulo_k8s_I
cd639e29a6bbbdce12a541aea8fb0a8646e18bcb
0
ec2_kubernetes_ansible/cluster/roles/nodes
7,935
[ "no_license" ]
[ { "path": "ec2_kubernetes_ansible/cluster/roles/nodes/tasks/main.yml", "content": "- name: kubeadm reset\n shell: kubeadm reset -f > $HOME/reset.log\n args:\n chdir: $HOME\n creates: reset.log\n\n- name: Join node to cluster\n shell: \"{{ hostvars[groups['masters'][0]]['join_command'] }} > $HOME/no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
marconesns/modulo_k8s_I
cd639e29a6bbbdce12a541aea8fb0a8646e18bcb
0
terraform_k8s_ansible/cluster/roles/k8s
7,935
[ "no_license" ]
[ { "path": "terraform_k8s_ansible/cluster/roles/k8s/tasks/main.yml", "content": "- name: Add an Apt signing key to a specific keyring file\n ansible.builtin.apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n keyring: /etc/apt/keyrings/kubernetes-archive-keyring.gpg\n\n- name: Add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 810, "all_permissive": false }
ansible_role
marconesns/modulo_k8s_I
cd639e29a6bbbdce12a541aea8fb0a8646e18bcb
0
terraform_k8s_ansible/cluster/roles/master
7,935
[ "no_license" ]
[ { "path": "terraform_k8s_ansible/cluster/roles/master/tasks/setup.yml", "content": "- name: Initialize Cluster k8s\n shell: kubeadm init --control-plane-endpoint=\"<ip publico>:6443\" >> cluster_init.log \n args:\n chdir: $HOME\n creates: cluster_init.log\n\n- name: Create .kube directory\n file:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 490, "all_permissive": false }
ansible_role
MikalaiDavydzenka/pocs
5b0adc805babd127f8c2d89e1233dbf0c5176972
0
roles/persistent_volume
7,935
[ "no_license" ]
[ { "path": "roles/persistent_volume/tasks/main.yml", "content": "- name: create local folders for persistent volumes\n file:\n path: \"/opt/pv-{{ item.name }}-{{ namespace }}\"\n state: \"{{ 'directory' if action == 'install' else 'absent' }}\"\n loop: \"{{ helper_volumes }}\"\n become: true\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2059, "all_permissive": false }
ansible_role
bhushan243/Ansible
ad3b9392a4a07c4552f09baed310a40d00f21a23
0
roles/apache
7,935
[ "no_license" ]
[ { "path": "roles/apache/handlers/main.yml", "content": "- name: restart httpd \n service:\n name: \"{{websvf}}\"\n state: restarted\n listen: restart_apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/apache/tasks/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 659, "all_permissive": false }