Update converge.yml
This commit is contained in:
parent
f3c94b9bd1
commit
59dd458289
|
@ -1,21 +1,3 @@
|
||||||
---
|
---
|
||||||
- name: Include a playbook from a collection
|
- name: Include a playbook from a collection
|
||||||
ansible.builtin.import_playbook: slococo.playground.main
|
ansible.builtin.import_playbook: slococo.playground.main
|
||||||
|
|
||||||
# - name: Converge
|
|
||||||
# hosts: all
|
|
||||||
# become: true
|
|
||||||
|
|
||||||
# roles:
|
|
||||||
# - role: slococo.playground.ssh_config
|
|
||||||
# - role: slococo.playground.local_accounts
|
|
||||||
# vars:
|
|
||||||
# local_accounts_list:
|
|
||||||
# - name: local_adm
|
|
||||||
# shell: /bin/bash
|
|
||||||
# userid: 38000087
|
|
||||||
# - name: local_log
|
|
||||||
# shell: /bin/sh
|
|
||||||
# userid: 38000088
|
|
||||||
# expiry_date: '2024-12-31'
|
|
||||||
# passwordless: true
|
|
||||||
|
|
Loading…
Reference in New Issue