Skip to content
Snippets Groups Projects
Commit 2076f00c authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

cosmetic

parent 29aa5f5f
No related branches found
No related tags found
1 merge request!229Sql backup
...@@ -12,14 +12,16 @@ Architecture: ...@@ -12,14 +12,16 @@ Architecture:
EXAMPLE USAGE: EXAMPLE USAGE:
ansible-playbook -i static --limit=monarch-mgmt1 slurm_bk.yml *ansible-playbook -i static --limit=monarch-mgmt1 slurm_bk.yml*
where slurm_bk.yml contains where slurm_bk.yml contains
`
- hosts: 'ManagementNodes' - hosts: 'ManagementNodes'
gather_facts: True gather_facts: True
roles: roles:
- { role: slurm_sql_bk, create_key: "True", SQL_BK_DEST_HOST: "118.138.234.186", SQL_BK_DEST_DIR: "/mnt/backup/monarch", SQL_IP: "172.16.226.88" , sqlUsername: "slurmdb", sqlPasswd: "{{ slurmdb_passwd }}" } - { role: slurm_sql_bk, create_key: "True", SQL_BK_DEST_HOST: "118.138.234.186", SQL_BK_DEST_DIR: "/mnt/backup/monarch", SQL_IP: "172.16.226.88" , sqlUsername: "slurmdb", sqlPasswd: "{{ slurmdb_passwd }}" }
`
Meaning: Meaning:
* **create_key**: If defined to True then ssh-keygen is called on local machine and then: * **create_key**: If defined to True then ssh-keygen is called on local machine and then:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment