Skip to content
Snippets Groups Projects
Commit 0aabeb45 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting scripts [skip-ci]

parent 4cbb8d92
No related branches found
No related tags found
No related merge requests found
Pipeline #9490 skipped
Showing
with 57 additions and 17 deletions
---
description: Quickly configure Apache
cli:
options:
......@@ -5,7 +7,7 @@ cli:
default: apache
help: The application to configure Apache for, e.g. apache, drupal, matomo, nextcloud, kibana
site:
default: False
default: no
help: The id of a site (only useful with certain applications like Drupal or Matomo)
arguments:
playbook: role
......
---
description: Pin, unpin or show status of packages
cli:
arguments:
......@@ -11,7 +13,7 @@ cli:
help: Name of the package
options:
version:
default: *
default: '*'
help: Version for which you want to pin
arguments:
playbook: apt-pin
......
---
description: Find big files / directories
cli:
options:
......
---
description: Update Composer applications
cli:
defaults:
......
---
description: Update Composer itself and global packages
cli:
defaults:
......
---
description: Update hosts and ssh config
cli:
defaults:
limit: all
include_local: True
include_local: yes
arguments:
playbook: role
command:
......
---
description: Update Cron Jobs
arguments:
playbook: farm
......
---
description: Run a custom playbook from the inventory
cli:
arguments:
playbook:
help: Name of the playbook
arguments:
custom: True
custom: yes
---
description: Quickly configure Drupal sites
cli:
arguments:
limit:
default: False
default: no
help: The hostname on which to re-reploy Drupal
site:
default: False
default: no
help: The id of a site
options:
quick:
action: store_true
default: False
default: no
help: Only Drupal itself, not the CLI or JailKit
arguments:
playbook: role
......
---
description: Quickly re-deploy a Drupal site
cli:
arguments:
host:
default: False
default: no
help: The hostname on which to re-reploy Drupal
site:
default: False
default: no
help: The id of a site
arguments:
playbook: role
......
---
description: Dump and download Drupal database
cli:
arguments:
host:
default: False
default: no
help: The hostname of the Drupal site
site:
default: False
default: no
help: The id of a site
dumpfilename:
default: False
default: no
help: The filename of the downloaded dump file
arguments:
playbook: role
......
---
description: Launch a Drupal site by creating certs, configure HaProxy, Apache and Drupal
cli:
arguments:
host:
default: False
default: no
help: The hostname on which to launch Drupal
site:
default: False
default: no
help: The id of a site
defaults:
limit: proxyserver
......
---
description: Retrieve and adjust Drush aliases from remote host(s)
cli:
options:
site:
default: False
default: no
help: The id of a site if only one of the defined sites should be updated
fetch:
action: store_true
default: False
default: no
help: Only fetch the latest version of the alias definitions
defaults:
limit: webserver_drupal
......
---
description: Update ElastAlert rules
cli:
defaults:
......
---
description: Update ElastAlert application
cli:
defaults:
......
---
description: Configure Fail2Ban
arguments:
playbook: role
......
---
description: Configure Fail2Ban
arguments:
playbook: role
......
---
description: Run the farm playbook
arguments:
playbook: farm
---
description: Rebuild Firewall Configuration
arguments:
playbook: role
......
---
description: Switch Firewall to unprotected mode for a period of time
cli:
options:
unprotect-period:
default: False
default: no
help: Number of minutes before the firewall goes into protected mode again
arguments:
playbook: firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment