enable ansible setup
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
- block:
|
- block:
|
||||||
- debug:
|
- debug:
|
||||||
msg: Debug
|
msg: Debug
|
||||||
|
# Set up the ansible environment
|
||||||
|
- import_tasks: ansible_setup.yml
|
||||||
|
|
||||||
# basics
|
# basics
|
||||||
- import_tasks: system_setup/hostname.yml
|
- import_tasks: system_setup/hostname.yml
|
||||||
- import_tasks: system_setup/hosts.yml
|
- import_tasks: system_setup/hosts.yml
|
||||||
@@ -44,8 +47,5 @@
|
|||||||
- import_tasks: system_setup/import_stepca.yml
|
- import_tasks: system_setup/import_stepca.yml
|
||||||
|
|
||||||
|
|
||||||
# Set up the ansible environment
|
|
||||||
# - import_tasks: ansible_setup.yml
|
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- set_fact: task_failed=true
|
- set_fact: task_failed=true
|
||||||
|
|||||||
Reference in New Issue
Block a user