From 157446889d801293b91b6c290c09643e3bd32cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Villagr=C3=A1?= Date: Wed, 28 Dec 2022 23:53:36 +0000 Subject: [PATCH] =?UTF-8?q?Commit=20inicial=20del=20=5Fjob=5F=20=C2=ABDesp?= =?UTF-8?q?liega=20ansible=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-359e4ef8-95ec-4adc-af07-0e6ff39240f5.yaml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Ansible/Despliega ansible-359e4ef8-95ec-4adc-af07-0e6ff39240f5.yaml diff --git a/Ansible/Despliega ansible-359e4ef8-95ec-4adc-af07-0e6ff39240f5.yaml b/Ansible/Despliega ansible-359e4ef8-95ec-4adc-af07-0e6ff39240f5.yaml new file mode 100644 index 0000000..73a4bfe --- /dev/null +++ b/Ansible/Despliega ansible-359e4ef8-95ec-4adc-af07-0e6ff39240f5.yaml @@ -0,0 +1,45 @@ +- defaultTab: nodes + description: | + Instala lo necesario en cada nodo para poder ejecutar comandos con ansible. + executionEnabled: true + id: 359e4ef8-95ec-4adc-af07-0e6ff39240f5 + loglevel: INFO + name: Despliega ansible + nodeFilterEditable: true + nodefilters: + dispatch: + excludePrecedence: true + keepgoing: false + rankOrder: ascending + successOnEmptyNodeFilter: false + threadcount: '1' + filter: .* + nodesSelectedByDefault: true + options: + - label: userpass + name: userpass + secure: true + storagePath: keys/project/Ansible/ansiblepasswd + plugins: + ExecutionLifecycle: null + scheduleEnabled: true + sequence: + commands: + - configuration: + ansible-become: 'false' + ansible-binaries-dir-path: /var/lib/rundeck/.local/bin/ + ansible-extra-vars: |- + ansible_user_password: ${option.userpass} + ansible_user: root + ansible-playbook: /var/lib/rundeck/ansible/playbooks/deploy-ansible.yaml + ansible-ssh-auth-type: password + ansible-ssh-passphrase-option: option.password + ansible-ssh-password-storage-path: keys/project/Ansible/rootpasswd + ansible-ssh-use-agent: 'false' + ansible-ssh-user: root + nodeStep: true + type: com.batix.rundeck.plugins.AnsiblePlaybookWorflowNodeStep + keepgoing: false + strategy: node-first + uuid: 359e4ef8-95ec-4adc-af07-0e6ff39240f5 +