update ns.xai-corp.net and managed_setup

This commit is contained in:
2017-05-22 23:37:43 -04:00
parent b0c52090a8
commit 3866d4c17b
8 changed files with 100 additions and 32 deletions

17
managed_updates.yml Normal file
View File

@@ -0,0 +1,17 @@
# playbook for all managed hosts
# ansible-playbook managed_updates.yml -v --ask-become -u richard --ask-pass
- hosts: managed
remote_user: ansible
gather_facts: yes
become: True
vars:
roles:
- _install_updates
- user-richard
tasks: