Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
Terraform Openstack
Commits
08067ae9
Commit
08067ae9
authored
Jun 27, 2019
by
Ryan Randles Jones
Browse files
Delete site-servers-setup-all.yml
parent
6b75dfeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
site-servers-setup-all.yml
deleted
100644 → 0
View file @
6b75dfeb
---
-
hosts
:
servers
gather_facts
:
False
remote_user
:
ubuntu
become
:
yes
become_method
:
sudo
pre_tasks
:
# A mininal Python is required in instances managed by Ansible
-
name
:
Install python for Ansible
raw
:
test -e /usr/bin/python || (apt-get -y update && apt-get install -y python-simplejson)
changed_when
:
False
# This Second Play install the required software in web servers
-
hosts
:
servers
gather_facts
:
True
remote_user
:
ubuntu
become
:
yes
become_method
:
sudo
roles
:
-
nodejs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment